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

System.InvalidOperationException: empty stack on ASTBuilder #43

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

System.InvalidOperationException: empty stack on ASTBuilder #43

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

Trying to decomp sword in the sky creates the following stacktrace for obj_menu_Create_0

Failed to decompile code for "gml_Object_obj_menu_Create_0": System.InvalidOperationException: Stack empty.
   at System.Collections.Generic.Stack`1.ThrowForEmptyStack()
   at System.Collections.Generic.Stack`1.Pop()
   at DogScepterLib.Project.GML.Decompiler.ASTBuilder.ExecuteBlock(DecompileContext ctx, Block block, ASTNode current, Stack`1 stack) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\GML\Decompiler\ASTBuilder.cs:line 4
84
   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 58
   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
@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