Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

While I've never experienced this error myself, I've seen it a lot in the itch compatibility watchlist

I don't think it's related to missing libraries (it would print a different message).

I'd recommend passing `-logFile /tmp/log.txt` to the game when launching it and reading the log file to see if it helps you pinpoint the issue. (See here for thoughts about it)

(+1)

Thanks, Amos! Actually I think it was a missing library, the logFile outputed 2 missing "Modules" (canberra-gtk-module and atk-bridge), so I just installed those, after that every 32-bit game worked flawlessly, thank you again!!