Advertisement
Guest User

Untitled

a guest
Dec 18th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 12/18/13 3:33 PM
  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(NativeMethodAccessorImpl.java:39)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  18. at java.lang.reflect.Method.invoke(Method.java:597)
  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(ClassLoader.java:306)
  24. at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  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(NativeMethodAccessorImpl.java:39)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  48. at java.lang.reflect.Method.invoke(Method.java:597)
  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: Mac OS X (x86_64) version 10.9
  56. Java Version: 1.6.0_65, Apple Inc.
  57. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
  58. Memory: 83304128 bytes (79 MB) / 266272768 bytes (253 MB) up to 5359992832 bytes (5111 MB)
  59. JVM Flags: 3 total; -Xms256M -Xmx5120M -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: Intel HD Graphics 4000 OpenGL Engine GL version 2.1 INTEL-8.18.26, Intel 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