The problem is not something I'm very familiar with, but may be due to the dalek mod or mchelicopter mod. Any kind of help would be appreciated. the client crashes on start up after mobs have loaded in. The problem does not occur often but when it does, the world is unusable. It is 1.7.2 and the latest forge.
Here's the crash report:
---- Minecraft Crash Report ----
// Uh... Did I do that?
java.lang.NullPointerException: Unexpected error
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:730)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1542)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:917)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:730)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
Ok, so your mod (Dalek Mod) is spawning in entities as well as minecraft. I also just noticed that in your crash report, it says that you have 41 mods installed... Try disabling a few as they're all trying to spawn in their own entities, overwhelming minecraft. Another thing you can do is decrease the amount of entities that the mods are trying to spawn in.
Theres only 4 mods that spawn in minecraft, twilight forest, lycanites mobs, AvP, and the dalek mod. But daleks spawn a lot, gonna see if I can reduce spawn rate for them. And many of the counted mods are just child splits of the main ones. Currently there are 24 mods installed.
Update: I removed the dalek mod and everything is working again. Too bad I couldn't change spawn rates on it.
Here's the crash report:
Update: I removed the dalek mod and everything is working again. Too bad I couldn't change spawn rates on it.