YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
21 stars 8 forks source link

IDE: Crash in Scene.DrawBezierCurve due to potential memory corruption #6347

Open gm-bug-reporter[bot] opened 2 months ago

gm-bug-reporter[bot] commented 2 months ago

Description

i was just looking at my preferences while i had gamemaker up and it just crashed. i barely have anything done and it just crashed

Steps To Reproduce

  1. barely open the program 5 minutes ago
  2. mess with preferences for a bit
  3. cmd black box popped up for half a second
  4. gamemaker crashed :(
  5. ???
  6. fixed forever hopefully

Which version of GameMaker are you reporting this issue for?

IDE v2024.4.1.152 Runtime v2024.4.1.202

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

Windows 10.0.19045.0

ec0ecb3d-a86e-4577-9d6c-99009eed6fa2

teefan commented 2 months ago

Confirm IDE v2024.4.1.152 / Runtime v2024.4.1.202 keeps crashing every few minutes. Probably related to #5810

YYDan commented 2 months ago

That Yandex issue would not cause the whole IDE to crash - it's just some silent logging error that bloats the log file and makes it harder for us to read to find the real error in bug reports ;)

stuckie commented 1 month ago

The crash dump indicates that it fell over while drawing a curve - specifically the workspace links. It also suggests that there was memory corruption...