MrCrayfish's Gun Mod

MrCrayfish's Gun Mod

25M Downloads

Crash when leaving server

CammiePone opened this issue ยท 2 comments

commented

Dunno why, but this happened, so.
https://paste.dimdev.org/abawotifin.mccrash

commented

Same.

commented

@MrCrayfish Hope This helps.
The Error Is nullPointerExeption
I have found the line which appears at the start of stacktrace and its in Object.Bullet.java at line 55. this is the line that caused the crash "Entity entity = world.getEntityByID(this.entityId);"
the second line is in client.event.RenderEvents.java at line 1040. this is the line "bullets.forEach(bullet -> bullet.tick(Minecraft.getMinecraft().world));"