ArsMagica2
ArsMagica2 copied to clipboard
1.5.0-9 & 1.5.0-11 Starstrike crashs Server [bug]
When Starstrike hits an entity without life (for example the thrown rock from the air guardian or the laser from the guardins in vallina mc) the server crashs. I had a gravestone but no gravestone spawned so I lost all my items + spells. Time: 12/13/16 9:05 PM Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.util.EntityDamageSource.func_151519_b(SourceFile:47)
at net.minecraft.util.CombatTracker.func_151521_b(SourceFile:105)
at net.minecraft.network.play.server.SPacketCombatEvent.
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.util.EntityDamageSource.func_151519_b(SourceFile:47)
at net.minecraft.util.CombatTracker.func_151521_b(SourceFile:105)
at net.minecraft.network.play.server.SPacketCombatEvent.
After a restart i was dead and i had the gravestones mod but there wasn't a gravestone so I had lost all my items.
While I can confirm that the Air Guardian has issues it's not causing our server to crash, merely hang and not respond. This occurs immediately after the spinny-break-block move (I can hear the blocks break but don't actually see them).
This is SMP on dedicated server. (nothing revealing in the logs)
I found out, that it was the spell starstrike. When starstrike hits an entity, which isn't a real mob or anything (like air guardins rocks which he throw) the server crashs.
i legit can't reproduce this, if you could figure out if it actually is starstrike and not something else, that would be wonderful
It's starstrike. I don't tried it with an other spell which is like starstrike. When im fighting with an air guardian or a guardian from vanilla mc the server crashs and I lost all my Items.
Uh... The issue is starstrike hitting a player... func_70097_a is attackEntityFrom. func_70645_a is onDeath.