Godot is closed after trying to open/edit project

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By yogurtik

When Im trying to create/edit my project, Godot is just closes (Im download Godot recently)

If you start Godot from a terminal window (rather than a Windows menu or icon , ??) you might get some useful info in the terminal when it exits. Try that and report back with any interesting output.

jgodfrey | 2023-03-16 20:40

thank you for advice, I was getting an error

vkEnumerateInstanceVersion not available, assuming vulkan 1.0

I guess, something from my PC is too old (CPU or GPU)

yogurtik | 2023-03-16 20:45

You can try to force opengl rendering from a terminal window like this:

c:\path\to\godot4.exe --display-driver opengl3

jgodfrey | 2023-03-16 21:14

I was trying to start godot with this option, but error stay the same (assuming vulkan 1.0)

yogurtik | 2023-03-18 14:51

I’ve ran into the same issue. Have you reported it as a bug yet?

Stetez14 | 2023-04-29 04:40

No, because I was thinking that there problem only with my PC (because he’s too old). Also, I’m noticed, that closing happened only if I choose Renderer - Forward+

yogurtik | 2023-04-29 14:06