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

An internal occurred ... #78

Closed
Malalicious opened this issue May 26, 2016 · 4 comments
Closed

An internal occurred ... #78

Malalicious opened this issue May 26, 2016 · 4 comments
Assignees

Comments

@Malalicious
Copy link

Hello,

I get the "An internal error occurred while attempting to perform this command" after creating a new dungeon and automatically porting into it. The server gives multiple errors as seen below:

`[18:48:55 INFO]: [DungeonsXL] World generation finished!

org.bukkit.command.CommandException: Unhandled exception executing command 'dxl'
in plugin DungeonsXL v0.11.3
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spi
got.jar:git-Spigot-8a048fe-d8637df]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:14

  1. ~[spigot.jar:git-Spigot-8a048fe-d8637df]
    at org.bukkit.craftbukkit.v1_9_R2.CraftServer.dispatchCommand(CraftServe
    r.java:646) ~[spigot.jar:git-Spigot-8a048fe-d8637df]
    at net.minecraft.server.v1_9_R2.PlayerConnection.handleCommand(PlayerCon
    nection.java:1349) [spigot.jar:git-Spigot-8a048fe-d8637df]
    at net.minecraft.server.v1_9_R2.PlayerConnection.a(PlayerConnection.java
    :1184) [spigot.jar:git-Spigot-8a048fe-d8637df]
    at net.minecraft.server.v1_9_R2.PacketPlayInChat.a(PacketPlayInChat.java
    :45) [spigot.jar:git-Spigot-8a048fe-d8637df]
    at net.minecraft.server.v1_9_R2.PacketPlayInChat.a(PacketPlayInChat.java
    :1) [spigot.jar:git-Spigot-8a048fe-d8637df]
    at net.minecraft.server.v1_9_R2.PlayerConnectionUtils$1.run(SourceFile:1
  2. [spigot.jar:git-Spigot-8a048fe-d8637df]
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [
    ?:1.8.0_91]
    at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_91]
    at net.minecraft.server.v1_9_R2.SystemUtils.a(SourceFile:45) [spigot.jar
    :git-Spigot-8a048fe-d8637df]
    at net.minecraft.server.v1_9_R2.MinecraftServer.D(MinecraftServer.java:7
  3. [spigot.jar:git-Spigot-8a048fe-d8637df]
    at net.minecraft.server.v1_9_R2.DedicatedServer.D(DedicatedServer.java:3
  4. [spigot.jar:git-Spigot-8a048fe-d8637df]
    at net.minecraft.server.v1_9_R2.MinecraftServer.C(MinecraftServer.java:6
  5. [spigot.jar:git-Spigot-8a048fe-d8637df]
    at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java
    :564) [spigot.jar:git-Spigot-8a048fe-d8637df]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
    Caused by: java.lang.IllegalArgumentException: Health must be between 0 and 16.0
    at org.bukkit.craftbukkit.v1_9_R2.entity.CraftLivingEntity.setHealth(Cra

ftLivingEntity.java:95) ~[spigot.jar:git-Spigot-8a048fe-d8637df]
at io.github.dre2n.dungeonsxl.player.DGamePlayer.clearPlayerData(DGamePl
ayer.java:147) ~[?:?]
at io.github.dre2n.dungeonsxl.player.DGamePlayer.(DGamePlayer.java
:117) ~[?:?]
at io.github.dre2n.dungeonsxl.command.CreateCommand.onExecute(CreateComm
and.java:98) ~[?:?]
at io.github.dre2n.commons.command.BRCommandExecutor.onCommand(BRCommand
Executor.java:69) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spi
got.jar:git-Spigot-8a048fe-d8637df]
... 15 more`

This happens also when I edit an existing map.
I am using Spigot 1.9.4 (also tried 1.9) with DungeonsXL 0.11.3 (and tried the latest dev build as well).

@Sataniel98
Copy link
Member

DungeonsXL used to use the old int health format for persistence, I hope this bug doesn't occur anymore with the double format.

Fix: 6b70e71

I'll upload a compiled jar as soon as possible.

@Sataniel98 Sataniel98 added the BUG label May 27, 2016
@Sataniel98
Copy link
Member

@Sataniel98 Sataniel98 self-assigned this May 28, 2016
@Malalicious
Copy link
Author

That fixed the issue, cheers.

@Sataniel98
Copy link
Member

Glad to hear that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants