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

java.lang.ExceptionInInitializerError: null #328

Closed
KweezyCode opened this issue Oct 7, 2023 · 3 comments · Fixed by #329
Closed

java.lang.ExceptionInInitializerError: null #328

KweezyCode opened this issue Oct 7, 2023 · 3 comments · Fixed by #329
Labels
bug Something isn't working

Comments

@KweezyCode
Copy link

KweezyCode commented Oct 7, 2023

Description

изображение

[16:15:58 INFO]: [Orebfuscator] Enabling Orebfuscator v5.4.1

[16:15:59 ERROR]: Error occurred while enabling Orebfuscator v5.4.1 (Is it up to date?)

java.lang.ExceptionInInitializerError: null

	at net.imprex.orebfuscator.obfuscation.ObfuscationSystem.registerChunkListener(ObfuscationSystem.java:39) ~[orebfuscator-plugin-5.4.1.jar:?]

	at net.imprex.orebfuscator.Orebfuscator.onEnable(Orebfuscator.java:82) ~[orebfuscator-plugin-5.4.1.jar:?]

	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[purpur-api-1.20.1-R0.1-SNAPSHOT.jar:?]

	at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[purpur-1.20.1.jar:git-Purpur-2044]

	at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[purpur-1.20.1.jar:git-Purpur-2044]

	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[purpur-api-1.20.1-R0.1-SNAPSHOT.jar:?]

	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:654) ~[purpur-1.20.1.jar:git-Purpur-2044]

	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:565) ~[purpur-1.20.1.jar:git-Purpur-2044]

	at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:641) ~[purpur-1.20.1.jar:git-Purpur-2044]

	at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:440) ~[purpur-1.20.1.jar:git-Purpur-2044]

	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:345) ~[purpur-1.20.1.jar:git-Purpur-2044]

	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1117) ~[purpur-1.20.1.jar:git-Purpur-2044]

	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323) ~[purpur-1.20.1.jar:git-Purpur-2044]

	at java.lang.Thread.run(Unknown Source) ~[?:?]

Caused by: java.lang.NullPointerException

	at java.util.Objects.requireNonNull(Unknown Source) ~[?:?]

	at java.util.ImmutableCollections.listFromTrustedArray(Unknown Source) ~[?:?]

	at java.util.List.of(Unknown Source) ~[?:?]

	at net.imprex.orebfuscator.obfuscation.ObfuscationListener.<clinit>(ObfuscationListener.java:30) ~[orebfuscator-plugin-5.4.1.jar:?]

	... 14 more

[16:15:59 INFO]: [Orebfuscator] Disabling Orebfuscator v5.4.1

[16:15:59 ERROR]: Error occurred (in the plugin loader) while disabling Orebfuscator v5.4.1 (Is it up to date?)

Reproduction Steps

Install ProtocolLib and Orebfuscator

Expected Behaviour

work

Orebfuscator Dump

Impossible, plugin not working

Extra Details

No response

@KweezyCode KweezyCode added the bug Something isn't working label Oct 7, 2023
@KweezyCode KweezyCode changed the title v java.lang.ExceptionInInitializerError: null Oct 7, 2023
@Ingrim4
Copy link
Member

Ingrim4 commented Oct 7, 2023

Can you please run the /protocol dump command, upload the output to https://gist.github.com/ and post the link here.

@KweezyCode
Copy link
Author

KweezyCode commented Oct 7, 2023

@Ingrim4
Copy link
Member

Ingrim4 commented Oct 7, 2023

Thx, found the issue will release a fix in the next few hours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants