Open waci11 opened 7 months ago
Might be related to https://github.com/godotengine/godot/issues/89678.
CC @bruvzg @RandomShaper
I was not able to reproduce https://github.com/godotengine/godot/issues/89678, but if it's crashing if resource exist, it might explain it (old resource for might be incompatible in some way, or is it created by the same Godot version?).
Tested versions
Godot 4.2.1 stable Yesterday I closed the project as usual, but today I can't open it anymore can not reproduce
System information
MacOS 12.7.4 -Godot 4.2.1 stable -Vulkan API 1.2.231 - Forward Mobile - Using Vulkan Device #0: Intel - Intel HD Graphics 5000
Issue description
editor_doc_cache.res is created by which project do not matter. Delete "cacha/godot" and create an empty project ,that project can be opened many times without crashing. But once you try to open the problematic project, it will crash. Delete editor_doc_cache.res then open the problematic project again, it won't crash. Changing "rendering/renderer/rendering_method" in ProjectSetting from Mobile to GL Compatibilitythe can also avoid crash.
the log with godot -e -v --path[problematic project path]:
Steps to reproduce
can not reproduce
Minimal reproduction project (MRP)
can not reproduce , move the problematic project to another Mac(MacOS 10.15.7-Godot 4.2.1 stable) , it will not crash while opening anymore.