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
The following bytecode threw an error, and since I didn't find anything in the Issues for the compiler I suspect something went wrong while decompiling:
This seems pretty peculiar... The decompilation looks correct, so it's possible that this is a compiler bug, but there's not quite enough information to figure out what went wrong. (It may even be a different part of the code?)
Did you use UndertaleModTool to re-compile the code? If so, what version? I just opened a PR for the new Underanalyzer compiler here, but I'm not sure if you're using that version or not: UnderminersTeam/UndertaleModTool#2056.
I am sorry, I tested this with the underanalyzer branch and not with the underanalyzer-compiler branch. Switching solved all my problems. Thank you so much for your awesome work.
Incorrect output observed
The following bytecode threw an error, and since I didn't find anything in the Issues for the compiler I suspect something went wrong while decompiling:
The error thrown:
Could it be that local.$$$$temp$$$$ is dropped after popenv and that's why it's not set in the outer context?
Expected output
I have no clue
VM assembly
Additional context
The decompiled code is this:
The text was updated successfully, but these errors were encountered: