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/>
References:  <bug-240043-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240043

--- 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 ca=
ll
trace:

linux_open("/dev/dsp",0x1,00)                    =3D 20 (0x14)
linux_ioctl(0x14,0x8004500f,0x1d388a8)           =3D 0 (0x0)
linux_ioctl(0x14,0x8004500b,0x7fffffffc848)      =3D 0 (0x0)
linux_ioctl(0x14,0xc0045006,0x7fffffffc848)      =3D 0 (0x0)
linux_ioctl(0x14,0xc0045006,0x7fffffffc848)      =3D 0 (0x0)
linux_ioctl(0x14,0xc0045006,0x7fffffffc848)      =3D 0 (0x0)
linux_ioctl(0x14,0xc0045006,0x7fffffffc848)      =3D 0 (0x0)
linux_ioctl(0x14,0xc0045006,0x7fffffffc848)      =3D 0 (0x0)
linux_ioctl(0x14,0xc0045006,0x7fffffffc848)      =3D 0 (0x0)
linux_brk(0x0)                                   =3D 30994432 (0x1d8f000)
linux_brk(0x1db3000)                             =3D 31141888 (0x1db3000)
linux_ioctl(0x14,0xc004500a,0x7fffffffc664)      =3D 0 (0x0)
linux_fcntl(0x14,0x3,0x7fffffffc664)             =3D 1 (0x1)
linux_ioctl(0x14,0x5000,0x1d393f0)               =3D 0 (0x0)
linux_ioctl(0x14,0xc0045006,0x7fffffffcb04)      =3D 0 (0x0)
linux_ioctl(0x14,0xc0045005,0x7fffffffcb04)      =3D 0 (0x0)
linux_ioctl(0x14,0xc0045002,0x7fffffffcb04)      =3D 0 (0x0)
linux_sched_get_priority_min(0x1)                =3D 0 (0x0)
linux_sched_get_priority_max(0x1)                =3D 31 (0x1f)
linux_ioctl(0x14,0x40045010,0x7fffffffcd74)      =3D 0 (0x0)
linux_clock_gettime(0x0,0x1d389c8)               =3D 0 (0x0)
close(20)                                        =3D 0 (0x0)
write(5,"FMOD failed to initialize ... An"...,117) =3D 117 (0x75)

(fd =3D 5 corresponds to the log file located at ~/.config/unity3d/Obsidian\
Entertainment/Pillars\ of\ Eternity/Player.log. There nothing else worth
mentioning there, however.)

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



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