overbound / SonicTimeTwisted

Source Code for a Sonic Fan Game Made in Game Maker Studio
https://overboundstudio.com/
GNU General Public License v3.0
58 stars 16 forks source link

Crash in Metal Sonic Special Stage. #75

Closed nkrapivin closed 3 years ago

nkrapivin commented 4 years ago

___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Alarm Event for alarm 0
for object objSSScoreBackground:

Variable objMenu.delay_timer_default(101158, -2147483648) not set before reading it.
 at gml_Object_objSSScoreBackground_ObjAlarm0_1 (line 18) -         delay_timer = delay_timer_default;
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Object_objSSScoreBackground_ObjAlarm0_1 (line 18)

When building with YYC it errors out that delay_timer_default is not defined anywhere. And indeed, objSSScoreBackground Alarm0 is the only place where you can find delay_timer_default.

What's the supposed value for it?

nkrapivin commented 4 years ago

Huh, there's no delay_timer variable anywhere too... Is this line of code even needed?

AlexKhayrullin commented 3 years ago

This code no longer exists as of 9553366c466b1ba56959b5e94c32fbd6fff906c4 .