https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240043
--- Comment #12 from Alex S <[email protected]> --- Ok, so linux-c7-alsa-plugins-oss loads fine with Pillars. Apparently FMOD (audio middleware) just doesn't like it. The relevant part of the system call trace: linux_open("/dev/dsp",0x1,00) = 20 (0x14) linux_ioctl(0x14,0x8004500f,0x1d388a8) = 0 (0x0) linux_ioctl(0x14,0x8004500b,0x7fffffffc848) = 0 (0x0) linux_ioctl(0x14,0xc0045006,0x7fffffffc848) = 0 (0x0) linux_ioctl(0x14,0xc0045006,0x7fffffffc848) = 0 (0x0) linux_ioctl(0x14,0xc0045006,0x7fffffffc848) = 0 (0x0) linux_ioctl(0x14,0xc0045006,0x7fffffffc848) = 0 (0x0) linux_ioctl(0x14,0xc0045006,0x7fffffffc848) = 0 (0x0) linux_ioctl(0x14,0xc0045006,0x7fffffffc848) = 0 (0x0) linux_brk(0x0) = 30994432 (0x1d8f000) linux_brk(0x1db3000) = 31141888 (0x1db3000) linux_ioctl(0x14,0xc004500a,0x7fffffffc664) = 0 (0x0) linux_fcntl(0x14,0x3,0x7fffffffc664) = 1 (0x1) linux_ioctl(0x14,0x5000,0x1d393f0) = 0 (0x0) linux_ioctl(0x14,0xc0045006,0x7fffffffcb04) = 0 (0x0) linux_ioctl(0x14,0xc0045005,0x7fffffffcb04) = 0 (0x0) linux_ioctl(0x14,0xc0045002,0x7fffffffcb04) = 0 (0x0) linux_sched_get_priority_min(0x1) = 0 (0x0) linux_sched_get_priority_max(0x1) = 31 (0x1f) linux_ioctl(0x14,0x40045010,0x7fffffffcd74) = 0 (0x0) linux_clock_gettime(0x0,0x1d389c8) = 0 (0x0) close(20) = 0 (0x0) write(5,"FMOD failed to initialize ... An"...,117) = 117 (0x75) (fd = 5 corresponds to the log file located at ~/.config/unity3d/Obsidian\ Entertainment/Pillars\ of\ Eternity/Player.log. There nothing else worth mentioning there, however.) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
