Aussiemon
Aussiemon
Getting the same issue in all environments with a non-bicep ARM template since the 21st. We also have a support request open.
Looks like you've got two additional commits in your master branch that have made it into this PR. Did you just mean to include https://github.com/Aussiemon/ljd/pull/12/commits/5ad874e7d6581fcd733cbf2bd10a49a3b67e371a?
If you're still interested, please upload the failing file.
I'm aware of it, but the branch is very unstable. I had a lot of issues with my last attempt. It might work better to cherry-pick some of those fixes,...
Do you have example Lua code (or at least a compiled file) of what this fixes?
@marsinator358 Here are 4 additional examples of "Error running Ast::eliminate_conditions at ast.cpp:2367", and 1 example with a different failure point and error message "Source: ast\ast.cpp:2271 (Failed to build condition in...
@marsinator358 I have a new file that fails on this exception, but unlike previous failures, putting a try-catch-early-return on the assertion eventually leads to an unhandled exception that the other...
> @Aussiemon It's the same issue, here is the decompiled file: [room.txt](https://github.com/user-attachments/files/17940916/room.txt) The error is caused by the unused local `color` at the end of function 13. > > >...
I have 3 examples total; including one that hasn't been posted here: [examples.zip](https://github.com/user-attachments/files/17964631/examples.zip)
@myk002 The [documentation](https://docs.dfhack.org/en/stable/docs/tools/adaptation.html#adaptation) and error message seem unclear about the use of the `--all` option in Adventure Mode. Perhaps these could be updated to prevent further confusion? Doesn't look like...