-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors in the background #178
Labels
Comments
I saw the same in my server console tonight.
All The Mods 2 v0.68 EnderZoo-1.11.2-1.3.0.46 |
HenryLoenwind
added a commit
that referenced
this issue
May 31, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While tabbing out of my game I noticed this in the output window:
20:24:55 FML Server thread error An Entity type crazypants.enderzoo.entity.EntityFallenMount has thrown an exception trying to write state. It will not persist. Report this to the mod author
net.minecraft.util.ReportedException: Saving entity NBT
at net.minecraft.entity.Entity.func_189511_e(Entity.java:1728)
at net.minecraft.entity.Entity.func_70039_c(Entity.java:1610)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:371)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:184)
at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:203)
at net.minecraft.world.gen.ChunkProviderServer.func_186027_a(ChunkProviderServer.java:231)
at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1015)
at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:366)
at net.minecraft.server.integrated.IntegratedServer.func_71267_a(IntegratedServer.java:216)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:647)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at crazypants.enderzoo.entity.EntityFallenMount.func_70014_b(EntityFallenMount.java:226)
at net.minecraft.entity.Entity.func_189511_e(Entity.java:1699)
... 12 more
The text was updated successfully, but these errors were encountered: