itch
itch copied to clipboard
"~/.config/itch/prereqs/firejail-386 missing" when launching windows games on linux
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.
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
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?
I am seeing the same issue on openSUSE.