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

Godot crashing after a few moments in the editor. #82206

Closed
SatoTsukasaCode opened this issue Sep 23, 2023 · 10 comments
Closed

Godot crashing after a few moments in the editor. #82206

SatoTsukasaCode opened this issue Sep 23, 2023 · 10 comments

Comments

@SatoTsukasaCode
Copy link

Godot version

4.1.1 from steam and from the website

System information

Windows 10 (foraward+) gpu: Intel UHD Graphics

Issue description

Hello.
I have tried to start a new project and faced a concerning issue.
every time i open the project or any other project, Godot becomes unresponsive and crashes after a bit.
Happened both on the Steam version and the website version. I have checked the integrity of the files, they were fine.

I did clear the cache and the editor worked for a bit but then crashed again.

Steps to reproduce

open the project and let it run for a few moments.

Minimal reproduction project

prototype.zip

@dalexeev
Copy link
Member

I can't reproduce the bug. Please run the editor from command line, reproduce the crash, and post the crash dump here. This will greatly simplify finding and fixing the bug.

Note that you need a build with debug symbols. See the docs or Calinou/godot-debug-builds (but it not updated from 4.0.3, which may not have the bug).

@SatoTsukasaCode
Copy link
Author

SatoTsukasaCode commented Sep 24, 2023

Seems like a graphics issue. This is from the normal console launch. I will post the debug symbol crash dump in a few moments

Godot Engine v4.1.1.stable.official.bd6af8e0e - https://godotengine.org
OpenGL API 3.3.0 - Build 31.0.101.2125 - Compatibility - Using Device: Intel - Intel(R) UHD Graphics

Editing project: C:/Users/Sato/Documents/prototypes
Godot Engine v4.1.1.stable.official.bd6af8e0e - https://godotengine.org
Vulkan API 1.3.215 - Forward+ - Using Vulkan Device #0: Intel - Intel(R) UHD Graphics

WARNING: Blend file import is enabled in the project settings, but no Blender path is configured in the editor settings. Blend files will not be imported.
     at: _editor_init (modules/gltf/register_types.cpp:73)
ERROR: Vulkan: Cannot submit graphics queue. Error code: VK_ERROR_DEVICE_LOST
   at: (drivers/vulkan/vulkan_context.cpp:2360)
ERROR: Vulkan: Cannot submit graphics queue. Error code: VK_ERROR_DEVICE_LOST
   at: (drivers/vulkan/vulkan_context.cpp:2360)
ERROR: Vulkan: Cannot submit graphics queue. Error code: VK_ERROR_DEVICE_LOST
   at: (drivers/vulkan/vulkan_context.cpp:2360)

@SatoTsukasaCode
Copy link
Author

Same error on the 4.0.3 debug build.
I also forgot to mention, before I posted the issue, i tried using the LTS 3.5.2 and had no issues.

@Zireael07
Copy link
Contributor

Not surprising that 3.5 works since this is a Vulka n problem.

@SatoTsukasaCode
Copy link
Author

yup

@jw-0
Copy link

jw-0 commented Sep 24, 2023

Couldn't replicate this one. Sounds like it might be an issue with your GPU. Can you try updating your drivers?

@SatoTsukasaCode
Copy link
Author

SatoTsukasaCode commented Sep 24, 2023

They are a updated. it might be the new drivers that are causing the problem...

@Calinou
Copy link
Member

Calinou commented Sep 25, 2023

Please test #80566 locally and see if it resolves the issue on your end.

@SatoTsukasaCode
Copy link
Author

#80566 work.

@SatoTsukasaCode
Copy link
Author

issue seems to be fixed on the stable version on steam.

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

5 participants