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

Windows 11 Crashes Just opening a project/create node #96563

Open
joshualawson opened this issue Sep 4, 2024 · 7 comments
Open

Windows 11 Crashes Just opening a project/create node #96563

joshualawson opened this issue Sep 4, 2024 · 7 comments

Comments

@joshualawson
Copy link

joshualawson commented Sep 4, 2024

Tested versions

4.3 stable

System information

Windows 11

Issue description

Constant errors in console showing the following:

Godot Engine v4.3.stable.official.77dcf97d8 - https://godotengine.org
OpenGL API 3.3.0 NVIDIA 560.94 - Compatibility - Using Device: NVIDIA - NVIDIA GeForce RTX 3080

Editing project: C:/Users/Joshua/Documents/tutorial
Godot Engine v4.3.stable.official.77dcf97d8 - https://godotengine.org
Vulkan 1.3.280 - Forward+ - Using Device #0: NVIDIA - NVIDIA GeForce RTX 3080

ERROR: Condition "err != VK_SUCCESS && err != VK_SUBOPTIMAL_KHR" is true. Returning: FAILED
   at: command_queue_execute_and_present (drivers/vulkan/rendering_device_driver_vulkan.cpp:2344)
ERROR: Condition "err != VK_SUCCESS && err != VK_SUBOPTIMAL_KHR" is true. Returning: FAILED
   at: command_queue_execute_and_present (drivers/vulkan/rendering_device_driver_vulkan.cpp:2344)
ERROR: Condition "err != VK_SUCCESS && err != VK_SUBOPTIMAL_KHR" is true. Returning: FAILED
   at: command_queue_execute_and_present (drivers/vulkan/rendering_device_driver_vulkan.cpp:2344)
ERROR: Condition "err != VK_SUCCESS && err != VK_SUBOPTIMAL_KHR" is true. Returning: FAILED
   at: command_queue_execute_and_present (drivers/vulkan/rendering_device_driver_vulkan.cpp:2344)

Steps to reproduce

Open a project, click + Add Node

Minimal reproduction project (MRP)

A brand new empty project

@AThousandShips
Copy link
Member

It looks like your project uses Forward+ but your computer doesn't support Vulkan, can you try creating a new project with the Compatibility renderer and try opening it?

@joshualawson
Copy link
Author

Creating a project with the Compatibility renderer works, but Vulkun should be supported on my RTX3080? Latest drivers etc.

@AThousandShips
Copy link
Member

Please provide your system specs, unsure why this would happen, but more details is needed

@Zireael07
Copy link
Contributor

People have had their Vulkan support break e.g. by uninstalling stuff that injects their own Vulkan layers, e.g. Epic Games

@bitmammoth
Copy link

Fwiw I'm having this same issue but for me its intermittent and just started happening.

@joshualawson
Copy link
Author

AMD Ryzen 7 7800X3D
64GB of ram
RTX 3080

I do have Unreal installed and Unreal engine... plus a lot of games etc, other than that, I only use my windows PC for gaming really... Does uninstalling UE help at all?

I attempted to install the Vulkun SDK and it installs correctly, but if I install just the Vulkun runtime only, it fails will access permission problems to what looks like existing Vulkun files on my system

@joshualawson
Copy link
Author

joshualawson commented Sep 14, 2024

Uninstalled UE and same issue, still unable to install the Vulkan Runtime also

Error opening file for writing:

C:\Windows\System32\vulkan-1.dll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants