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
If I open jmc2obj it opens and I can use it, but i get a message and the an error in the console:
ERROR: Error loading extra block configs!
java.lang.NullPointerException: Cannot read the array length because "<local1>" is null
at org.jmc.BlockTypes.initialize(BlockTypes.java:463)
at org.jmc.Main.runGUI(Main.java:69)
at org.jmc.Main.main(Main.java:46)
I don't know if this is important but maybe its a bit helpful
My system:
ArcoLinux Kernel: 5.18.5-zen1-1-zen
Java: Openjdk v18.0.1.1 and Temurin-17.0.2+8
The text was updated successfully, but these errors were encountered:
This is probably happening when jmc can't read the conf folder (in working dir), you can safely ignore it as it is only looking for extra custom .conf files. Next version won't pop this up as an error (9391e57).
If I open jmc2obj it opens and I can use it, but i get a message and the an error in the console:
I don't know if this is important but maybe its a bit helpful
My system:
The text was updated successfully, but these errors were encountered: