I have been playing in a single world for a few days, but I am now getting a crash when loading the world. I have not changed anything. I watched the Game Output, and saw two things:
[07:27:23] [Client thread/WARN] [FML]: ****************************************
[07:27:23] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name ingotFairy has occurred. It adds an item (type: class glassmaker.extratic.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod ExtraTiC report it to them!
[07:27:23] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:27:23] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:27:23] [Client thread/WARN] [FML]: * at glassmaker.extratic.common.ItemHandler._addFunStuffItems(ItemHandler.java:45)
[07:27:23] [Client thread/WARN] [FML]: * at glassmaker.extratic.common.ItemHandler.addItems(ItemHandler.java:18)
[07:27:23] [Client thread/WARN] [FML]: * at glassmaker.extratic.ExtraTiC.preInit(ExtraTiC.java:48)
[07:27:23] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[07:27:23] [Client thread/WARN] [FML]: ****************************************
[07:27:23] [Client thread/WARN] [FML]: ****************************************
[07:27:23] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name ingotPokefennium has occurred. It adds an item (type: class glassmaker.extratic.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod ExtraTiC report it to them!
[07:27:23] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:27:23] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:27:23] [Client thread/WARN] [FML]: * at glassmaker.extratic.common.ItemHandler._addFunStuffItems(ItemHandler.java:45)
[07:27:23] [Client thread/WARN] [FML]: * at glassmaker.extratic.common.ItemHandler.addItems(ItemHandler.java:18)
[07:27:23] [Client thread/WARN] [FML]: * at glassmaker.extratic.ExtraTiC.preInit(ExtraTiC.java:48)
[07:27:23] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[07:27:23] [Client thread/WARN] [FML]: ****************************************
[07:27:23] [Client thread/WARN] [FML]: ****************************************
[07:27:23] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name ingotRed_aurum has occurred. It adds an item (type: class glassmaker.extratic.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod ExtraTiC report it to them!
[07:27:23] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:27:23] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:27:23] [Client thread/WARN] [FML]: * at glassmaker.extratic.common.ItemHandler._addFunStuffItems(ItemHandler.java:45)
[07:27:23] [Client thread/WARN] [FML]: * at glassmaker.extratic.common.ItemHandler.addItems(ItemHandler.java:18)
[07:27:23] [Client thread/WARN] [FML]: * at glassmaker.extratic.ExtraTiC.preInit(ExtraTiC.java:48)
[07:27:23] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[07:27:23] [Client thread/WARN] [FML]: ****************************************
[07:27:23] [Client thread/WARN] [FML]: ****************************************
[07:27:23] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name ingotDrulloy has occurred. It adds an item (type: class glassmaker.extratic.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod ExtraTiC report it to them!
[07:27:23] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:27:23] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:27:23] [Client thread/WARN] [FML]: * at glassmaker.extratic.common.ItemHandler._addTIItems(ItemHandler.java:78)
[07:27:23] [Client thread/WARN] [FML]: * at glassmaker.extratic.common.ItemHandler.addItems(ItemHandler.java:20)
[07:27:23] [Client thread/WARN] [FML]: * at glassmaker.extratic.ExtraTiC.preInit(ExtraTiC.java:48)
[07:27:23] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[07:27:23] [Client thread/WARN] [FML]: ****************************************
It appeared higher in the output.
To try to fix these, I updated Botania (I was going to update ExtraTiC, but it was up to date). Nothing helped.
Crash report:
---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 3/29/16 7:27 AM
Description: Exception in server tick loop
java.lang.RuntimeException: java.lang.NullPointerException
at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:496)
at codechicken.chunkloader.ChunkLoaderEventHandler.onWorldLoad(ChunkLoaderEventHandler.java:56)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_294_ChunkLoaderEventHandler_onWorldLoad_Load.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:73)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NullPointerException
at com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:53)
at net.minecraft.server.management.PlayerProfileCache.func_152650_a(PlayerProfileCache.java:93)
at net.minecraft.server.management.PlayerProfileCache.func_152655_a(PlayerProfileCache.java:179)
at codechicken.core.ServerUtils.getGameProfile(ServerUtils.java:80)
at codechicken.core.ServerUtils.isPlayerOP(ServerUtils.java:84)
at codechicken.chunkloader.ChunkLoaderManager.allowOffline(ChunkLoaderManager.java:582)
at codechicken.chunkloader.ChunkLoaderManager.loadPlayerChunks(ChunkLoaderManager.java:543)
at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:492)
... 8 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (x86) version 10.0
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 233362312 bytes (222 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 36 mods loaded, 36 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAA OpenModsCore{0.9} [OpenModsCore] (minecraft.jar)
UCHIJAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJAA BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar)
UCHIJAA BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar)
UCHIJAA BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar)
UCHIJAA BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar)
UCHIJAA BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar)
UCHIJAA BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar)
UCHIJAA BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar)
UCHIJAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAA EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar)
UCHIJAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
UCHIJAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
UCHIJAA TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCHIJAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHIJAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJAA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCHIJAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJAA OpenMods{0.9} [OpenMods] (OpenModsLib-1.7.10-0.9.jar)
UCHIJAA OpenBlocks{1.5} [OpenBlocks] (OpenBlocks-1.7.10-1.5.jar)
UCHIJAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJAA IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3-303
Mantle Environment: Environment healthy.
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BC:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:OFF, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
I have sorta fixed the problem. I am now able to load the world. I deleted the files in chickenchunks folder, and I am now able to load the world. But, I now have to delete the files to run the world. Every time. It is annoying, and I would like a more permanent solution.
Update 2:
The file that is causing the crash is players.dat. Whenever I launch the game with that file in the .minecraft/saves/new world-/chickenchuncks folder, it crashes. logintimes.dat doesn't crash it, though.
I have been playing in a single world for a few days, but I am now getting a crash when loading the world. I have not changed anything. I watched the Game Output, and saw two things:
The next day, I saw this:
It appeared higher in the output.
To try to fix these, I updated Botania (I was going to update ExtraTiC, but it was up to date). Nothing helped.
Crash report:
---- Minecraft Crash Report ---- // I'm sorry, Dave. Time: 3/29/16 7:27 AM Description: Exception in server tick loop java.lang.RuntimeException: java.lang.NullPointerException at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:496) at codechicken.chunkloader.ChunkLoaderEventHandler.onWorldLoad(ChunkLoaderEventHandler.java:56) at cpw.mods.fml.common.eventhandler.ASMEventHandler_294_ChunkLoaderEventHandler_onWorldLoad_Load.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:73) at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) Caused by: java.lang.NullPointerException at com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:53) at net.minecraft.server.management.PlayerProfileCache.func_152650_a(PlayerProfileCache.java:93) at net.minecraft.server.management.PlayerProfileCache.func_152655_a(PlayerProfileCache.java:179) at codechicken.core.ServerUtils.getGameProfile(ServerUtils.java:80) at codechicken.core.ServerUtils.isPlayerOP(ServerUtils.java:84) at codechicken.chunkloader.ChunkLoaderManager.allowOffline(ChunkLoaderManager.java:582) at codechicken.chunkloader.ChunkLoaderManager.loadPlayerChunks(ChunkLoaderManager.java:543) at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:492) ... 8 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 10 (x86) version 10.0 Java Version: 1.8.0_66, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 233362312 bytes (222 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -Xmn128M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 36 mods loaded, 36 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHIJAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar) UCHIJAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar) UCHIJAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar) UCHIJAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) UCHIJAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar) UCHIJAA OpenModsCore{0.9} [OpenModsCore] (minecraft.jar) UCHIJAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) UCHIJAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar) UCHIJAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar) UCHIJAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) UCHIJAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) UCHIJAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar) UCHIJAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar) UCHIJAA BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar) UCHIJAA BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar) UCHIJAA BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar) UCHIJAA BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar) UCHIJAA BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar) UCHIJAA BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar) UCHIJAA BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar) UCHIJAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar) UCHIJAA EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar) UCHIJAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) UCHIJAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar) UCHIJAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar) UCHIJAA TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar) UCHIJAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar) UCHIJAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar) UCHIJAA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar) UCHIJAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) UCHIJAA OpenMods{0.9} [OpenMods] (OpenModsLib-1.7.10-0.9.jar) UCHIJAA OpenBlocks{1.5} [OpenBlocks] (OpenBlocks-1.7.10-1.5.jar) UCHIJAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar) UCHIJAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar) UCHIJAA IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar) GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED] Class transformer null safety: all safe AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291 CoFHCore: -[1.7.10]3.0.3-303 Mantle Environment: Environment healthy. ThermalFoundation: -[1.7.10]1.2.0-102 ThermalExpansion: -[1.7.10]4.0.3B1-218 TConstruct Environment: Environment healthy. ThermalDynamics: -[1.7.10]1.1.0-161 Stencil buffer state: Function set: GL30, pool: forge, bits: 8 AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:OFF, BC:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:OFF, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Player Count: 0 / 8; [] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge'How can I fix this? Thanks in advance.
Update:
I have sorta fixed the problem. I am now able to load the world. I deleted the files in chickenchunks folder, and I am now able to load the world. But, I now have to delete the files to run the world. Every time. It is annoying, and I would like a more permanent solution.
Update 2:
The file that is causing the crash is players.dat. Whenever I launch the game with that file in the .minecraft/saves/new world-/chickenchuncks folder, it crashes. logintimes.dat doesn't crash it, though.