Advertisement
Guest User

Untitled

a guest
Oct 26th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1.  
  2.  
  3. Minecraft has crashed!
  4. ----------------------
  5.  
  6. Minecraft has stopped running because it encountered a problem; Failed to start game
  7. This error has been saved to J:\[MINECRAFT]\instances\1.4.2 MC Modded\.minecraft\crash-reports\crash-2012-10-26_20.50.12-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone.
  8.  
  9.  
  10.  
  11. --- BEGIN ERROR REPORT abfb2c79 --------
  12. Generated 10/26/12 8:50 PM
  13.  
  14. - Minecraft Version: 1.4.2
  15. - Operating System: Windows 7 (amd64) version 6.1
  16. - Java Version: 1.7.0_04-ea, Oracle Corporation
  17. - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  18. - Memory: 534902352 bytes (510 MB) / 648740864 bytes (618 MB) up to 954466304 bytes (910 MB)
  19. - JVM Flags: 2 total; -Xms512m -Xmx1024m
  20. - AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  21. - FML: FML v4.2.2.417 Minecraft Forge 6.0.1.332 Optifine OptiFine_1.4.2_HD_U_A7 10 mods loaded, 10 mods active
  22. FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  23. Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  24. mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  25. mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  26. mod_ReiMinimap [mod_ReiMinimap] ([1.4.2]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized
  27. EnderStorage [EnderStorage] (EnderStorage 1.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  28. mod_InvTweaks [Inventory Tweaks] (InvTweaks-1.44-1.4.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
  29. IronChest [Iron Chest] (ironchest-universal-4.2.1.125.zip) Unloaded->Constructed->Pre-initialized->Initialized
  30. Railcraft [Railcraft] (Railcraft_6.7.0.0.zip) Unloaded->Constructed->Pre-initialized->Errored
  31. teleportation [Teleportation Stones] (teleportationStones.zip) Unloaded->Constructed->Pre-initialized->Initialized
  32. - LWJGL: 2.4.2
  33. - OpenGL: ATI Radeon HD 3800 Series GL version 3.3.11631 Compatibility Profile Context, ATI Technologies Inc.
  34. - Is Modded: Definitely; 'forge,fml'
  35. - Type: Client
  36. - Texture Pack: JaninaCraft_1_4_0_Release_x64.zip
  37. - Profiler Position: N/A (disabled)
  38. - Vec3 Pool Size: ~ERROR~ NullPointerException: null
  39.  
  40. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: extrabiomes/api/Stuff
  41. at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
  42. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:648)
  43. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197)
  44. at net.minecraft.client.Minecraft.a(Minecraft.java:465)
  45. at net.minecraft.client.Minecraft.run(Minecraft.java:752)
  46. at java.lang.Thread.run(Unknown Source)
  47. Caused by: java.lang.NoClassDefFoundError: extrabiomes/api/Stuff
  48. at railcraft.common.modules.ModuleFactory.initFirst(ModuleFactory.java:82)
  49. at railcraft.common.modules.ModuleManager.initFirst(ModuleManager.java:155)
  50. at railcraft.common.modules.ModuleManager.init(ModuleManager.java:91)
  51. at railcraft.common.core.Railcraft.init(Railcraft.java:87)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  54. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  55. at java.lang.reflect.Method.invoke(Unknown Source)
  56. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  60. at java.lang.reflect.Method.invoke(Unknown Source)
  61. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  62. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  63. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  64. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  65. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  66. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  70. at java.lang.reflect.Method.invoke(Unknown Source)
  71. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  72. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  73. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  74. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  75. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  76. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
  77. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:647)
  78. ... 4 more
  79. Caused by: java.lang.ClassNotFoundException: extrabiomes.api.Stuff
  80. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:126)
  81. at java.lang.ClassLoader.loadClass(Unknown Source)
  82. at java.lang.ClassLoader.loadClass(Unknown Source)
  83. ... 34 more
  84. Caused by: java.lang.NullPointerException
  85. at org.objectweb.asm.ClassReader.<init>(Unknown Source)
  86. at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
  87. at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:163)
  88. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:119)
  89. ... 36 more
  90. --- END ERROR REPORT 7694dc2 ----------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement