Advertisement
Guest User

Feed the Beast Direwolf20 1.0.4 paste

a guest
Dec 17th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 12/17/13 9:10 AM
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: nm
  8. at mod_ReiMinimap.getVersion(mod_ReiMinimap.java:15)
  9. at cpw.mods.fml.common.modloader.ModLoaderModContainer.getVersion(ModLoaderModContainer.java:418)
  10. at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
  11. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  12. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  13. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  14. at net.minecraft.client.main.Main.main(SourceFile:101)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  18. at java.lang.reflect.Method.invoke(Unknown Source)
  19. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  20. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  21. Caused by: java.lang.ClassNotFoundException: nm
  22. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
  23. at java.lang.ClassLoader.loadClass(Unknown Source)
  24. at java.lang.ClassLoader.loadClass(Unknown Source)
  25. ... 13 more
  26. Caused by: java.lang.NullPointerException
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- Head --
  33. Stacktrace:
  34. at mod_ReiMinimap.getVersion(mod_ReiMinimap.java:15)
  35. at cpw.mods.fml.common.modloader.ModLoaderModContainer.getVersion(ModLoaderModContainer.java:418)
  36. at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
  37. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  38. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  39.  
  40. -- Initialization --
  41. Details:
  42. Stacktrace:
  43. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  44. at net.minecraft.client.main.Main.main(SourceFile:101)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  48. at java.lang.reflect.Method.invoke(Unknown Source)
  49. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  50. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  51.  
  52. -- System Details --
  53. Details:
  54. Minecraft Version: 1.6.4
  55. Operating System: Windows 7 (amd64) version 6.1
  56. Java Version: 1.7.0_25, Oracle Corporation
  57. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  58. Memory: 310437504 bytes (296 MB) / 1421017088 bytes (1355 MB) up to 26724270080 bytes (25486 MB)
  59. JVM Flags: 3 total; -Xms256M -Xmx28672M -XX:PermSize=128m
  60. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  61. Suspicious classes: FML and Forge are installed
  62. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  63. FML: ~~ERROR~~ NoClassDefFoundError: nm
  64. TConstruct Environment: Sane and ready for action. Bugs may be reported.
  65. Launched Version: 1.6.4
  66. LWJGL: 2.9.0
  67. OpenGL: AMD Radeon HD 7700 Series GL version 4.2.12217 Compatibility Profile Context 12.104.0.0, ATI Technologies Inc.
  68. Is Modded: Definitely; Client brand changed to 'fml,forge'
  69. Type: Client (map_client.txt)
  70. Resource Pack: Default
  71. Current Language: English (US)
  72. Profiler Position: N/A (disabled)
  73. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement