mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1575] Firejail causes "Couldn't Initialize the Render Device." error when I try to launch a particular game from Steam #1050
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#1050
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 @denizakcal on GitHub (Sep 25, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1575
Hello.
There used to be a bootstrapping error with firejail, recently in Debian buster/testing, but now that I updated it, that problem is gone, but another one presented itself.
For instance, when I try to launch the game "Natural Selection 2", it says "Couldn't Initialize the Render Device." (This doesn't happen when Steam is run without firejail.)
I also tried launching the game "Magicka 2," and it works, but the graphics look really bad.
Could this be looked into, please?
I'm using the free-as-in-freedom radeon driver, and the x86_64 version of Debian buster/testing. Let me know if more information is needed.
Edit:
I forgot to explicitly mention that firejail's version is 0.9.50-3.
@netblue30 commented on GitHub (Sep 25, 2017):
Try to find out what lines in /etc/firejail/steam.profile are creating the problem. In a text editor comment out everything (add a # in front of the line) and try it out. Then you start uncommenting groups of statements there. In a few iteration you'll get it.
Does it work for other games?
@denizakcal commented on GitHub (Sep 25, 2017):
Hello again, netblue30. :)
The (one and only) line that seems to me to be causing the problem is the following one.:
private-etc asound.conf,ca-certificates,dbus-1,drirc,fonts,group,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,lsb-release,machine-id,mime.types,passwd,pulse,resolv.conf,ssl
Also, about it affecting more than one game, I only checked with two games ("Natural Selection 2" and "Magicka 2"), but it affected them both (in different ways). (I probably should have been more clear in emphasizing that the game "Magicka 2" has graphics that look bad only when I was using firejail, so sorry about that.) (I focused more on the game "Natural Selection 2," since it seemed to have a more useful error message.)
Let me know if you need anything else!
@SkewedZeppelin commented on GitHub (Sep 25, 2017):
We'll have to comment it for now, I knew it was inevitable that we'd need to. I have NS2 so I'll try and figure it out.
Fixed in
f0420c6b0aEdit: Installed NS2, was able to play with no issue. private-etc will have to stay commented for now.