Skip to main content

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

I can't even open the game. The game keeps crashing with a PCIE error, and the app has crashed my phone as well.

I've been researching into this specific issue since it's come up a few times and it appears to be a problem with the renderer godot 4 is using.

  • here are a few options you can do to try to fix it
    • Make sure your graphic drivers are up to date, and if they are not try to update them
    • Run the game with the --rendering-driver opengl3 flag to force Godot to use the old opengl3 drivers
    • If you are running and older GPU or something like intel integrated graphics you may need to consider upgrading to a newer GPU

Those are the current recommended solutions as the issue has to do with the renderer and not coding specific issues on my end from the looks of things. Could you also let me know what the OS that you are running is and what graphics card you are using, that could help me isolate which users are more likely to get this issue

(1 edit)

How do i run the game with the driver flag?

This is what my research has said to do, however, it requires command line stuff, which is weird and I'm not fully sure if this works properly:

  • You can either go to a terminal and run
    • C:\path\to\game.exe --rendering-driver opengl3
  • or create a shortcut (.lnk) and edit its properties to append
    • --rendering-driver opengl3 to the path to the binary.

If that and updating your drivers still does not work, try this:

  • Uninstall the “OpenCL™, OpenGL® and Vulkan® Compatibility Pack” and then attempt to run the software

If those attempts *still* do not work, then that means your hardware can't support the game and I would recommend requesting a refund for the game or attempting to run the game on a different device. Hopefully one of these suggestions helps!!

(+1)

that worked, ty

The game immediately crashes on launch: Samsung Galaxy A23, running Android 14.


Any suggestions?