Game stops responding during title screen

Here’s the log.

Basically, I simply launch the game, get to the title screen (which is a bit distorted), and don’t get past that. It gets stuck there until I click and force it to not respond.

Is it perhaps my computer?

I found a relevant issue in Godot repo: https://github.com/godotengine/godot/issues/37569#issuecomment-608958949

Looks like the problem is probably your GPU drivers. You can perhaps try forcing GLES2 mode with the command line flag mentioned in that issue.

Thanks so much! My GPU drivers were definitely the problem. Forcing GLES2 did the trick for a while, but for some reason though, the new 0.5.2 update seemed to work perfectly with few hiccups… so I guess that solved itself lol. Thanks again.

1 Like