This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Merinchan's profile picture

[MC1.5.1][CC1.52][SSP]: Interaction between ComputerCraft and ShaRose's ID Resolver breaks textures.

Started by Merinchan, 23 April 2013 - 07:42 AM
Merinchan #1
Posted 23 April 2013 - 09:42 AM
Title: [MC1.5.1][CC1.52][SSP]: Interaction between ComputerCraft and ShaRose's ID Resolver breaks textures.

Version Info

OS: Linux Mint 14 "Nadia", 64-bit.
nVidia Driver: 310.14.0ubuntu1
Minecraft: 1.5.1
Forge: 7.7.1.666
ComputerCraft: 1.52
GUI API: 1.15.5-1.5.1
ID Resolver: 1.5.1.0

When loading the game with ComputerCraft and IDResolver installed together, the game loads with a significant number of texture errors, causing a multitude of items from vanilla, ComputerCraft, and other mods, to fail to load any textures and not display in game, though the items still function.

The error ONLY occurs when ID Resolver and ComputerCraft are combined. Removing either one solves the problem. Likewise, the bug does not occur with GUI API installed without ID Resolver, ruling out GUI API as a possible culprit.

The directions below were written with the minimal set of mods needed to reproduce the bug in mind. Adding NEI to the mix should not affect the ability to reproduce the bug, and installing NEI will show the bug off in much more detail, as this bug affects display of items in NEI as well.

Reproduction Steps:

1) Prepare Minecraft with the proper mods through whatever means preferred. (Note 1)
2) Load Minecraft. (Note 2)
3) Start a fresh Single Player world with cheats enabled.
4) Obtain a stack of diamond ( /give <name> 264 64 )
5) Select diamonds on hotbar.

Expected Result:
Player should obtain a diamond in inventory, with proper texture displaying on the stack of diamonds and a properly textured diamond in hand in-world.

Result:
Player is given the stack of diamonds, but they will have no texture and will not appear in-hand in world when selected on the hotbar.

Console log:
Spoiler2013-04-22 11:55:20 [INFO] [ForgeModLoader] Forge Mod Loader version 5.1.36.666 for Minecraft 1.5.1 loading
2013-04-22 11:55:20 [INFO] [ForgeModLoader] Java is OpenJDK 64-Bit Server VM, version 1.7.0_15, running on Linux:amd64:3.5.0-17-generic, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre
2013-04-22 11:55:20 [FINE] [ForgeModLoader] Java classpath at launch is MultiMCLauncher.jar
2013-04-22 11:55:20 [FINE] [ForgeModLoader] Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2013-04-22 11:55:20 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Discovering coremods
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Found a candidate coremod GuiAPI-0.15.5-1.5.1.jar
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Loading coremod GuiAPI-0.15.5-1.5.1.jar
2013-04-22 11:55:20 [FINE] [ForgeModLoader] The coremod sharose.mods.guiapi.GuiAPIDummyCoreMod requested minecraft version 1.5.1 and minecraft is 1.5.1. It will be loaded.
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Loaded coremod GuiAPI-0.15.5-1.5.1.jar
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Found a candidate coremod IDResolver-1.5.1.0.jar
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Loading coremod IDResolver-1.5.1.0.jar
2013-04-22 11:55:20 [FINE] [ForgeModLoader] The coremod sharose.mods.idresolver.IDResolverCorePlugin requested minecraft version 1.5.1 and minecraft is 1.5.1. It will be loaded.
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Loaded coremod IDResolver-1.5.1.0.jar
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.1.zip present and correct in lib dir
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Running coremod plugins
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-04-22 11:55:20 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Running coremod plugin GuiAPIDummyCoreMod
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Coremod plugin GuiAPIDummyCoreMod run successfully
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Running coremod plugin IDResolverCorePlugin
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Coremod plugin IDResolverCorePlugin run successfully
2013-04-22 11:55:20 [FINEST] [ForgeModLoader] Validating minecraft
2013-04-22 11:55:21 [FINEST] [ForgeModLoader] Minecraft validated, launching…
2013-04-22 11:55:22 [INFO] [STDOUT] 229 recipes
2013-04-22 11:55:22 [INFO] [STDOUT] 27 achievements
2013-04-22 11:55:22 [INFO] [Minecraft-Client] Setting user: Merinchan
2013-04-22 11:55:22 [INFO] [STDOUT] (Session ID is ed8c9b6b2db12bde6ae3eefee24076ef0c7b0e20)
2013-04-22 11:55:23 [INFO] [Minecraft-Client] LWJGL Version: 2.8.5
2013-04-22 11:55:23 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2013-04-22 11:55:23 [INFO] [STDOUT] MinecraftForge v7.7.1.666 Initialized
2013-04-22 11:55:23 [INFO] [ForgeModLoader] MinecraftForge v7.7.1.666 Initialized
2013-04-22 11:55:23 [INFO] [STDOUT] Replaced 85 ore recipies
2013-04-22 11:55:23 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2013-04-22 11:55:23 [FINE] [ForgeModLoader] No config directory found, creating one: ~/games/Minecraft/MultiMC/instances/Vanilla/minecraft/config
2013-04-22 11:55:23 [INFO] [ForgeModLoader] Config directory created successfully
2013-04-22 11:55:23 [INFO] [ForgeModLoader] Reading custom logging properties from ~/games/Minecraft/MultiMC/instances/Vanilla/minecraft/config/logging.properties
2013-04-22 11:55:23 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2013-04-22 11:55:23 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
2013-04-22 11:55:23 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2013-04-22 11:55:23 [FINE] [ForgeModLoader] Found a minecraft related file at ~/games/Minecraft/MultiMC/instances/Vanilla/minecraft/bin/minecraft.jar, examining for mod candidates
2013-04-22 11:55:23 [FINER] [ForgeModLoader] Skipping known library file ~/games/Minecraft/MultiMC/lwjgl/2.8.5/lwjgl.jar
2013-04-22 11:55:23 [FINER] [ForgeModLoader] Skipping known library file ~/games/Minecraft/MultiMC/lwjgl/2.8.5/lwjgl_util.jar
2013-04-22 11:55:23 [FINER] [ForgeModLoader] Skipping known library file ~/games/Minecraft/MultiMC/lwjgl/2.8.5/jinput.jar
2013-04-22 11:55:23 [FINE] [ForgeModLoader] Found a minecraft related file at ~/games/Minecraft/MultiMC/instances/Vanilla/minecraft/coremods/GuiAPI-0.15.5-1.5.1.jar, examining for mod candidates
2013-04-22 11:55:23 [FINE] [ForgeModLoader] Found a minecraft related file at ~/games/Minecraft/MultiMC/instances/Vanilla/minecraft/coremods/IDResolver-1.5.1.0.jar, examining for mod candidates
2013-04-22 11:55:23 [FINER] [ForgeModLoader] Skipping known library file ~/games/Minecraft/MultiMC/instances/Vanilla/minecraft/lib/argo-small-3.2.jar
2013-04-22 11:55:23 [FINER] [ForgeModLoader] Skipping known library file ~/games/Minecraft/MultiMC/instances/Vanilla/minecraft/lib/guava-14.0-rc3.jar
2013-04-22 11:55:23 [FINER] [ForgeModLoader] Skipping known library file ~/games/Minecraft/MultiMC/instances/Vanilla/minecraft/lib/asm-all-4.1.jar
2013-04-22 11:55:23 [FINER] [ForgeModLoader] Skipping known library file ~/games/Minecraft/MultiMC/instances/Vanilla/minecraft/lib/bcprov-jdk15on-148.jar
2013-04-22 11:55:23 [FINER] [ForgeModLoader] Skipping known library file ~/games/Minecraft/MultiMC/instances/Vanilla/minecraft/lib/deobfuscation_data_1.5.1.zip
2013-04-22 11:55:23 [FINER] [ForgeModLoader] Skipping known library file ~/games/Minecraft/MultiMC/instances/Vanilla/minecraft/lib/scala-library.jar
2013-04-22 11:55:23 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2013-04-22 11:55:23 [INFO] [ForgeModLoader] Searching ~/games/Minecraft/MultiMC/instances/Vanilla/minecraft/mods for mods
2013-04-22 11:55:23 [FINE] [ForgeModLoader] Found a candidate zip or jar file ComputerCraft1.52.zip
2013-04-22 11:55:23 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2013-04-22 11:55:23 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Examining file GuiAPI-0.15.5-1.5.1.jar for potential mods
2013-04-22 11:55:24 [FINER] [ForgeModLoader] Located mcmod.info file in file GuiAPI-0.15.5-1.5.1.jar
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Identified a BaseMod type mod sharose.mods.guiapi.examples.mod_GuiApiBasicExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Identified a BaseMod type mod sharose.mods.guiapi.examples.mod_GuiApiIngameMessageExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Identified a BaseMod type mod sharose.mods.guiapi.examples.mod_GuiApiIntermediateExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Identified a BaseMod type mod sharose.mods.guiapi.examples.mod_GuiApiItemTickExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Identified a BaseMod type mod sharose.mods.guiapi.examples.mod_GuiApiTWLExamples
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Identified an FMLMod type mod sharose.mods.guiapi.GuiAPI
2013-04-22 11:55:24 [FINEST] [GuiAPI] Parsed dependency info : [] [] []
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Examining file IDResolver-1.5.1.0.jar for potential mods
2013-04-22 11:55:24 [FINER] [ForgeModLoader] Located mcmod.info file in file IDResolver-1.5.1.0.jar
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Identified an FMLMod type mod sharose.mods.idresolver.IDResolverMod
2013-04-22 11:55:24 [FINEST] [IDResolver] Parsed dependency info : [] [*][]
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Examining file ComputerCraft1.52.zip for potential mods
2013-04-22 11:55:24 [FINER] [ForgeModLoader] Located mcmod.info file in file ComputerCraft1.52.zip
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Identified an FMLMod type mod dan200.CCTurtle
2013-04-22 11:55:24 [FINEST] [CCTurtle] Parsed dependency info : [] [ComputerCraft] []
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Identified an FMLMod type mod dan200.ComputerCraft
2013-04-22 11:55:24 [FINEST] [ComputerCraft] Parsed dependency info : [] [] []
2013-04-22 11:55:24 [INFO] [ForgeModLoader] Forge Mod Loader has identified 12 mods to load
2013-04-22 11:55:24 [FINER] [ForgeModLoader] Received a system property request ''
2013-04-22 11:55:24 [FINER] [ForgeModLoader] System property request managing the state of 0 mods
2013-04-22 11:55:24 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Reloading logging properties from ~/games/Minecraft/MultiMC/instances/Vanilla/minecraft/config/logging.properties
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Reloaded logging properties
2013-04-22 11:55:24 [FINE] [mcp] Mod Logging channel mcp configured at default level.
2013-04-22 11:55:24 [INFO] [mcp] Activating mod mcp
2013-04-22 11:55:24 [FINE] [FML] Mod Logging channel FML configured at default level.
2013-04-22 11:55:24 [INFO] [FML] Activating mod FML
2013-04-22 11:55:24 [FINE] [Forge] Mod Logging channel Forge configured at default level.
2013-04-22 11:55:24 [INFO] [Forge] Activating mod Forge
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Enabling mod mod_GuiApiBasicExample
2013-04-22 11:55:24 [FINE] [mod_GuiApiBasicExample] Mod Logging channel mod_GuiApiBasicExample configured at default level.
2013-04-22 11:55:24 [INFO] [mod_GuiApiBasicExample] Activating mod mod_GuiApiBasicExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Enabling mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:24 [FINE] [mod_GuiApiIngameMessageExample] Mod Logging channel mod_GuiApiIngameMessageExample configured at default level.
2013-04-22 11:55:24 [INFO] [mod_GuiApiIngameMessageExample] Activating mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Enabling mod mod_GuiApiIntermediateExample
2013-04-22 11:55:24 [FINE] [mod_GuiApiIntermediateExample] Mod Logging channel mod_GuiApiIntermediateExample configured at default level.
2013-04-22 11:55:24 [INFO] [mod_GuiApiIntermediateExample] Activating mod mod_GuiApiIntermediateExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Enabling mod mod_GuiApiItemTickExample
2013-04-22 11:55:24 [FINE] [mod_GuiApiItemTickExample] Mod Logging channel mod_GuiApiItemTickExample configured at default level.
2013-04-22 11:55:24 [INFO] [mod_GuiApiItemTickExample] Activating mod mod_GuiApiItemTickExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Enabling mod mod_GuiApiTWLExamples
2013-04-22 11:55:24 [FINE] [mod_GuiApiTWLExamples] Mod Logging channel mod_GuiApiTWLExamples configured at default level.
2013-04-22 11:55:24 [INFO] [mod_GuiApiTWLExamples] Activating mod mod_GuiApiTWLExamples
2013-04-22 11:55:24 [FINE] [GuiAPI] Enabling mod GuiAPI
2013-04-22 11:55:24 [FINE] [GuiAPI] Mod Logging channel GuiAPI configured at default level.
2013-04-22 11:55:24 [INFO] [GuiAPI] Activating mod GuiAPI
2013-04-22 11:55:24 [FINE] [IDResolver] Enabling mod IDResolver
2013-04-22 11:55:24 [FINE] [IDResolver] Mod Logging channel IDResolver configured at default level.
2013-04-22 11:55:24 [INFO] [IDResolver] Activating mod IDResolver
2013-04-22 11:55:24 [FINE] [CCTurtle] Enabling mod CCTurtle
2013-04-22 11:55:24 [FINE] [CCTurtle] Mod Logging channel CCTurtle configured at default level.
2013-04-22 11:55:24 [INFO] [CCTurtle] Activating mod CCTurtle
2013-04-22 11:55:24 [FINE] [ComputerCraft] Enabling mod ComputerCraft
2013-04-22 11:55:24 [FINE] [ComputerCraft] Mod Logging channel ComputerCraft configured at default level.
2013-04-22 11:55:24 [INFO] [ComputerCraft] Activating mod ComputerCraft
2013-04-22 11:55:24 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied
2013-04-22 11:55:24 [FINER] [ForgeModLoader] All mod requirements are satisfied
2013-04-22 11:55:24 [FINER] [ForgeModLoader] Sorting mods into an ordered list
2013-04-22 11:55:24 [FINER] [ForgeModLoader] Mod sorting completed successfully
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Mod sorting data
2013-04-22 11:55:24 [FINE] [ForgeModLoader] mod_GuiApiBasicExample(mod_GuiApiBasicExample:Not available): GuiAPI-0.15.5-1.5.1.jar ()
2013-04-22 11:55:24 [FINE] [ForgeModLoader] mod_GuiApiIngameMessageExample(mod_GuiApiIngameMessageExample:Not available): GuiAPI-0.15.5-1.5.1.jar ()
2013-04-22 11:55:24 [FINE] [ForgeModLoader] mod_GuiApiIntermediateExample(mod_GuiApiIntermediateExample:Not available): GuiAPI-0.15.5-1.5.1.jar ()
2013-04-22 11:55:24 [FINE] [ForgeModLoader] mod_GuiApiItemTickExample(mod_GuiApiItemTickExample:Not available): GuiAPI-0.15.5-1.5.1.jar ()
2013-04-22 11:55:24 [FINE] [ForgeModLoader] mod_GuiApiTWLExamples(mod_GuiApiTWLExamples:Not available): GuiAPI-0.15.5-1.5.1.jar ()
2013-04-22 11:55:24 [FINE] [ForgeModLoader] GuiAPI(GuiAPI:0.15.5): GuiAPI-0.15.5-1.5.1.jar ()
2013-04-22 11:55:24 [FINE] [ForgeModLoader] ComputerCraft(ComputerCraft:1.52): ComputerCraft1.52.zip ()
2013-04-22 11:55:24 [FINE] [ForgeModLoader] CCTurtle(ComputerCraft Turtles:1.52): ComputerCraft1.52.zip (after:ComputerCraft)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] IDResolver(ID Resolver:1.5.1.0): IDResolver-1.5.1.0.jar (after:*)
2013-04-22 11:55:24 [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp
2013-04-22 11:55:24 [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp
2013-04-22 11:55:24 [FINEST] [FML] Sending event FMLConstructionEvent to mod FML
2013-04-22 11:55:24 [FINEST] [FML] Sent event FMLConstructionEvent to mod FML
2013-04-22 11:55:24 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge
2013-04-22 11:55:24 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge
2013-04-22 11:55:24 [FINEST] [mod_GuiApiBasicExample] Sending event FMLConstructionEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] No MLProp configuration for mod_GuiApiBasicExample found or required. No file written
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_GuiApiBasicExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_GuiApiBasicExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiBasicExample] Sent event FMLConstructionEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiIngameMessageExample] Sending event FMLConstructionEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] No MLProp configuration for mod_GuiApiIngameMessageExample found or required. No file written
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_GuiApiIngameMessageExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_GuiApiIngameMessageExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiIngameMessageExample] Sent event FMLConstructionEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiIntermediateExample] Sending event FMLConstructionEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] No MLProp configuration for mod_GuiApiIntermediateExample found or required. No file written
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_GuiApiIntermediateExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_GuiApiIntermediateExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiIntermediateExample] Sent event FMLConstructionEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiItemTickExample] Sending event FMLConstructionEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] No MLProp configuration for mod_GuiApiItemTickExample found or required. No file written
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_GuiApiItemTickExample
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_GuiApiItemTickExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiItemTickExample] Sent event FMLConstructionEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiTWLExamples] Sending event FMLConstructionEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:24 [FINE] [ForgeModLoader] No MLProp configuration for mod_GuiApiTWLExamples found or required. No file written
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_GuiApiTWLExamples
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_GuiApiTWLExamples
2013-04-22 11:55:24 [FINEST] [mod_GuiApiTWLExamples] Sent event FMLConstructionEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:24 [FINEST] [GuiAPI] Sending event FMLConstructionEvent to mod GuiAPI
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into GuiAPI
2013-04-22 11:55:24 [FINEST] [GuiAPI] Sent event FMLConstructionEvent to mod GuiAPI
2013-04-22 11:55:24 [FINEST] [ComputerCraft] Sending event FMLConstructionEvent to mod ComputerCraft
2013-04-22 11:55:24 [FINEST] [ForgeModLoader] Testing mod ComputerCraft to verify it accepts its own version in a remote connection
2013-04-22 11:55:24 [FINEST] [ForgeModLoader] The mod ComputerCraft accepts its own version (1.52)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ComputerCraft
2013-04-22 11:55:24 [FINEST] [ComputerCraft] Sent event FMLConstructionEvent to mod ComputerCraft
2013-04-22 11:55:24 [FINEST] [CCTurtle] Sending event FMLConstructionEvent to mod CCTurtle
2013-04-22 11:55:24 [FINEST] [ForgeModLoader] Testing mod CCTurtle to verify it accepts its own version in a remote connection
2013-04-22 11:55:24 [FINEST] [ForgeModLoader] The mod CCTurtle accepts its own version (1.52)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into CCTurtle
2013-04-22 11:55:24 [FINEST] [CCTurtle] Sent event FMLConstructionEvent to mod CCTurtle
2013-04-22 11:55:24 [FINEST] [IDResolver] Sending event FMLConstructionEvent to mod IDResolver
2013-04-22 11:55:24 [INFO] [IDResolver] IDs File not found, creating new one.
2013-04-22 11:55:24 [INFO] [IDResolver] Priorities File not found, creating new one.
2013-04-22 11:55:24 [INFO] [IDResolver] 'UpdateTickSettings' called.
2013-04-22 11:55:24 [INFO] [ForgeModLoader] ID Resolver - Block hook is enabled and working.
2013-04-22 11:55:24 [INFO] [IDResolver] ID Resolver - Block hook is enabled and working.
2013-04-22 11:55:24 [INFO] [ForgeModLoader] ID Resolver - Item hook is enabled and working.
2013-04-22 11:55:24 [INFO] [IDResolver] ID Resolver - Item hook is enabled and working.
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into IDResolver
2013-04-22 11:55:24 [FINEST] [IDResolver] Sent event FMLConstructionEvent to mod IDResolver
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Mod signature data
2013-04-22 11:55:24 [FINE] [ForgeModLoader] mcp(Minecraft Coder Pack:7.44): minecraft.jar (NO VALID CERTIFICATE FOUND)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] FML(Forge Mod Loader:5.1.36.666): coremods (de4cf8a3f3bc15635810044c39240bf96804ea7d)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] Forge(Minecraft Forge:7.7.1.666): coremods (NO VALID CERTIFICATE FOUND)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] mod_GuiApiBasicExample(mod_GuiApiBasicExample:1.1): GuiAPI-0.15.5-1.5.1.jar (NO VALID CERTIFICATE FOUND)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] mod_GuiApiIngameMessageExample(mod_GuiApiIngameMessageExample:1.0): GuiAPI-0.15.5-1.5.1.jar (NO VALID CERTIFICATE FOUND)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] mod_GuiApiIntermediateExample(mod_GuiApiIntermediateExample:1.0): GuiAPI-0.15.5-1.5.1.jar (NO VALID CERTIFICATE FOUND)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] mod_GuiApiItemTickExample(mod_GuiApiItemTickExample:1.0): GuiAPI-0.15.5-1.5.1.jar (NO VALID CERTIFICATE FOUND)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] mod_GuiApiTWLExamples(mod_GuiApiTWLExamples:1.0): GuiAPI-0.15.5-1.5.1.jar (NO VALID CERTIFICATE FOUND)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] GuiAPI(GuiAPI:0.15.5): GuiAPI-0.15.5-1.5.1.jar (NO VALID CERTIFICATE FOUND)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] ComputerCraft(ComputerCraft:1.52): ComputerCraft1.52.zip (NO VALID CERTIFICATE FOUND)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] CCTurtle(ComputerCraft Turtles:1.52): ComputerCraft1.52.zip (NO VALID CERTIFICATE FOUND)
2013-04-22 11:55:24 [FINE] [ForgeModLoader] IDResolver(ID Resolver:1.5.1.0): IDResolver-1.5.1.0.jar (NO VALID CERTIFICATE FOUND)
2013-04-22 11:55:24 [FINEST] [mcp] Sending event FMLPreInitializationEvent to mod mcp
2013-04-22 11:55:24 [FINEST] [mcp] Sent event FMLPreInitializationEvent to mod mcp
2013-04-22 11:55:24 [FINEST] [FML] Sending event FMLPreInitializationEvent to mod FML
2013-04-22 11:55:24 [FINEST] [FML] Sent event FMLPreInitializationEvent to mod FML
2013-04-22 11:55:24 [FINEST] [Forge] Sending event FMLPreInitializationEvent to mod Forge
2013-04-22 11:55:24 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2013-04-22 11:55:24 [FINEST] [Forge] Sent event FMLPreInitializationEvent to mod Forge
2013-04-22 11:55:24 [FINEST] [mod_GuiApiBasicExample] Sending event FMLPreInitializationEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiBasicExample] Sent event FMLPreInitializationEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiIngameMessageExample] Sending event FMLPreInitializationEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiIngameMessageExample] Sent event FMLPreInitializationEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiIntermediateExample] Sending event FMLPreInitializationEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiIntermediateExample] Sent event FMLPreInitializationEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiItemTickExample] Sending event FMLPreInitializationEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiItemTickExample] Sent event FMLPreInitializationEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:24 [FINEST] [mod_GuiApiTWLExamples] Sending event FMLPreInitializationEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:24 [FINEST] [mod_GuiApiTWLExamples] Sent event FMLPreInitializationEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:24 [FINEST] [GuiAPI] Sending event FMLPreInitializationEvent to mod GuiAPI
2013-04-22 11:55:24 [FINEST] [GuiAPI] Sent event FMLPreInitializationEvent to mod GuiAPI
2013-04-22 11:55:24 [FINEST] [ComputerCraft] Sending event FMLPreInitializationEvent to mod ComputerCraft
2013-04-22 11:55:24 [INFO] [IDResolver] 'GetConflictedBlockID' called.
2013-04-22 11:55:24 [INFO] [IDResolver] Long name of requested block is BlockID.1225|dan200.ComputerCraft
2013-04-22 11:55:24 [WARNING] [IDResolver] Cached StackTrace is for a different block! Generating new StackTrace…
2013-04-22 11:55:24 [INFO] [IDResolver] 'UpdateTickSettings' called.
2013-04-22 11:55:26 [INFO] [IDResolver] 'UpdateTickSettings' called.
2013-04-22 11:55:26 [INFO] [IDResolver] 'UpdateTickSettings' called.
2013-04-22 11:55:26 [INFO] [IDResolver] 'UpdateTickSettings' called.
2013-04-22 11:55:27 [INFO] [IDResolver] 'UpdateTickSettings' called.
2013-04-22 11:55:30 [INFO] [IDResolver] Automatically returning default ID as no conflict exists.
2013-04-22 11:55:30 [INFO] [IDResolver] User selected new ID 1225 for ID 1225 (Class: dan200.computer.shared.BlockComputer) from ComputerCraft, returning control with new ID.
2013-04-22 11:55:30 [INFO] [IDResolver] 'GetConflictedItemID' called.
2013-04-22 11:55:30 [INFO] [IDResolver] Long name of requested item is ItemID.1225|dan200.ComputerCraft
2013-04-22 11:55:30 [WARNING] [IDResolver] Cached StackTrace is for a different item! Generating new StackTrace…
2013-04-22 11:55:30 [FINE] [fml.ItemTracker] Adding item dan200.computer.shared.ItemComputer(1225) owned by ComputerCraft
2013-04-22 11:55:30 [INFO] [IDResolver] 'GetConflictedBlockID' called.
2013-04-22 11:55:30 [INFO] [IDResolver] Long name of requested block is BlockID.1226|dan200.ComputerCraft
2013-04-22 11:55:30 [WARNING] [IDResolver] Cached StackTrace is for a different block! Generating new StackTrace…
2013-04-22 11:55:30 [INFO] [IDResolver] Automatically returning default ID as no conflict exists.
2013-04-22 11:55:30 [INFO] [IDResolver] User selected new ID 1226 for ID 1226 (Class: dan200.computer.shared.BlockPeripheral) from ComputerCraft, returning control with new ID.
2013-04-22 11:55:30 [INFO] [IDResolver] 'GetConflictedItemID' called.
2013-04-22 11:55:30 [INFO] [IDResolver] Long name of requested item is ItemID.1226|dan200.ComputerCraft
2013-04-22 11:55:30 [WARNING] [IDResolver] Cached StackTrace is for a different item! Generating new StackTrace…
2013-04-22 11:55:30 [FINE] [fml.ItemTracker] Adding item dan200.computer.shared.ItemPeripheral(1226) owned by ComputerCraft
2013-04-22 11:55:30 [INFO] [IDResolver] 'GetConflictedBlockID' called.
2013-04-22 11:55:30 [INFO] [IDResolver] Long name of requested block is BlockID.1229|dan200.ComputerCraft
2013-04-22 11:55:30 [WARNING] [IDResolver] Cached StackTrace is for a different block! Generating new StackTrace…
2013-04-22 11:55:30 [INFO] [IDResolver] Automatically returning default ID as no conflict exists.
2013-04-22 11:55:30 [INFO] [IDResolver] User selected new ID 1229 for ID 1229 (Class: dan200.computer.shared.BlockCable) from ComputerCraft, returning control with new ID.
2013-04-22 11:55:30 [INFO] [IDResolver] 'GetConflictedItemID' called.
2013-04-22 11:55:30 [INFO] [IDResolver] Long name of requested item is ItemID.1229|dan200.ComputerCraft
2013-04-22 11:55:30 [WARNING] [IDResolver] Cached StackTrace is for a different item! Generating new StackTrace…
2013-04-22 11:55:30 [FINE] [fml.ItemTracker] Adding item dan200.computer.shared.ItemCable(1229) owned by ComputerCraft
2013-04-22 11:55:30 [INFO] [IDResolver] 'GetConflictedItemID' called.
2013-04-22 11:55:30 [INFO] [IDResolver] Long name of requested item is ItemID.4256|dan200.ComputerCraft
2013-04-22 11:55:30 [WARNING] [IDResolver] Cached StackTrace is for a different item! Generating new StackTrace…
2013-04-22 11:55:30 [INFO] [IDResolver] Automatically returning default ID as no conflict exists.
2013-04-22 11:55:30 [INFO] [IDResolver] User selected new ID 4256 for ID 4256 (Class: dan200.computer.shared.ItemDisk) from ComputerCraft, returning control with new ID.
2013-04-22 11:55:30 [FINE] [fml.ItemTracker] Adding item dan200.computer.shared.ItemDisk(4256) owned by ComputerCraft
2013-04-22 11:55:30 [INFO] [IDResolver] 'GetConflictedItemID' called.
2013-04-22 11:55:30 [INFO] [IDResolver] Long name of requested item is ItemID.4257|dan200.ComputerCraft
2013-04-22 11:55:30 [WARNING] [IDResolver] Cached StackTrace is for a different item! Generating new StackTrace…
2013-04-22 11:55:30 [INFO] [IDResolver] Automatically returning default ID as no conflict exists.
2013-04-22 11:55:30 [INFO] [IDResolver] User selected new ID 4257 for ID 4257 (Class: dan200.computer.shared.ItemDiskExpanded) from ComputerCraft, returning control with new ID.
2013-04-22 11:55:30 [FINE] [fml.ItemTracker] Adding item dan200.computer.shared.ItemDiskExpanded(4257) owned by ComputerCraft
2013-04-22 11:55:30 [INFO] [IDResolver] 'GetConflictedItemID' called.
2013-04-22 11:55:30 [INFO] [IDResolver] Long name of requested item is ItemID.4258|dan200.ComputerCraft
2013-04-22 11:55:30 [WARNING] [IDResolver] Cached StackTrace is for a different item! Generating new StackTrace…
2013-04-22 11:55:30 [INFO] [IDResolver] Automatically returning default ID as no conflict exists.
2013-04-22 11:55:30 [INFO] [IDResolver] User selected new ID 4258 for ID 4258 (Class: dan200.computer.shared.ItemPrintout) from ComputerCraft, returning control with new ID.
2013-04-22 11:55:30 [FINE] [fml.ItemTracker] Adding item dan200.computer.shared.ItemPrintout(4258) owned by ComputerCraft
2013-04-22 11:55:30 [FINEST] [ComputerCraft] Sent event FMLPreInitializationEvent to mod ComputerCraft
2013-04-22 11:55:30 [FINEST] [CCTurtle] Sending event FMLPreInitializationEvent to mod CCTurtle
2013-04-22 11:55:30 [FINEST] [CCTurtle] Sent event FMLPreInitializationEvent to mod CCTurtle
2013-04-22 11:55:30 [FINEST] [IDResolver] Sending event FMLPreInitializationEvent to mod IDResolver
2013-04-22 11:55:30 [FINEST] [IDResolver] Sent event FMLPreInitializationEvent to mod IDResolver
2013-04-22 11:55:30 [INFO] [STDOUT]
2013-04-22 11:55:30 [INFO] [STDOUT] Starting up SoundSystem…
2013-04-22 11:55:30 [INFO] [STDOUT] Initializing LWJGL OpenAL
2013-04-22 11:55:30 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2013-04-22 11:55:30 [INFO] [STDOUT] OpenAL initialized.
2013-04-22 11:55:31 [INFO] [STDOUT]
2013-04-22 11:55:31 [INFO] [ForgeModLoader] Not using advanced OpenGL 4.3 advanced capability for animations : OpenGL 4.3 is not available
2013-04-22 11:55:31 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt
2013-04-22 11:55:31 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt
2013-04-22 11:55:31 [INFO] [Minecraft-Client] Found animation info for: mods/ComputerCraft/textures/blocks/blink.txt
2013-04-22 11:55:31 [INFO] [Minecraft-Client] Found animation info for: mods/ComputerCraft/textures/blocks/blinkAdvanced.txt
2013-04-22 11:55:31 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt
2013-04-22 11:55:31 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt
2013-04-22 11:55:31 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt
2013-04-22 11:55:31 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt
2013-04-22 11:55:31 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt
2013-04-22 11:55:31 [INFO] [Minecraft-Client] Found animation info for: textures/items/clock.txt
2013-04-22 11:55:31 [INFO] [Minecraft-Client] Found animation info for: textures/items/compass.txt
2013-04-22 11:55:31 [FINEST] [mcp] Sending event FMLInitializationEvent to mod mcp
2013-04-22 11:55:31 [FINEST] [mcp] Sent event FMLInitializationEvent to mod mcp
2013-04-22 11:55:31 [FINEST] [FML] Sending event FMLInitializationEvent to mod FML
2013-04-22 11:55:31 [FINEST] [FML] Sent event FMLInitializationEvent to mod FML
2013-04-22 11:55:31 [FINEST] [Forge] Sending event FMLInitializationEvent to mod Forge
2013-04-22 11:55:31 [FINEST] [Forge] Sent event FMLInitializationEvent to mod Forge
2013-04-22 11:55:31 [FINEST] [mod_GuiApiBasicExample] Sending event FMLInitializationEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiBasicExample] Sent event FMLInitializationEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIngameMessageExample] Sending event FMLInitializationEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [INFO] [IDResolver] 'GetConflictedItemID' called.
2013-04-22 11:55:31 [INFO] [IDResolver] Long name of requested item is ItemID.28256|sharose.mods.guiapi.examples.mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [WARNING] [IDResolver] Cached StackTrace is for a different item! Generating new StackTrace…
2013-04-22 11:55:31 [INFO] [IDResolver] Automatically returning default ID as no conflict exists.
2013-04-22 11:55:31 [INFO] [IDResolver] User selected new ID 28256 for ID 28256 (Class: sharose.mods.guiapi.examples.ItemGuiApiExample) from mod_GuiApiIngameMessageExample, returning control with new ID.
2013-04-22 11:55:31 [FINE] [fml.ItemTracker] Adding item sharose.mods.guiapi.examples.ItemGuiApiExample(28256) owned by mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIngameMessageExample] Sent event FMLInitializationEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIntermediateExample] Sending event FMLInitializationEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIntermediateExample] Sent event FMLInitializationEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiItemTickExample] Sending event FMLInitializationEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiItemTickExample] Sent event FMLInitializationEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiTWLExamples] Sending event FMLInitializationEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:31 [FINEST] [mod_GuiApiTWLExamples] Sent event FMLInitializationEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:31 [FINEST] [GuiAPI] Sending event FMLInitializationEvent to mod GuiAPI
2013-04-22 11:55:31 [FINEST] [GuiAPI] Sent event FMLInitializationEvent to mod GuiAPI
2013-04-22 11:55:31 [FINEST] [ComputerCraft] Sending event FMLInitializationEvent to mod ComputerCraft
2013-04-22 11:55:31 [INFO] [STDOUT] Loading ComputerCraft v1.52 (rev 1067)
2013-04-22 11:55:31 [INFO] [STDOUT] ComputerCraft: Searching for RedPowerLib…
2013-04-22 11:55:31 [INFO] [STDOUT] ComputerCraft: RedPowerLib not found.
2013-04-22 11:55:31 [FINEST] [ComputerCraft] Sent event FMLInitializationEvent to mod ComputerCraft
2013-04-22 11:55:31 [FINEST] [CCTurtle] Sending event FMLInitializationEvent to mod CCTurtle
2013-04-22 11:55:31 [INFO] [STDOUT] Loading CCTurtle v1.52 (rev 1067)
2013-04-22 11:55:31 [INFO] [IDResolver] 'GetConflictedBlockID' called.
2013-04-22 11:55:31 [INFO] [IDResolver] Long name of requested block is BlockID.1227|dan200.CCTurtle
2013-04-22 11:55:31 [WARNING] [IDResolver] Cached StackTrace is for a different block! Generating new StackTrace…
2013-04-22 11:55:31 [INFO] [IDResolver] Automatically returning default ID as no conflict exists.
2013-04-22 11:55:31 [INFO] [IDResolver] User selected new ID 1227 for ID 1227 (Class: dan200.turtle.shared.BlockTurtle) from CCTurtle, returning control with new ID.
2013-04-22 11:55:31 [INFO] [IDResolver] 'GetConflictedItemID' called.
2013-04-22 11:55:31 [INFO] [IDResolver] Long name of requested item is ItemID.1227|dan200.CCTurtle
2013-04-22 11:55:31 [WARNING] [IDResolver] Cached StackTrace is for a different item! Generating new StackTrace…
2013-04-22 11:55:31 [FINE] [fml.ItemTracker] Adding item dan200.turtle.shared.ItemTurtle(1227) owned by CCTurtle
2013-04-22 11:55:31 [INFO] [IDResolver] 'GetConflictedBlockID' called.
2013-04-22 11:55:31 [INFO] [IDResolver] Long name of requested block is BlockID.1228|dan200.CCTurtle
2013-04-22 11:55:31 [WARNING] [IDResolver] Cached StackTrace is for a different block! Generating new StackTrace…
2013-04-22 11:55:31 [INFO] [IDResolver] Automatically returning default ID as no conflict exists.
2013-04-22 11:55:31 [INFO] [IDResolver] User selected new ID 1228 for ID 1228 (Class: dan200.turtle.shared.BlockTurtleExpanded) from CCTurtle, returning control with new ID.
2013-04-22 11:55:31 [INFO] [IDResolver] 'GetConflictedItemID' called.
2013-04-22 11:55:31 [INFO] [IDResolver] Long name of requested item is ItemID.1228|dan200.CCTurtle
2013-04-22 11:55:31 [WARNING] [IDResolver] Cached StackTrace is for a different item! Generating new StackTrace…
2013-04-22 11:55:31 [FINE] [fml.ItemTracker] Adding item dan200.turtle.shared.ItemTurtleExpanded(1228) owned by CCTurtle
2013-04-22 11:55:31 [FINEST] [CCTurtle] Sent event FMLInitializationEvent to mod CCTurtle
2013-04-22 11:55:31 [FINEST] [IDResolver] Sending event FMLInitializationEvent to mod IDResolver
2013-04-22 11:55:31 [FINEST] [IDResolver] Sent event FMLInitializationEvent to mod IDResolver
2013-04-22 11:55:31 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mcp
2013-04-22 11:55:31 [FINEST] [mcp] Sending event IMCEvent to mod mcp
2013-04-22 11:55:31 [FINEST] [mcp] Sent event IMCEvent to mod mcp
2013-04-22 11:55:31 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod FML
2013-04-22 11:55:31 [FINEST] [FML] Sending event IMCEvent to mod FML
2013-04-22 11:55:31 [FINEST] [FML] Sent event IMCEvent to mod FML
2013-04-22 11:55:31 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Forge
2013-04-22 11:55:31 [FINEST] [Forge] Sending event IMCEvent to mod Forge
2013-04-22 11:55:31 [FINEST] [Forge] Sent event IMCEvent to mod Forge
2013-04-22 11:55:31 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mod_GuiApiBasicExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiBasicExample] Sending event IMCEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiBasicExample] Sent event IMCEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:31 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIngameMessageExample] Sending event IMCEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIngameMessageExample] Sent event IMCEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIntermediateExample] Sending event IMCEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIntermediateExample] Sent event IMCEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:31 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mod_GuiApiItemTickExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiItemTickExample] Sending event IMCEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiItemTickExample] Sent event IMCEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:31 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mod_GuiApiTWLExamples
2013-04-22 11:55:31 [FINEST] [mod_GuiApiTWLExamples] Sending event IMCEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:31 [FINEST] [mod_GuiApiTWLExamples] Sent event IMCEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:31 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod GuiAPI
2013-04-22 11:55:31 [FINEST] [GuiAPI] Sending event IMCEvent to mod GuiAPI
2013-04-22 11:55:31 [FINEST] [GuiAPI] Sent event IMCEvent to mod GuiAPI
2013-04-22 11:55:31 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod ComputerCraft
2013-04-22 11:55:31 [FINEST] [ComputerCraft] Sending event IMCEvent to mod ComputerCraft
2013-04-22 11:55:31 [FINEST] [ComputerCraft] Sent event IMCEvent to mod ComputerCraft
2013-04-22 11:55:31 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod CCTurtle
2013-04-22 11:55:31 [FINEST] [CCTurtle] Sending event IMCEvent to mod CCTurtle
2013-04-22 11:55:31 [FINEST] [CCTurtle] Sent event IMCEvent to mod CCTurtle
2013-04-22 11:55:31 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod IDResolver
2013-04-22 11:55:31 [FINEST] [IDResolver] Sending event IMCEvent to mod IDResolver
2013-04-22 11:55:31 [FINEST] [IDResolver] Sent event IMCEvent to mod IDResolver
2013-04-22 11:55:31 [FINEST] [mcp] Sending event FMLPostInitializationEvent to mod mcp
2013-04-22 11:55:31 [FINEST] [mcp] Sent event FMLPostInitializationEvent to mod mcp
2013-04-22 11:55:31 [FINEST] [FML] Sending event FMLPostInitializationEvent to mod FML
2013-04-22 11:55:31 [FINEST] [FML] Sent event FMLPostInitializationEvent to mod FML
2013-04-22 11:55:31 [FINEST] [Forge] Sending event FMLPostInitializationEvent to mod Forge
2013-04-22 11:55:31 [FINEST] [Forge] Sent event FMLPostInitializationEvent to mod Forge
2013-04-22 11:55:31 [FINEST] [mod_GuiApiBasicExample] Sending event FMLPostInitializationEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiBasicExample] Sent event FMLPostInitializationEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIngameMessageExample] Sending event FMLPostInitializationEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIngameMessageExample] Sent event FMLPostInitializationEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIntermediateExample] Sending event FMLPostInitializationEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIntermediateExample] Sent event FMLPostInitializationEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiItemTickExample] Sending event FMLPostInitializationEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiItemTickExample] Sent event FMLPostInitializationEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiTWLExamples] Sending event FMLPostInitializationEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:31 [FINEST] [mod_GuiApiTWLExamples] Sent event FMLPostInitializationEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:31 [FINEST] [GuiAPI] Sending event FMLPostInitializationEvent to mod GuiAPI
2013-04-22 11:55:31 [FINEST] [GuiAPI] Sent event FMLPostInitializationEvent to mod GuiAPI
2013-04-22 11:55:31 [FINEST] [ComputerCraft] Sending event FMLPostInitializationEvent to mod ComputerCraft
2013-04-22 11:55:31 [FINEST] [ComputerCraft] Sent event FMLPostInitializationEvent to mod ComputerCraft
2013-04-22 11:55:31 [FINEST] [CCTurtle] Sending event FMLPostInitializationEvent to mod CCTurtle
2013-04-22 11:55:31 [FINEST] [CCTurtle] Sent event FMLPostInitializationEvent to mod CCTurtle
2013-04-22 11:55:31 [FINEST] [IDResolver] Sending event FMLPostInitializationEvent to mod IDResolver
2013-04-22 11:55:31 [FINEST] [IDResolver] Sent event FMLPostInitializationEvent to mod IDResolver
2013-04-22 11:55:31 [FINEST] [mcp] Sending event FMLLoadCompleteEvent to mod mcp
2013-04-22 11:55:31 [FINEST] [mcp] Sent event FMLLoadCompleteEvent to mod mcp
2013-04-22 11:55:31 [FINEST] [FML] Sending event FMLLoadCompleteEvent to mod FML
2013-04-22 11:55:31 [FINEST] [FML] Sent event FMLLoadCompleteEvent to mod FML
2013-04-22 11:55:31 [FINEST] [Forge] Sending event FMLLoadCompleteEvent to mod Forge
2013-04-22 11:55:31 [FINEST] [Forge] Sent event FMLLoadCompleteEvent to mod Forge
2013-04-22 11:55:31 [FINEST] [mod_GuiApiBasicExample] Sending event FMLLoadCompleteEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:31 [FINE] [mod_GuiApiBasicExample] Handling post startup activities for ModLoader mod mod_GuiApiBasicExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiBasicExample] Requesting renderers from basemod mod_GuiApiBasicExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiBasicExample] Received 54 renderers from basemod mod_GuiApiBasicExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiBasicExample] Sent event FMLLoadCompleteEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIngameMessageExample] Sending event FMLLoadCompleteEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [FINE] [mod_GuiApiIngameMessageExample] Handling post startup activities for ModLoader mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIngameMessageExample] Requesting renderers from basemod mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIngameMessageExample] Received 54 renderers from basemod mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIngameMessageExample] Sent event FMLLoadCompleteEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIntermediateExample] Sending event FMLLoadCompleteEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:31 [FINE] [mod_GuiApiIntermediateExample] Handling post startup activities for ModLoader mod mod_GuiApiIntermediateExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIntermediateExample] Requesting renderers from basemod mod_GuiApiIntermediateExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIntermediateExample] Received 54 renderers from basemod mod_GuiApiIntermediateExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiIntermediateExample] Sent event FMLLoadCompleteEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiItemTickExample] Sending event FMLLoadCompleteEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:31 [FINE] [mod_GuiApiItemTickExample] Handling post startup activities for ModLoader mod mod_GuiApiItemTickExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiItemTickExample] Requesting renderers from basemod mod_GuiApiItemTickExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiItemTickExample] Received 54 renderers from basemod mod_GuiApiItemTickExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiItemTickExample] Sent event FMLLoadCompleteEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:31 [FINEST] [mod_GuiApiTWLExamples] Sending event FMLLoadCompleteEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:31 [FINE] [mod_GuiApiTWLExamples] Handling post startup activities for ModLoader mod mod_GuiApiTWLExamples
2013-04-22 11:55:31 [FINEST] [mod_GuiApiTWLExamples] Requesting renderers from basemod mod_GuiApiTWLExamples
2013-04-22 11:55:31 [FINEST] [mod_GuiApiTWLExamples] Received 54 renderers from basemod mod_GuiApiTWLExamples
2013-04-22 11:55:31 [FINEST] [mod_GuiApiTWLExamples] Sent event FMLLoadCompleteEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:31 [FINEST] [GuiAPI] Sending event FMLLoadCompleteEvent to mod GuiAPI
2013-04-22 11:55:31 [FINEST] [GuiAPI] Sent event FMLLoadCompleteEvent to mod GuiAPI
2013-04-22 11:55:31 [FINEST] [ComputerCraft] Sending event FMLLoadCompleteEvent to mod ComputerCraft
2013-04-22 11:55:31 [FINEST] [ComputerCraft] Sent event FMLLoadCompleteEvent to mod ComputerCraft
2013-04-22 11:55:31 [FINEST] [CCTurtle] Sending event FMLLoadCompleteEvent to mod CCTurtle
2013-04-22 11:55:31 [FINEST] [CCTurtle] Sent event FMLLoadCompleteEvent to mod CCTurtle
2013-04-22 11:55:31 [FINEST] [IDResolver] Sending event FMLLoadCompleteEvent to mod IDResolver
2013-04-22 11:55:31 [FINEST] [IDResolver] Sent event FMLLoadCompleteEvent to mod IDResolver
2013-04-22 11:55:31 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 12 mods
2013-04-22 11:55:32 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt
2013-04-22 11:55:32 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt
2013-04-22 11:55:32 [INFO] [Minecraft-Client] Found animation info for: mods/ComputerCraft/textures/blocks/blink.txt
2013-04-22 11:55:32 [INFO] [Minecraft-Client] Found animation info for: mods/ComputerCraft/textures/blocks/blinkAdvanced.txt
2013-04-22 11:55:32 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt
2013-04-22 11:55:32 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt
2013-04-22 11:55:32 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt
2013-04-22 11:55:32 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt
2013-04-22 11:55:32 [INFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt
2013-04-22 11:55:32 [INFO] [Minecraft-Client] Found animation info for: textures/items/clock.txt
2013-04-22 11:55:32 [INFO] [Minecraft-Client] Found animation info for: textures/items/compass.txt
2013-04-22 11:55:32 [INFO] [IDResolver] Loaded 10 IDs sucessfully.
2013-04-22 11:55:32 [INFO] [IDResolver] Loaded 5 Mod Priorities sucessfully.
2013-04-22 11:55:32 [INFO] [IDResolver] 'UpdateTickSettings' called.
2013-04-22 11:55:32 [FINER] [IDResolver] Saving all mappings…
2013-04-22 11:55:32 [INFO] [IDResolver] 'UpdateTickSettings' called.
2013-04-22 11:55:32 [FINER] [IDResolver] Saving all mappings…
2013-04-22 11:55:37 [INFO] [Minecraft-Server] Starting integrated minecraft server version 1.5.1
2013-04-22 11:55:37 [INFO] [Minecraft-Server] Generating keypair
2013-04-22 11:55:38 [FINEST] [mcp] Sending event FMLServerAboutToStartEvent to mod mcp
2013-04-22 11:55:38 [FINEST] [mcp] Sent event FMLServerAboutToStartEvent to mod mcp
2013-04-22 11:55:38 [FINEST] [FML] Sending event FMLServerAboutToStartEvent to mod FML
2013-04-22 11:55:38 [FINEST] [FML] Sent event FMLServerAboutToStartEvent to mod FML
2013-04-22 11:55:38 [FINEST] [Forge] Sending event FMLServerAboutToStartEvent to mod Forge
2013-04-22 11:55:38 [FINEST] [Forge] Sent event FMLServerAboutToStartEvent to mod Forge
2013-04-22 11:55:38 [FINEST] [mod_GuiApiBasicExample] Sending event FMLServerAboutToStartEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:38 [FINEST] [mod_GuiApiBasicExample] Sent event FMLServerAboutToStartEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:38 [FINEST] [mod_GuiApiIngameMessageExample] Sending event FMLServerAboutToStartEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:38 [FINEST] [mod_GuiApiIngameMessageExample] Sent event FMLServerAboutToStartEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:38 [FINEST] [mod_GuiApiIntermediateExample] Sending event FMLServerAboutToStartEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:38 [FINEST] [mod_GuiApiIntermediateExample] Sent event FMLServerAboutToStartEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:38 [FINEST] [mod_GuiApiItemTickExample] Sending event FMLServerAboutToStartEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:38 [FINEST] [mod_GuiApiItemTickExample] Sent event FMLServerAboutToStartEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:38 [FINEST] [mod_GuiApiTWLExamples] Sending event FMLServerAboutToStartEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:38 [FINEST] [mod_GuiApiTWLExamples] Sent event FMLServerAboutToStartEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:38 [FINEST] [GuiAPI] Sending event FMLServerAboutToStartEvent to mod GuiAPI
2013-04-22 11:55:38 [FINEST] [GuiAPI] Sent event FMLServerAboutToStartEvent to mod GuiAPI
2013-04-22 11:55:38 [FINEST] [ComputerCraft] Sending event FMLServerAboutToStartEvent to mod ComputerCraft
2013-04-22 11:55:38 [FINEST] [ComputerCraft] Sent event FMLServerAboutToStartEvent to mod ComputerCraft
2013-04-22 11:55:38 [FINEST] [CCTurtle] Sending event FMLServerAboutToStartEvent to mod CCTurtle
2013-04-22 11:55:38 [FINEST] [CCTurtle] Sent event FMLServerAboutToStartEvent to mod CCTurtle
2013-04-22 11:55:38 [FINEST] [IDResolver] Sending event FMLServerAboutToStartEvent to mod IDResolver
2013-04-22 11:55:38 [FINEST] [IDResolver] Sent event FMLServerAboutToStartEvent to mod IDResolver
2013-04-22 11:55:38 [INFO] [Minecraft-Server] Converting map!
2013-04-22 11:55:38 [INFO] [Minecraft-Server] Scanning folders…
2013-04-22 11:55:38 [INFO] [Minecraft-Server] Total conversion count is 0
2013-04-22 11:55:38 [FINE] [fml.ItemTracker] The difference set is equal
2013-04-22 11:55:38 [WARNING] [Minecraft-Server] Unable to find spawn biome
2013-04-22 11:55:39 [INFO] [ForgeModLoader] Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@7d62aa57)
2013-04-22 11:55:39 [INFO] [ForgeModLoader] Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@7d62aa57)
2013-04-22 11:55:39 [INFO] [ForgeModLoader] Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@7d62aa57)
2013-04-22 11:55:39 [INFO] [Minecraft-Server] Preparing start region for level 0
2013-04-22 11:55:40 [INFO] [Minecraft-Server] Preparing spawn area: 29%
2013-04-22 11:55:41 [INFO] [Minecraft-Server] Preparing spawn area: 56%
2013-04-22 11:55:42 [INFO] [Minecraft-Server] Preparing spawn area: 87%
2013-04-22 11:55:42 [FINEST] [mcp] Sending event FMLServerStartingEvent to mod mcp
2013-04-22 11:55:42 [FINEST] [mcp] Sent event FMLServerStartingEvent to mod mcp
2013-04-22 11:55:42 [FINEST] [FML] Sending event FMLServerStartingEvent to mod FML
2013-04-22 11:55:42 [FINEST] [FML] Sent event FMLServerStartingEvent to mod FML
2013-04-22 11:55:42 [FINEST] [Forge] Sending event FMLServerStartingEvent to mod Forge
2013-04-22 11:55:42 [FINEST] [Forge] Sent event FMLServerStartingEvent to mod Forge
2013-04-22 11:55:42 [FINEST] [mod_GuiApiBasicExample] Sending event FMLServerStartingEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiBasicExample] Sent event FMLServerStartingEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiIngameMessageExample] Sending event FMLServerStartingEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiIngameMessageExample] Sent event FMLServerStartingEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiIntermediateExample] Sending event FMLServerStartingEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiIntermediateExample] Sent event FMLServerStartingEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiItemTickExample] Sending event FMLServerStartingEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiItemTickExample] Sent event FMLServerStartingEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiTWLExamples] Sending event FMLServerStartingEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:42 [FINEST] [mod_GuiApiTWLExamples] Sent event FMLServerStartingEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:42 [FINEST] [GuiAPI] Sending event FMLServerStartingEvent to mod GuiAPI
2013-04-22 11:55:42 [FINEST] [GuiAPI] Sent event FMLServerStartingEvent to mod GuiAPI
2013-04-22 11:55:42 [FINEST] [ComputerCraft] Sending event FMLServerStartingEvent to mod ComputerCraft
2013-04-22 11:55:42 [FINEST] [ComputerCraft] Sent event FMLServerStartingEvent to mod ComputerCraft
2013-04-22 11:55:42 [FINEST] [CCTurtle] Sending event FMLServerStartingEvent to mod CCTurtle
2013-04-22 11:55:42 [FINEST] [CCTurtle] Sent event FMLServerStartingEvent to mod CCTurtle
2013-04-22 11:55:42 [FINEST] [IDResolver] Sending event FMLServerStartingEvent to mod IDResolver
2013-04-22 11:55:42 [FINEST] [IDResolver] Sent event FMLServerStartingEvent to mod IDResolver
2013-04-22 11:55:42 [FINEST] [mcp] Sending event FMLServerStartedEvent to mod mcp
2013-04-22 11:55:42 [FINEST] [mcp] Sent event FMLServerStartedEvent to mod mcp
2013-04-22 11:55:42 [FINEST] [FML] Sending event FMLServerStartedEvent to mod FML
2013-04-22 11:55:42 [FINEST] [FML] Sent event FMLServerStartedEvent to mod FML
2013-04-22 11:55:42 [FINEST] [Forge] Sending event FMLServerStartedEvent to mod Forge
2013-04-22 11:55:42 [FINEST] [Forge] Sent event FMLServerStartedEvent to mod Forge
2013-04-22 11:55:42 [FINEST] [mod_GuiApiBasicExample] Sending event FMLServerStartedEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiBasicExample] Sent event FMLServerStartedEvent to mod mod_GuiApiBasicExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiIngameMessageExample] Sending event FMLServerStartedEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiIngameMessageExample] Sent event FMLServerStartedEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiIntermediateExample] Sending event FMLServerStartedEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiIntermediateExample] Sent event FMLServerStartedEvent to mod mod_GuiApiIntermediateExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiItemTickExample] Sending event FMLServerStartedEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiItemTickExample] Sent event FMLServerStartedEvent to mod mod_GuiApiItemTickExample
2013-04-22 11:55:42 [FINEST] [mod_GuiApiTWLExamples] Sending event FMLServerStartedEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:42 [FINEST] [mod_GuiApiTWLExamples] Sent event FMLServerStartedEvent to mod mod_GuiApiTWLExamples
2013-04-22 11:55:42 [FINEST] [GuiAPI] Sending event FMLServerStartedEvent to mod GuiAPI
2013-04-22 11:55:42 [FINEST] [GuiAPI] Sent event FMLServerStartedEvent to mod GuiAPI
2013-04-22 11:55:42 [FINEST] [ComputerCraft] Sending event FMLServerStartedEvent to mod ComputerCraft
2013-04-22 11:55:42 [FINEST] [ComputerCraft] Sent event FMLServerStartedEvent to mod ComputerCraft
2013-04-22 11:55:42 [FINEST] [CCTurtle] Sending event FMLServerStartedEvent to mod CCTurtle
2013-04-22 11:55:42 [FINEST] [CCTurtle] Sent event FMLServerStartedEvent to mod CCTurtle
2013-04-22 11:55:42 [FINEST] [IDResolver] Sending event FMLServerStartedEvent to mod IDResolver
2013-04-22 11:55:42 [FINEST] [IDResolver] Sent event FMLServerStartedEvent to mod IDResolver
2013-04-22 11:55:42 [INFO] [Minecraft-Server] Merinchan[/127.0.0.1:0] logged in with entity id 42 at (-407.5, 75.0, -775.5)
2013-04-22 11:56:01 [INFO] [Minecraft-Server] [Merinchan: Given Diamond (ID 264) * 64 to Merinchan]
2013-04-22 11:56:01 [INFO] [Minecraft-Client] [CHAT] Given Diamond (ID 264) * 64 to Merinchan
2013-04-22 11:57:02 [INFO] [Minecraft-Server] Saving and pausing game…
2013-04-22 11:57:02 [INFO] [Minecraft-Server] Saving chunks for level 'New World'/Overworld
2013-04-22 11:57:02 [INFO] [Minecraft-Server] Saving chunks for level 'New World'/Nether
2013-04-22 11:57:02 [INFO] [Minecraft-Server] Saving chunks for level 'New World'/The End
2013-04-22 12:01:46 [INFO] [Minecraft-Server] Saving and pausing game…
2013-04-22 12:01:46 [INFO] [Minecraft-Server] Saving chunks for level 'New World'/Overworld
2013-04-22 12:01:46 [INFO] [Minecraft-Server] Saving chunks for level 'New World'/Nether
2013-04-22 12:01:46 [INFO] [Minecraft-Server] Saving chunks for level 'New World'/The End
2013-04-22 12:01:47 [FINEST] [mcp] Sending event FMLServerStoppingEvent to mod mcp
2013-04-22 12:01:47 [FINEST] [mcp] Sent event FMLServerStoppingEvent to mod mcp
2013-04-22 12:01:47 [FINEST] [FML] Sending event FMLServerStoppingEvent to mod FML
2013-04-22 12:01:47 [FINEST] [FML] Sent event FMLServerStoppingEvent to mod FML
2013-04-22 12:01:47 [FINEST] [Forge] Sending event FMLServerStoppingEvent to mod Forge
2013-04-22 12:01:47 [FINEST] [Forge] Sent event FMLServerStoppingEvent to mod Forge
2013-04-22 12:01:47 [FINEST] [mod_GuiApiBasicExample] Sending event FMLServerStoppingEvent to mod mod_GuiApiBasicExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiBasicExample] Sent event FMLServerStoppingEvent to mod mod_GuiApiBasicExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiIngameMessageExample] Sending event FMLServerStoppingEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiIngameMessageExample] Sent event FMLServerStoppingEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiIntermediateExample] Sending event FMLServerStoppingEvent to mod mod_GuiApiIntermediateExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiIntermediateExample] Sent event FMLServerStoppingEvent to mod mod_GuiApiIntermediateExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiItemTickExample] Sending event FMLServerStoppingEvent to mod mod_GuiApiItemTickExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiItemTickExample] Sent event FMLServerStoppingEvent to mod mod_GuiApiItemTickExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiTWLExamples] Sending event FMLServerStoppingEvent to mod mod_GuiApiTWLExamples
2013-04-22 12:01:47 [FINEST] [mod_GuiApiTWLExamples] Sent event FMLServerStoppingEvent to mod mod_GuiApiTWLExamples
2013-04-22 12:01:47 [FINEST] [GuiAPI] Sending event FMLServerStoppingEvent to mod GuiAPI
2013-04-22 12:01:47 [FINEST] [GuiAPI] Sent event FMLServerStoppingEvent to mod GuiAPI
2013-04-22 12:01:47 [FINEST] [ComputerCraft] Sending event FMLServerStoppingEvent to mod ComputerCraft
2013-04-22 12:01:47 [FINEST] [ComputerCraft] Sent event FMLServerStoppingEvent to mod ComputerCraft
2013-04-22 12:01:47 [FINEST] [CCTurtle] Sending event FMLServerStoppingEvent to mod CCTurtle
2013-04-22 12:01:47 [FINEST] [CCTurtle] Sent event FMLServerStoppingEvent to mod CCTurtle
2013-04-22 12:01:47 [FINEST] [IDResolver] Sending event FMLServerStoppingEvent to mod IDResolver
2013-04-22 12:01:47 [FINEST] [IDResolver] Sent event FMLServerStoppingEvent to mod IDResolver
2013-04-22 12:01:47 [INFO] [Minecraft-Server] Stopping server
2013-04-22 12:01:47 [INFO] [Minecraft-Server] Saving players
2013-04-22 12:01:47 [INFO] [Minecraft-Server] Saving worlds
2013-04-22 12:01:47 [INFO] [Minecraft-Server] Saving chunks for level 'New World'/Overworld
2013-04-22 12:01:47 [INFO] [Minecraft-Server] Saving chunks for level 'New World'/Nether
2013-04-22 12:01:47 [INFO] [Minecraft-Server] Saving chunks for level 'New World'/The End
2013-04-22 12:01:47 [INFO] [ForgeModLoader] Unloading dimension 0
2013-04-22 12:01:47 [INFO] [ForgeModLoader] Unloading dimension -1
2013-04-22 12:01:47 [INFO] [ForgeModLoader] Unloading dimension 1
2013-04-22 12:01:47 [FINEST] [mcp] Sending event FMLServerStoppedEvent to mod mcp
2013-04-22 12:01:47 [FINEST] [mcp] Sent event FMLServerStoppedEvent to mod mcp
2013-04-22 12:01:47 [FINEST] [FML] Sending event FMLServerStoppedEvent to mod FML
2013-04-22 12:01:47 [FINEST] [FML] Sent event FMLServerStoppedEvent to mod FML
2013-04-22 12:01:47 [FINEST] [Forge] Sending event FMLServerStoppedEvent to mod Forge
2013-04-22 12:01:47 [FINEST] [Forge] Sent event FMLServerStoppedEvent to mod Forge
2013-04-22 12:01:47 [FINEST] [mod_GuiApiBasicExample] Sending event FMLServerStoppedEvent to mod mod_GuiApiBasicExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiBasicExample] Sent event FMLServerStoppedEvent to mod mod_GuiApiBasicExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiIngameMessageExample] Sending event FMLServerStoppedEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiIngameMessageExample] Sent event FMLServerStoppedEvent to mod mod_GuiApiIngameMessageExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiIntermediateExample] Sending event FMLServerStoppedEvent to mod mod_GuiApiIntermediateExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiIntermediateExample] Sent event FMLServerStoppedEvent to mod mod_GuiApiIntermediateExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiItemTickExample] Sending event FMLServerStoppedEvent to mod mod_GuiApiItemTickExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiItemTickExample] Sent event FMLServerStoppedEvent to mod mod_GuiApiItemTickExample
2013-04-22 12:01:47 [FINEST] [mod_GuiApiTWLExamples] Sending event FMLServerStoppedEvent to mod mod_GuiApiTWLExamples
2013-04-22 12:01:47 [FINEST] [mod_GuiApiTWLExamples] Sent event FMLServerStoppedEvent to mod mod_GuiApiTWLExamples
2013-04-22 12:01:47 [FINEST] [GuiAPI] Sending event FMLServerStoppedEvent to mod GuiAPI
2013-04-22 12:01:47 [FINEST] [GuiAPI] Sent event FMLServerStoppedEvent to mod GuiAPI
2013-04-22 12:01:47 [FINEST] [ComputerCraft] Sending event FMLServerStoppedEvent to mod ComputerCraft
2013-04-22 12:01:47 [FINEST] [ComputerCraft] Sent event FMLServerStoppedEvent to mod ComputerCraft
2013-04-22 12:01:47 [FINEST] [CCTurtle] Sending event FMLServerStoppedEvent to mod CCTurtle
2013-04-22 12:01:47 [FINEST] [CCTurtle] Sent event FMLServerStoppedEvent to mod CCTurtle
2013-04-22 12:01:47 [FINEST] [IDResolver] Sending event FMLServerStoppedEvent to mod IDResolver
2013-04-22 12:01:47 [FINEST] [IDResolver] Sent event FMLServerStoppedEvent to mod IDResolver
2013-04-22 12:01:48 [INFO] [Minecraft-Client] Stopping!
2013-04-22 12:01:48 [INFO] [STDOUT]
2013-04-22 12:01:48 [INFO] [STDOUT] SoundSystem shutting down…
2013-04-22 12:01:48 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
2013-04-22 12:01:48 [INFO] [STDOUT]

No item in hand:
Spoiler
No texture on hotbar/inventory:
Spoiler

Note 1:

For testing this case, MultiMC was used with a fresh instance that hadn't been used before, containing only Forge, GUI API, ID Resolver, and ComputerCraft.

Note 2:

When using a full modpack instead of the minimal set of mods require to reproduce the bug, there is an error message displayed in console. May or may not be related to the bug. I haven't tracked down which mod causes this error to start appearing.

Full console log of such an instance here.

/end report

Crossposting this to ID Resolver's forum thread as well.
Cranium #2
Posted 23 April 2013 - 11:26 AM
I can say with 85% certainty that this is probably not an issue with CC.
Merinchan #3
Posted 23 April 2013 - 11:35 AM
Entirely possible. :)/> I reported it in both places specifically because it's not clear whose issue it is. All I know is that I've tested it in a minimal configuration with the setup listed above and the problem occurs only when both mods are installed. Likewise, in my full modpack of 57 mods, the problem doesn't occur until BOTH CC and ID Resolver are installed. No other mods are showing this same behavior with ID Resolver, or ComputerCraft, when they're installed in the pack on their own. Only when both are installed at the same time.

I lean toward it being a issue with ID Resolver myself, though. Others in that thread are reporting similar texture errors in other conditions that don't involve ComputerCraft specifically.
Merinchan #4
Posted 24 April 2013 - 06:38 AM
Just a quick update:

Further troubleshooting on this bug.
Confirmation that this happens on Windows as well as Linux.
enterprise12 #5
Posted 01 May 2013 - 03:10 PM
I have a similer issue,
I have a modpack with 92 mods, i use computercraft and buildcraft, recently when adding both or either it causes a crash upon making a world
I talked witht the author of GUI API and he confirmed it wasnt from him, he wasnt sure what caused it, but i do also believe its id resolver and im going to test it right now with only computercraft installed.

ERROR:
Spoiler—- Minecraft Crash Report —-
// There are four lights!

Time: 5/1/13 3:01 PM
Description: Updating screen events

org.lwjgl.opengl.OpenGLException: Invalid value (1281)
at org.lwjgl.opengl.Util.checkGLError(Util.java:56)
at org.lwjgl.opengl.Display.swapBuffers(Display.java:645)
at org.lwjgl.opengl.Display.update(Display.java:675)
at org.lwjgl.opengl.Display.update(Display.java:657)
at net.minecraft.client.gui.LoadingScreenRenderer.func_73718_a(SourceFile:121)
at net.minecraft.client.gui.LoadingScreenRenderer.func_73719_c(SourceFile:57)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2067)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2012)
at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:1929)
at net.minecraft.client.gui.GuiCreateWorld.func_73875_a(GuiCreateWorld.java:287)
at net.minecraft.client.gui.GuiScreen.func_73864_a(SourceFile:72)
at net.minecraft.client.gui.GuiCreateWorld.func_73864_a(GuiCreateWorld.java:444)
at net.minecraft.client.gui.GuiScreen.func_73867_d(SourceFile:127)
at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:111)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1499)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:834)
at net.minecraft.client.Minecraft.run(Minecraft.java:759)
at java.lang.Thread.run(Unknown Source)


A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————

– Head –
Stacktrace:
at org.lwjgl.opengl.Util.checkGLError(Util.java:56)
at org.lwjgl.opengl.Display.swapBuffers(Display.java:645)
at org.lwjgl.opengl.Display.update(Display.java:675)
at org.lwjgl.opengl.Display.update(Display.java:657)
at net.minecraft.client.gui.LoadingScreenRenderer.func_73718_a(SourceFile:121)
at net.minecraft.client.gui.LoadingScreenRenderer.func_73719_c(SourceFile:57)
at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2067)
at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2012)
at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:1929)
at net.minecraft.client.gui.GuiCreateWorld.func_73875_a(GuiCreateWorld.java:287)
at net.minecraft.client.gui.GuiScreen.func_73864_a(SourceFile:72)
at net.minecraft.client.gui.GuiCreateWorld.func_73864_a(GuiCreateWorld.java:444)
at net.minecraft.client.gui.GuiScreen.func_73867_d(SourceFile:127)
at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:111)

– Affected screen –
Details:
Screen name: net.minecraft.client.gui.GuiMainMenu
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1499)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:834)
at net.minecraft.client.Minecraft.run(Minecraft.java:759)
at java.lang.Thread.run(Unknown Source)

– System Details –
Details:
Minecraft Version: 1.5.1
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_21, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 278535832 bytes (265 MB) / 581763072 bytes (554 MB) up to 954466304 bytes (910 MB)
JVM Flags: 1 total; -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.44 FML v5.1.43.679 Minecraft Forge 7.7.2.679 81 mods loaded, 81 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{5.1.43.679} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{7.7.2.679} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CodeChickenCore{0.8.6.1} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CoFHCore{1.5.1.2} [CoFH Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NotEnoughItems{1.5.2.9} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
PowerCrystalsCore{1.1.3} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_bspkrsCore{v2.02(1.5.1)} [bspkrsCore] ([1.5.1]bspkrsCorev2.02.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CoFHNetwork{1.5.1.2} [CoFHNetwork] (CoFHCore-1.5.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CoFHWorld{1.5.1.2} [CoFHWorld] (CoFHCore-1.5.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CustomLAN{2.1} [Custom LAN Mod] (CustomPortForge.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GalacticraftCore{0.1.33} [Galacticraft Core] (Galacticraft-1.5.1-a0.1.33.69.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_GuiApiBasicExample{1.1} [mod_GuiApiBasicExample] (GuiAPI-0.15.5-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_GuiApiIngameMessageExample{1.0} [mod_GuiApiIngameMessageExample] (GuiAPI-0.15.5-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_GuiApiIntermediateExample{1.0} [mod_GuiApiIntermediateExample] (GuiAPI-0.15.5-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_GuiApiItemTickExample{1.0} [mod_GuiApiItemTickExample] (GuiAPI-0.15.5-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_GuiApiTWLExamples{1.0} [mod_GuiApiTWLExamples] (GuiAPI-0.15.5-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GuiAPI{0.15.5} [GuiAPI] (GuiAPI-0.15.5-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_ReiMinimap{v3.3_04 [1.5.1]} [mod_ReiMinimap] ([1.5.1]ReiMinimap_v3.3_04.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
OmniTools{3.1.1.0} [OmniTools] (OmniTools-3.1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ThermalExpansion{2.3.2.0} [Thermal Expansion] (ThermalExpansion-2.3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IC2{1.115.307-lf} [IndustrialCraft 2] (industrialcraft-2_1.115.307-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AdvancedMachines{4.9} [IC2 Advanced Machines Addon] (AdvancedMachines_1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BasicComponents{1.3.2} [Basic Components] (BasicComponents_v1.3.2.73.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AppliedEnergistics{rv.10.i} [Applied Energistics] (appeng-rv10-i.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AssemblyLine{0.3.0} [Assembly Line] (AssemblyLine_v0.3.0.89.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AtomicScience{0.5.1} [Atomic Science] (Atomic_Science_v0.5.1.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BiomesOPlenty{0.5.1} [Biomes O' Plenty] (Biomes-O-Plenty-0.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ChargePads{2.6.0} [Charge Pads] (chargepads-1.5.1-universal-2.6.0.74.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ChickenChunks{1.3.2.4} [ChickenChunks] (ChickenChunks 1.3.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CompactSolars{4.1.6.37} [Compact Solar Arrays] (compactsolars-universal-1.5.1-4.1.6.37.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ComputerCraft{1.52pr1} [ComputerCraft] (ComputerCraft1.52pr1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CCTurtle{1.52pr1} [ComputerCraft Turtles] (ComputerCraft1.52pr1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CustomSpawner{1.12.2} [DrZhark's CustomSpawner] (CustomMobSpawner 1.12.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ImmibisCore{54.0.2} [Immibis Core] (immibis-core-54.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DimensionalAnchors{54.0.0} [Dimensional Anchors] (dimensional-anchor-54.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DimensionalDoors{1.5.1R1.3.4RC3} [Dimensional Doors] (DimensionalDoors-1.5.1R1.3.4RC3-49.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MoCreatures{5.0.8} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v5.0.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ICBM|Contraption{1.1.2} [ICBM] (ICBM_Contraption_v1.1.2.63.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ElectricExpansion{2.1.0} [Electric Expansion] (ElectricExpansion_v2.1.0.36.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
EnderStorage{1.4.2.4} [EnderStorage] (EnderStorage 1.4.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
EE3{pre1g} [Equivalent Exchange 3] (Equivalent-Exchange-3-Mod-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
factorization{0.7.27} [Factorization] (Factorization-0.7.27.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
factorization.misc{0.7.27} [Factorization Miscellaneous Nonsense] (Factorization-0.7.27.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
factorization.dimensionalSlice{0.7.27} [Factorization Dimensional Slices] (Factorization-0.7.27.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FlatBedrock{1.5.1R1.1.1} [FlatBedrock] (FlatBedrock-1.1.1-32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatForestryPre{1.5.1R2.5.1} [MFR Compat: Forestry (2)] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forestry{2.2.0.1} [Forestry for Minecraft] (forestry-A-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ICBM|Sentry{1.1.2} [ICBM] (ICBM_Sentry_v1.1.2.63.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ICBM|Explosion{1.1.2} [ICBM] (ICBM_Explosion_v1.1.2.63.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
inventorytweaks{1.53} [Inventory Tweaks] (InventoryTweaks-1.53.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IronChest{5.2.4.368} [Iron Chest] (ironchest-universal-1.5.1-5.2.4.368.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ModularForceFieldSystem{3.0.0} [Modular Force Field System] (MFFS_v3.0.0.91.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded{1.5.1R2.5.1} [MineFactory Reloaded] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatAtum{1.5.1R2.5.1} [MFR Compat: Atum] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatBiomesOPlenty{1.5.1R2.5.1} [MFR Compat: Biomes O' Plenty] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatChococraft{1.5.1R2.5.1} [MFR Compat: Chococraft] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatExtraBiomes{1.5.1R2.5.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatForestry{1.5.1R2.5.1} [MFR Compat: Forestry] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatIC2{1.5.1R2.5.1} [MFR Compat: IC2] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatMagicalCrops{1.5.1R2.5.1} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatNatura{1.5.1R2.5.1} [MFR Compat: Natura] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatPams{1.5.1R2.5.1} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatRP2{1.5.1R2.5.1} [MFR Compat: RP2] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatSoulShards{1.5.1R2.5.1} [MFR Compat: SoulShards] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatSufficientBiomes{1.5.1R2.5.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Thaumcraft{3.0.4c} [Thaumcraft] (Thaumcraft3.0.4c.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MFReloaded|CompatThaumcraft{1.5.1R2.5.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatTConstruct{1.5.1R2.5.1} [MFR Compat: TConstruct] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatTwilightForest{1.5.1R2.5.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatVanilla{1.5.1R2.5.1} [MFR Compat: Vanilla] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatXyCraft{1.5.1R2.5.1} [MFR Compat: XyCraft] (MineFactoryReloaded-2.5.1-624.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GraviSuite{1.9.1} [Gravitation Suite] (mod_zGraviSuite_1_9_1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mmmPowersuits{0.4.2-314} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.4.2-326.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIPlugins{1.0.6.6} [NEI Plugins] (NEIPlugins-1.0.6.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NetherOres{1.5.1R2.1.3} [Nether Ores] (NetherOres-2.1.3-60.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
StevesCarts{2.0.0.a99} [Steve's Carts] (StevesCarts2.0.0.a99.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ThaumicBees{1.4.6 - 171} [ThaumicBees] (thaumicbees-1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Tubestuff{54.0.0} [Tubestuff] (tubestuff-54.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
weaponmod{1.5.1 v1.11.1} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IDResolver{1.5.1.0} [ID Resolver] (IDResolver-1.5.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
LWJGL: 2.4.2
OpenGL: ATI Mobility Radeon HD 4200 Series GL version 3.3.11672 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

ForgeModLoader File:

(this spams a ton for many items)
2013-05-01 15:00:35 [WARNING] [IDResolver] Cached StackTrace is for a different item! Generating new StackTrace…
2013-05-01 15:00:35 [INFO] [IDResolver] Loading saved ID 11556 for Item ID 11556 (Class: weaponmod.item.WMItem) from BalkonsWeaponMod.
2013-05-01 15:00:35 [FINE] [fml.ItemTracker] Adding item weaponmod.item.WMItem(11556) owned by weaponmod
2013-05-01 15:00:35 [INFO] [IDResolver] 'GetConflictedItemID' called.
2013-05-01 15:00:35 [INFO] [IDResolver] Long name of requested item is ItemID.11557|weaponmod.BalkonsWeaponMod

Actual error:

2013-05-01 15:01:18 [SEVERE] [Minecraft-Client] ########## GL ERROR ##########
2013-05-01 15:01:18 [SEVERE] [Minecraft-Client] @ Pre render
2013-05-01 15:01:18 [SEVERE] [Minecraft-Client] 1281: Invalid value
2013-05-01 15:01:27 [INFO] [STDERR] net.minecraft.util.ReportedException: Updating screen events
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1506)
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:834)
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:759)
2013-05-01 15:01:27 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-05-01 15:01:27 [INFO] [STDERR] Caused by: org.lwjgl.opengl.OpenGLException: Invalid value (1281)
2013-05-01 15:01:27 [INFO] [STDERR] at org.lwjgl.opengl.Util.checkGLError(Util.java:56)
2013-05-01 15:01:27 [INFO] [STDERR] at org.lwjgl.opengl.Display.swapBuffers(Display.java:645)
2013-05-01 15:01:27 [INFO] [STDERR] at org.lwjgl.opengl.Display.update(Display.java:675)
2013-05-01 15:01:27 [INFO] [STDERR] at org.lwjgl.opengl.Display.update(Display.java:657)
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.gui.LoadingScreenRenderer.func_73718_a(SourceFile:121)
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.gui.LoadingScreenRenderer.func_73719_c(SourceFile:57)
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2067)
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2012)
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:1929)
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.gui.GuiCreateWorld.func_73875_a(GuiCreateWorld.java:287)
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.gui.GuiScreen.func_73864_a(SourceFile:72)
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.gui.GuiCreateWorld.func_73864_a(GuiCreateWorld.java:444)
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.gui.GuiScreen.func_73867_d(SourceFile:127)
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:111)
2013-05-01 15:01:27 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1499)
2013-05-01 15:01:27 [INFO] [STDERR] … 3 more
2013-05-01 15:01:37 [INFO] [Minecraft-Client] Stopping!
2013-05-01 15:01:37 [INFO] [STDOUT]
2013-05-01 15:01:37 [INFO] [STDOUT] SoundSystem shutting down…
2013-05-01 15:01:37 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
2013-05-01 15:01:37 [INFO] [STDOUT]
EDIT: CONFIRMED, both buildcraft and this work WITHOUT ID resolver, i will report this to him!
Edited on 02 May 2013 - 08:37 AM
Cranium #6
Posted 02 May 2013 - 10:38 AM
I have a similer issue,
I have a modpack with 92 mods, i use computercraft and buildcraft, recently when adding both or either it causes a crash upon making a world
I talked witht the author of GUI API and he confirmed it wasnt from him, he wasnt sure what caused it, but i do also believe its id resolver and im going to test it right now with only computercraft installed.

ERROR:
- snip -
EDIT: CONFIRMED, both buildcraft and this work WITHOUT ID resolver, i will report this to him!
Use
Spoilertags in the future.
enterprise12 #7
Posted 02 May 2013 - 09:20 PM
I have a similer issue,
I have a modpack with 92 mods, i use computercraft and buildcraft, recently when adding both or either it causes a crash upon making a world
I talked witht the author of GUI API and he confirmed it wasnt from him, he wasnt sure what caused it, but i do also believe its id resolver and im going to test it right now with only computercraft installed.

ERROR:
- snip -
EDIT: CONFIRMED, both buildcraft and this work WITHOUT ID resolver, i will report this to him!
Use
Spoilertags in the future.

Ah ok, well i talked with him and he still denies its his GUI API and ID Resolver..if thts true what could it be? why wud it crash when i ONLY add id resolver with computercraft or buildcraft lol..
enterprise12 #8
Posted 03 May 2013 - 07:47 PM
I updated forge to the last update they did for 1.5.1 and it now has fixed buildcraft, but computercraft still does NOT work.
It gives the same error as i posted above, maybe contact forge and tell them or maybe computercraft needs a higher version of forge for it? idk
all i know is after days of talking to ShaRose, he confirmed it was none of his mods ID Resolver or GUI API.

Updating forge about 2 versions fixed it but not computercraft.
enterprise12 #9
Posted 04 May 2013 - 11:02 PM
Bump
is anyone going to respond to this and confirm this?
latest 1.5.1 forge, computercraft beta/stable release and ID resolver crash together when creating a world.
Cloudy #10
Posted 05 May 2013 - 03:48 AM
… why would yo start a new thread?

And I can't see anything that we're doing that could cause this.
enterprise12 #11
Posted 05 May 2013 - 02:43 PM
Well i dont know..ShaRose says its not him, you guys say its not you..and no fix is being made and this means many people cant use ID resolver and computercraft together..
and it only conflicts when they are thrown together, producing a error nobody knows.
Computercraft, works fine alone with hundreds of mods.
ID Resolver, works fine with most mods
But, together they cause a crash which both say its not them, and i have talked to ShaRose for about a week, tested his beta builds he gave me, still nothing.

I just want a solution because 92 mods would take me weeks to fix all id conflicts without ID Resolver.

my modpack is rising everyday in use on the technic site but lacks one of the best mods, this one.

Modpack Here


I will do anything i can to help in fixing this, maybe you should contact eachother? idc i rly just want this mod and will do my best to help, thanks for all the help so far as its been taking weeks to solve :(/>
Dlcruz129 #12
Posted 05 May 2013 - 03:02 PM
Then don't use ID Resolver. Just edit the config yourself.
enterprise12 #13
Posted 05 May 2013 - 04:19 PM
That would take forever..it USE to work, so something happened n should be looked into /=
Biomes o Plenty adds a ton of IDs and many of the mods have similer ids, im just saying a ton of ppl are using id resolver and this mod. If you guys dont look into it i guess i will look elsewhere as ID resolver ALSO enables u to add it to the server instead of transferring ids 1 by 1 to 90+ mods

And im still adding more and its very stable, but i will move elsewhere i guess, i appreciate all the help though! but if you or anybody has the chance to test this and is able to fix it, i would appreciate reporting it to me, if i happen to fix it i will notify here.

You would understand if you have these mods:
- ReiMinimap
- bspkrs core
- Biome O Plenty
- Biomes O Plenty Integreation
- Buildcraft
- Buildcraft Additionel Buildcraft Objects
- Buildcraft Logisitc Pipes
- Buildcraft Additionel Pipes
- ChickenChunks
- Computercraft
- CustomMobSpawner
- DimensionalAnchors
- DrZharks Mo'Creatures
- Equivalent Exchange 3 PRE
- Enderstorage
- Factorization
- Flat Bedrock
- Forestry
- Forestry Thaumic Bees Addon
- Forestry Thaumic Bees
- IC2 Advanced Machines
- IC2 AdvancedPowerManagement
- IC2 AdvancedRepulsionSystems
- IC2 CompactSolars
- IC2 Nuclear Control
- IC2 Gravity Suits
- IC2 Charge Pads
- Immibis core
- InventoryTweaks
- Ironchests
- MFFS 3.0 (New and improved)
- MineFactoryReloaded
- ModularPowersuits
- NEI Plugins
- NetherOres
- Omni Tools
- OpenCCSenors
- PowerConvertors
- Redpower2 Core
- Redpower2 Compat
- Redpower2 Digital
- Redpower2 Mechanical
- StevesCarts
- ThaumCraft 3
- ThermalExpansion
- TradeBooth
- Tubestuff
- Universal Electricity
- Universal Electricity - Atomic Science
- Universal Electricity - Assembley Line
- Universal Electricity - ICBM
- Universal Electricity - Electric Expansion
- WeaponMod

CoreMods:
- CodeChickenCore
- CoFHCore
- CustomPortForge
- ID Resolver
- Galacticraft
- GuiAPI
- PowerCrystalsCore
- Not Enough Items(NEI)
PixelToast #14
Posted 06 May 2013 - 01:45 PM
with so many avalable ids, its rare for two to conflict, and doing this isnt verry hard:
  1. remove conflicting mods
  2. dump available blockids with NEI
  3. edit configs to use these ids
  4. add the conflicting mods
  5. repeat
enterprise12 #15
Posted 06 May 2013 - 03:58 PM
I have done this before, most of these mods have the same ids. and then i have to transfer those ids into the server
PixelToast #16
Posted 06 May 2013 - 05:41 PM
its faster to test on a server, less things to load
enterprise12 #17
Posted 06 May 2013 - 08:58 PM
well either way, it should be looked into, im not removing his mod
Thats like saying, remove computercraft because its messing with other mods and sucks.

They both are great mods and deserve credit equally, i will find ways to fix it myself, removing it is a temporary solution, it wud have to be fixed sometime, like every other time mod authors have had to fix things when they conflict with mods.
Engineer #18
Posted 08 May 2013 - 08:48 PM
You could have edited the configs right noe..
Its not hard at all.just start ovet from scratch and resolve id's when a mod adds tot hat pack.
If you have done this from the beginning, you would not have any issues. And honestly, why would you use such a resolver? Its like downloading an installer for an installer 0_o
PixelToast #19
Posted 09 May 2013 - 10:46 AM
id resolvers are to make your life easier, but it messes with other mods
im not removing his mod
Thats like saying, remove computercraft because its messing with other mods and sucks.
it dosent deserve that much credit for being a mod
if you dont have any conflicting ids its useless and messing with one of the best minecraft mods

everyone is going to say it isnt their fault that the textures are messed up
you seem to be the only person that would use specifically one id resolver of many and the textures are messing up
if you really need them to work together than find the problem yourself, or beg someone on #minecraftforge (dont use webchat)
immibis #20
Posted 09 May 2013 - 07:58 PM
id resolvers are to make your life easier, but it messes with other mods
im not removing his mod
Thats like saying, remove computercraft because its messing with other mods and sucks.
it dosent deserve that much credit for being a mod
if you dont have any conflicting ids its useless and messing with one of the best minecraft mods

everyone is going to say it isnt their fault that the textures are messed up
you seem to be the only person that would use specifically one id resolver of many and the textures are messing up
if you really need them to work together than find the problem yourself, or beg someone on #minecraftforge (dont use webchat)
Is there really more than one ID resolver mod?
JZTech101 #21
Posted 17 May 2013 - 07:34 PM
Lemme add to this where the GL error is happening without ID REsolver installed. Rather it works when I have it installed - http://paste.ubuntu.com/5675656/.
1) MPS IS NOT causing the issue. Yes, I would know.
2) This has been plaguing me for the entire 1.5.x updates.
3) (Removed) As it might be taken the wrong way.
Cloudy #22
Posted 18 May 2013 - 04:44 AM
Don't be an asshole. This is an issue which happens with multiple mods. That doesn't mean that ComputerCraft is at fault.

And we haven't added ANYTHING new which could cause this. This issue occurs before we do ANY rendering at all!
JZTech101 #23
Posted 18 May 2013 - 09:09 AM
I am not trying to be an asshole, my apologies if it came out that way. Anyways, I believe it is conflict between Twilight Forest and Computercraft on some level that involves Sharose's mods. Reason being, I remove either of those mods and problem goes away. When both are in, it causes an issue.
1vannn #24
Posted 18 May 2013 - 05:02 PM
Delete the config folder, and see if that works.
JZTech101 #25
Posted 18 May 2013 - 05:24 PM
Delete the config folder, and see if that works.

Been there done that, try again.
Castaras #26
Posted 22 May 2013 - 06:16 AM
Also having this issue - I've been having issues pinning down where exactly the issue is coming from, but I've narrowed it down to either:

Thaumcraft, Computercraft and ID Resolver conflict when all three are together.
Issue when ID Resolver is dealing with trimming Loose Settings when added to Computercraft.
Cloudy #27
Posted 22 May 2013 - 02:11 PM
Tahg from the FTB team has done some investigation and has found that this is a vanilla bug.
JZTech101 #28
Posted 24 May 2013 - 11:43 AM
I found a solution. Remove the conflicting mods and delete the config files of the mods. And all signs of it in the minecraft folder. Then load up the existing world. Add the mods back in, and it should fix the issue. (It did for me).

EDIT: Look Below for the Final and Guaranteed Solution. If you're still stuck on 1.5.1. welllll Good Luck :P/>
Cloudy #29
Posted 24 May 2013 - 04:32 PM
Update your forge. This is a Vanilla Minecraft bug which has recently been fixed in forge.