Advertisement
drinfernoo

Untitled

Sep 9th, 2012
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.13 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Quite honestly, I wouldn't worry myself about that.
  3.  
  4. Time: 9/9/12 9:05 AM
  5. Description: Failed to start game
  6.  
  7. cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: net.minecraft.src.ClientProxy
  8.     at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
  9.     at cpw.mods.fml.common.Loader.loadMods(Loader.java:459)
  10.     at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:144)
  11.     at net.minecraft.client.Minecraft.a(Minecraft.java:405)
  12.     at net.minecraft.client.Minecraft.run(Minecraft.java:737)
  13.     at java.lang.Thread.run(Unknown Source)
  14. Caused by: cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: net.minecraft.src.ClientProxy
  15.     at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:68)
  16.     at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:348)
  17.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  19.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  20.     at java.lang.reflect.Method.invoke(Unknown Source)
  21.     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  22.     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  23.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  24.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  25.     at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  26.     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
  27.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  29.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  30.     at java.lang.reflect.Method.invoke(Unknown Source)
  31.     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  32.     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  33.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  34.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  35.     at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  36.     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
  37.     at cpw.mods.fml.common.Loader.loadMods(Loader.java:458)
  38.     ... 4 more
  39. Caused by: java.lang.ClassNotFoundException: net.minecraft.src.ClientProxy
  40.     at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)
  41.     at java.lang.ClassLoader.loadClass(Unknown Source)
  42.     at java.lang.ClassLoader.loadClass(Unknown Source)
  43.     at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
  44.     at java.lang.Class.forName0(Native Method)
  45.     at java.lang.Class.forName(Unknown Source)
  46.     at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:51)
  47.     ... 26 more
  48. Caused by: java.lang.NullPointerException
  49.     at org.objectweb.asm.ClassReader.<init>(Unknown Source)
  50.     at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)
  51.     at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:167)
  52.     at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)
  53.     ... 32 more
  54.  
  55. Relevant Details:
  56. - Minecraft Version: 1.3.2
  57. - Operating System: Windows 7 (amd64) version 6.1
  58. - Java Version: 1.7.0_06, Oracle Corporation
  59. - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  60. - Memory: 1785888928 bytes (1703 MB) / 2058027008 bytes (1962 MB) up to 2058027008 bytes (1962 MB)
  61. - JVM Flags: 2 total; -Xmx2048m -Xms2048m
  62. - FML: FML v3.0.196.366 Minecraft Forge 4.0.0.250 Optifine OptiFine_1.3.2_HD_U_B3 3 mods loaded, 3 mods active
  63.     FML [Forge Mod Loader] (coremods) Unloaded->Constructed
  64.     Forge [Minecraft Forge] (coremods) Unloaded->Constructed
  65.     MechanicTools [Mechanic Tools] (minecraft.zip) Unloaded->Errored
  66. - LWJGL: 2.4.2
  67. - OpenGL: AMD Radeon HD 7800 Series GL version 4.2.11762 Compatibility Profile Context, ATI Technologies Inc.
  68. - Is Modded: Definitely; 'forge,fml'
  69. - Type: Client
  70. - Texture Pack: Default
  71. - Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement