Advertisement
swh65458

crash when looking up uses for a block in on further tales

Oct 31st, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CCLCorePlugin (CodeChickenLib-1.10.2-2.4.1.101-universal.jar)
  5. DepLoader (BrandonsCore-1.10.2-2.1.0.48-universal.jar)
  6. Contact their authors BEFORE contacting forge
  7.  
  8. // Don't do that.
  9.  
  10. Time: 10/14/16 5:21 PM
  11. Description: Initializing game
  12.  
  13. java.lang.NoClassDefFoundError: codechicken/lib/render/IItemRenderer
  14. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503)
  15. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  16. at net.minecraft.client.main.Main.main(SourceFile:124)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:498)
  21. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  22. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  23. Caused by: java.lang.ClassNotFoundException: codechicken.lib.render.IItemRenderer
  24. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  25. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  26. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  27. ... 9 more
  28. Caused by: java.lang.NullPointerException
  29.  
  30.  
  31. A detailed walkthrough of the error, its code path and all known details is as follows:
  32. ---------------------------------------------------------------------------------------
  33.  
  34. -- Head --
  35. Thread: Client thread
  36. Stacktrace:
  37. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503)
  38.  
  39. -- Initialization --
  40. Details:
  41. Stacktrace:
  42. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  43. at net.minecraft.client.main.Main.main(SourceFile:124)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:498)
  48. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  49. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  50.  
  51. -- System Details --
  52. Details:
  53. Minecraft Version: 1.10.2
  54. Operating System: Windows 10 (amd64) version 10.0
  55. Java Version: 1.8.0_92, Oracle Corporation
  56. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  57. Memory: 556919360 bytes (531 MB) / 978845696 bytes (933 MB) up to 5726797824 bytes (5461 MB)
  58. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m
  59. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  60. FML: MCP 9.32 Powered by Forge 12.18.2.2102 5 mods loaded, 5 mods active
  61. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  62. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  63. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2102.jar)
  64. UCH Forge{12.18.2.2102} [Minecraft Forge] (forge-1.10.2-12.18.2.2102.jar)
  65. UCH brandonscore{2.1.0} [Brandon's Core] (BrandonsCore-1.10.2-2.1.0.48-universal.jar)
  66. UCH draconicevolution{2.0.0d} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.0d.107-universal.jar)
  67. Loaded coremods (and transformers):
  68. CCLCorePlugin (CodeChickenLib-1.10.2-2.4.1.101-universal.jar)
  69. codechicken.lib.asm.ClassHeirachyManager
  70. codechicken.lib.asm.RenderHookTransformer
  71. DepLoader (BrandonsCore-1.10.2-2.1.0.48-universal.jar)
  72.  
  73. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13453 Compatibility Profile Context 21.19.134.1' Renderer: 'AMD Radeon R9 200 / HD 7900 Series'
  74. Launched Version: forge-12.18.2.2102
  75. LWJGL: 2.9.4
  76. OpenGL: AMD Radeon R9 200 / HD 7900 Series GL version 4.5.13453 Compatibility Profile Context 21.19.134.1, ATI Technologies Inc.
  77. GL Caps: Using GL 1.3 multitexturing.
  78. Using GL 1.3 texture combiners.
  79. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  80. Shaders are available because OpenGL 2.1 is supported.
  81. VBOs are available because OpenGL 1.5 is supported.
  82.  
  83. Using VBOs: Yes
  84. Is Modded: Definitely; Client brand changed to 'fml,forge'
  85. Type: Client (map_client.txt)
  86. Resource Packs:
  87. Current Language: English (US)
  88. Profiler Position: N/A (disabled)
  89. CPU: 8x Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement