chicken_bones, with the latest release of GLSL Shaders 1.46 Karyonix and SonicEther fixed the texture loading to get normal maps & bump/specular/parallax maps working in MineCraft 1.5.2.
Back to nearly 100% functionality on GLSL!
Here's the problem. EnderStorage causes an error which basically relates to the way textures are injected into MC. It works fine without GLSL (eg: with Forge & Optifine).
The same issue is occurring with RailCraft and a small handful of other mods.. I did a bit of research, but I'm no code artist. I just wanted to pass on the news, I'll use backpacks for now or something..
I think Karyonix is rebuilding the texture loading algorithm, now that he knows how to make it work, but there are tons of other mods that work just fine. Can you take a look and try to resolve the issue in the interim? I assume it wouldn't be that hard to fix the texturenm injection bug you've got going on?
MultiMC Log
2013-06-03 14:46:07 [WARNING] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/enderchest.png, but that file does not exist. Ignoring.
[OptiFine] Icon grid size: terrain, 32
[OptiFine] Texture size: terrain, 1024x512
2013-06-03 14:46:08 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt
2013-06-03 14:46:08 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt
2013-06-03 14:46:08 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt
2013-06-03 14:46:08 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt
2013-06-03 14:46:08 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt
2013-06-03 14:46:08 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt
[OptiFine] Creating texture map: items
[OptiFine] Icon grid size: items, 32
2013-06-03 14:46:09 [INFO] [STDERR] java.lang.ClassCastException: net.minecraft.client.renderer.texture.Texture cannot be cast to TextureNM
2013-06-03 14:46:09 [INFO] [STDERR] at TextureNM.func_94281_a(TextureNM.java:46)
2013-06-03 14:46:09 [INFO] [STDERR] at net.minecraft.client.renderer.texture.Stitcher.func_94306_e(Stitcher.java:69)
2013-06-03 14:46:09 [INFO] [STDERR] at net.minecraft.client.renderer.texture.TextureMap.func_94247_b(TextureMap.java:158)
2013-06-03 14:46:09 [INFO] [STDERR] at net.minecraft.client.renderer.RenderEngine.func_94152_c(RenderEngine.java:700)
2013-06-03 14:46:09 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:444)
2013-06-03 14:46:09 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-06-03 14:46:09 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-06-03 14:46:09 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
FML Log:
2013-06-03 14:46:03 [INFO] [STDOUT]
2013-06-03 14:46:03 [INFO] [STDOUT] Starting up SoundSystem...
2013-06-03 14:46:03 [INFO] [STDOUT] Initializing LWJGL OpenAL
2013-06-03 14:46:03 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2013-06-03 14:46:03 [INFO] [STDOUT] OpenAL initialized.
2013-06-03 14:46:04 [INFO] [STDOUT]
2013-06-03 14:46:07 [WARNING] [Minecraft-Client] TextureManager.createTexture called for file textures/blocks/enderchest.png, but that file does not exist. Ignoring.
2013-06-03 14:46:08 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt
2013-06-03 14:46:08 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt
2013-06-03 14:46:08 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt
2013-06-03 14:46:08 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt
2013-06-03 14:46:08 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt
2013-06-03 14:46:08 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt
2013-06-03 14:46:09 [INFO] [STDERR] java.lang.ClassCastException: net.minecraft.client.renderer.texture.Texture cannot be cast to TextureNM
2013-06-03 14:46:09 [INFO] [STDERR] at TextureNM.func_94281_a(TextureNM.java:46)
2013-06-03 14:46:09 [INFO] [STDERR] at net.minecraft.client.renderer.texture.Stitcher.func_94306_e(Stitcher.java:69)
2013-06-03 14:46:09 [INFO] [STDERR] at net.minecraft.client.renderer.texture.TextureMap.func_94247_b(TextureMap.java:158)
2013-06-03 14:46:09 [INFO] [STDERR] at net.minecraft.client.renderer.RenderEngine.func_94152_c(RenderEngine.java:700)
2013-06-03 14:46:09 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:444)
2013-06-03 14:46:09 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-06-03 14:46:09 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-06-03 14:46:09 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
I've tried dropping in textures through a texturepack (Sphax, Faithful, etc) but that does not fix the issue either. It was fine in GLSL 1.45.2, but that doesn't have the normal/bump/pom/etc fixed yet..
I actually came to report the same exact issue. Something about EnderStorage is what causes the problem, simply because I can add mods one by one, and EnderStorage is where the crash happens.
EDIT: The version of SEUS v10 RC7 that is compatible and along with Optifine UD2 works
The second one is because The screen size is smaller, it has to have more tabs to display all the items
Ummmm you are mistaken no like the top picture IS fullscreen and the bottom pic isn't.... SO that means it is the opposite of what you said... Any ideas?
Ummmm you are mistaken no like the top picture IS fullscreen and the bottom pic isn't.... SO that means it is the opposite of what you said... Any ideas?
No, you are mistaken. The larger screen allows for more space, reducing the number of pages it takes to display them. On a smaller screen, there will be more pages, since less items can fit in that space. This will also change if you change your GUI scale.
Source: I routinely play on a 5760x1080 Eyefinity setup, and have far fewer pages than playing on a single 1920x1080 (fullscreen or not).
Rollback Post to RevisionRollBack
Learn some Java before you mod, and skip over the chapter on ModLoader, straight to MinecraftForge. It's better. Trust me.
No, you are mistaken. The larger screen allows for more space, reducing the number of pages it takes to display them. On a smaller screen, there will be more pages, since less items can fit in that space. This will also change if you change your GUI scale.
Source: I routinely play on a 5760x1080 Eyefinity setup, and have far fewer pages than playing on a single 1920x1080 (fullscreen or not).
Oh I didn't think that is what you meant... Sorry... Well have any idea about bug 1 then???
I found some warnings in the logs (not all are from these mods)
I think I'm using the latest of everything (1.5.2 stuff) Forge, Optifine, etc.
Also using R3D's 64 bit texture
2013-06-26 15:25:16 [CLIENT] [WARNING] TextureManager.createTexture called for file textures/blocks/enderchest.png, but that file does not exist. Ignoring.
2013-06-26 15:25:16 [CLIENT] [WARNING] TextureManager.createTexture called for file ctm/r3d_ctm/192.png, but that file does not exist. Ignoring.
2013-06-26 15:25:16 [CLIENT] [WARNING] TextureManager.createTexture called for file mods/forestry/textures/blocks/wood/planks.giganteum.png, but that file does not exist. Ignoring.
<snip>
2013-06-26 15:25:21 [CLIENT] [WARNING] TextureManager.createTexture called for file textures/blocks/missingno.png, but that file does not exist. Ignoring.
wait, i think nei has recipies for all the mods, but im wondering if saw somewhere that 5% of everything doesnt show up was like a crafting recipe. im installling like 20 mods in my game so thats why im asking
Translocators in regulate mode (diamond nugget) will not regulate items that don't stack. I've tested this with many items, and an export translocator will empty out an inventory even if the item in the chest is the exact one used to setup the filter.
One example of an item that will not regulate is the omniwrench.
Can I get some help please? I'm using the EnderStorage and Chickenchunks mods (Not to mention a ton of unrelated mods which I'm almost certain are unrelated to the issue) and I'm receiving an error from forge, saying I require the latest version of the CodeChickenCore, even though I have it.
I'm not very good with Forge logs, but I think I've narrowed the issue down to EnderStorage.
2013-06-26 16:33:49 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading
2013-06-26 16:33:49 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_17, running on Windows 8:amd64:6.2, installed at C:\Program Files\Java\jre7
2013-06-26 16:33:49 [FINE] [ForgeModLoader] Java classpath at launch is /C:/Users/Aaron Marker/Desktop/Magic Launcher 1.1.5.exe
2013-06-26 16:33:49 [FINE] [ForgeModLoader] Java library path at launch is bin/natives
2013-06-26 16:33:49 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-06-26 16:33:49 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-06-26 16:33:49 [FINEST] [ForgeModLoader] Discovering coremods
2013-06-26 16:33:49 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
2013-06-26 16:33:49 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir
2013-06-26 16:33:49 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
2013-06-26 16:33:49 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir
2013-06-26 16:33:49 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.2.zip present and correct in lib dir
2013-06-26 16:33:49 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir
2013-06-26 16:33:50 [FINEST] [ForgeModLoader] Running coremod plugins
2013-06-26 16:33:50 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-06-26 16:33:56 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-06-26 16:33:56 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2013-06-26 16:33:57 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2013-06-26 16:33:57 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2013-06-26 16:33:57 [FINEST] [ForgeModLoader] Validating minecraft
2013-06-26 16:34:00 [FINEST] [ForgeModLoader] Minecraft validated, launching...
2013-06-26 16:34:20 [INFO] [STDOUT] 229 recipes
2013-06-26 16:34:21 [INFO] [STDOUT] 27 achievements
2013-06-26 16:34:23 [INFO] [Minecraft-Client] Setting user: [email protected]
2013-06-26 16:34:23 [INFO] [STDOUT] (Session ID is 224719532)
2013-06-26 16:34:23 [INFO] [STDERR] Client asked for parameter: server
2013-06-26 16:34:23 [INFO] [STDOUT] *** Main class main() finished ***
2013-06-26 16:34:24 [INFO] [Minecraft-Client] LWJGL Version: 2.4.2
2013-06-26 16:34:32 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2013-06-26 16:34:32 [INFO] [STDOUT] MinecraftForge v7.8.1.737 Initialized
2013-06-26 16:34:32 [INFO] [ForgeModLoader] MinecraftForge v7.8.1.737 Initialized
2013-06-26 16:34:32 [INFO] [STDOUT] Replaced 85 ore recipies
2013-06-26 16:34:32 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2013-06-26 16:34:32 [INFO] [ForgeModLoader] Forge Mod Loader has detected optifine OptiFine_1.5.2_HD_U_D3, enabling compatibility features
2013-06-26 16:34:32 [INFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Aaron Marker\AppData\Roaming\.minecraft\config\logging.properties
2013-06-26 16:34:32 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\zanMap152k.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\twilightforest-1.18.1.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\ironchest-universal-1.5.2-5.2.8.433.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\industrialcraft-2_1.116.370-lf.jar, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\forestry-A-2.2.8.2_1_.jar, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\ee3-universal-pre1h-16.jar, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\backpack-1.9.11-1.5.2.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\ThermalExpansion-2.4.6.0.jar, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\Thaumcraft3.0.5f.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\StevesCarts2.0.0.a122.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\SoulShards-1.0.36-universal-srg.jar, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\PortalGun1.5.2.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\iChunUtil1.0.1.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\MFFS_v3.0.4.140.jar, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\buildcraft-A-3.7.1.jar, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\CoFHCore-1.5.2.5.jar, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\EnderStorage 1.4.2.14 (1).jar, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\ChickenChunks 1.3.2.12.jar, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\CodeChickenCore 0.8.7.1.jar, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\TooManyItems2013_04_25_1.5.2.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\Timber! (1.5.2).zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\InventoryTweaks-1.54b.jar, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\Death Chest.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\CraftGuide-1.6.7.2.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\Biosphere.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\SinglePlayerCommands-MC1.5.2_V4.8.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\OptiFine_1.5.2_HD_U_D3.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\Downloads\Minecraft Stuff\Mods\1.5.2 Mods\minecraftforge-universal-1.5.2-7.8.1.737.zip, examining for mod candidates
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Aaron Marker\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates
2013-06-26 16:34:33 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Aaron Marker\AppData\Roaming\.minecraft\bin\jinput.jar
2013-06-26 16:34:33 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Aaron Marker\AppData\Roaming\.minecraft\bin\lwjgl.jar
2013-06-26 16:34:33 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Aaron Marker\AppData\Roaming\.minecraft\bin\lwjgl_util.jar
2013-06-26 16:34:33 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Aaron Marker\AppData\Roaming\.minecraft\lib\argo-small-3.2.jar
2013-06-26 16:34:33 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Aaron Marker\AppData\Roaming\.minecraft\lib\guava-14.0-rc3.jar
2013-06-26 16:34:33 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Aaron Marker\AppData\Roaming\.minecraft\lib\asm-all-4.1.jar
2013-06-26 16:34:33 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Aaron Marker\AppData\Roaming\.minecraft\lib\bcprov-jdk15on-148.jar
2013-06-26 16:34:33 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Aaron Marker\AppData\Roaming\.minecraft\lib\deobfuscation_data_1.5.2.zip
2013-06-26 16:34:33 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Aaron Marker\AppData\Roaming\.minecraft\lib\scala-library.jar
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2013-06-26 16:34:33 [INFO] [ForgeModLoader] Searching C:\Users\Aaron Marker\AppData\Roaming\.minecraft\mods for mods
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a candidate mod directory rei_minimap
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a candidate mod directory spc
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a candidate mod directory VoxelMods
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Found a candidate mod directory zan
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Examining file zanMap152k.zip for potential mods
2013-06-26 16:34:33 [FINE] [ForgeModLoader] The mod container zanMap152k.zip appears to be missing an mcmod.info file
2013-06-26 16:34:33 [FINE] [ForgeModLoader] Examining file twilightforest-1.18.1.zip for potential mods
2013-06-26 16:34:33 [FINER] [ForgeModLoader] Located mcmod.info file in file twilightforest-1.18.1.zip
2013-06-26 16:34:34 [FINE] [ForgeModLoader] Identified an FMLMod type mod twilightforest.TwilightForestMod
2013-06-26 16:34:34 [FINEST] [TwilightForest] Parsed dependency info : [] [] []
2013-06-26 16:34:34 [FINE] [ForgeModLoader] Examining file ironchest-universal-1.5.2-5.2.8.433.zip for potential mods
2013-06-26 16:34:34 [FINER] [ForgeModLoader] Located mcmod.info file in file ironchest-universal-1.5.2-5.2.8.433.zip
2013-06-26 16:34:34 [FINE] [ForgeModLoader] Identified an FMLMod type mod cpw.mods.ironchest.IronChest
2013-06-26 16:34:34 [FINEST] [IronChest] Parsed dependency info : [FML@[5.0.5,), Forge@[7.0,)] [Forge@[7.0,), FML@[5.0.5,)] []
2013-06-26 16:34:34 [FINE] [IronChest] Attempting to load the file version.properties from ironchest-universal-1.5.2-5.2.8.433.zip to locate a version number for IronChest
2013-06-26 16:34:34 [FINE] [IronChest] Found version 5.2.8.433 for mod IronChest in version.properties, using
2013-06-26 16:34:34 [FINE] [ForgeModLoader] Examining file industrialcraft-2_1.116.370-lf.jar for potential mods
2013-06-26 16:34:34 [FINER] [ForgeModLoader] Located mcmod.info file in file industrialcraft-2_1.116.370-lf.jar
2013-06-26 16:34:35 [FINE] [ForgeModLoader] Identified an FMLMod type mod ic2.core.IC2
2013-06-26 16:34:35 [FINEST] [IC2] Parsed dependency info : [] [] []
2013-06-26 16:34:35 [FINE] [ForgeModLoader] Examining file forestry-A-2.2.8.2_1_.jar for potential mods
2013-06-26 16:34:35 [FINER] [ForgeModLoader] Located mcmod.info file in file forestry-A-2.2.8.2_1_.jar
2013-06-26 16:34:35 [FINE] [ForgeModLoader] Identified an FMLMod type mod forestry.Forestry
2013-06-26 16:34:35 [FINEST] [Forestry] Parsed dependency info : [] [ExtrabiomesXL, BiomesOPlenty, IC2] []
2013-06-26 16:34:35 [FINE] [ForgeModLoader] Examining file ee3-universal-pre1h-16.jar for potential mods
2013-06-26 16:34:35 [FINER] [ForgeModLoader] Located mcmod.info file in file ee3-universal-pre1h-16.jar
2013-06-26 16:34:35 [FINE] [ForgeModLoader] Identified an FMLMod type mod com.pahimar.ee3.EquivalentExchange3
2013-06-26 16:34:35 [FINEST] [EE3] Parsed dependency info : [Forge@[7.7.1.650,)] [Forge@[7.7.1.650,)] []
2013-06-26 16:34:35 [FINE] [ForgeModLoader] Examining file backpack-1.9.11-1.5.2.zip for potential mods
2013-06-26 16:34:35 [FINER] [ForgeModLoader] Located mcmod.info file in file backpack-1.9.11-1.5.2.zip
2013-06-26 16:34:35 [FINE] [ForgeModLoader] Identified an FMLMod type mod backpack.Backpack
2013-06-26 16:34:35 [FINEST] [Backpack] Parsed dependency info : [] [] []
2013-06-26 16:34:35 [FINE] [ForgeModLoader] Examining file ThermalExpansion-2.4.6.0.jar for potential mods
2013-06-26 16:34:35 [FINER] [ForgeModLoader] Located mcmod.info file in file ThermalExpansion-2.4.6.0.jar
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Identified an FMLMod type mod thermalexpansion.ThermalExpansion
2013-06-26 16:34:36 [FINEST] [ThermalExpansion] Parsed dependency info : [CoFHCore@[1.5.2.5,), Forge@[7.8.0.688,)] [Forge@[7.8.0.688,), CoFHCore@[1.5.2.5,)] [IC2, Metallurgy]
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Examining file Thaumcraft3.0.5f.zip for potential mods
2013-06-26 16:34:36 [FINER] [ForgeModLoader] Located mcmod.info file in file Thaumcraft3.0.5f.zip
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Identified an FMLMod type mod thaumcraft.common.Thaumcraft
2013-06-26 16:34:36 [FINEST] [Thaumcraft] Parsed dependency info : [Forge@[7.8.0.688,)] [Forge@[7.8.0.688,), BuildCraft|Core, BuildCraft|Energy, Forestry, IC2] []
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Examining file StevesCarts2.0.0.a122.zip for potential mods
2013-06-26 16:34:36 [FINE] [ForgeModLoader] The mod container StevesCarts2.0.0.a122.zip appears to be missing an mcmod.info file
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Identified an FMLMod type mod vswe.stevescarts.StevesCarts
2013-06-26 16:34:36 [FINEST] [StevesCarts] Parsed dependency info : [] [] []
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Examining file SoulShards-1.0.36-universal-srg.jar for potential mods
2013-06-26 16:34:36 [FINE] [ForgeModLoader] The mod container SoulShards-1.0.36-universal-srg.jar appears to be missing an mcmod.info file
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Identified an FMLMod type mod com.shadwdrgn.soulshards.SoulShards
2013-06-26 16:34:36 [FINEST] [SoulShards] Parsed dependency info : [Forge@[7.8.0.716,]] [Forge@[7.8.0.716,]] []
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Examining file PortalGun1.5.2.zip for potential mods
2013-06-26 16:34:36 [FINER] [ForgeModLoader] Located mcmod.info file in file PortalGun1.5.2.zip
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Identified an FMLMod type mod portalgun.common.PortalGun
2013-06-26 16:34:36 [FINEST] [PortalGun] Parsed dependency info : [iChunUtil@[1.0.0,)] [iChunUtil@[1.0.0,)] []
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Examining file iChunUtil1.0.1.zip for potential mods
2013-06-26 16:34:36 [FINER] [ForgeModLoader] Located mcmod.info file in file iChunUtil1.0.1.zip
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Identified an FMLMod type mod ichun.core.iChunUtil
2013-06-26 16:34:36 [FINEST] [iChunUtil] Parsed dependency info : [Forge@[7.7.0.582,)] [Forge@[7.7.0.582,)] []
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Examining file MFFS_v3.0.4.140.jar for potential mods
2013-06-26 16:34:36 [FINE] [ForgeModLoader] The mod container MFFS_v3.0.4.140.jar appears to be missing an mcmod.info file
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Identified an FMLMod type mod mffs.ModularForceFieldSystem
2013-06-26 16:34:36 [FINEST] [MFFS] Parsed dependency info : [] [] []
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Examining file buildcraft-A-3.7.1.jar for potential mods
2013-06-26 16:34:36 [FINER] [ForgeModLoader] Located mcmod.info file in file buildcraft-A-3.7.1.jar
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftBuilders
2013-06-26 16:34:36 [FINEST] [BuildCraft|Builders] Parsed dependency info : [BuildCraft|[email protected]] [BuildCraft|[email protected]] []
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftCore
2013-06-26 16:34:36 [FINEST] [BuildCraft|Core] Parsed dependency info : [Forge@[7.7.2.682,)] [Forge@[7.7.2.682,)] []
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftEnergy
2013-06-26 16:34:36 [FINEST] [BuildCraft|Energy] Parsed dependency info : [BuildCraft|[email protected]] [BuildCraft|[email protected]] []
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftFactory
2013-06-26 16:34:36 [FINEST] [BuildCraft|Factory] Parsed dependency info : [BuildCraft|[email protected]] [BuildCraft|[email protected]] []
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftSilicon
2013-06-26 16:34:36 [FINEST] [BuildCraft|Silicon] Parsed dependency info : [BuildCraft|[email protected]] [BuildCraft|[email protected]] []
2013-06-26 16:34:36 [FINE] [ForgeModLoader] Identified an FMLMod type mod buildcraft.BuildCraftTransport
2013-06-26 16:34:36 [FINEST] [BuildCraft|Transport] Parsed dependency info : [BuildCraft|[email protected]] [BuildCraft|[email protected]] []
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Examining file CoFHCore-1.5.2.5.jar for potential mods
2013-06-26 16:34:37 [FINER] [ForgeModLoader] Located mcmod.info file in file CoFHCore-1.5.2.5.jar
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Identified an FMLMod type mod cofh.CoFHCore
2013-06-26 16:34:37 [FINEST] [CoFHCore] Parsed dependency info : [] [] []
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Identified an FMLMod type mod cofh.CoFHWorld
2013-06-26 16:34:37 [FINEST] [CoFHWorld] Parsed dependency info : [] [] []
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Examining file EnderStorage 1.4.2.14 (1).jar for potential mods
2013-06-26 16:34:37 [FINER] [ForgeModLoader] Located mcmod.info file in file EnderStorage 1.4.2.14 (1).jar
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Identified an FMLMod type mod codechicken.enderstorage.EnderStorage
2013-06-26 16:34:37 [FINEST] [EnderStorage] Parsed dependency info : [CodeChickenCore@[0.8.7,)] [CodeChickenCore@[0.8.7,)] []
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Examining file ChickenChunks 1.3.2.12.jar for potential mods
2013-06-26 16:34:37 [FINER] [ForgeModLoader] Located mcmod.info file in file ChickenChunks 1.3.2.12.jar
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Identified an FMLMod type mod codechicken.chunkloader.ChickenChunks
2013-06-26 16:34:37 [FINEST] [ChickenChunks] Parsed dependency info : [CodeChickenCore@[0.8.7,)] [CodeChickenCore@[0.8.7,)] []
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Examining file CodeChickenCore 0.8.7.1.jar for potential mods
2013-06-26 16:34:37 [FINER] [ForgeModLoader] Located mcmod.info file in file CodeChickenCore 0.8.7.1.jar
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Examining file TooManyItems2013_04_25_1.5.2.zip for potential mods
2013-06-26 16:34:37 [FINE] [ForgeModLoader] The mod container TooManyItems2013_04_25_1.5.2.zip appears to be missing an mcmod.info file
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Identified a BaseMod type mod mod_TooManyItems
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Examining file Timber! (1.5.2).zip for potential mods
2013-06-26 16:34:37 [FINER] [ForgeModLoader] Located mcmod.info file in file Timber! (1.5.2).zip
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Identified a BaseMod type mod mod_Timber
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Examining file InventoryTweaks-1.54b.jar for potential mods
2013-06-26 16:34:37 [FINER] [ForgeModLoader] Located mcmod.info file in file InventoryTweaks-1.54b.jar
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Identified an FMLMod type mod invtweaks.forge.InvTweaksMod
2013-06-26 16:34:37 [FINEST] [inventorytweaks] Parsed dependency info : [FML@[5.0.0,), Forge@[7.7.0,)] [FML@[5.0.0,), Forge@[7.7.0,)] []
2013-06-26 16:34:37 [FINE] [inventorytweaks] Attempting to load the file version.properties from InventoryTweaks-1.54b.jar to locate a version number for inventorytweaks
2013-06-26 16:34:37 [FINE] [inventorytweaks] Found version 1.54b for mod inventorytweaks in version.properties, using
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Examining file Death Chest.zip for potential mods
2013-06-26 16:34:37 [FINE] [ForgeModLoader] The mod container Death Chest.zip appears to be missing an mcmod.info file
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Examining file CraftGuide-1.6.7.2.zip for potential mods
2013-06-26 16:34:37 [FINER] [ForgeModLoader] Located mcmod.info file in file CraftGuide-1.6.7.2.zip
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Identified an FMLMod type mod uristqwerty.CraftGuide.CraftGuide_FML
2013-06-26 16:34:37 [FINEST] [craftguide] Parsed dependency info : [] [] []
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Examining file Biosphere.zip for potential mods
2013-06-26 16:34:37 [FINE] [ForgeModLoader] The mod container Biosphere.zip appears to be missing an mcmod.info file
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Identified a BaseMod type mod mod_Biosphere
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Examining file SinglePlayerCommands-MC1.5.2_V4.8.zip for potential mods
2013-06-26 16:34:37 [FINE] [ForgeModLoader] The mod container SinglePlayerCommands-MC1.5.2_V4.8.zip appears to be missing an mcmod.info file
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Examining file OptiFine_1.5.2_HD_U_D3.zip for potential mods
2013-06-26 16:34:37 [FINE] [ForgeModLoader] The mod container OptiFine_1.5.2_HD_U_D3.zip appears to be missing an mcmod.info file
2013-06-26 16:34:37 [FINE] [ForgeModLoader] Examining file minecraftforge-universal-1.5.2-7.8.1.737.zip for potential mods
2013-06-26 16:34:37 [FINE] [ForgeModLoader] The mod container minecraftforge-universal-1.5.2-7.8.1.737.zip appears to be missing an mcmod.info file
2013-06-26 16:34:38 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2013-06-26 16:34:38 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2013-06-26 16:34:38 [FINE] [ForgeModLoader] Examining directory rei_minimap for potential mods
2013-06-26 16:34:38 [FINE] [ForgeModLoader] No mcmod.info file found in directory rei_minimap
2013-06-26 16:34:38 [FINE] [ForgeModLoader] Examining directory spc for potential mods
2013-06-26 16:34:38 [FINE] [ForgeModLoader] No mcmod.info file found in directory spc
2013-06-26 16:34:38 [FINEST] [ForgeModLoader] Recursing into package macros
2013-06-26 16:34:38 [FINE] [ForgeModLoader] Examining directory VoxelMods for potential mods
2013-06-26 16:34:38 [FINE] [ForgeModLoader] No mcmod.info file found in directory VoxelMods
2013-06-26 16:34:38 [FINEST] [ForgeModLoader] Recursing into package voxelMap
2013-06-26 16:34:38 [FINE] [ForgeModLoader] Examining directory zan for potential mods
2013-06-26 16:34:38 [FINE] [ForgeModLoader] No mcmod.info file found in directory zan
2013-06-26 16:34:39 [INFO] [ForgeModLoader] Forge Mod Loader has identified 31 mods to load
2013-06-26 16:34:39 [FINER] [ForgeModLoader] Received a system property request ''
2013-06-26 16:34:39 [FINER] [ForgeModLoader] System property request managing the state of 0 mods
2013-06-26 16:34:39 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2013-06-26 16:34:39 [FINE] [ForgeModLoader] Reloading logging properties from C:\Users\Aaron Marker\AppData\Roaming\.minecraft\config\logging.properties
2013-06-26 16:34:39 [FINE] [ForgeModLoader] Reloaded logging properties
2013-06-26 16:34:39 [FINE] [mcp] Mod Logging channel mcp configured at default level.
2013-06-26 16:34:39 [INFO] [mcp] Activating mod mcp
2013-06-26 16:34:39 [FINE] [FML] Mod Logging channel FML configured at default level.
2013-06-26 16:34:39 [INFO] [FML] Activating mod FML
2013-06-26 16:34:39 [FINE] [Forge] Mod Logging channel Forge configured at default level.
2013-06-26 16:34:39 [INFO] [Forge] Activating mod Forge
2013-06-26 16:34:39 [FINE] [TwilightForest] Enabling mod TwilightForest
2013-06-26 16:34:39 [FINE] [TwilightForest] Mod Logging channel TwilightForest configured at default level.
2013-06-26 16:34:39 [INFO] [TwilightForest] Activating mod TwilightForest
2013-06-26 16:34:39 [FINE] [IronChest] Enabling mod IronChest
2013-06-26 16:34:39 [FINE] [IronChest] Mod Logging channel IronChest configured at default level.
2013-06-26 16:34:39 [INFO] [IronChest] Activating mod IronChest
2013-06-26 16:34:39 [FINE] [IC2] Enabling mod IC2
2013-06-26 16:34:39 [FINE] [IC2] Mod Logging channel IC2 configured at default level.
2013-06-26 16:34:39 [INFO] [IC2] Activating mod IC2
2013-06-26 16:34:39 [FINE] [Forestry] Enabling mod Forestry
2013-06-26 16:34:39 [FINE] [Forestry] Mod Logging channel Forestry configured at default level.
2013-06-26 16:34:39 [INFO] [Forestry] Activating mod Forestry
2013-06-26 16:34:39 [FINE] [EE3] Enabling mod EE3
2013-06-26 16:34:39 [FINE] [EE3] Mod Logging channel EE3 configured at default level.
2013-06-26 16:34:39 [INFO] [EE3] Activating mod EE3
2013-06-26 16:34:39 [FINE] [Backpack] Enabling mod Backpack
2013-06-26 16:34:39 [FINE] [Backpack] Mod Logging channel Backpack configured at default level.
2013-06-26 16:34:39 [INFO] [Backpack] Activating mod Backpack
2013-06-26 16:34:39 [FINE] [ThermalExpansion] Enabling mod ThermalExpansion
2013-06-26 16:34:39 [FINE] [ThermalExpansion] Mod Logging channel ThermalExpansion configured at default level.
2013-06-26 16:34:39 [INFO] [ThermalExpansion] Activating mod ThermalExpansion
2013-06-26 16:34:39 [FINE] [Thaumcraft] Enabling mod Thaumcraft
2013-06-26 16:34:39 [FINE] [Thaumcraft] Mod Logging channel Thaumcraft configured at default level.
2013-06-26 16:34:39 [INFO] [Thaumcraft] Activating mod Thaumcraft
2013-06-26 16:34:39 [FINE] [StevesCarts] Enabling mod StevesCarts
2013-06-26 16:34:39 [FINE] [StevesCarts] Mod Logging channel StevesCarts configured at default level.
2013-06-26 16:34:39 [INFO] [StevesCarts] Activating mod StevesCarts
2013-06-26 16:34:39 [FINE] [SoulShards] Enabling mod SoulShards
2013-06-26 16:34:39 [FINE] [SoulShards] Mod Logging channel SoulShards configured at default level.
2013-06-26 16:34:39 [INFO] [SoulShards] Activating mod SoulShards
2013-06-26 16:34:39 [FINE] [PortalGun] Enabling mod PortalGun
2013-06-26 16:34:39 [FINE] [PortalGun] Mod Logging channel PortalGun configured at default level.
2013-06-26 16:34:39 [INFO] [PortalGun] Activating mod PortalGun
2013-06-26 16:34:39 [FINE] [iChunUtil] Enabling mod iChunUtil
2013-06-26 16:34:39 [FINE] [iChunUtil] Mod Logging channel iChunUtil configured at default level.
2013-06-26 16:34:39 [INFO] [iChunUtil] Activating mod iChunUtil
2013-06-26 16:34:39 [FINE] [MFFS] Enabling mod MFFS
2013-06-26 16:34:39 [FINE] [MFFS] Mod Logging channel MFFS configured at default level.
2013-06-26 16:34:39 [INFO] [MFFS] Activating mod MFFS
2013-06-26 16:34:39 [FINE] [BuildCraft|Builders] Enabling mod BuildCraft|Builders
2013-06-26 16:34:39 [FINE] [BuildCraft|Builders] Mod Logging channel BuildCraft|Builders configured at default level.
2013-06-26 16:34:39 [INFO] [BuildCraft|Builders] Activating mod BuildCraft|Builders
2013-06-26 16:34:39 [FINE] [BuildCraft|Core] Enabling mod BuildCraft|Core
2013-06-26 16:34:39 [FINE] [BuildCraft|Core] Mod Logging channel BuildCraft|Core configured at default level.
2013-06-26 16:34:39 [INFO] [BuildCraft|Core] Activating mod BuildCraft|Core
2013-06-26 16:34:39 [FINE] [BuildCraft|Energy] Enabling mod BuildCraft|Energy
2013-06-26 16:34:39 [FINE] [BuildCraft|Energy] Mod Logging channel BuildCraft|Energy configured at default level.
2013-06-26 16:34:39 [INFO] [BuildCraft|Energy] Activating mod BuildCraft|Energy
2013-06-26 16:34:39 [FINE] [BuildCraft|Factory] Enabling mod BuildCraft|Factory
2013-06-26 16:34:39 [FINE] [BuildCraft|Factory] Mod Logging channel BuildCraft|Factory configured at default level.
2013-06-26 16:34:39 [INFO] [BuildCraft|Factory] Activating mod BuildCraft|Factory
2013-06-26 16:34:39 [FINE] [BuildCraft|Silicon] Enabling mod BuildCraft|Silicon
2013-06-26 16:34:39 [FINE] [BuildCraft|Silicon] Mod Logging channel BuildCraft|Silicon configured at default level.
2013-06-26 16:34:39 [INFO] [BuildCraft|Silicon] Activating mod BuildCraft|Silicon
2013-06-26 16:34:39 [FINE] [BuildCraft|Transport] Enabling mod BuildCraft|Transport
2013-06-26 16:34:39 [FINE] [BuildCraft|Transport] Mod Logging channel BuildCraft|Transport configured at default level.
2013-06-26 16:34:39 [INFO] [BuildCraft|Transport] Activating mod BuildCraft|Transport
2013-06-26 16:34:39 [FINE] [CoFHCore] Enabling mod CoFHCore
2013-06-26 16:34:39 [FINE] [CoFHCore] Mod Logging channel CoFHCore configured at default level.
2013-06-26 16:34:39 [INFO] [CoFHCore] Activating mod CoFHCore
2013-06-26 16:34:39 [FINE] [CoFHWorld] Enabling mod CoFHWorld
2013-06-26 16:34:39 [FINE] [CoFHWorld] Mod Logging channel CoFHWorld configured at default level.
2013-06-26 16:34:39 [INFO] [CoFHWorld] Activating mod CoFHWorld
2013-06-26 16:34:39 [FINE] [EnderStorage] Enabling mod EnderStorage
2013-06-26 16:34:39 [FINE] [EnderStorage] Mod Logging channel EnderStorage configured at default level.
2013-06-26 16:34:39 [INFO] [EnderStorage] Activating mod EnderStorage
2013-06-26 16:34:39 [FINE] [ChickenChunks] Enabling mod ChickenChunks
2013-06-26 16:34:39 [FINE] [ChickenChunks] Mod Logging channel ChickenChunks configured at default level.
2013-06-26 16:34:39 [INFO] [ChickenChunks] Activating mod ChickenChunks
2013-06-26 16:34:39 [FINE] [ForgeModLoader] Enabling mod mod_TooManyItems
2013-06-26 16:34:39 [FINE] [mod_TooManyItems] Mod Logging channel mod_TooManyItems configured at default level.
2013-06-26 16:34:39 [INFO] [mod_TooManyItems] Activating mod mod_TooManyItems
2013-06-26 16:34:39 [FINE] [ForgeModLoader] Enabling mod mod_Timber
2013-06-26 16:34:39 [FINE] [mod_Timber] Mod Logging channel mod_Timber configured at default level.
2013-06-26 16:34:39 [INFO] [mod_Timber] Activating mod mod_Timber
2013-06-26 16:34:39 [FINE] [inventorytweaks] Enabling mod inventorytweaks
2013-06-26 16:34:39 [FINE] [inventorytweaks] Mod Logging channel inventorytweaks configured at default level.
2013-06-26 16:34:39 [INFO] [inventorytweaks] Activating mod inventorytweaks
2013-06-26 16:34:39 [FINE] [craftguide] Enabling mod craftguide
2013-06-26 16:34:39 [FINE] [craftguide] Mod Logging channel craftguide configured at default level.
2013-06-26 16:34:39 [INFO] [craftguide] Activating mod craftguide
2013-06-26 16:34:39 [FINE] [ForgeModLoader] Enabling mod mod_Biosphere
2013-06-26 16:34:39 [FINE] [mod_Biosphere] Mod Logging channel mod_Biosphere configured at default level.
2013-06-26 16:34:39 [INFO] [mod_Biosphere] Activating mod mod_Biosphere
2013-06-26 16:34:39 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied
2013-06-26 16:34:39 [SEVERE] [ForgeModLoader] The mod EnderStorage (EnderStorage) requires mods [CodeChickenCore] to be available
2013-06-26 16:34:39 [FINE] [ForgeModLoader] Mod sorting data
2013-06-26 16:34:39 [FINE] [ForgeModLoader] TwilightForest(The Twilight Forest:1.18.1): twilightforest-1.18.1.zip ()
2013-06-26 16:34:39 [FINE] [ForgeModLoader] IronChest(Iron Chest:5.2.8.433): ironchest-universal-1.5.2-5.2.8.433.zip (required-after:Forge@[7.0,);required-after:FML@[5.0.5,))
2013-06-26 16:34:39 [FINE] [ForgeModLoader] IC2(IndustrialCraft 2:1.116.370-lf): industrialcraft-2_1.116.370-lf.jar ()
2013-06-26 16:34:39 [FINE] [ForgeModLoader] Forestry(Forestry for Minecraft:2.2.8.2): forestry-A-2.2.8.2_1_.jar (after:ExtrabiomesXL;after:BiomesOPlenty;after:IC2)
2013-06-26 16:34:39 [FINE] [ForgeModLoader] EE3(Equivalent Exchange 3:pre1h (build 16)): ee3-universal-pre1h-16.jar (required-after:Forge@[7.7.1.650,))
2013-06-26 16:34:39 [FINE] [ForgeModLoader] Backpack(Backpack:1.9.11): backpack-1.9.11-1.5.2.zip ()
2013-06-26 16:34:39 [FINE] [ForgeModLoader] ThermalExpansion(Thermal Expansion:2.4.6.0): ThermalExpansion-2.4.6.0.jar (required-after:Forge@[7.8.0.688,);required-after:CoFHCore@[1.5.2.5,);before:IC2;before:Metallurgy)
2013-06-26 16:34:39 [FINE] [ForgeModLoader] Thaumcraft(Thaumcraft:3.0.5f): Thaumcraft3.0.5f.zip (required-after:Forge@[7.8.0.688,);after:BuildCraft|Core;after:BuildCraft|Energy;after:Forestry;after:IC2)
2013-06-26 16:34:39 [FINE] [ForgeModLoader] StevesCarts(Steve's Carts:2.0.0.a122): StevesCarts2.0.0.a122.zip ()
2013-06-26 16:34:39 [FINE] [ForgeModLoader] SoulShards(Soul Shards:1.0.16): SoulShards-1.0.36-universal-srg.jar (required-after:Forge@[7.8.0.716,])
2013-06-26 16:34:39 [FINE] [ForgeModLoader] PortalGun(PortalGun:1.5.2): PortalGun1.5.2.zip (required-after:iChunUtil@[1.0.0,))
2013-06-26 16:34:39 [FINE] [ForgeModLoader] iChunUtil(iChunUtil:1.0.1): iChunUtil1.0.1.zip (required-after:Forge@[7.7.0.582,))
2013-06-26 16:34:39 [FINE] [ForgeModLoader] MFFS(Modular Force Field System:3.0.4): MFFS_v3.0.4.140.jar ()
2013-06-26 16:34:39 [FINE] [ForgeModLoader] BuildCraft|Builders(BC Builders:3.7.1): buildcraft-A-3.7.1.jar (required-after:BuildCraft|[email protected])
2013-06-26 16:34:39 [FINE] [ForgeModLoader] BuildCraft|Core(BuildCraft:3.7.1): buildcraft-A-3.7.1.jar (required-after:Forge@[7.7.2.682,))
2013-06-26 16:34:39 [FINE] [ForgeModLoader] BuildCraft|Energy(BC Energy:3.7.1): buildcraft-A-3.7.1.jar (required-after:BuildCraft|[email protected])
2013-06-26 16:34:39 [FINE] [ForgeModLoader] BuildCraft|Factory(BC Factory:3.7.1): buildcraft-A-3.7.1.jar (required-after:BuildCraft|[email protected])
2013-06-26 16:34:39 [FINE] [ForgeModLoader] BuildCraft|Silicon(BC Silicon:3.7.1): buildcraft-A-3.7.1.jar (required-after:BuildCraft|[email protected])
2013-06-26 16:34:39 [FINE] [ForgeModLoader] BuildCraft|Transport(BC Transport:3.7.1): buildcraft-A-3.7.1.jar (required-after:BuildCraft|[email protected])
2013-06-26 16:34:39 [FINE] [ForgeModLoader] CoFHCore(CoFHCore:1.5.2.5): CoFHCore-1.5.2.5.jar ()
2013-06-26 16:34:39 [FINE] [ForgeModLoader] CoFHWorld(CoFHWorld:1.5.2.5): CoFHCore-1.5.2.5.jar ()
2013-06-26 16:34:39 [FINE] [ForgeModLoader] EnderStorage(EnderStorage:1.4.2.14): EnderStorage 1.4.2.14 (1).jar (required-after:CodeChickenCore@[0.8.7,))
2013-06-26 16:34:39 [FINE] [ForgeModLoader] ChickenChunks(ChickenChunks:1.3.2.12): ChickenChunks 1.3.2.12.jar (required-after:CodeChickenCore@[0.8.7,))
2013-06-26 16:34:39 [FINE] [ForgeModLoader] mod_TooManyItems(mod_TooManyItems:Not available): TooManyItems2013_04_25_1.5.2.zip ()
2013-06-26 16:34:39 [FINE] [ForgeModLoader] mod_Timber(mod_Timber:Not available): Timber! (1.5.2).zip ()
2013-06-26 16:34:39 [FINE] [ForgeModLoader] inventorytweaks(Inventory Tweaks:1.54b): InventoryTweaks-1.54b.jar (required-after:FML@[5.0.0,);required-after:Forge@[7.7.0,))
2013-06-26 16:34:39 [FINE] [ForgeModLoader] craftguide(CraftGuide:1.5.2): CraftGuide-1.6.7.2.zip ()
2013-06-26 16:34:39 [FINE] [ForgeModLoader] mod_Biosphere(mod_Biosphere:Not available): Biosphere.zip ()
2013-06-26 16:34:41 [INFO] [STDOUT]
2013-06-26 16:34:41 [INFO] [STDOUT] Starting up SoundSystem...
2013-06-26 16:34:41 [INFO] [STDOUT] Initializing LWJGL OpenAL
2013-06-26 16:34:41 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2013-06-26 16:34:42 [INFO] [STDOUT] OpenAL initialized.
2013-06-26 16:34:42 [INFO] [STDOUT]
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/commandBlock.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/comparator_lit.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: ctm/Jukebox/0.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: ctm/Pumpkin/4.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: ctm/Pumpkin/5.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: ctm/Pumpkin/6.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/enchantment_side.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/enchantment_top.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/furnace_front_lit.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/goldenRail_powered.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/pumpkin_jack.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/redstoneLight_lit.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/redtorch_lit.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/repeater_lit.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/torch.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt
2013-06-26 16:34:52 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt
2013-06-26 16:34:56 [INFO] [Minecraft-Client] Found animation info for: textures/items/bucketLava.txt
2013-06-26 16:34:56 [INFO] [Minecraft-Client] Found animation info for: textures/items/bucketWater.txt
2013-06-26 16:34:56 [INFO] [Minecraft-Client] Found animation info for: textures/items/clock.txt
2013-06-26 16:34:56 [INFO] [Minecraft-Client] Found animation info for: textures/items/compass.txt
2013-06-26 16:34:56 [INFO] [Minecraft-Client] Found animation info for: textures/items/fireball.txt
2013-06-26 16:34:56 [INFO] [Minecraft-Client] Found animation info for: textures/items/milk.txt
2013-06-26 16:34:56 [INFO] [Minecraft-Client] Found animation info for: textures/items/yellowDust.txt
2013-06-26 16:34:58 [INFO] [STDOUT] got translate table
It seems like it's not detecting the core. Can anyone help me with this issue? I'm using the Magic Launcher modding UI by the way. I put the mods in in the order
CodeChickenCore
ChickenChunks
EnderStorage.
EDIT: I removed Enderstorage, but I still got the error... I removed ChickenChunks too and left only the core in, and it started fine, though. I might need to do some fiddling.
1. There is a display issue where some blocks will appear "Greyed, Whited, or Invisible" in the crafting menu on the right side. This happens when Minecraft is windowed and when it is put into full screen the issue resolves itself for the page that was glitching (sometimes) but then other pages will glitch like this in full screen. The items in the inventory can be clicked on; however, this is difficult if you have a huge list of "invisible/greyed/whited" items to search through.
2. Now this brings me to bug 2. If you notice in the pic above there are 60 item tabs (Omg!)... Well now if you look at the pic below there is now 114 item tabs... (Where did these come from?) So as you can guess tabs aren't being displayed properly always...
Now as you can imagine these issues are frustrating (especially when items aren't shown)... So if there is a fix for this (Keep in mind I am using MC 1.5.2 and will not be updating) please respond below (with a quote of course)! Thanks!
The first one is a compatibility issue with Optifine and some UE Mods. It's a rendering issue where I once thought it was because of outdated forge compatibility back in D4, doesn't seem to be the case in D5, and still isn't resolved.
I tried to contact Sp614x about this problem, no luck so far :\
Just wondering if anyone can help me. I just had a power outage at home ..again. This time I was in the middle of a Minecraft game. Now, whenever I try to use NEI, I get this error.
2013-06-27 09:15:46 [INFO] [STDERR] java.lang.ClassCastException: net.minecraft.nbt.NBTTagEnd cannot be cast to net.minecraft.nbt.NBTTagCompound
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:321)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:119)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEICPH.handlePacket(NEICPH.java:27)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.core.packet.PacketCustom$ClientPacketHandler.handle(PacketCustom.java:102)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.core.packet.PacketCustom$CustomPacketHandler.onPacketData(PacketCustom.java:73)
2013-06-27 09:15:46 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:255)
2013-06-27 09:15:46 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:245)
2013-06-27 09:15:46 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:84)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1571)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:59)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:266)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.gui.GuiDownloadTerrain.func_73876_c(SourceFile:31)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1526)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:835)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760)
2013-06-27 09:15:46 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-06-27 09:15:46 [INFO] [Minecraft-Client] [CHAT] Error written to nei 27-6-2013 at 9.15.46.250.txt
2013-06-27 09:15:46 [INFO] [STDERR] java.lang.NullPointerException
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEIClientConfig.setDefaultBoolean(NEIClientConfig.java:375)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:336)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:119)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEICPH.handlePacket(NEICPH.java:27)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.core.packet.PacketCustom$ClientPacketHandler.handle(PacketCustom.java:102)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.core.packet.PacketCustom$CustomPacketHandler.onPacketData(PacketCustom.java:73)
2013-06-27 09:15:46 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:255)
2013-06-27 09:15:46 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:245)
2013-06-27 09:15:46 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:84)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1571)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:59)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:266)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.gui.GuiDownloadTerrain.func_73876_c(SourceFile:31)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1526)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:835)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760)
2013-06-27 09:15:46 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
resulting in this
2013-06-27 09:16:07 [INFO] [STDERR] Exception in thread "NEI Item Searching Thread" java.lang.NullPointerException
2013-06-27 09:16:07 [INFO] [STDERR] at codechicken.nei.NEIClientConfig.getSearchExpression(NEIClientConfig.java:541)
2013-06-27 09:16:07 [INFO] [STDERR] at codechicken.nei.ItemList.getSearchMatcher(ItemList.java:91)
2013-06-27 09:16:07 [INFO] [STDERR] at codechicken.nei.ItemList$ThreadMatchSearch.run(ItemList.java:224)
2013-06-27 09:17:17 [INFO] [Minecraft-Server] Stopping server
2013-06-27 09:17:17 [INFO] [Minecraft-Server] Saving players
I wasn't having any problems with NEI before the blackout. There's probably a few things I can do but, before I waste hours on steps that won't work, I thought I'd ask here first.
I get these occasionally when logging into a single player world:
java.util.ConcurrentModificationException
at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
at java.util.LinkedList$ListItr.next(Unknown Source)
at codechicken.chunkloader.PlayerChunkViewerManager.update(PlayerChunkViewerManager.java:103)
at codechicken.chunkloader.ChunkLoaderEventHandler.tickEnd(ChunkLoaderEventHandler.java:35)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
...
I can load the game just fine, but when I open my inventory with NEI set to Cheat Mode, I get this crash: http://pastebin.com/RH6DYXPT
Removing EnderStorage from .minecraft/mods fixes it, so it's not my Forge install.
Relevant mods:
MC v1.4.6
FML(Forge Mod Loader:4.6.17.515)
Forge(Minecraft Forge:6.5.0.489)
CodeChickenCore(CodeChicken Core:0.8.1.3
NotEnoughItems(Not Enough Items:1.4.7.1)
EnderStorage(EnderStorage:1.4.1.4)
EDIT: I appear to have the same problem as goldstone15.
EDIT2: After continuing installing mods (new pc, old server), WR-CBE also crashes. This time, it blackscreens before the menu. EnderStorage is uninstalled in this one; unless the problem's in CodeChickenCore the two problems are entirely seperate. Removing Addons and Redpower modules does not fix, problem is with Core. http://pastebin.com/YYzPUk07
Relevant mods:
MC v1.4.6
FML(Forge Mod Loader:4.6.17.515)
Forge(Minecraft Forge:6.5.0.489)
CodeChickenCore(CodeChicken Core:0.8.1.3
WR-CBE|Core(WR-CBE Core:1.3.2.8)
WR-CBE|Addons(WR-CBE Addons:1.3.2.8)
WR-CBE|RedPower(WR-CBE RedPower:1.3.2.8)
I actually came to report the same exact issue. Something about EnderStorage is what causes the problem, simply because I can add mods one by one, and EnderStorage is where the crash happens.
EDIT: The version of SEUS v10 RC7 that is compatible and along with Optifine UD2 works
Ummmm you are mistaken no like the top picture IS fullscreen and the bottom pic isn't.... SO that means it is the opposite of what you said... Any ideas?
http://www.youtube.com/Radical924
No, you are mistaken. The larger screen allows for more space, reducing the number of pages it takes to display them. On a smaller screen, there will be more pages, since less items can fit in that space. This will also change if you change your GUI scale.
Source: I routinely play on a 5760x1080 Eyefinity setup, and have far fewer pages than playing on a single 1920x1080 (fullscreen or not).
http://www.youtube.com/Radical924
DO you use Optifine? That happened to me once, I just had to reload the texture pack (just click on it again in the texturepacks menu)
I think I'm using the latest of everything (1.5.2 stuff) Forge, Optifine, etc.
Also using R3D's 64 bit texture
2013-06-26 15:25:16 [CLIENT] [WARNING] TextureManager.createTexture called for file textures/blocks/enderchest.png, but that file does not exist. Ignoring.
2013-06-26 15:25:16 [CLIENT] [WARNING] TextureManager.createTexture called for file ctm/r3d_ctm/192.png, but that file does not exist. Ignoring.
2013-06-26 15:25:16 [CLIENT] [WARNING] TextureManager.createTexture called for file mods/forestry/textures/blocks/wood/planks.giganteum.png, but that file does not exist. Ignoring.
<snip>
2013-06-26 15:25:21 [CLIENT] [WARNING] TextureManager.createTexture called for file textures/blocks/missingno.png, but that file does not exist. Ignoring.
(and the a lot of ditto for Forestry and Natura)
Translocators in regulate mode (diamond nugget) will not regulate items that don't stack. I've tested this with many items, and an export translocator will empty out an inventory even if the item in the chest is the exact one used to setup the filter.
One example of an item that will not regulate is the omniwrench.
The update comes a week after the last person asks or a month after MC updates, read the EAQ and stop asking for an update.
http://www.youtube.com/Radical924
I'm not very good with Forge logs, but I think I've narrowed the issue down to EnderStorage.
It seems like it's not detecting the core. Can anyone help me with this issue? I'm using the Magic Launcher modding UI by the way. I put the mods in in the order
CodeChickenCore
ChickenChunks
EnderStorage.
EDIT: I removed Enderstorage, but I still got the error... I removed ChickenChunks too and left only the core in, and it started fine, though. I might need to do some fiddling.
The first one is a compatibility issue with Optifine and some UE Mods. It's a rendering issue where I once thought it was because of outdated forge compatibility back in D4, doesn't seem to be the case in D5, and still isn't resolved.
I tried to contact Sp614x about this problem, no luck so far :\
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:321)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:119)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEICPH.handlePacket(NEICPH.java:27)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.core.packet.PacketCustom$ClientPacketHandler.handle(PacketCustom.java:102)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.core.packet.PacketCustom$CustomPacketHandler.onPacketData(PacketCustom.java:73)
2013-06-27 09:15:46 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:255)
2013-06-27 09:15:46 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:245)
2013-06-27 09:15:46 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:84)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1571)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:59)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:266)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.gui.GuiDownloadTerrain.func_73876_c(SourceFile:31)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1526)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:835)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760)
2013-06-27 09:15:46 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-06-27 09:15:46 [INFO] [Minecraft-Client] [CHAT] Error written to nei 27-6-2013 at 9.15.46.250.txt
2013-06-27 09:15:46 [INFO] [STDERR] java.lang.NullPointerException
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEIClientConfig.setDefaultBoolean(NEIClientConfig.java:375)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:336)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:119)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.nei.NEICPH.handlePacket(NEICPH.java:27)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.core.packet.PacketCustom$ClientPacketHandler.handle(PacketCustom.java:102)
2013-06-27 09:15:46 [INFO] [STDERR] at codechicken.core.packet.PacketCustom$CustomPacketHandler.onPacketData(PacketCustom.java:73)
2013-06-27 09:15:46 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:255)
2013-06-27 09:15:46 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:245)
2013-06-27 09:15:46 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:84)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1571)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:59)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:266)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.gui.GuiDownloadTerrain.func_73876_c(SourceFile:31)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1526)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:835)
2013-06-27 09:15:46 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760)
2013-06-27 09:15:46 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-06-27 09:16:07 [INFO] [STDERR] at codechicken.nei.NEIClientConfig.getSearchExpression(NEIClientConfig.java:541)
2013-06-27 09:16:07 [INFO] [STDERR] at codechicken.nei.ItemList.getSearchMatcher(ItemList.java:91)
2013-06-27 09:16:07 [INFO] [STDERR] at codechicken.nei.ItemList$ThreadMatchSearch.run(ItemList.java:224)
2013-06-27 09:17:17 [INFO] [Minecraft-Server] Stopping server
2013-06-27 09:17:17 [INFO] [Minecraft-Server] Saving players
Full log here, if needed
I wasn't having any problems with NEI before the blackout. There's probably a few things I can do but, before I waste hours on steps that won't work, I thought I'd ask here first.
Many thanks
java.util.ConcurrentModificationException
at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
at java.util.LinkedList$ListItr.next(Unknown Source)
at codechicken.chunkloader.PlayerChunkViewerManager.update(PlayerChunkViewerManager.java:103)
at codechicken.chunkloader.ChunkLoaderEventHandler.tickEnd(ChunkLoaderEventHandler.java:35)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
...
Full crashlog at http://pastebin.com/6ywgWidK
Bump.
http://pastebin.com/GpNeWb8i