-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No sound with steam games using FMOD #3508
Comments
Anything in the syslog? |
How do I check it? |
For example. If there is nothing, you likely need to comment everything and uncomment line for line to see which line causes the issue. |
Nothing different in |
Game's supposed to provide an @seadra Any updates on this? Did you fix it? |
No updates, sorry. I currently don't have the time to try the brute force approach you outlined, but maybe someone else can do it. |
Providing logs or commenting 1-3 lines (best case) is not brute force and there are no easier alternative here. In my case the log was in I had a GOG copy of the game, I added it to steam and it runs fine with sound; with the steam profile that came with 0.9.62... |
I'm closing here due to inactivity, please fell free to request to reopen when anyone has discoverd more. |
Write clear, concise and in textual form.
The steam profile that currently comes with firejail cause issues with sound in Shadowgate (using pulseaudio). Without firejail, the sound works perfectly fine and a stream "FMOD Ex App: Mixer Stream" appears. With firejail (using the link /usr/bin/firejail -> /usr/local/bin/steam) and the default steam profile, sound doesn't work: no FMOD stream (or any stream related to the game, at all) appears in pulseaudio.
Always reproducible.
I speculate this is relevant to all games using FMOD.
Bug and expected behavior
No sound with running Shadowgate from steam, when using firejail.
Expect to get sound.
No profile or disabling firejail
Sound works without any issues.
Reproduce
Run steam with firejail (default profile), and then run Shadowgate from Steam.
Environment
lsb_release -a
)firejail --version
) exclusive or used git commit (git rev-parse HEAD
)firejail version 0.9.62
steam (and shadowgate, installed from steam)
Yes, steam is listed in the profile.
Additional context
Other context about the problem like related errors to understand the problem.
Checklist
find / -name 'firejail' 2>/dev/null
/fd firejail
to locate profiles ie in/usr/local/etc/firejail/PROGRAM.profile
)debug output
The text was updated successfully, but these errors were encountered: