[SPIGOT-2388] Unhandled damage of EntitySkeleton - Server crash Created: 11/Jun/16 Updated: 12/Jun/16 Resolved: 12/Jun/16 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Erik | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 2 |
Labels: | 1.10 | ||
Environment: |
Minecraft Version: 1.10 |
Attachments: |
![]() ![]() ![]() ![]() ![]() ![]() |
Description |
Its a error that causes server crash "Unhandled damage of EntitySkeleton". This causes the server to shutdown/crash. The crashlog should provide some insight. |
Comments |
Comment by Etzelia [ 11/Jun/16 ] |
Related: https://hub.spigotmc.org/jira/browse/SPIGOT-2394 Not sure if there's an easier way to link other issues. |
Comment by D [ 11/Jun/16 ] |
Should set the priority as critical, server is crashing a lot when other user came and put magma blocks to his natural-mob-spawner, where are bunch of entities are falling down. Here are more crash reports, if it'll help crash-2016-06-11_11.26.29-server.txt |
Comment by Rick W [ 11/Jun/16 ] |
Can also confirm with same spigot version (git-Spigot-6016ac7-d5ecbd0) Randomly crashed when someone was near a pig farm. java.lang.IllegalStateException: Unhandled damage of EntityPig['Pig'/4120, l='Zero', x=373.05, y=83.54, z=311.09] by CraftBlock{chunk=CraftChunk {x=164z=-105},x=2638,y=71,z=-1675,type=CACTUS,data=0} from inFire Seems like a block is passed, but the DamageSource isn't from the same block, resulting in an illegal state. (Or something along those lines, not too proficient with the way spigot/bukkit handles things internally). |
Comment by D [ 11/Jun/16 ] |
Can confirm this issue with the same Spigot version ( git-Spigot-6016ac7-d5ecbd0 ). Faced it when was just jumping around a spawn wearing elytra (we have Residence protection there with "damage" turned off, so there were no possible "damage", and the fly was to short), so it caused me to fly a little and then kicked from the server, but there were no server crash (Here is console output of that moment: http://pastebin.com/y4hXx9gn). Later i was afk-ing, and when returned to the computer noticed that server had a restart (shouldn't have it There is a golem farm, where i was standing, and now i'm standing there again and golems are dying without errors. |