Jump to content
  • 0

Exception posting event: net.minecraftforge.event.entity.living.LivingSpecialSpawnEvent


Question

Posted

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:


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

7 answers to this question

Recommended Posts

  • 0
Posted

Everybody is having the same problem and it's happening at exactly the same place.

ic2.core.IC2.onLivingSpecialSpawn(IC2.java:2270)

Is it likely that the party responsible for this industrial craft code will be reading this forum and addressing the problem? This must be affecting thousands of players.

  • 0
Posted

Well good to know I'm not the only admin who's having it... Sorry if this is a noob question, but I thought tekkit lite wasn't ever to be updated again? I would love it if this gets fixed... We just left our 9 month old world and started this one new because of chunk errors, so we are all hyper-sensitive to any sign of trouble... and I'm starting to wonder if it's time to move to Tekkit or try and put together my own custom mod pack.

  • 0
Posted

So by coincidence I was starting up a new modded server last night and came across this error too. I investigated it a little and found that is seems to happen during specified holidays/seasons. In the last day I learned how to make mods for minecraft and made a small mod I call IC2SeasonalPatch which in tests so far does just that. It sets a variable in IC2 named seasonal always to false so the offending code is never called. I am attaching a link to the zip, you drop it in your mod folder. Please let me know here if it works or not. I hope it helps someone else out there. :)

http://goo.gl/fq2lx1

  • 0
Posted

Thanks spuggiehawk, I am glad it is working. I posted over on the FTB forums too and there is a guy who made a Hex fix to set the start and end dates from [month 10 day 29 to month 11 day 01] to [month 13 day 00 to month 13 day 01], which will never exist. My mod changed the variable that would be set to true in that time period back to false on init. Doing more reading I discovered there are two time periods. The crash also happens between [month 04 day 00 to month 04 day 04] so I have updated my mod set the second variable that is set to true during this time period back to false on init. Same URL.

FTB Thread

-Removed-

No need to go to there, I violated FTB Forum rules was banned and posts deleted.

http://goo.gl/fq2lx1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...