n must be positive
LadyCailinBot opened this issue ยท 6 comments
CRAFTBOOK-2755 - Reported by Martin.Faester
22:38:17 [WARNING] Failed to handle packet for Fungreenfox: IP removedxxxxxxx:java.lang.IllegalArgumentException: n must be positive
java.lang.IllegalArgumentException: n must be positive
at java.util.Random.nextInt(Unknown Source)
at net.minecraft.server.v1_6_R3.EntitySpider.dropDeathLoot(EntitySpider.java:110)
at net.minecraft.server.v1_6_R3.EntityLiving.die(EntityLiving.java:758)
at net.minecraft.server.v1_6_R3.EntityLiving.damageEntity(EntityLiving.java:710)
at net.minecraft.server.v1_6_R3.EntityMonster.damageEntity(EntityMonster.java:39)
at net.minecraft.server.v1_6_R3.EntityHuman.attack(EntityHuman.java:884)
at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:1121)
at net.minecraft.server.v1_6_R3.Packet7UseEntity.handle(SourceFile:36)
at net.minecraft.server.v1_6_R3.NetworkManager.b(NetworkManager.java:296)
at net.minecraft.server.v1_6_R3.PlayerConnection.e(PlayerConnection.java:116)
at net.minecraft.server.v1_6_R3.ServerConnection.b(SourceFile:37)
at net.minecraft.server.v1_6_R3.DedicatedServerConnection.b(SourceFile:30)
at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:592)
at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:227)
at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:488)
at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:421)
at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
22:38:23 [INFO] Fungreenfox[IP removed xxxxxxxx:57830] logged in with entity id 191899 at ([delwinstown] -5721.8310846434915, 69.0, 2650.5080060796026)
22:38:23 [INFO] [VanishNoPacket] Fungreenfox disappeared.
22:38:24 [INFO] [Notes] [1] fungreenfox: owner
homemade mobarena with 6 invisible spiders. I don't know how a negative distance to those spiders should occur, since i was right next to those.
(i still can't set the tickets title right).
mc1200 spiders and cavespiders with potion inducing.
mc1217s, 14:1:199=p and 4th line 18
mc1217s 11:1:199=p and 4th line 18
Comment by Martin.Faester
It disconnects me after hitting a few spiders, and says "internal server error" at the logout screen.
Comment by me4502
This isn't an issue with craftbook. The potion inducers purely set the potion effect. This is an underlying issue with either the bukkit API, or minecraft itself.
Comment by Martin.Faester
do you have a suggestion for whatelse i can add to those spiders to make them different?
Comment by Martin.Faester
It isnt the potion inducers. I have produced the error only by spawning the spiders from the [mc1200] only. But the error is occuring everytime done so. I can not reproduce this by using /spawnmob.
Comment by Martin.Faester
But it seems to a craftbukkit issue, caused by: CraftChest is not a chest but is instead CraftBlock, gives ticking screen.
How i can produce such error from this kind of spawning, i don't know.
Comment by me4502
That error wouldn't be related. The issue would probably be that there is a bukkit issue when spawning spiders, but other plugins that spawn it don't spawn it correctly or something similar to that, which for some reason works.
I'd say report that error to bukkit.