Closed AlexCZhou closed 1 year ago
Chinese users are known to have problems because of #81652 where a WeGame layer injects into Godot.
Try setting VK_LOADER_LAYERS_DISABLE, you can see what layers you have installed with VulkanCapsViewer.
The other thing I see viable is that you build Godot from source, break with the Debugger after it gets stuck and post a callstack.
Post the output of running with --verbose
.
Last but not least, I suspect this might be a Chinese locale issue.
Chinese users are known to have problems because of #81652 where a WeChat layer injects into Godot.
Try setting VK_LOADER_LAYERS_DISABLE, you can see what layers you have installed with VulkanCapsViewer.
The other thing I see viable is that you build Godot from source, break with the Debugger after it gets stuck and post a callstack.
Post the output of running with
--verbose
.Last but not least, I suspect this might be a Chinese locale issue.
Issues #81652 also created by me. I'm pretty sure it's not the same issue. Because I have uninstalled the program that was causing the problem before.
But now I can't reproduce this problem. After I restarted tonight, the Godot editor worked normally. I'm not sure if it has something to do with me updating Win10 or the graphics card driver.
where a WeChat layer injects into Godot.
WeChat -> WeGame @darksylinc
Godot version
4.1.1
System information
Windows10
Issue description
All Godot-related programs, including editors and packaged executable files, have a black screen when opened.
I checked #82919 and tried updating Windows 10 and the graphics card driver, but it didn't work and the result was still the same. Tried running version 4.0 of Godot and still the same problem.
I tried clicking on the editor. I just couldn't see the content, but the functions in the editor seemed to be normal. I successfully ran the game in the upper right corner, but they all had black screens.
Godot Engine v4.1.1.stable.official.bd6af8e0e - https://godotengine.org OpenGL API 3.3.0 NVIDIA 537.58 - Compatibility - Using Device: NVIDIA - NVIDIA GeForce RTX 3070
update: Try start with Vulkan. got error message after i quiting the black screen.
Steps to reproduce
Start the Godot project
Minimal reproduction project
N/A