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

Decompiler error when loading level #27

Open
sodifu opened this issue Sep 27, 2024 · 0 comments
Open

Decompiler error when loading level #27

sodifu opened this issue Sep 27, 2024 · 0 comments

Comments

@sodifu
Copy link

sodifu commented Sep 27, 2024

I get a decompiler error when I try to load the BW1 SiegeOfVladstag.xml

Exception in thread "main" java.lang.IllegalStateException
at unluac.decompile.ControlFlowHandler.find_if_break(ControlFlowHandler.java:1144)
at unluac.decompile.ControlFlowHandler.process(ControlFlowHandler.java:125)
at unluac.decompile.Decompiler.decompile(Decompiler.java:136)
at unluac.decompile.expression.ClosureExpression.printMain(ClosureExpression.java:103)
at unluac.decompile.expression.ClosureExpression.printClosure(ClosureExpression.java:79)
at unluac.decompile.statement.Assignment.print(Assignment.java:260)
at unluac.decompile.statement.Statement.printTail(Statement.java:38)
at unluac.decompile.statement.Statement.printSequence(Statement.java:25)
at unluac.decompile.block.OuterBlock.print(OuterBlock.java:49)
at unluac.decompile.Decompiler.print(Decompiler.java:161)
at unluac.Main.main(Main.java:100)
activation status change <main.LevelEditor object at 0x0000029C7F6577F0> False

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant