This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

When I run the installation exe it throws tons of errors in the terminal and then gives me a blank window, and the installation is not successful.

an example of one of the errors is:

ERROR: ShaderGLES3::getcurrentversion: Method/Function Failed. returning: 0
At: drivers/gles3/shader_gles3.cpp:354

and many of these are thrown. Am I missing a step in the installation?

in Engine by (15 points)

1 Answer

+1 vote
Best answer

The .exe is not an installer, it's the program ready to be run. The Godot engine is packed in a single binary and it's portable.

Maybe the reason it doesn't run is because your graphics card doesn't support OpenGL ES 3.0. I have a older computer where that happens. If that's the case, you will be limited to use Godot v2.1.5. That version uses OpenGL ES 2.0.

Support for ES 2.0 is on it's way (GLES2 AND GDNATIVE, PROGRESS REPORT #5) so you will eventually be able to use the last engine.

BTW, I just saw this question opengl emulator 2.1 and 3.3 that you should check out.

by (48 points)
selected by

I see, yeah I had a feeling it had something to do with OpenGL 3.0 ES compatibility. I checked which version of OpenGL I had, and found OpenGL 3.3, though after some Googling I came to the conclusion that the "ES" or embedded systems tag made the crucial difference.

Thanks for the answer though I suppose I can try the older Godot version, or experiment with emulation once I figure out more of what that actually means

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.