YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
22 stars 8 forks source link

Stability: Crash when parsing TextEditor attributes #7054

Open gm-bug-reporter[bot] opened 1 month ago

gm-bug-reporter[bot] commented 1 month ago

Description

i clicked the gamemaker studio icon it started loading and crashed. It happened a few times back to back then it opened like nothing happened

Steps To Reproduce

no step. it crashed back to back a few times when i clicked the game maker studio while app is loading

Which version of GameMaker are you reporting this issue for?

IDE v2024.6.2.162 Runtime v2024.6.1.208

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

Windows 10.0.22631.0

ca62c09d-3207-4dce-9e8f-13e613db41b4

stuckie commented 3 days ago

The ui.log suggests it's falling over after loading the languages. The crash dump shows that it's specifically falling over while parsing the style attributes for the TextEditor, which is unusual as to why it would have failed here, as it's not been touched in a long time; specifically TextEditorManager.FindStyleAttributes. Unfortunately, the dump does not have enough information to tell me what it was looking at when it fell over, only that it did.. but is more information than we've got from other similar crashes.

Thank you for the bug report!