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

Opening any Object While Encountering any Error in The Debugger Will Crash The Editor! #92672

Closed
jFIreW01F opened this issue Jun 2, 2024 · 3 comments

Comments

@jFIreW01F
Copy link

jFIreW01F commented Jun 2, 2024

Tested versions

Occurs In Godot v4.3.dev6.official [89850d5] and v4.3.beta1.official [a4f2ea9]

Other Versions are Unaffected.

System information

Godot v4.3.beta1 - Windows 10.0.22621 - Vulkan (Forward+) - integrated Intel(R) UHD Graphics (Intel Corporation; 31.0.101.4032) - 11th Gen Intel(R) Core(TM) i3-1115G4 @ 3.00GHz (4 Threads)

Issue description

When Opening Arrays, Dictionaries or other Objects in The Debugger While In The Middle of an Error, The Editor Crashes!

Steps to reproduce

Create an array.
Then Make an Error Occur, Simplest way to do this is with an invalid operation on the array! 'array += 1'

Upon Opening the Object In The Debugger While being in an Error State (Not a Breakpoint) The Editor Crashes.

Minimal reproduction project (MRP)

N/A

@jFIreW01F jFIreW01F changed the title Opening any Object in While While in an Unexpected Error Debugger Crashes Editor! Opening any Object While in Encountering any Error in The Debugger Will Crash The Editor! Jun 2, 2024
@jFIreW01F jFIreW01F changed the title Opening any Object While in Encountering any Error in The Debugger Will Crash The Editor! Opening any Object While Encountering any Error in The Debugger Will Crash The Editor! Jun 2, 2024
@akien-mga akien-mga added this to the 4.3 milestone Jun 2, 2024
@akien-mga akien-mga added the crash label Jun 2, 2024
@matheusmdx
Copy link
Contributor

I tested in 4.3.dev6, 4.3.beta1 and latest master [705b7a0] and i can't reproduce this issue

unknown_2024.06.02-09.24.mp4

@akien-mga
Copy link
Member

@jFIreW01F Could you provide a minimal reproduction project to reliably trigger the error?

@jFIreW01F
Copy link
Author

jFIreW01F commented Jun 2, 2024

@akien-mga Ah I Found The Problem.. I Think, It's a GDExtension Called 'Godot Gameplay Tags' mb!

Edit: However I Believe I Tested it on a New Project And it Happened There Aswell on Beta1 and Dev6 Without The GDExtension!!. But That Was Probably a Figment of My Imagination!!!

@akien-mga akien-mga removed this from the 4.3 milestone Jun 3, 2024
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

4 participants