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
c tickflow tempo
Compiling 1 file(s)
Compiling tickflow\rvlRocket.tickflow
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.parboiled.transform.AsmUtils (file:/C:/Users/BobTh/Desktop/Modding%20Workshop/Rhythm%20Heaven%20Megamix/Tools/Tickompiler/tickompiler.jar) to method java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.parboiled.transform.AsmUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Compiled tickflow\rvlRocket.tickflow -> 1423.9809 ms
I've tested packing and extracting as well, as far as I can tell this is the only command it affects. The compile command does work in its entirety.
The text was updated successfully, but these errors were encountered:
This is a warning introduced by Java 9 to 15 as part of the Parboiled library, and is not related to Tickompiler code. It becomes an error in Java 16. Per the README, you can mitigate the issue by adding the --add-opens JVM argument:
The following issue with Java 16 and newer is also resolved with the --add-opens JVM argument:
Exception in thread "main" picocli.CommandLine$ExecutionException: Error while running command (rhmodding.tickompiler.cli.CompileCommand@4cf4d528): java.lang.RuntimeException: Error creating extended parser class: Could not determine whether class 'rhmodding.tickompiler.compiler.TickflowParser$$parboiled' has already been loaded
When compiling, this occurs
c tickflow tempo
Compiling 1 file(s)
Compiling tickflow\rvlRocket.tickflow
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.parboiled.transform.AsmUtils (file:/C:/Users/BobTh/Desktop/Modding%20Workshop/Rhythm%20Heaven%20Megamix/Tools/Tickompiler/tickompiler.jar) to method java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.parboiled.transform.AsmUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Compiled tickflow\rvlRocket.tickflow -> 1423.9809 ms
I've tested packing and extracting as well, as far as I can tell this is the only command it affects. The compile command does work in its entirety.
The text was updated successfully, but these errors were encountered: