The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

Super excited to find a free, open source, well-documented engine to begin some kind of game-making journey on, but wait, what's this?

Error message
Output in window
Console

This can't be right; on the download page it says I need "OpenGL 2.1 / OpenGL ES 2.0 compatible hardware" but I checked and I've got version 3.1 which should be more than enough (unless I'm misunderstanding).

I've tried updating every driver I can find but nothing is helping. Is this a fixable issue or is my hardware actually not good enough?

I'm (trying to) use Godot 3.1 on Windows 8.1.

in Engine by (23 points)
edited by

1 Answer

+1 vote
Best answer

Your graphics adapter doesn't support OpenGL 3.3, which is required to use the GLES3 renderer. Therefore, the editor is falling back to the low-end GLES2 renderer. Double-check the video driver used in the Project Settings; it should be GLES2, as this is the only video driver supported by your hardware.

If GLES3 isn't supported, the editor will fall back to GLES2 automatically when opening a GLES3 project. However, this doesn't apply to running projects by default (unless you enable Rendering > Quality > Driver > Fallback To Gles2 in the Project Settings), so it will fail to run the project in this case.

by (12,878 points)
selected by

It worked! Thank you!

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.