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

Exception in newest version #4975

Closed
RobZenFL opened this issue Feb 21, 2024 · 1 comment
Closed

Exception in newest version #4975

RobZenFL opened this issue Feb 21, 2024 · 1 comment

Comments

@RobZenFL
Copy link

Hey, after updating the plugin on the server we get an error message every 10 minutes in the console.

Server: last 1.20.2
mcMMO version: latest (2.1.229)

Error message:
! [Wed 15:47:14 WARN mcMMO] Task #4096 for mcMMO v2.1.229 generated an exception
java.lang.NullPointerException: Cannot invoke "com.gmail.nossr50.party.PartyManager.saveParties()" because the return value of "com.gmail.nossr50.mcMMO.getPartyManager()" is null
at mcMMO.jar//com.gmail.nossr50.runnables.SaveTimerTask.run(SaveTimerTask.java:24)
at mcMMO.jar//com.gmail.nossr50.util.CancellableRunnable.accept(CancellableRunnable.java:20)
at mcMMO.jar//com.gmail.nossr50.util.CancellableRunnable.accept(CancellableRunnable.java:7)
at mcMMO.jar//com.gmail.nossr50.mcmmo.folialib.impl.SpigotImplementation.lambda$runTimer$4(SpigotImplementation.java:105)
at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftTask.run(CraftTask.java:103)
at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480)
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1470)
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:446)
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1379)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1156)
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315)
at java.base/java.lang.Thread.run(Thread.java:833)

Thanks for your time and work!

@IAISI
Copy link
Contributor

IAISI commented Feb 21, 2024

Should be fixed with cdc187b and it's not really harmful as it's not breaking anything, just spams console if Parties are disabled.

This issue was closed.
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