godot icon indicating copy to clipboard operation
godot copied to clipboard

Crash when trying to move stuff around in the UI (File system or the scene and import menus on the left)

Open amanKharb10 opened this issue 11 months ago • 4 comments

Tested versions

  • Reproducible on 4.2.1 and 4.2(stable) releases. I haven't tested any older ones.

System information

Windows 11 - CPU: Ryzen 5 4600H - GPU: RX5600M - AMD Adrenaline Edition: 24.1.1 - RAM: 16GB

Issue description

I get a crash on my PC when I try to move stuff around in the FileSystem window on the bottom left of the screen. It takes few attempts to move stuff around and renaming things for it to happen, but it is still a quite consistent crash. I know it's about to crash when the tooltip that appears in the on hovering over FileSystem items gets rendered as a black square with no text inside so it might be related to that but I can't say for sure.

This is what I get in the command prompt: ERROR: Error code: VK_ERROR_DEVICE_LOST at: (drivers/vulkan/vulkan_context.cpp:2683)

Steps to reproduce

  1. Open Godot project
  2. Keep moving things to different folders in "FileSystem" window - or - keep renaming files there.
  3. After around 10 attempts or so it crashes.

NOTE: There has never been a case where I kept trying for more than a minute and the crash didn't happen

Minimal reproduction project (MRP)

N/A

amanKharb10 avatar Mar 12 '24 20:03 amanKharb10

I tried to reproduce it a few more times and it does some related to the tooltip. When I hover over asset files there (like images) then it works fine, I can see a small thumbnail of that image as well. But when I keep trying to hover over a .tscn file or .gd file, that's when it crashes.

amanKharb10 avatar Mar 12 '24 20:03 amanKharb10

Do you have Single Window Mode enabled or disabled in the Editor Settings? It would help if you could test, if the problem also occurs with the other setting.

Sauermann avatar Mar 18 '24 09:03 Sauermann

Earlier Single Window Mode was disabled. I tested after enabling that and I'm no longer getting that crash.

amanKharb10 avatar Mar 18 '24 22:03 amanKharb10

Cannot reproduce in Godot v4.2.1.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 (NVIDIA; 31.0.15.5186) - Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (12 Threads) Moving files between folders and renaming files in the FileSystem works as expected, even after dozens of times. Tooltip previews work as well. Single Window mode is off. Need more specific and reproducible steps.

kitbdev avatar May 01 '24 16:05 kitbdev

Closing due to lack of response, if you provide the requested information this can be reopened

AThousandShips avatar Jun 10 '24 16:06 AThousandShips