Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Mostly "file not found" issues in Linux come from incorrect lower/upper case of file names. 

Particular files may have different case in file names or file extensions than what the game expects. It still runs fine on Windows due to its case insensitive file system.

You may have to keep renaming until you got it right.

(1 edit)

Oh oki thank u so much :D
Edit: I tried everything for one of the games that wasn't launching and it keeps telling me the same thing no matter what i do,  Am i missing something?

(1 edit)

You may have to check if the missing file is part of a library.  In the terminal, type "ldd <game executable>" to find out what libraries the game requires.

Okii