Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Godot Crashed showing OpenGL error in the debugger #98412

Closed
LuwaLand opened this issue Oct 22, 2024 · 2 comments
Closed

Godot Crashed showing OpenGL error in the debugger #98412

LuwaLand opened this issue Oct 22, 2024 · 2 comments
Labels

Comments

@LuwaLand
Copy link

LuwaLand commented Oct 22, 2024

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
Copy link
Member

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

@AThousandShips
Copy link
Member

Closing due to lack of response, if you provide the requested information this can be reopened

@AThousandShips AThousandShips closed this as not planned Won't fix, can't repro, duplicate, stale Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants