Recently I installed Godot 4.2.2 but it and shows an error regarding my GPU when I click on any of my projects in the Projects Screen. My GPU shows that it supports OpenGl 4.4 which is enough to run the engine. Godot 3.5 works without a problem. What should I do?
Thank you in advance
#Godot Editor Not Opening
1 messages · Page 1 of 1 (latest)
Your gpu doesn't support vulkan which it is trying to use by default. Instead try running it with opengl by running the command: Godot_v4.2.2-stable_mono_win64.exe --rendering-driver opengl3 inside the command line
Make sure you are also cd'd into the directory the exe file is in
I tried it but can't play/run the scene after opening the editor with this command.
it shows the same error
Your project also needs to be using the compatability graphics setting which uses opengl to run rather than vulkan