godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
89.86k stars 20.99k forks source link

Godot crashes when script window is made floating and the engine is minimized #92148

Open Agent-wq opened 4 months ago

Agent-wq commented 4 months ago

Tested versions

v4.2.1.stable.mono.official [b09f793f5]

System information

Godot v4.2.1.stable.mono - Windows 10.0.19045 - GLES3 (Compatibility) - Intel(R) HD Graphics 5500 () - Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz (4 Threads)

Issue description

godot 4.2 crashes when i make the script window floating and then minimize the engine window it crashes. I am using it on compatibility setting and using c# if that is related but i doubt that

Steps to reproduce

  1. first open a project.
  2. open the inbuilt script window
  3. make the window floating
  4. then minimize the main window
  5. it crashes

Minimal reproduction project (MRP)

just open a new project i personally am using it in compatibility because i am using a crappy laptop so i can use only compatibility

AThousandShips commented 4 months ago

Can you try with 4.2.2? This might have been fixed already

Possibly related:

Agent-wq commented 4 months ago

ok i will try

Agent-wq commented 4 months ago

No it still is happening and is exactly same like the first one you have mentioned above