Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2019 23:58:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 240043] audio/linux-c7-alsa: how to make it work?
Message-ID:  <bug-240043-4077-DKhS6ClUId@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240043-4077@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240043

--- Comment #12 from Alex S <iwtcex@gmail.com> ---
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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240043-4077-DKhS6ClUId>