Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2021
1,310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.16 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 7/2/21 9:34 AM
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: software/bernie/geckolib3/GeckoLib
  8. at com.schnurritv.sexmod.Main.<init>(Main.java:24)
  9. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  10. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  11. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  12. at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  13. at java.lang.Class.newInstance(Class.java:442)
  14. at net.minecraftforge.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:191)
  15. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:497)
  20. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  21. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  22. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  23. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  24. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  25. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  27. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  28. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32. at java.lang.reflect.Method.invoke(Method.java:497)
  33. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  34. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  35. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  36. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  37. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  38. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  39. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  40. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  41. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  42. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  43. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  44. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  45. at net.minecraft.client.main.Main.main(SourceFile:123)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  49. at java.lang.reflect.Method.invoke(Method.java:497)
  50. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  51. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  52. Caused by: java.lang.ClassNotFoundException: software.bernie.geckolib3.GeckoLib
  53. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  54. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  55. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  56. ... 44 more
  57. Caused by: java.lang.NullPointerException
  58.  
  59.  
  60. A detailed walkthrough of the error, its code path and all known details is as follows:
  61. ---------------------------------------------------------------------------------------
  62.  
  63. -- Head --
  64. Thread: Client thread
  65. Stacktrace:
  66. at com.schnurritv.sexmod.Main.<init>(Main.java:24)
  67. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  68. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  69. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  70. at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  71. at java.lang.Class.newInstance(Class.java:442)
  72. at net.minecraftforge.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:191)
  73. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke(Method.java:497)
  78. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  79. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  80. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  81. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  82. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  83. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  84. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  85. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  86. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  90. at java.lang.reflect.Method.invoke(Method.java:497)
  91. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  92. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  93. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  94. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  95. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  96. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  97. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  98. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  99. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  100. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  101. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  102.  
  103. -- Initialization --
  104. Details:
  105. Stacktrace:
  106. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  107. at net.minecraft.client.main.Main.main(SourceFile:123)
  108. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  109. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  110. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  111. at java.lang.reflect.Method.invoke(Method.java:497)
  112. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  113. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  114.  
  115. -- System Details --
  116. Details:
  117. Minecraft Version: 1.12.2
  118. Operating System: Windows 10 (amd64) version 10.0
  119. Java Version: 1.8.0_51, Oracle Corporation
  120. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  121. Memory: 330040088 bytes (314 MB) / 872415232 bytes (832 MB) up to 2147483648 bytes (2048 MB)
  122. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  123. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  124. FML: MCP 9.42 Powered by Forge 14.23.5.2855 5 mods loaded, 5 mods active
  125. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  126.  
  127. | State | ID | Version | Source | Signature |
  128. |:----- |:--------- |:------------ |:----------------------------- |:---------------------------------------- |
  129. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  130. | LC | mcp | 9.42 | minecraft.jar | None |
  131. | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  132. | LC | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  133. | L | sexmod | 1.0 | sexmod.jar | None |
  134.  
  135. Loaded coremods (and transformers):
  136. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 442.59' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
  137. Launched Version: 1.12.2-forge-14.23.5.2855
  138. LWJGL: 2.9.4
  139. OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 442.59, NVIDIA Corporation
  140. GL Caps: Using GL 1.3 multitexturing.
  141. Using GL 1.3 texture combiners.
  142. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  143. Shaders are available because OpenGL 2.1 is supported.
  144. VBOs are available because OpenGL 1.5 is supported.
  145.  
  146. Using VBOs: No
  147. Is Modded: Definitely; Client brand changed to 'fml,forge'
  148. Type: Client (map_client.txt)
  149. Resource Packs: vanilla
  150. Current Language: Deutsch (Deutschland)
  151. Profiler Position: N/A (disabled)
  152. CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement