I've recently been making a modpack for me and my friends to play that is centered around dungeons, exploration, and fighting. One of the biggest mods that I had as a MUST on the list was OreSpawn. However, when playing in the pack, I will often crash while moving throughout the world, and the error will be
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 2/10/19 9:01 PM
Description: Exception in world tick
java.lang.NullPointerException
at net.minecraft.client.multiplayer.NetClientHandler.func_72519_a(NetClientHandler.java:956)
at net.minecraft.network.packet.Packet24MobSpawn.func_73279_a(SourceFile:87)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
at net.minecraft.client.multiplayer.WorldClient.func_72835_b(WorldClient.java:99)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1930)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
From what I've heard, the Packet24MobSpawn error has to do with the amount of entities in play at one time, but that's about all I know. Does anyone know of a potential fix for this? Whenever it happens it renders whatever world I was playing in completely unusable, as you can no longer join without immediately crashing. Any help is greatly appreciated!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I've recently been making a modpack for me and my friends to play that is centered around dungeons, exploration, and fighting. One of the biggest mods that I had as a MUST on the list was OreSpawn. However, when playing in the pack, I will often crash while moving throughout the world, and the error will be
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 2/10/19 9:01 PM
Description: Exception in world tick
java.lang.NullPointerException
at net.minecraft.client.multiplayer.NetClientHandler.func_72519_a(NetClientHandler.java:956)
at net.minecraft.network.packet.Packet24MobSpawn.func_73279_a(SourceFile:87)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
at net.minecraft.client.multiplayer.WorldClient.func_72835_b(WorldClient.java:99)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1930)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
From what I've heard, the Packet24MobSpawn error has to do with the amount of entities in play at one time, but that's about all I know. Does anyone know of a potential fix for this? Whenever it happens it renders whatever world I was playing in completely unusable, as you can no longer join without immediately crashing. Any help is greatly appreciated!