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

loading extra block configs => NullPointerException #194

Closed
Cron3x opened this issue Jun 27, 2022 · 1 comment
Closed

loading extra block configs => NullPointerException #194

Cron3x opened this issue Jun 27, 2022 · 1 comment

Comments

@Cron3x
Copy link

Cron3x commented Jun 27, 2022

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
@mmdanggg2
Copy link
Collaborator

mmdanggg2 commented Jun 28, 2022

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).

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

2 participants