When a player navigates to a certain chunk, the console log posts these severe errors -- first caught my attention because graphically there was a large chunk loading error and I wanted to see what the server log said. I restarted the client and the chunk loading error was gone. But now, whenever I go back to that spot, the server outputs these severe errors.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
pharaoh828
Title: Exception posting event: net.minecraftforge.event.entity.living.LivingSpecialSpawnEvent
Version: 0.5.1
OS: Server-Side Error
Java Version: Java 7 update 45
Description of Problem:
When a player navigates to a certain chunk, the console log posts these severe errors -- first caught my attention because graphically there was a large chunk loading error and I wanted to see what the server log said. I restarted the client and the chunk loading error was gone. But now, whenever I go back to that spot, the server outputs these severe errors.
Please help if you can. Thank you!
Error Messages:
2013-10-30 12:13:39 [sEVERE] [ForgeModLoader] Exception posting event: net.minecraftforge.event.entity.living.LivingSpecialSpawnEvent@4bf564e5
12:13:39 [sEVERE] java.lang.RuntimeException: java.lang.NullPointerException
12:13:39 [sEVERE] at ic2.core.IC2.onLivingSpecialSpawn(IC2.java:2270)
12:13:39 [sEVERE] at net.minecraftforge.event.ASMEventHandler_28_IC2_onLivingSpecialSpawn_LivingSpecialSpawnEvent.invoke(.dynamic)
12:13:39 [sEVERE] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
12:13:39 [sEVERE] at net.minecraftforge.event.EventBus.post(EventBus.java:104)
12:13:39 [sEVERE] at net.minecraftforge.event.ForgeEventFactory.doSpecialSpawn(ForgeEventFactory.java:52)
12:13:39 [sEVERE] at yp.a(SpawnerAnimals.java:326)
12:13:39 [sEVERE] at yp.a(SpawnerAnimals.java:256)
12:13:39 [sEVERE] at in.b(WorldServer.java:291)
12:13:39 [sEVERE] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:834)
12:13:39 [sEVERE] at ho.r(DedicatedServer.java:309)
12:13:39 [sEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
12:13:39 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
12:13:39 [sEVERE] at fy.run(ThreadMinecraftServer.java:16)
12:13:39 [sEVERE] Caused by: java.lang.NullPointerException
12:13:39 [sEVERE] at ic2.core.IC2.onLivingSpecialSpawn(IC2.java:2268)
12:13:39 [sEVERE] ... 12 more
12:13:46 [iNFO] Pharaoh828 issued server command: /back
2013-10-30 12:13:47 [sEVERE] [ForgeModLoader] Exception posting event: net.minecraftforge.event.entity.living.LivingSpecialSpawnEvent@15b1381c
12:13:47 [sEVERE] java.lang.RuntimeException: java.lang.NullPointerException
12:13:47 [sEVERE] at ic2.core.IC2.onLivingSpecialSpawn(IC2.java:2270)
12:13:47 [sEVERE] at net.minecraftforge.event.ASMEventHandler_28_IC2_onLivingSpecialSpawn_LivingSpecialSpawnEvent.invoke(.dynamic)
12:13:47 [sEVERE] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
12:13:47 [sEVERE] at net.minecraftforge.event.EventBus.post(EventBus.java:104)
12:13:47 [sEVERE] at net.minecraftforge.event.ForgeEventFactory.doSpecialSpawn(ForgeEventFactory.java:52)
12:13:47 [sEVERE] at yp.a(SpawnerAnimals.java:326)
12:13:47 [sEVERE] at yp.a(SpawnerAnimals.java:256)
12:13:47 [sEVERE] at in.b(WorldServer.java:291)
12:13:47 [sEVERE] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:834)
12:13:47 [sEVERE] at ho.r(DedicatedServer.java:309)
12:13:47 [sEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
12:13:47 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
12:13:47 [sEVERE] at fy.run(ThreadMinecraftServer.java:16)
12:13:47 [sEVERE] Caused by: java.lang.NullPointerException
12:13:47 [sEVERE] at ic2.core.IC2.onLivingSpecialSpawn(IC2.java:2268)
12:13:47 [sEVERE] ... 12 more
Error Log:
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.