Skip to content
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

Open
LordMortus opened this issue May 7, 2017 · 2 comments
Open

Errors in the background #178

LordMortus opened this issue May 7, 2017 · 2 comments
Labels

Comments

@LordMortus
Copy link

LordMortus commented May 7, 2017

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

@Ricket
Copy link

Ricket commented May 31, 2017

I saw the same in my server console tonight.

[20:12:20] [Server thread/ERROR] [FML]: 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) ~[sn.class:?]
        at net.minecraft.entity.Entity.func_70039_c(Entity.java:1610) ~[sn.class:?]
        at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:371) [avd.class:?]
        at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:184) [avd.class:?]
        at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:203) [lv.class:?]
        at net.minecraft.world.gen.ChunkProviderServer.func_186027_a(ChunkProviderServer.java:231) [lv.class:?]
        at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1015) [lw.class:?]
        at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:366) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:647) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) [MinecraftServer.class:?]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
Caused by: java.lang.NullPointerException
        at crazypants.enderzoo.entity.EntityFallenMount.func_70014_b(EntityFallenMount.java:226) ~[EntityFallenMount.class:?]
        at net.minecraft.entity.Entity.func_189511_e(Entity.java:1699) ~[sn.class:?]
        ... 10 more

All The Mods 2 v0.68

EnderZoo-1.11.2-1.3.0.46

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

No branches or pull requests

3 participants