- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 23.5k
 
Open
Labels
Description
Tested versions
Errors for version v4.4 -> v4.6-dev2. I have not found a version that isn't crashing for me.
System information
Windows 11 - Godot v4.6-dev2 - forward_plus/gl_compatibility - GeForce RTX 3080 Ti | Studio Driver 581.57
Issue description
My Godot client crashes when I am running a project with forward_plus.
I have tried to run the editor in gl_compatibility. The client will open but it will crash randomly if I have 3D scenes open. It does not crash immediately with gl_compatibility though.
If I run the editor with forward_plus rendering, it crashes immediately with:
ERROR: Malformed smolv input on shader stage Vertex.
   at: shader_create_from_container (drivers/vulkan/rendering_device_driver_vulkan.cpp:3837)
If I run the editor with --rendering-method gl_compatibility. The error I see in the console:
================================================================
CrashHandlerException: Program crashed with signal 11
Engine version: Godot Engine v4.6.dev2.official (7864ac80192e9e91bf56176af9f04cc013b580aa)
Dumping the backtrace. Please include this when reporting the bug on: https://github.com/godotengine/godot/issues
[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
-- END OF C++ BACKTRACE --
================================================================
Segmentation fault
Steps to reproduce
It crashes immediately when I try to load a project
Minimal reproduction project (MRP)
This mostly empty project crashes the client with forward_plus
marsh.zip