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
Since version 5.13.2, the factory started to break in uberjar. BC changed the way to generate bytecode, and we have this error for example
Remembering that factorio uses state-flow in its code
Syntax error compiling fn* at (factorio/recipes/cc_financing_br.clj:67:5).
Syntax error (IOException) compiling fn* at (factorio/recipes/cc_financing_br.clj:67:5).
File name too long
Since version 5.13.2, the factory started to break in uberjar. BC changed the way to generate bytecode, and we have this error for example
error log
With this version, in the uberjar try generate file like this:
With the previous version (5.13.1) in the uberjar generate like this:
We found the changes was the function
annotate-with-line-meta
in nsstate-flow.core
call byflow*
PRWe tried with this approach, adding conditional for call or not this function, and worked.
The text was updated successfully, but these errors were encountered: