mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3508] No sound with steam games using FMOD #2207
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2207
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seadra on GitHub (Jul 14, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3508
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 firejailto locate profiles ie in/usr/local/etc/firejail/PROGRAM.profile)debug output
@rusty-snake commented on GitHub (Jul 16, 2020):
Anything in the syslog?
@seadra commented on GitHub (Jul 16, 2020):
How do I check it?
journalctl -x?@rusty-snake commented on GitHub (Jul 17, 2020):
For example. If there is nothing, you likely need to comment everything and uncomment line for line to see which line causes the issue.
@seadra commented on GitHub (Jul 17, 2020):
Nothing different in
journalctl -xwith vs without firejail@bbhtt commented on GitHub (Jul 18, 2020):
Game's supposed to provide an
output.log, anything in that,or start from the terminal? And start with uncommentingprivate-etc,Prison Architect also had a similar issue.@seadra Any updates on this? Did you fix it?
@seadra commented on GitHub (Aug 18, 2020):
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.
@bbhtt commented on GitHub (Aug 19, 2020):
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
~/GOG Games/Shadowgate/Shadowgate_data/output_log.txtand has a list of dlls and files the game is accessing. Someone else would do it if it wasn't a paid software.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...
@rusty-snake commented on GitHub (Nov 9, 2020):
I'm closing here due to inactivity, please fell free to request to reopen when anyone has discoverd more.