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

Code Editor 2: GM crash when showing a tooltip #8591

Open
Lukanibal opened this issue Dec 2, 2024 — with GM Bug Reporter · 1 comment
Open

Code Editor 2: GM crash when showing a tooltip #8591

Lukanibal opened this issue Dec 2, 2024 — with GM Bug Reporter · 1 comment
Assignees
Labels
crash Crashes or other major stability issues with the GameMaker IDE dump This issue has a sample project attached
Milestone

Comments

@Lukanibal
Copy link

Description

I was editing a lot of code in the new editor, I probably had 10 or 12 tabs open of object editors in CE2. I was copying/pasting more than usual, but otherwise I have no idea what caused the crash.

Steps To Reproduce

I honestly have no idea, I hope the logs help find the issue, I'm really sorry I don't have more info.

Which version of GameMaker are you reporting this issue for?

IDE v2024.1100.0.700 Runtime v2024.1100.0.718

Which operating system(s) are you seeing the problem on?

Windows 10.0.26100.0

13f2ef64-7ef8-4a14-90bb-b88f2881b15e

@gm-bug-reporter gm-bug-reporter bot added crash Crashes or other major stability issues with the GameMaker IDE dump This issue has a sample project attached labels Dec 2, 2024
@stuckie stuckie self-assigned this Dec 3, 2024
@stuckie stuckie moved this from Triage to Todo in Team Workload Dec 3, 2024
@stuckie stuckie added this to the 2025.1 milestone Dec 3, 2024
@stuckie
Copy link

stuckie commented Dec 3, 2024

So this looks like it's crashed specifically trying to make a tooltip

Exception stack: at YoYoStudio.GUI.Gadgets.TextEditor2.TextEditorPanel.XyToLineColumn(Single x, Single y, Int32& line, Int32& column, Boolean clampColumn)
at YoYoStudio.GUI.Gadgets.TextEditor2.Components.TooltipComponent.OnMouseOver(Single _mousex, Single _mousey, eMouseButtons _buttons)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Threading.QueueUserWorkItemCallbackDefaultContext`1.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
[10:59:14:905(627d)] --------------------------------------------------------------------------------

@stuckie stuckie changed the title IDE is Unstable, instantly crashed Code Editor 2: Crash creating tooltip Dec 3, 2024
@stuckie stuckie moved this from Todo to In Progress in Team Workload Dec 3, 2024
@YYDan YYDan changed the title Code Editor 2: Crash creating tooltip Code Editor 2: GM crash when showing a tooltip Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash Crashes or other major stability issues with the GameMaker IDE dump This issue has a sample project attached
Projects
Status: In Progress
Development

No branches or pull requests

2 participants