Godot Version
4.6.1
Question
i cant open the godot editor, this happend on the 4.6.1, the 4.5 run perfec idk whats is happening
this is the message of the console, i have to put only the initial part because the forum only permit 32000 caracters, and is more and more long
Godot Engine v4.6.1.stable.official.14d19694e - https://godotengine.org
OpenGL API 3.3.0 - Build 27.20.100.9268 - Compatibility - Using Device: Intel - Intel(R) UHD Graphics
Editing project: C:/Users/Leo/Desktop/new-game-project
Godot Engine v4.6.1.stable.official.14d19694e - https://godotengine.org
D3D12 12_0 - Forward+ - Using Device #0: Intel - Intel(R) UHD Graphics
ERROR: Can’t create buffer of size: 1920, error 0x887a0005.
at: (drivers/d3d12/rendering_device_driver_d3d12.cpp:969)
ERROR: Condition “!buffer.driver_id” is true. Returning: RID()
at: vertex_buffer_create (servers/rendering/rendering_device.cpp:3190)
ERROR: Condition “!vertex_buffer_owner.owns(buf)” is true. Returning: RID()
at: vertex_array_create (servers/rendering/rendering_device.cpp:3297)
ERROR: Can’t create buffer of size: 704, error 0x887a0005.
at: (drivers/d3d12/rendering_device_driver_d3d12.cpp:969)
ERROR: Condition “!index_buffer.driver_id” is true. Returning: RID()
at: index_buffer_create (servers/rendering/rendering_device.cpp:3395)
ERROR: Condition “!index_buffer_owner.owns(p_index_buffer)” is true. Returning: RID()
at: index_array_create (servers/rendering/rendering_device.cpp:3421)
ERROR: Can’t create buffer of size: 1920, error 0x887a0005.
at: (drivers/d3d12/rendering_device_driver_d3d12.cpp:969)
ERROR: Condition “!buffer.driver_id” is true. Returning: RID()
at: vertex_buffer_create (servers/rendering/rendering_device.cpp:3190)
ERROR: Condition “!vertex_buffer_owner.owns(buf)” is true. Returning: RID()
at: vertex_array_create (servers/rendering/rendering_device.cpp:3297)
ERROR: Can’t create buffer of size: 704, error 0x887a0005.
at: (drivers/d3d12/rendering_device_driver_d3d12.cpp:969)
ERROR: Condition “!index_buffer.driver_id” is true. Returning: RID()
at: index_buffer_create (servers/rendering/rendering_device.cpp:3395)
ERROR: Condition “!index_buffer_owner.owns(p_index_buffer)” is true. Returning: RID()
at: index_array_create (servers/rendering/rendering_device.cpp:3421)
func _ready() -> void:
print("hello world")
