1. Right-click the game’s `.exe` file and choose Create shortcut
2. Right-click the shortcut and select Properties
3. In the Target field, after the `.exe` path, add:
--rendering-driver opengl3
4. Click OK to save
This forces Godot to use the OpenGL3 rendering driver, which is necessary if your PC doesn’t support Vulkan.
This could fix your issue that you cannot open/run the game.