godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.48k stars 21.07k forks source link

Godot Crashed showing OpenGL error in the debugger #98412

Open LuwaLand opened 19 hours ago

LuwaLand commented 19 hours ago

Tested versions

Found in Godot 4.3

System information

Godot Engine v4.3.stable.official.77dcf97d8 - Vulkan Not Supported

Issue description

Once I try and load up my game file from the project list, the engine crashes. Once I opened up the debugger and opened my game file I got this:

Editing project: C:/Users/xxxxxx/Documents/Godot Stuff/piece-runner
Godot Engine v4.3.stable.official.77dcf97d8 - https://godotengine.org
WARNING: Your video card drivers seem not to support Vulkan, switching to Direct3D 12.
     at: DisplayServerWindows (platform/windows/display_server_windows.cpp:5985)
ERROR: D3D12CreateDevice failed with error 0x887a0004.
   at: (drivers/d3d12/rendering_device_driver_d3d12.cpp:6302)
ERROR: Condition "err != OK" is true. Returning: ERR_CANT_CREATE
   at: initialize (drivers/d3d12/rendering_device_driver_d3d12.cpp:6670)
ERROR: Failed to initialize driver for device.
   at: (servers/rendering/rendering_device.cpp:5372)

================================================================
CrashHandlerException: Program crashed with signal 11
Engine version: Godot Engine v4.3.stable.official (77dcf97d82cbfe4e4615475fa52ca03da645dbd8)
Dumping the backtrace. Please include this when reporting the bug to the project developer.
[1] error(-1): no debug info in PE/COFF executable
[2] error(-1): no debug info in PE/COFF executable
[3] error(-1): no debug info in PE/COFF executable
[4] error(-1): no debug info in PE/COFF executable
[5] error(-1): no debug info in PE/COFF executable
[6] error(-1): no debug info in PE/COFF executable
[7] error(-1): no debug info in PE/COFF executable
[8] error(-1): no debug info in PE/COFF executable
[9] error(-1): no debug info in PE/COFF executable
[10] error(-1): no debug info in PE/COFF executable
[11] error(-1): no debug info in PE/COFF executable
[12] error(-1): no debug info in PE/COFF executable
[13] error(-1): no debug info in PE/COFF executable
[14] error(-1): no debug info in PE/COFF executable
[15] error(-1): no debug info in PE/COFF executable
[16] error(-1): no debug info in PE/COFF executable
[17] error(-1): no debug info in PE/COFF executable
[18] error(-1): no debug info in PE/COFF executable
[19] error(-1): no debug info in PE/COFF executable
[20] error(-1): no debug info in PE/COFF executable
[21] error(-1): no debug info in PE/COFF executable
[22] error(-1): no debug info in PE/COFF executable
-- END OF BACKTRACE --
================================================================

I am sorry if this bug report was presented poorly as I am new to the bug reporting system

AThousandShips commented 19 hours ago

See:

Your computer doesn't support Vulkan, you need to switch to Compatibility as you can't use Forward+

Beginning in 4.4 this is handled automatically when this happens, see:

Please try changing to the compatibility renderer instead