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

ArgumentOutOfRangeException trying to insert "Switch" Nodes #41

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

ArgumentOutOfRangeException trying to insert "Switch" Nodes #41

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

Multiple games generate the following stacktrace trying to decompile code:

Failed to decompile code for "gml_Script_gml_builder_build_outer": System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
   at System.Collections.Generic.List`1.RemoveAt(Int32 index)
   at DogScepterLib.Project.GML.Decompiler.SwitchStatements.InsertNode(DecompileContext ctx, SwitchStatement s) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\GML\Decompiler\SwitchStatements.cs:line 352
   at DogScepterLib.Project.GML.Decompiler.BranchStatements.InsertNodes(DecompileContext ctx) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\GML\Decompiler\BranchStatements.cs:line 28
   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 242
   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

Some games are:
Hey diddle diddle, moebius well, feed the gresskar, hectic harvest, blabbering buccaneers, butterflies, sinder the sine wave dating app,

@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