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

Internal Error on /dxl reload #368

Closed
arnhav opened this issue Apr 10, 2018 · 2 comments
Closed

Internal Error on /dxl reload #368

arnhav opened this issue Apr 10, 2018 · 2 comments

Comments

@arnhav
Copy link

arnhav commented Apr 10, 2018

Apologies for yet another bug,

Running the latest version of the plugin. I just had just renamed a dungeon and I went to do /dxl reload and I had this error pop up on me:

[20:11:48 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'dxl' in plugin DungeonsXL v0.16-SNAPSHOT-12
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[PaperSpigot-latest.jar:git-Paper-1262]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:151) ~[PaperSpigot-latest.jar:git-Paper-1262]
        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:674) ~[PaperSpigot-latest.jar:git-Paper-1262]
        at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1471) ~[PaperSpigot-latest.jar:git-Paper-1262]
        at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1276) ~[PaperSpigot-latest.jar:git-Paper-1262]
        at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[PaperSpigot-latest.jar:git-Paper-1262]
        at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[PaperSpigot-latest.jar:git-Paper-1262]
        at net.minecraft.server.v1_12_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:14) ~[PaperSpigot-latest.jar:git-Paper-1262]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_152]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_152]
        at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [PaperSpigot-latest.jar:git-Paper-1262]
        at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:843) [PaperSpigot-latest.jar:git-Paper-1262]
        at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:426) [PaperSpigot-latest.jar:git-Paper-1262]
        at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767) [PaperSpigot-latest.jar:git-Paper-1262]
        at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665) [PaperSpigot-latest.jar:git-Paper-1262]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
Caused by: java.lang.NullPointerException
        at io.github.dre2n.dungeonsxl.world.DEditWorld.save(DEditWorld.java:122) ~[?:?]
        at io.github.dre2n.dungeonsxl.world.DWorldCache.saveAll(DWorldCache.java:248) ~[?:?]
        at io.github.dre2n.dungeonsxl.DungeonsXL.saveData(DungeonsXL.java:251) ~[?:?]
        at io.github.dre2n.dungeonsxl.DungeonsXL.onDisable(DungeonsXL.java:137) ~[?:?]
        at io.github.dre2n.dungeonsxl.command.ReloadCommand.onExecute(ReloadCommand.java:93) ~[?:?]
        at io.github.dre2n.dungeonsxl.util.commons.command.DRECommandExecutor.onCommand(DRECommandExecutor.java:68) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PaperSpigot-latest.jar:git-Paper-1262]
        ... 15 more
@Sataniel98
Copy link
Member

The latest builds are available here. Thank you for your report.

@arnhav
Copy link
Author

arnhav commented Apr 13, 2018

Awesome thank you!

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