Advertisement
Guest User

railcraftcrash

a guest
Oct 26th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 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 /home/deluxe/.minecraft/crash-reports/crash-2012-10-26_19.30.52-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 8d38213d --------
  12. Generated 26/10/12 19:30
  13.  
  14. - Minecraft Version: 1.4.2
  15. - Operating System: Linux (i386) version 3.2.0-32-generic-pae
  16. - Java Version: 1.6.0_31, Sun Microsystems Inc.
  17. - Java VM Version: Java HotSpot(TM) Server VM (mixed mode), Sun Microsystems Inc.
  18. - Memory: 451085368 bytes (430 MB) / 514523136 bytes (490 MB) up to 514523136 bytes (490 MB)
  19. - JVM Flags: 2 total; -Xms512m -Xmx512m
  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 8 mods loaded, 8 mods active
  22. FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  23. Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  24. BasicComponents [Basic Components] (BasicComponents_v1.0.0.254.zip) Unloaded->Constructed->Pre-initialized->Initialized
  25. ModularForceFieldSystem [Modular ForceField System V2] (ModularForceFieldSystemV2.2.8.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
  26. IC2 [IndustrialCraft 2] (industrialcraft-2_1.108.52-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
  27. Railcraft [Railcraft] (Railcraft_6.7.0.0.zip) Unloaded->Constructed->Pre-initialized->Errored
  28. RopesPlus [Ropes+] (RopePlus 1.4.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
  29. mod_ReiMinimap [mod_ReiMinimap] ([1.4.2]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized
  30. - LWJGL: 2.4.2
  31. - OpenGL: Mesa DRI Intel(R) G33 x86/MMX/SSE2 GL version 1.4 Mesa 8.0.2, Tungsten Graphics, Inc
  32. - Is Modded: Definitely; 'forge,fml'
  33. - Type: Client
  34. - Texture Pack: Default
  35. - Profiler Position: N/A (disabled)
  36. - Vec3 Pool Size: ~ERROR~ NullPointerException: null
  37.  
  38. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: extrabiomes/api/Stuff
  39. at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
  40. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:648)
  41. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197)
  42. at net.minecraft.client.Minecraft.a(Minecraft.java:465)
  43. at net.minecraft.client.Minecraft.run(Minecraft.java:752)
  44. at java.lang.Thread.run(Unknown Source)
  45. Caused by: java.lang.NoClassDefFoundError: extrabiomes/api/Stuff
  46. at railcraft.common.modules.ModuleFactory.initFirst(ModuleFactory.java:82)
  47. at railcraft.common.modules.ModuleManager.initFirst(ModuleManager.java:155)
  48. at railcraft.common.modules.ModuleManager.init(ModuleManager.java:91)
  49. at railcraft.common.core.Railcraft.init(Railcraft.java:87)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  53. at java.lang.reflect.Method.invoke(Unknown Source)
  54. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  58. at java.lang.reflect.Method.invoke(Unknown Source)
  59. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  60. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  61. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  62. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  63. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  64. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  68. at java.lang.reflect.Method.invoke(Unknown Source)
  69. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  70. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  71. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  72. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  73. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  74. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
  75. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:647)
  76. ... 4 more
  77. Caused by: java.lang.ClassNotFoundException: extrabiomes.api.Stuff
  78. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:126)
  79. at java.lang.ClassLoader.loadClass(Unknown Source)
  80. at java.lang.ClassLoader.loadClass(Unknown Source)
  81. ... 34 more
  82. Caused by: java.lang.NullPointerException
  83. at org.objectweb.asm.ClassReader.<init>(Unknown Source)
  84. at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
  85. at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:163)
  86. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:119)
  87. ... 36 more
  88. --- END ERROR REPORT 40e464ec ----------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement