itch icon indicating copy to clipboard operation
itch copied to clipboard

"~/.config/itch/prereqs/firejail-386 missing" when launching windows games on linux

Open julikaiba opened this issue 3 years ago • 6 comments

Whenever I try to launch a windows game using the Itch launcher i get the error "fork/exec /home/j/.config/itch/prereqs/firejail-386/firejail: no such file or directory". When i checked the folder prereqs only contains "firejail-amd64" "info.json" and "windows-386".

I installed the launcher from the AUR on manjaro.

julikaiba avatar Oct 26 '21 20:10 julikaiba

This is the workaround I used for this problem. Not sure if this is the best approach, but it seems to work.

sudo pacman -Su firejail
mkdir ~/.config/itch/prereqs/firejail-386
ln -s /usr/bin/firejail ~/.config/itch/prereqs/firejail-386/firejail

centuryglass avatar Mar 09 '22 19:03 centuryglass

Yeah this is puzzling. I ran into this launching Cloud Gardens on an Ubuntu-variant OS (elementary OS 5). I submitted the log through the error report mechanism... haven't tried any workaround yet. Curious if there's more detail about what it's trying to find here; does it expect some different firejail executable from the one under firejail-amd64?

neogeographica avatar Apr 06 '22 18:04 neogeographica

I am seeing the same issue on openSUSE.

theMarix avatar Sep 13 '22 06:09 theMarix