Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullReference Exception trying build AST from node. #39

Open
Miepee opened this issue May 2, 2022 · 0 comments
Open

NullReference Exception trying build AST from node. #39

Miepee opened this issue May 2, 2022 · 0 comments
Labels
bug Something isn't working decompiler Issues pertaining to the GML decompiler

Comments

@Miepee
Copy link
Contributor

Miepee commented May 2, 2022

Encountered several games which create the following stacktraces trying to decompile all code:

Failed to decompile code for "gml_Object_obj_player1_Step_0": System.NullReferenceException: Object reference not set to an instance of an object.
   at DogScepterLib.Project.GML.Decompiler.ASTBuilder.BuildFromNode(DecompileContext dctx, ASTNode start, Node baseNode, Stack`1 existingStack) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\GML\Decompiler\ASTBuilder
.cs:line 71
   at DogScepterLib.Project.GML.Decompiler.ASTBuilder.FromContext(DecompileContext ctx) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\GML\Decompiler\ASTBuilder.cs:line 14
   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 246
   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

Games in question are:
Spelldown, master chef, goose no lose, blade

@colinator27 colinator27 added bug Something isn't working decompiler Issues pertaining to the GML decompiler labels May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working decompiler Issues pertaining to the GML decompiler
Projects
None yet
Development

No branches or pull requests

2 participants