Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

You might have to right click the x86_64 file, go to properties and enable it to run as an executable. Other than that any additional info like CPU, GPU and linux distro would be helpful.

Also is this your first time running the game or have you played previous versions?

(2 edits)

First time running, I have it marked as executable.

Linux distro is Linux Mint 21.3 Cinnamon

Processor is 12th gen  Intel Core  i3-1215U * 6

Graphics card is Intel Corporation Device 46b3

 Also do I need the vulkan graphics API on the linux version? If so can you give me a link? ty.

I use the same distro to test the game before uploading so it should be fine, that's with an AMD gpu though. My guess is that there is an issue between the intel gpu driver and the game engine.
According to wikipedia the gpu you listed supports Vulkan 1.3 under linux so that should also be fine. If the gpu didn't have vulkan support, Godot should display a popup message letting users know.

If you run the game from the terminal, it should contain some .net error messages if the game crashes. They might shed some light on the problem.

Ran it through terminal. Any idea what this means?

(+1)

The game appearently requires a newer version of GLIBC than the one included in Linux Mint 21.3. You can probably update it or perform a system upgrade with apt.

alr thx

(+1)

Upgrading to linux mint 22 works