Godot Version
4.2.2
Question
So in the image below, it says what to do, which I have done although on my console.exe it says “OpenGL API 3.3.0” so I don’t know what the problem is.
Can anyone help me?
4.2.2
So in the image below, it says what to do, which I have done although on my console.exe it says “OpenGL API 3.3.0” so I don’t know what the problem is.
Can anyone help me?
What is your video card?
Does it open when appending the requested command line arguments? You could also create a shortcut with this added for easy access.
If you’re using Windows and you cannot find a way to get Vulkan to work, what you can do is create a shortcut to Godot, go to the Properties of that shortcut, and under Target add this after everything that’s within quotes:
–rendering-driver opengl3
Make sure to put a space right after the end quote, just before writing all this. It’s hard to see here, but this starts with two hyphens before the word rendering, and one hyphen before the word driver.
If this is the only way you can get Godot to work, you’ll only be able to use it in Compatibility mode.
Here
Thank you, I’ll try that!
Thank you so much!
You’re very welcome. I’m glad I could help.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.