You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glucose overdose crashes with a nullreference exception in objPlayer_Step_0
Failed to decompile code for "gml_Object_objPlayer_Step_0": System.NullReferenceException: Object reference not set to an instance of an object.
at DogScepterLib.Project.GML.Decompiler.IfStatement..ctor(Block header, Node after, Node endTruthy, Loop surroundingLoop) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\GML\Decompiler\Node.cs:line 358
at DogScepterLib.Project.GML.Decompiler.IfStatements.Find(DecompileContext ctx) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\GML\Decompiler\IfStatements.cs:line 175
at DogScepterLib.Project.GML.Decompiler.DecompileContext.DecompileSegment(GMCode codeEntry, BlockList existingList) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\GML\Decompiler\DecompileContext.cs:line 241
at DogScepterLib.Project.GML.Decompiler.DecompileContext.DecompileWholeEntry(GMCode codeEntry) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\GML\Decompiler\DecompileContext.cs:line 207
at DogScepterLib.Project.GML.Decompiler.DecompileContext.DecompileWholeEntryString(GMCode codeEntry) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\GML\Decompiler\DecompileContext.cs:line 186
at DogScepterCLI.Commands.DumpCommand.<>c__DisplayClass36_1.<ExecuteAsync>b__0(GMCode elem) in C:\Users\narr\gitrepos\dog-scepter\DogScepterCLI\Commands\DumpCommand.cs:line 199
The text was updated successfully, but these errors were encountered:
Glucose overdose crashes with a nullreference exception in
objPlayer_Step_0
The text was updated successfully, but these errors were encountered: