Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

NullPointerException while ticking entity [FML 8.0.9.1016+] #571

Open
14mRh4X0r opened this issue Dec 2, 2014 · 2 comments
Open

NullPointerException while ticking entity [FML 8.0.9.1016+] #571

14mRh4X0r opened this issue Dec 2, 2014 · 2 comments

Comments

@14mRh4X0r
Copy link

Happened on my server on two separate occasions, once while running FML 8.0.9.1016, once while running Forge 11.14.0.1248 (both with vanilla clients).

Crash reports: https://gist.github.com/14mRh4X0r/a21217ca26694e223f93

@14mRh4X0r
Copy link
Author

Line 221 of the vanilla EntityPlayerMP seems to be

this.playerNetServerHandler.sendPacket(new S13PacketDestroyEntities(var2));

@LexManos
Copy link
Member

LexManos commented Dec 2, 2014

This should be impossible to do considering your player isnt added to the world until you login and the handler is set, and that happens on the world thread so there shouldn't be any issue of concurrency.
See if you can find a way to reliably reproduce this.

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

No branches or pull requests

2 participants