For several days now I've been unable to create new single player worlds - the client finishes loading NEI and then crashes. Connecting to a server world however, is completely fine. Can anyone help? It would be much appreciated! Here is the error report:
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 16/02/13 15:15
Description: Exception in server tick loop
java.lang.IllegalAccessError: tried to access field im.g from class codechicken.chunkloader.ChunkLoaderManager
at codechicken.chunkloader.ChunkLoaderManager.cleanChunks(ChunkLoaderManager.java:760)
at codechicken.chunkloader.ChunkLoaderManager.tickEnd(ChunkLoaderManager.java:789)
at codechicken.chunkloader.ChunkLoaderEventHandler.tickEnd(ChunkLoaderEventHandler.java:39)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:22)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:282)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:688)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at bdz.q(IntegratedServer.java:159)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
I've also tried creating a new world on a fresh Direwolf20 modpack install, with the same result.
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 16/02/13 15:15
Description: Exception in server tick loop
java.lang.IllegalAccessError: tried to access field im.g from class codechicken.chunkloader.ChunkLoaderManager
at codechicken.chunkloader.ChunkLoaderManager.cleanChunks(ChunkLoaderManager.java:760)
at codechicken.chunkloader.ChunkLoaderManager.tickEnd(ChunkLoaderManager.java:789)
at codechicken.chunkloader.ChunkLoaderEventHandler.tickEnd(ChunkLoaderEventHandler.java:39)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:22)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:282)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:688)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at bdz.q(IntegratedServer.java:159)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
I've also tried creating a new world on a fresh Direwolf20 modpack install, with the same result.