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

NPE when refreshing players after downloading from TWIN #326

Closed
diogotcorreia opened this issue Oct 3, 2023 · 0 comments · Fixed by #341
Closed

NPE when refreshing players after downloading from TWIN #326

diogotcorreia opened this issue Oct 3, 2023 · 0 comments · Fixed by #341
Assignees
Labels
module:core Related to the core module type:bug Something isn't working as expected
Milestone

Comments

@diogotcorreia
Copy link
Member

[21:16:27 INFO]: [Triton] Successfully setup the language manager! 3 languages and 249 language items loaded!
[21:16:27 WARN]: java.lang.NullPointerException: Cannot invoke "com.rexcantor64.triton.player.LanguagePlayer.refreshAll()" because "<local2>" is null
[21:16:27 WARN]:        at Triton-v3.9.0.jar//com.rexcantor64.triton.Triton.refreshPlayers(Triton.java:113)
[21:16:27 WARN]:        at Triton-v3.9.0.jar//com.rexcantor64.triton.commands.TwinCommand.handleDownload(TwinCommand.java:124)
[21:16:27 WARN]:        at Triton-v3.9.0.jar//com.rexcantor64.triton.commands.TwinCommand.lambda$handleCommand$0(TwinCommand.java:92)
[21:16:27 WARN]:        at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftTask.run(CraftTask.java:101)
[21:16:27 WARN]:        at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[21:16:27 WARN]:        at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[21:16:27 WARN]:        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[21:16:27 WARN]:        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[21:16:27 WARN]:        at java.base/java.lang.Thread.run(Thread.java:833)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:core Related to the core module type:bug Something isn't working as expected
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant