JujuAdams / Scribble

Efficient, internationalized, multi-effects text renderer for GameMaker
https://www.jujuadams.com/Scribble/
MIT License
343 stars 45 forks source link

Gamemaker Studio Game Crash #351

Closed KingJavo closed 2 years ago

KingJavo commented 2 years ago

Hi, I'm using your scribble version 6.0.10 in IDE 2.2.5.481 with Runtime 2.2.5.378 and we're seeing an error that may be related to adding fonts in scribble? Below is the output.txt file we get when the crash occurs. Basically when switching rooms the game will just get stuck and the only way out is to end task in windows.

Do you see anything from these log files?

==============================================================================

Attempting to set gamepadcount to 12 Collision Event time(microsecs)=39 Scribble: Welcome to Scribble by @jujuadams! This is version 6.0.10, 2020-08-01 Scribble: Style "Regular" already exists for font family "Times New Roman.18" Scribble: WARNING! Overwriting colour "c_orange" (255,160,64, u32=4235519) Scribble: WARNING! Overwriting colour "c_blue" (0,0,255, u32=16711680) Total memory used = 826830472(0x31486e88) bytes **. Entering main loop. **. Attempting to set gamepadcount to 0 Steam_Shutdown1 Steam_Shutdown2 Steam_Shutdown3 Steam_Shutdown4 Steam_Shutdown5 Steam_Shutdown6 Steam_Shutdown7 Steam_Shutdown8 Steam_Shutdown9 Create Error Form


===============================================================================

Here's another person's out.txt file from the same crash...

Attempting to set gamepadcount to 12 Collision Event time(microsecs)=102 Scribble: Welcome to Scribble by @jujuadams! This is version 6.0.10, 2020-08-01 Scribble: Style "Regular" already exists for font family "Times New Roman.18" Scribble: WARNING! Overwriting colour "c_orange" (255,160,64, u32=4235519) Scribble: WARNING! Overwriting colour "c_blue" (0,0,255, u32=16711680) Total memory used = 827004964(0x314b1824) bytes **. Entering main loop. **. Attempting to set gamepadcount to 12 Collision Event time(microsecs)=115 Scribble: Welcome to Scribble by @jujuadams! This is version 6.0.10, 2020-08-01 Scribble: Style "Regular" already exists for font family "Times New Roman.18" Scribble: WARNING! Overwriting colour "c_orange" (255,160,64, u32=4235519) Scribble: WARNING! Overwriting colour "c_blue" (0,0,255, u32=16711680) Total memory used = 827000868(0x314b0824) bytes **. Entering main loop. **.

JujuAdams commented 2 years ago

Hiya, there are no clues in your debug log as to what's happening. You'll need to step through with the debugger to figure out this one out.

JujuAdams commented 2 years ago

Closing due to inactivity