I'm just recently getting back into Minecraft so I'm just switching to 1.5.1. Both of the crashes I get are using modded clients also using MultiMC to compile them together. And if you would like I can post the mods that I have set to load.
Here is the first one. I can play in game for about 10 minutes or so and then I get this crash. I thought it was a RAM issue so I added more to the process, but I was still getting it every time.
---- Minecraft Crash Report ----
// Ouch. That hurt
Time: 4/28/13 7:43 PM
Description: Rendering entity in world
java.lang.NullPointerException
at net.minecraftforge.client.ForgeHooksClient.renderEntityItem(ForgeHooksClient.java:86)
at net.minecraft.client.renderer.entity.RenderItem.func_77014_a(RenderItem.java:71)
at net.minecraft.client.renderer.entity.RenderItem.func_76986_a(RenderItem.java:579)
at net.minecraft.client.renderer.entity.RenderManager.func_78719_a(RenderManager.java:310)
at com.xcompwiz.mystcraft.client.render.RenderLectern.renderItem(RenderLectern.java:165)
at com.xcompwiz.mystcraft.client.render.RenderLectern.render(RenderLectern.java:52)
at com.xcompwiz.mystcraft.client.render.RenderLectern.func_76894_a(RenderLectern.java:181)
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76949_a(SourceFile:107)
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76950_a(SourceFile:99)
at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:539)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1594)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1121)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:870)
at net.minecraft.client.Minecraft.run(Minecraft.java:759)
at java.lang.Thread.run(Unknown Source)
This one uses the same mods that the first one does except I've added NotEnoughItems to it. I can't even get into the game, it crashes when loading every time.
------------- MultiMC Crash Report -------------
Information:
Date: 04-28-2013 19:50:58
Operating System: Windows 7 (build 7601, Service Pack 1), 64-bit edition
MultiMC Version: 4.3.0 jenkins-MultiMC4Windows-76
Minecraft Version: 1.5.1
------------------ Mod Lists -------------------
Jar Mods:
minecraftforge-universal-1.5.1-7.7.2.679.zip
Version: 7.7.2.679
Filename: minecraftforge-universal-1.5.1-7.7.2.679.zip
MC 1.5.1 - Player API render 1.8.zip
Version:
Filename: MC 1.5.1 - Player API render 1.8.zip
OptiFine_1.5.1_HD_U_D1.zip
Version:
Filename: OptiFine_1.5.1_HD_U_D1.zip
MC 1.5.1 - Player API universal 1.5.zip
Version:
Filename: MC 1.5.1 - Player API universal 1.5.zip
----------------- Console Log ------------------
Instance folder is:
C:\Users\Laddie\Desktop\MultiMC\instances\lets try again\minecraft\
Instance started with command:
"C:\Program Files\Java\jre7\bin\java.exe" -Xms512m -Xmx2024m -jar MultiMCLauncher.jar "" "" "MultiMC: lets try again" "854x480" "Mojang"
Loading jars...
Loading URL: file:/C:/Users/Laddie/Desktop/MultiMC/instances/lets%20try%20again/minecraft/bin/minecraft.jar
Loading URL: file:/C:/Users/Laddie/Desktop/MultiMC/instances/lets%20try%20again/minecraft/bin/lwjgl.jar
Loading URL: file:/C:/Users/Laddie/Desktop/MultiMC/instances/lets%20try%20again/minecraft/bin/lwjgl_util.jar
Loading URL: file:/C:/Users/Laddie/Desktop/MultiMC/instances/lets%20try%20again/minecraft/bin/jinput.jar
Loading natives...
Fixed Minecraft Path: Field was private static java.io.File net.minecraft.client.Minecraft.an
Launching with applet wrapper...
2013-04-28 19:47:13 [INFO] [ForgeModLoader] Forge Mod Loader version 5.1.43.679 for Minecraft 1.5.1 loading
2013-04-28 19:47:13 [INFO] [ForgeModLoader] Java is Java HotSpotâ„¢ 64-Bit Server VM, version 1.7.0_13, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2013-04-28 19:47:13 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-04-28 19:47:13 [SEVERE] [ForgeModLoader] The coremod mcore (1).jar does not contain a valid jar manifest- it will be ignored
2013-04-28 19:47:13 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-04-28 19:47:14 [SEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:122)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:278)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.init(Launcher.java:108)
at MCFrame.start(MCFrame.java:72)
at MultiMCLauncher.main(MultiMCLauncher.java:275)
Caused by: java.lang.AbstractMethodError
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:352)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:225)
... 11 more
2013-04-28 19:47:20 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
2013-04-28 19:47:20 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-04-28 19:47:20 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:108)
2013-04-28 19:47:20 [INFO] [STDERR] at MCFrame.start(MCFrame.java:72)
2013-04-28 19:47:20 [INFO] [STDERR] at MultiMCLauncher.main(MultiMCLauncher.java:275)
2013-04-28 19:47:20 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:306)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
2013-04-28 19:47:20 [INFO] [STDERR] ... 6 more
2013-04-28 19:47:20 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:295)
2013-04-28 19:47:20 [INFO] [STDERR] ... 7 more
2013-04-28 19:47:20 [INFO] [STDERR] Caused by: java.lang.AbstractMethodError
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:352)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:225)
2013-04-28 19:47:20 [INFO] [STDERR] ... 12 more
------------------- FML Log --------------------
2013-04-28 19:47:13 [INFO] [ForgeModLoader] Forge Mod Loader version 5.1.43.679 for Minecraft 1.5.1 loading
2013-04-28 19:47:13 [INFO] [ForgeModLoader] Java is Java HotSpotâ„¢ 64-Bit Server VM, version 1.7.0_13, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2013-04-28 19:47:13 [FINE] [ForgeModLoader] Java classpath at launch is MultiMCLauncher.jar
2013-04-28 19:47:13 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;.
2013-04-28 19:47:13 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Discovering coremods
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.8.6.3.jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.8.6.3.jar
2013-04-28 19:47:13 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.8.6.3.jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found a candidate coremod GuiAPI-0.15.5-1.5.1 (1).jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Loading coremod GuiAPI-0.15.5-1.5.1 (1).jar
2013-04-28 19:47:13 [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-28 19:47:13 [FINEST] [ForgeModLoader] Loaded coremod GuiAPI-0.15.5-1.5.1 (1).jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found a candidate coremod IDResolver-1.5.1.0.jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Loading coremod IDResolver-1.5.1.0.jar
2013-04-28 19:47:13 [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-28 19:47:13 [FINEST] [ForgeModLoader] Loaded coremod IDResolver-1.5.1.0.jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found a candidate coremod mcore (1).jar
2013-04-28 19:47:13 [SEVERE] [ForgeModLoader] The coremod mcore (1).jar does not contain a valid jar manifest- it will be ignored
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.7.0.jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.7.0.jar
2013-04-28 19:47:13 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.7.0.jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.1.zip present and correct in lib dir
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir
2013-04-28 19:47:14 [SEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:122)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:278)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.init(Launcher.java:108)
at MCFrame.start(MCFrame.java:72)
at MultiMCLauncher.main(MultiMCLauncher.java:275)
Caused by: java.lang.AbstractMethodError
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:352)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:225)
... 11 more
2013-04-28 19:47:14 [FINEST] [ForgeModLoader] Running coremod plugins
2013-04-28 19:47:14 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-04-28 19:47:20 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
2013-04-28 19:47:20 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-04-28 19:47:20 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:108)
2013-04-28 19:47:20 [INFO] [STDERR] at MCFrame.start(MCFrame.java:72)
2013-04-28 19:47:20 [INFO] [STDERR] at MultiMCLauncher.main(MultiMCLauncher.java:275)
2013-04-28 19:47:20 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:306)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
2013-04-28 19:47:20 [INFO] [STDERR] ... 6 more
2013-04-28 19:47:20 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:295)
2013-04-28 19:47:20 [INFO] [STDERR] ... 7 more
2013-04-28 19:47:20 [INFO] [STDERR] Caused by: java.lang.AbstractMethodError
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:352)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:225)
2013-04-28 19:47:20 [INFO] [STDERR] ... 12 more
Here is the first one. I can play in game for about 10 minutes or so and then I get this crash. I thought it was a RAM issue so I added more to the process, but I was still getting it every time.
---- Minecraft Crash Report ----
// Ouch. That hurt
Time: 4/28/13 7:43 PM
Description: Rendering entity in world
java.lang.NullPointerException
at net.minecraftforge.client.ForgeHooksClient.renderEntityItem(ForgeHooksClient.java:86)
at net.minecraft.client.renderer.entity.RenderItem.func_77014_a(RenderItem.java:71)
at net.minecraft.client.renderer.entity.RenderItem.func_76986_a(RenderItem.java:579)
at net.minecraft.client.renderer.entity.RenderManager.func_78719_a(RenderManager.java:310)
at com.xcompwiz.mystcraft.client.render.RenderLectern.renderItem(RenderLectern.java:165)
at com.xcompwiz.mystcraft.client.render.RenderLectern.render(RenderLectern.java:52)
at com.xcompwiz.mystcraft.client.render.RenderLectern.func_76894_a(RenderLectern.java:181)
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76949_a(SourceFile:107)
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76950_a(SourceFile:99)
at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:539)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1594)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1121)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:870)
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 net.minecraftforge.client.ForgeHooksClient.renderEntityItem(ForgeHooksClient.java:86)
at net.minecraft.client.renderer.entity.RenderItem.func_77014_a(RenderItem.java:71)
at net.minecraft.client.renderer.entity.RenderItem.func_76986_a(RenderItem.java:579)
-- Entity being rendered --
Details:
Entity Type: Item (net.minecraft.entity.item.EntityItem)
Entity ID: 11237
Entity Name: item.item.myst.page
Entity's Exact location: 0.00, 0.00, 0.00
Entity's Block location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.10, 0.20, 0.05
-- Renderer details --
Details:
Assigned renderer: [email protected]
Location: 0.00,0.00,0.00 - World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Rotation: 0.0
Delta: 0.0
Stacktrace:
at net.minecraft.client.renderer.entity.RenderManager.func_78719_a(RenderManager.java:310)
at com.xcompwiz.mystcraft.client.render.RenderLectern.renderItem(RenderLectern.java:165)
at com.xcompwiz.mystcraft.client.render.RenderLectern.render(RenderLectern.java:52)
at com.xcompwiz.mystcraft.client.render.RenderLectern.func_76894_a(RenderLectern.java:181)
-- Tile Entity Details --
Details:
Name: LinkbookLectern // com.xcompwiz.mystcraft.tileentity.TileEntityLectern
Block type: ID #192 (tile.myst.lectern // com.xcompwiz.mystcraft.block.BlockLectern)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (128,70,77), Chunk: (at 0,4,13 in 8,4; contains blocks 128,0,64 to 143,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #192 (tile.myst.lectern // com.xcompwiz.mystcraft.block.BlockLectern)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76949_a(SourceFile:107)
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76950_a(SourceFile:99)
at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:539)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1594)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['H2sGhost'/500, l='MpServer', x=100.37, y=64.62, z=134.47]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-97,64,209), Chunk: (at 15,4,1 in -7,13; contains blocks -112,0,208 to -97,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 12136 game time, 12136 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 182 total; [EntityPig['Pig'/548, l='MpServer', x=118.16, y=71.00, z=88.56], EntityPig['Pig'/549, l='MpServer', x=126.50, y=97.00, z=97.50], EntityPig['Pig'/546, l='MpServer', x=119.53, y=66.00, z=97.50], EntityPig['Pig'/547, l='MpServer', x=118.47, y=66.00, z=97.50], EntityPig['Pig'/544, l='MpServer', x=118.50, y=63.00, z=100.50], EntityItem['item.tile.extrabiomes.sapling.5'/7651, l='MpServer', x=66.63, y=71.13, z=197.28], EntityBat['Bat'/556, l='MpServer', x=136.75, y=41.84, z=171.35], EntityBat['Bat'/555, l='MpServer', x=113.03, y=45.10, z=155.63], EntityZombie['Zombie'/9763, l='MpServer', x=134.28, y=36.00, z=205.88], EntityBat['Bat'/8147, l='MpServer', x=47.56, y=34.79, z=176.72], EntityBat['Bat'/10984, l='MpServer', x=128.75, y=12.67, z=127.25], EntityBat['Bat'/8819, l='MpServer', x=46.25, y=36.90, z=127.72], EntityVillager['Villager'/571, l='MpServer', x=141.38, y=68.00, z=57.66], EntityVillager['Villager'/570, l='MpServer', x=138.38, y=63.00, z=57.31], EntityItem['item.tile.extrabiomes.sapling.4'/7056, l='MpServer', x=163.19, y=71.13, z=74.34], EntityCow['Cow'/516, l='MpServer', x=95.50, y=69.00, z=168.63], EntityCreeper['Creeper'/7620, l='MpServer', x=43.50, y=22.00, z=172.50], EntityItem['item.tile.extrabiomes.sapling.5'/4913, l='MpServer', x=74.19, y=78.13, z=196.97], EntityMinecartChest['entity.MinecartChest.name'/514, l='MpServer', x=111.50, y=14.52, z=115.50], EntityPig['Pig'/515, l='MpServer', x=94.38, y=69.00, z=134.97], EntityCow['Cow'/522, l='MpServer', x=110.97, y=79.00, z=181.09], EntitySkeleton['Skeleton'/9757, l='MpServer', x=121.50, y=37.00, z=167.50], EntitySkeleton['Skeleton'/9756, l='MpServer', x=116.94, y=37.00, z=174.47], EntityZombie['Zombie'/9755, l='MpServer', x=130.50, y=37.00, z=165.50], EntitySkeleton['Skeleton'/8305, l='MpServer', x=48.50, y=41.00, z=157.50], EntityZombie['Zombie'/9754, l='MpServer', x=130.50, y=37.00, z=166.50], EntityPig['Pig'/541, l='MpServer', x=125.47, y=68.00, z=92.47], EntityItem['item.tile.extrabiomes.sapling.5'/1143, l='MpServer', x=76.13, y=71.13, z=189.88], EntityPig['Pig'/540, l='MpServer', x=115.50, y=63.00, z=93.50], EntityPig['Pig'/542, l='MpServer', x=126.13, y=68.00, z=93.56], EntityItem['item.tile.extrabiomes.sapling.5'/4367, l='MpServer', x=70.88, y=73.13, z=199.13], EntityMinecartChest['entity.MinecartChest.name'/539, l='MpServer', x=124.50, y=14.52, z=82.50], EntityCreeper['Creeper'/4469, l='MpServer', x=42.50, y=20.00, z=136.50], EntityZombie['Zombie'/4949, l='MpServer', x=130.50, y=50.00, z=167.06], EntityBat['Bat'/618, l='MpServer', x=146.25, y=26.10, z=119.25], EntityItem['item.tile.extrabiomes.sapling.5'/1026, l='MpServer', x=71.88, y=73.13, z=189.88], EntitySkeleton['Skeleton'/7600, l='MpServer', x=129.50, y=22.00, z=127.50], EntityItem['item.tile.extrabiomes.sapling.5'/1066, l='MpServer', x=65.94, y=76.13, z=184.97], EntityMinecartChest['entity.MinecartChest.name'/579, l='MpServer', x=133.50, y=17.52, z=107.50], EntityItem['item.tile.extrabiomes.sapling.4'/2298, l='MpServer', x=163.78, y=71.13, z=75.13], EntityPig['Pig'/583, l='MpServer', x=135.84, y=67.00, z=125.22], EntityPig['Pig'/584, l='MpServer', x=130.59, y=65.00, z=127.41], EntityPig['Pig'/586, l='MpServer', x=153.94, y=66.00, z=111.91], EntityPig['Pig'/587, l='MpServer', x=130.34, y=64.00, z=124.03], EntityItem['item.tile.extrabiomes.sapling.5'/5399, l='MpServer', x=72.22, y=77.13, z=200.81], EntityPig['Pig'/590, l='MpServer', x=138.09, y=66.00, z=143.97], EntitySkeleton['Skeleton'/593, l='MpServer', x=132.50, y=62.00, z=170.13], EntityItem['item.tile.extrabiomes.sapling.4'/8240, l='MpServer', x=160.19, y=65.13, z=77.78], EntitySkeleton['Skeleton'/8119, l='MpServer', x=23.88, y=51.00, z=79.50], EntitySkeleton['Skeleton'/8118, l='MpServer', x=21.84, y=52.00, z=83.00], EntityItem['item.tile.mushroom'/594, l='MpServer', x=132.28, y=88.13, z=167.69], EntityPig['Pig'/687, l='MpServer', x=176.88, y=63.00, z=109.84], EntityPig['Pig'/686, l='MpServer', x=163.69, y=63.00, z=102.22], EntityPig['Pig'/683, l='MpServer', x=176.06, y=65.00, z=88.06], EntityPig['Pig'/682, l='MpServer', x=175.13, y=65.00, z=83.53], EntityPig['Pig'/681, l='MpServer', x=179.50, y=65.00, z=82.22], EntityZombie['Zombie'/8393, l='MpServer', x=109.50, y=47.00, z=196.50], EntitySkeleton['Skeleton'/8392, l='MpServer', x=112.25, y=47.00, z=199.31], EntityCreeper['Creeper'/10335, l='MpServer', x=137.94, y=42.00, z=171.56], EntityItem['item.tile.extrabiomes.sapling.5'/1771, l='MpServer', x=65.81, y=77.13, z=187.69], EntityItem['item.tile.extrabiomes.sapling.5'/4532, l='MpServer', x=63.06, y=77.13, z=192.06], EntityItem['item.item.seeds'/672, l='MpServer', x=164.41, y=61.13, z=183.72], EntitySquid['Squid'/8954, l='MpServer', x=103.47, y=61.00, z=153.53], EntitySquid['Squid'/8955, l='MpServer', x=106.64, y=60.00, z=147.50], EntitySquid['Squid'/8956, l='MpServer', x=111.49, y=61.00, z=152.78], EntitySquid['Squid'/8957, l='MpServer', x=104.50, y=59.14, z=148.50], EntityPig['Pig'/688, l='MpServer', x=176.03, y=64.00, z=118.56], EntityPig['Pig'/650, l='MpServer', x=173.50, y=68.00, z=123.16], EntityZombie['Zombie'/8421, l='MpServer', x=158.50, y=28.00, z=214.50], EntityItem['item.tile.extrabiomes.sapling.5'/6137, l='MpServer', x=65.63, y=70.13, z=199.75], EntityZombie['Zombie'/8420, l='MpServer', x=157.50, y=28.00, z=216.50], EntityMinecartChest['entity.MinecartChest.name'/646, l='MpServer', x=163.50, y=24.52, z=100.50], EntityItem['item.tile.extrabiomes.sapling.5'/2111, l='MpServer', x=62.44, y=70.13, z=199.59], EntityZombie['Zombie'/8419, l='MpServer', x=158.50, y=28.00, z=215.50], EntityItem['item.tile.extrabiomes.sapling.5'/8059, l='MpServer', x=70.88, y=74.13, z=199.91], EntityPig['Pig'/664, l='MpServer', x=163.81, y=64.00, z=136.78], EntityPig['Pig'/666, l='MpServer', x=166.53, y=65.00, z=128.19], EntityPig['Pig'/662, l='MpServer', x=174.03, y=63.00, z=134.09], EntityPig['Pig'/663, l='MpServer', x=167.09, y=64.00, z=141.94], EntityItem['item.tile.extrabiomes.sapling.5'/6968, l='MpServer', x=75.34, y=74.13, z=194.13], EntityItem['item.tile.extrabiomes.sapling.5'/8327, l='MpServer', x=73.39, y=78.13, z=197.78], EntityZombie['Zombie'/10810, l='MpServer', x=50.50, y=31.00, z=180.50], EntityCreeper['Creeper'/9446, l='MpServer', x=145.50, y=67.00, z=119.50], EntityMinecartChest['entity.MinecartChest.name'/236, l='MpServer', x=29.50, y=39.52, z=177.50], EntityMinecartChest['entity.MinecartChest.name'/235, l='MpServer', x=29.50, y=39.52, z=172.50], EntityMinecartChest['entity.MinecartChest.name'/234, l='MpServer', x=29.50, y=46.52, z=161.50], EntitySkeleton['Skeleton'/9925, l='MpServer', x=66.50, y=48.00, z=61.50], EntitySkeleton['Skeleton'/9453, l='MpServer', x=28.50, y=25.00, z=200.50], EntityCow['Cow'/230, l='MpServer', x=21.03, y=87.00, z=140.31], EntityMinecartChest['entity.MinecartChest.name'/229, l='MpServer', x=30.50, y=42.52, z=131.50], EntityMinecartChest['entity.MinecartChest.name'/228, l='MpServer', x=27.50, y=38.52, z=129.50], EntityMinecartChest['entity.MinecartChest.name'/227, l='MpServer', x=31.50, y=40.36, z=110.50], EntityCreeper['Creeper'/9460, l='MpServer', x=95.66, y=15.00, z=75.78], EntityItem['item.tile.extrabiomes.sapling.5'/1685, l='MpServer', x=72.81, y=79.13, z=189.34], EntitySkeleton['Skeleton'/9462, l='MpServer', x=97.50, y=15.00, z=79.50], EntityZombie['Zombie'/9463, l='MpServer', x=97.69, y=15.00, z=75.88], EntityCow['Cow'/250, l='MpServer', x=28.47, y=106.00, z=213.31], EntityCow['Cow'/251, l='MpServer', x=29.47, y=90.00, z=214.53], EntityCow['Cow'/246, l='MpServer', x=25.63, y=94.00, z=208.28], EntityZombie['Zombie'/9465, l='MpServer', x=96.88, y=15.00, z=76.69], EntityCreeper['Creeper'/272, l='MpServer', x=38.53, y=21.00, z=104.94], EntityZombie['Zombie'/7895, l='MpServer', x=118.47, y=56.00, z=195.03], EntityZombie['Zombie'/7894, l='MpServer', x=107.50, y=53.00, z=204.50], EntityMinecartChest['entity.MinecartChest.name'/276, l='MpServer', x=41.50, y=46.52, z=159.50], EntityCreeper['Creeper'/1907, l='MpServer', x=145.88, y=48.00, z=167.25], EntityCreeper['Creeper'/1910, l='MpServer', x=56.50, y=25.00, z=67.50], EntityCreeper['Creeper'/7886, l='MpServer', x=138.50, y=36.00, z=178.50], EntitySkeleton['Skeleton'/9045, l='MpServer', x=153.50, y=20.00, z=160.50], EntitySkeleton['Skeleton'/9047, l='MpServer', x=31.50, y=28.00, z=108.50], EntitySkeleton['Skeleton'/9049, l='MpServer', x=37.50, y=28.00, z=107.50], EntitySkeleton['Skeleton'/9048, l='MpServer', x=36.50, y=28.00, z=106.50], EntityZombie['Zombie'/7366, l='MpServer', x=159.50, y=28.00, z=216.50], EntityCreeper['Creeper'/9029, l='MpServer', x=35.50, y=46.00, z=88.50], EntityCreeper['Creeper'/7368, l='MpServer', x=24.50, y=42.00, z=129.50], EntityPig['Pig'/343, l='MpServer', x=56.50, y=92.00, z=88.50], EntityZombie['Zombie'/9013, l='MpServer', x=34.50, y=49.00, z=206.50], EntityZombie['Zombie'/10625, l='MpServer', x=21.50, y=16.00, z=88.50], EntityZombie['Zombie'/10629, l='MpServer', x=34.50, y=28.00, z=185.50], EntityZombie['Zombie'/11170, l='MpServer', x=123.50, y=42.00, z=77.50], EntityPig['Pig'/346, l='MpServer', x=56.50, y=91.00, z=89.47], EntityPig['Pig'/345, l='MpServer', x=56.50, y=91.00, z=90.78], EntityPig['Pig'/344, l='MpServer', x=58.50, y=89.00, z=92.50], EntityBat['Bat'/7812, l='MpServer', x=81.11, y=46.17, z=57.36], EntityItem['item.tile.extrabiomes.sapling.5'/5660, l='MpServer', x=74.19, y=75.13, z=196.28], EntitySpider['Spider'/7334, l='MpServer', x=159.72, y=24.39, z=177.19], EntityBat['Bat'/7811, l='MpServer', x=75.75, y=46.00, z=67.50], EntityPig['Pig'/375, l='MpServer', x=77.88, y=63.00, z=74.22], EntitySquid['Squid'/383, l='MpServer', x=68.13, y=59.30, z=110.53], EntityCreeper['Creeper'/10683, l='MpServer', x=111.65, y=43.73, z=158.73], EntityEnderman['Enderman'/352, l='MpServer', x=55.09, y=13.00, z=185.00], EntityCreeper['Creeper'/11161, l='MpServer', x=46.50, y=39.00, z=128.50], EntityCreeper['Creeper'/11162, l='MpServer', x=43.50, y=39.00, z=127.50], EntityBat['Bat'/6338, l='MpServer', x=24.91, y=
25.29, z=184.46], EntityPig['Pig'/414, l='MpServer', x=85.50, y=63.00, z=72.50], EntityPig['Pig'/412, l='MpServer', x=82.41, y=63.00, z=75.47], EntityPig['Pig'/413, l='MpServer', x=81.88, y=63.00, z=78.94], EntityItem['item.tile.extrabiomes.sapling.5'/395, l='MpServer', x=64.88, y=78.13, z=187.88], EntityItem['item.tile.extrabiomes.sapling.5'/10582, l='MpServer', x=65.16, y=77.13, z=192.16], EntityPig['Pig'/392, l='MpServer', x=78.69, y=73.00, z=145.50], EntityItem['item.tile.extrabiomes.sapling.5'/397, l='MpServer', x=65.56, y=77.13, z=192.88], EntityItem['item.tile.extrabiomes.sapling.5'/396, l='MpServer', x=68.13, y=77.13, z=187.16], EntityPig['Pig'/387, l='MpServer', x=69.50, y=65.00, z=132.53], EntityPig['Pig'/386, l='MpServer', x=57.50, y=63.00, z=128.91], EntityPig['Pig'/385, l='MpServer', x=78.50, y=64.00, z=127.31], EntityPig['Pig'/390, l='MpServer', x=70.84, y=73.00, z=136.50], EntityPig['Pig'/389, l='MpServer', x=68.47, y=65.00, z=131.25], EntityPig['Pig'/388, l='MpServer', x=70.59, y=64.00, z=131.59], EntityPig['Pig'/425, l='MpServer', x=83.50, y=70.00, z=135.50], EntityPig['Pig'/424, l='MpServer', x=82.69, y=69.00, z=134.53], EntityBat['Bat'/9163, l='MpServer', x=33.50, y=43.00, z=128.28], EntityCreeper['Creeper'/8685, l='MpServer', x=159.50, y=15.00, z=160.50], EntityPig['Pig'/426, l='MpServer', x=81.47, y=70.00, z=134.94], EntityCow['Cow'/431, l='MpServer', x=95.50, y=113.00, z=181.50], EntityCow['Cow'/430, l='MpServer', x=75.50, y=77.00, z=178.38], EntityPig['Pig'/419, l='MpServer', x=87.41, y=71.00, z=108.97], EntityPig['Pig'/421, l='MpServer', x=87.81, y=72.00, z=118.50], EntityPig['Pig'/420, l='MpServer', x=86.91, y=72.00, z=119.72], EntityPig['Pig'/423, l='MpServer', x=83.50, y=99.00, z=112.50], EntityItem['item.tile.extrabiomes.sapling.4'/479, l='MpServer', x=163.13, y=65.13, z=79.19], EntityItem['item.tile.extrabiomes.sapling.5'/10227, l='MpServer', x=76.78, y=79.13, z=197.91], EntityVillager['Villager'/476, l='MpServer', x=160.50, y=65.00, z=74.69], EntityVillager['Villager'/477, l='MpServer', x=154.50, y=63.00, z=87.13], EntityVillager['Villager'/474, l='MpServer', x=156.53, y=64.00, z=76.94], EntitySpider['Spider'/9680, l='MpServer', x=72.50, y=39.00, z=158.50], EntitySkeleton['Skeleton'/9681, l='MpServer', x=22.50, y=20.00, z=105.50], EntityVillager['Villager'/475, l='MpServer', x=164.72, y=67.00, z=65.59], EntityVillager['Villager'/472, l='MpServer', x=161.41, y=66.00, z=71.34], EntityVillager['Villager'/473, l='MpServer', x=159.50, y=67.00, z=67.69], EntityBat['Bat'/10234, l='MpServer', x=29.45, y=11.92, z=108.84], EntityVillager['Villager'/471, l='MpServer', x=147.59, y=69.00, z=57.94], EntityBat['Bat'/10235, l='MpServer', x=21.21, y=14.73, z=95.54], EntityVillager['Villager'/468, l='MpServer', x=141.69, y=66.00, z=72.53], EntityVillager['Villager'/469, l='MpServer', x=141.56, y=66.00, z=79.22], EntityVillager['Villager'/467, l='MpServer', x=140.75, y=66.00, z=72.16], EntityBat['Bat'/10236, l='MpServer', x=25.16, y=12.78, z=97.31], EntityClientPlayerMP['H2sGhost'/500, l='MpServer', x=100.37, y=64.62, z=134.47], EntityPig['Pig'/503, l='MpServer', x=137.09, y=66.00, z=142.09], EntityEnderman['Enderman'/9702, l='MpServer', x=159.44, y=51.00, z=216.31], EntityItem['item.tile.extrabiomes.sapling.5'/1932, l='MpServer', x=76.13, y=72.13, z=191.88], EntityItem['item.tile.extrabiomes.sapling.4'/481, l='MpServer', x=162.22, y=66.13, z=76.88], EntityItem['item.tile.extrabiomes.sapling.4'/480, l='MpServer', x=162.28, y=65.13, z=79.88], EntityEnderman['Enderman'/9704, l='MpServer', x=161.53, y=51.00, z=215.94]]
Retry entities: 0 total; []
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:441)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2413)
at net.minecraft.client.Minecraft.run(Minecraft.java:775)
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_13, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 209194312 bytes (199 MB) / 581435392 bytes (554 MB) up to 1886519296 bytes (1799 MB)
JVM Flags: 2 total; -Xms512m -Xmx2024m
AABB Pool Size: 2826 (158256 bytes; 0 MB) allocated, 2395 (134120 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.44 FML v5.1.43.679 Minecraft Forge 7.7.2.679 Optifine OptiFine_1.5.1_HD_U_D1 22 mods loaded, 22 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{5.1.43.679} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{7.7.2.679} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{0.8.6.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_GuiApiBasicExample{1.1} [mod_GuiApiBasicExample] (GuiAPI-0.15.5-1.5.1 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_GuiApiIngameMessageExample{1.0} [mod_GuiApiIngameMessageExample] (GuiAPI-0.15.5-1.5.1 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_GuiApiIntermediateExample{1.0} [mod_GuiApiIntermediateExample] (GuiAPI-0.15.5-1.5.1 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_GuiApiItemTickExample{1.0} [mod_GuiApiItemTickExample] (GuiAPI-0.15.5-1.5.1 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_GuiApiTWLExamples{1.0} [mod_GuiApiTWLExamples] (GuiAPI-0.15.5-1.5.1 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GuiAPI{0.15.5} [GuiAPI] (GuiAPI-0.15.5-1.5.1 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_MouseTweaks{1.1c (for Minecraft 1.5.1)} [Mouse Tweaks] ([1.5.1] Mouse Tweaks 1.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{2.6.1} [Damage Indicators] ([1.5.1]DamageIndicators v2.6.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->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->Available->Available->Available
Backpack{1.7.8} [Backpack] (backpack-1.7.8-1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.1.6} [BiblioCraft] (BiblioCraft[v1.1.6].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtrabiomesXL{3.13.0} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.5.1-3.13.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
factorization{0.7.37} [Factorization] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
factorization.misc{0.7.37} [Factorization Miscellaneous Nonsense] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
factorization.dimensionalSlice{0.7.37} [Factorization Dimensional Slices] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mystcraft{0.10.3.00} [Mystcraft] (mystcraft-uni-1.5.1-0.10.3.00.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{3.0.4c} [Thaumcraft] (Thaumcraft3.0.4c.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IDResolver{1.5.1.0} [ID Resolver] (IDResolver-1.5.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LWJGL: 2.4.2
OpenGL: GeForce GTX 560 Ti/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
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: 2496 (139776 bytes; 0 MB) allocated, 517 (28952 bytes; 0 MB) used
This one uses the same mods that the first one does except I've added NotEnoughItems to it. I can't even get into the game, it crashes when loading every time.
------------- MultiMC Crash Report -------------
Information:
Date: 04-28-2013 19:50:58
Operating System: Windows 7 (build 7601, Service Pack 1), 64-bit edition
MultiMC Version: 4.3.0 jenkins-MultiMC4Windows-76
Minecraft Version: 1.5.1
------------------ Mod Lists -------------------
Jar Mods:
minecraftforge-universal-1.5.1-7.7.2.679.zip
Version: 7.7.2.679
Filename: minecraftforge-universal-1.5.1-7.7.2.679.zip
MC 1.5.1 - Player API render 1.8.zip
Version:
Filename: MC 1.5.1 - Player API render 1.8.zip
OptiFine_1.5.1_HD_U_D1.zip
Version:
Filename: OptiFine_1.5.1_HD_U_D1.zip
MC 1.5.1 - Player API universal 1.5.zip
Version:
Filename: MC 1.5.1 - Player API universal 1.5.zip
ModLoader Mods:
[1.5.1] Mouse Tweaks 1.1c.zip
Version:
Filename: [1.5.1] Mouse Tweaks 1.1c.zip
[1.5.1]DamageIndicators v2.6.1.zip
Version:
Filename: [1.5.1]DamageIndicators v2.6.1.zip
[1.5.1]ReiMinimap_v3.3_04.zip
Version:
Filename: [1.5.1]ReiMinimap_v3.3_04.zip
backpack-1.7.8-1.5.1.zip
Version: 1.7.8
Filename: backpack-1.7.8-1.5.1.zip
BiblioCraft[v1.1.6].zip
Version: 1.1.6
Filename: BiblioCraft[v1.1.6].zip
ExtrabiomesXL-universal-1.5.1-3.13.0.jar
Version: 3.13.0
Filename: ExtrabiomesXL-universal-1.5.1-3.13.0.jar
Factorization-0.7.37.jar
Version: 0.7.37
Filename: Factorization-0.7.37.jar
MC 1.5.1 - Smart Moving 13.8.zip
Version:
Filename: MC 1.5.1 - Smart Moving 13.8.zip
mystcraft-uni-1.5.1-0.10.3.00.zip
Version: 0.10.3.00
Filename: mystcraft-uni-1.5.1-0.10.3.00.zip
Thaumcraft3.0.4c.zip
Version: 3.0.4c
Filename: Thaumcraft3.0.4c.zip
Core Mods:
CodeChickenCore 0.8.6.3.jar
Version: 0.8.6.3
Filename: CodeChickenCore 0.8.6.3.jar
GuiAPI-0.15.5-1.5.1 (1).jar
Version: 0.15.5
Filename: GuiAPI-0.15.5-1.5.1 (1).jar
IDResolver-1.5.1.0.jar
Version: 1.5.1.0
Filename: IDResolver-1.5.1.0.jar
mcore (1).jar
Version:
Filename: mcore (1).jar
MultiMine_1.5.1.zip
Version:
Filename: MultiMine_1.5.1.zip
NotEnoughItems 1.4.7.0.jar
Version: 1.4.7.0
Filename: NotEnoughItems 1.4.7.0.jar
----------------- Console Log ------------------
Instance folder is:
C:\Users\Laddie\Desktop\MultiMC\instances\lets try again\minecraft\
Instance started with command:
"C:\Program Files\Java\jre7\bin\java.exe" -Xms512m -Xmx2024m -jar MultiMCLauncher.jar "" "" "MultiMC: lets try again" "854x480" "Mojang"
Loading jars...
Loading URL: file:/C:/Users/Laddie/Desktop/MultiMC/instances/lets%20try%20again/minecraft/bin/minecraft.jar
Loading URL: file:/C:/Users/Laddie/Desktop/MultiMC/instances/lets%20try%20again/minecraft/bin/lwjgl.jar
Loading URL: file:/C:/Users/Laddie/Desktop/MultiMC/instances/lets%20try%20again/minecraft/bin/lwjgl_util.jar
Loading URL: file:/C:/Users/Laddie/Desktop/MultiMC/instances/lets%20try%20again/minecraft/bin/jinput.jar
Loading natives...
Fixed Minecraft Path: Field was private static java.io.File net.minecraft.client.Minecraft.an
Launching with applet wrapper...
2013-04-28 19:47:13 [INFO] [ForgeModLoader] Forge Mod Loader version 5.1.43.679 for Minecraft 1.5.1 loading
2013-04-28 19:47:13 [INFO] [ForgeModLoader] Java is Java HotSpotâ„¢ 64-Bit Server VM, version 1.7.0_13, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2013-04-28 19:47:13 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-04-28 19:47:13 [SEVERE] [ForgeModLoader] The coremod mcore (1).jar does not contain a valid jar manifest- it will be ignored
2013-04-28 19:47:13 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-04-28 19:47:14 [SEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:122)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:278)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.init(Launcher.java:108)
at MCFrame.start(MCFrame.java:72)
at MultiMCLauncher.main(MultiMCLauncher.java:275)
Caused by: java.lang.AbstractMethodError
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:352)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:225)
... 11 more
2013-04-28 19:47:20 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
2013-04-28 19:47:20 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-04-28 19:47:20 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:108)
2013-04-28 19:47:20 [INFO] [STDERR] at MCFrame.start(MCFrame.java:72)
2013-04-28 19:47:20 [INFO] [STDERR] at MultiMCLauncher.main(MultiMCLauncher.java:275)
2013-04-28 19:47:20 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:306)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
2013-04-28 19:47:20 [INFO] [STDERR] ... 6 more
2013-04-28 19:47:20 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:295)
2013-04-28 19:47:20 [INFO] [STDERR] ... 7 more
2013-04-28 19:47:20 [INFO] [STDERR] Caused by: java.lang.AbstractMethodError
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:352)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:225)
2013-04-28 19:47:20 [INFO] [STDERR] ... 12 more
------------------- FML Log --------------------
2013-04-28 19:47:13 [INFO] [ForgeModLoader] Forge Mod Loader version 5.1.43.679 for Minecraft 1.5.1 loading
2013-04-28 19:47:13 [INFO] [ForgeModLoader] Java is Java HotSpotâ„¢ 64-Bit Server VM, version 1.7.0_13, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2013-04-28 19:47:13 [FINE] [ForgeModLoader] Java classpath at launch is MultiMCLauncher.jar
2013-04-28 19:47:13 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;.
2013-04-28 19:47:13 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Discovering coremods
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.8.6.3.jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.8.6.3.jar
2013-04-28 19:47:13 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.8.6.3.jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found a candidate coremod GuiAPI-0.15.5-1.5.1 (1).jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Loading coremod GuiAPI-0.15.5-1.5.1 (1).jar
2013-04-28 19:47:13 [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-28 19:47:13 [FINEST] [ForgeModLoader] Loaded coremod GuiAPI-0.15.5-1.5.1 (1).jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found a candidate coremod IDResolver-1.5.1.0.jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Loading coremod IDResolver-1.5.1.0.jar
2013-04-28 19:47:13 [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-28 19:47:13 [FINEST] [ForgeModLoader] Loaded coremod IDResolver-1.5.1.0.jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found a candidate coremod mcore (1).jar
2013-04-28 19:47:13 [SEVERE] [ForgeModLoader] The coremod mcore (1).jar does not contain a valid jar manifest- it will be ignored
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.7.0.jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.7.0.jar
2013-04-28 19:47:13 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.7.0.jar
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.1.zip present and correct in lib dir
2013-04-28 19:47:13 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir
2013-04-28 19:47:14 [SEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:122)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:278)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.init(Launcher.java:108)
at MCFrame.start(MCFrame.java:72)
at MultiMCLauncher.main(MultiMCLauncher.java:275)
Caused by: java.lang.AbstractMethodError
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:352)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:225)
... 11 more
2013-04-28 19:47:14 [FINEST] [ForgeModLoader] Running coremod plugins
2013-04-28 19:47:14 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-04-28 19:47:20 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
2013-04-28 19:47:20 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-04-28 19:47:20 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:108)
2013-04-28 19:47:20 [INFO] [STDERR] at MCFrame.start(MCFrame.java:72)
2013-04-28 19:47:20 [INFO] [STDERR] at MultiMCLauncher.main(MultiMCLauncher.java:275)
2013-04-28 19:47:20 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:306)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
2013-04-28 19:47:20 [INFO] [STDERR] ... 6 more
2013-04-28 19:47:20 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2013-04-28 19:47:20 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:295)
2013-04-28 19:47:20 [INFO] [STDERR] ... 7 more
2013-04-28 19:47:20 [INFO] [STDERR] Caused by: java.lang.AbstractMethodError
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:352)
2013-04-28 19:47:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:225)
2013-04-28 19:47:20 [INFO] [STDERR] ... 12 more
Thank you in advance for taking the time to help.