Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 20.04.18 22:19
  5. Description: Unexpected error
  6.  
  7. java.lang.NoClassDefFoundError: net/labymod/settings/elements/DropDownElement$2
  8. at net.labymod.settings.elements.DropDownElement.<init>(DropDownElement.java:82)
  9. at net.labymod.main.DefinedSettings.getLabyModChat(DefinedSettings.java:276)
  10. at net.labymod.main.DefinedSettings.<clinit>(DefinedSettings.java:43)
  11. at de.leonardox.cosmeticsmod.CosmeticsManager.addModCategory(CosmeticsManager.java:319)
  12. at de.leonardox.cosmeticsmod.CosmeticsMod.registerMod(CosmeticsMod.java:142)
  13. at de.leonardox.cosmeticsmod.listeners.CosmeticsListener.onTick(CosmeticsListener.java:29)
  14. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_34_CosmeticsListener_onTick_ClientTickEvent.invoke(.dynamic)
  15. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:34)
  16. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:91)
  17. at EventCaller.callTick(EventCaller.java:20)
  18. at ave.s(SourceFile:1892)
  19. at ave.av(SourceFile:889)
  20. at ave.a(SourceFile:325)
  21. at net.minecraft.client.main.Main.main(SourceFile:124)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:483)
  26. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  27. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  28. Caused by: java.lang.ClassNotFoundException: net.labymod.settings.elements.DropDownElement$2
  29. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
  30. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  31. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  32. ... 20 more
  33. Caused by: java.lang.ClassFormatError: Field "getDeclaredField" in class net/labymod/settings/elements/DropDownElement$2 has illegal signature "ring;Lnet/labymod/g)ing;Lnet/lareflect/Field;"
  34. at java.lang.ClassLoader.defineClass1(Native Method)
  35. at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
  36. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  37. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
  38. ... 22 more
  39.  
  40.  
  41. A detailed walkthrough of the error, its code path and all known details is as follows:
  42. ---------------------------------------------------------------------------------------
  43.  
  44. -- System Details --
  45. Details:
  46. Minecraft Version: 1.8.9
  47. Operating System: Windows 10 (amd64) version 10.0
  48. CPU: 4x AMD Phenom(tm) II X4 965 Processor
  49. Java Version: 1.8.0_25, Oracle Corporation
  50. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  51. Memory: 394410392 bytes (376 MB) / 671088640 bytes (640 MB) up to 1073741824 bytes (1024 MB)
  52. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
  53. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  54. Launched Version: 1.8
  55. LWJGL: 2.9.4
  56. OpenGL: GeForce GTX 660/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, NVIDIA Corporation
  57. GL Caps: Using GL 1.3 multitexturing.
  58. Using GL 1.3 texture combiners.
  59. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  60. Shaders are available because OpenGL 2.1 is supported.
  61. VBOs are available because OpenGL 1.5 is supported.
  62.  
  63. Using VBOs: Yes
  64. Is Modded: Very likely; Jar signature invalidated
  65. Type: Client (map_client.txt)
  66. Resource Packs: BInMarcoFnaYT PrivatPack
  67. Current Language: Deutsch (Deutschland)
  68. Profiler Position: N/A (disabled)
  69. CPU: 4x AMD Phenom(tm) II X4 965 Processor
  70. OptiFine Version: OptiFine_1.8.9_HD_U_I3
  71. Render Distance Chunks: 8
  72. Mipmaps: 4
  73. Anisotropic Filtering: 1
  74. Antialiasing: 0
  75. Multitexture: false
  76. Shaders: null
  77. OpenGlVersion: 4.6.0 NVIDIA 388.13
  78. OpenGlRenderer: GeForce GTX 660/PCIe/SSE2
  79. OpenGlVendor: NVIDIA Corporation
  80. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement