Advertisement
Guest User

Untitled

a guest
Sep 6th, 2022
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.50 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Uh... Did I do that?
  3.  
  4. Time: 9/6/22 10:23 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at codechicken.multipart.MultiPartRegistry$$anonfun$registerParts$2.apply(MultiPartRegistry.scala:127)
  9. at codechicken.multipart.MultiPartRegistry$$anonfun$registerParts$2.apply(MultiPartRegistry.scala:123)
  10. at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
  11. at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:35)
  12. at codechicken.multipart.MultiPartRegistry$.registerParts(MultiPartRegistry.scala:123)
  13. at codechicken.multipart.MultiPartRegistry$.registerParts(MultiPartRegistry.scala:98)
  14. at codechicken.multipart.MultiPartRegistry$.registerParts(MultiPartRegistry.scala:89)
  15. at codechicken.multipart.MultiPartRegistry.registerParts(MultiPartRegistry.scala)
  16. at codechicken.multipart.minecraft.Content.init(Content.java:30)
  17. at codechicken.multipart.minecraft.MinecraftMultipartMod.preInit(MinecraftMultipartMod.java:19)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:497)
  22. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  23. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:497)
  26. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  27. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  31. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  32. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  36. at java.lang.reflect.Method.invoke(Method.java:497)
  37. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  38. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  39. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  40. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  41. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  42. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  43. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  44. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  45. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  46. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  47. at net.minecraft.client.main.Main.main(SourceFile:148)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:497)
  52. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  53. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  54.  
  55.  
  56. A detailed walkthrough of the error, its code path and all known details is as follows:
  57. ---------------------------------------------------------------------------------------
  58.  
  59. -- Head --
  60. Stacktrace:
  61. at codechicken.multipart.MultiPartRegistry$$anonfun$registerParts$2.apply(MultiPartRegistry.scala:127)
  62. at codechicken.multipart.MultiPartRegistry$$anonfun$registerParts$2.apply(MultiPartRegistry.scala:123)
  63. at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
  64. at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:35)
  65. at codechicken.multipart.MultiPartRegistry$.registerParts(MultiPartRegistry.scala:123)
  66. at codechicken.multipart.MultiPartRegistry$.registerParts(MultiPartRegistry.scala:98)
  67. at codechicken.multipart.MultiPartRegistry$.registerParts(MultiPartRegistry.scala:89)
  68. at codechicken.multipart.MultiPartRegistry.registerParts(MultiPartRegistry.scala)
  69. at codechicken.multipart.minecraft.Content.init(Content.java:30)
  70. at codechicken.multipart.minecraft.MinecraftMultipartMod.preInit(MinecraftMultipartMod.java:19)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  74. at java.lang.reflect.Method.invoke(Method.java:497)
  75. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  76. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  77. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  78. at java.lang.reflect.Method.invoke(Method.java:497)
  79. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  80. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  81. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  82. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  83. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  84. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  85. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  89. at java.lang.reflect.Method.invoke(Method.java:497)
  90. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  91. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  92. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  93. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  94. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  95. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  96. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  97. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  98. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  99.  
  100. -- Initialization --
  101. Details:
  102. Stacktrace:
  103. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  104. at net.minecraft.client.main.Main.main(SourceFile:148)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  107. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  108. at java.lang.reflect.Method.invoke(Method.java:497)
  109. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  110. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  111.  
  112. -- System Details --
  113. Details:
  114. Minecraft Version: 1.7.10
  115. Operating System: Windows 8.1 (amd64) version 6.3
  116. Java Version: 1.8.0_51, Oracle Corporation
  117. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  118. Memory: 5561914376 bytes (5304 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
  119. JVM Flags: 9 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Xms6144m -Xmx6144m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  120. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  121. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  122. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 15 mods loaded, 15 mods active
  123. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  124. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  125. UCH FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
  126. UCH Forge{10.13.4.1614} [Minecraft Forge] (modpack.jar)
  127. UCH CodeChickenCore{1.0.7.48} [CodeChicken Core] (minecraft.jar)
  128. UCH NotEnoughItems{1.0.5.120-JADED_PATCHED} [Not Enough Items] (NotEnoughItems-1.7.10.1.0.5.120-JADED_PATCHED.jar)
  129. UCH GT_ASM{6.14.11} [Greg-ASM®] (minecraft.jar)
  130. UCH gregapi{GT6-MC1710} [Greg-API] (gregtech_1.7.10-6.15.03.jar)
  131. UCE McMultipart{1.2.0.347} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  132. UCH gregapi_post{GT6-MC1710} [Greg-API-Post] (gregtech_1.7.10-6.15.03.jar)
  133. UCH gregtech{GT6-MC1710} [GregTech] (gregtech_1.7.10-6.15.03.jar)
  134. UCH ForgeMultipart{1.2.0.347} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  135. UCH ForgeMicroblock{1.2.0.347} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  136. UCH ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  137. UCH MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  138. UCH MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
  139. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.13596 Compatibility Profile Context 20.10.35.02 27.20.1034.6' Renderer: 'Radeon RX 580 Series'
  140. Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
  141. LWJGL: 2.9.1
  142. OpenGL: Radeon RX 580 Series GL version 4.6.13596 Compatibility Profile Context 20.10.35.02 27.20.1034.6, ATI Technologies Inc.
  143. GL Caps: Using GL 1.3 multitexturing.
  144. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  145. Anisotropic filtering is supported and maximum anisotropy is 16.
  146. Shaders are available because OpenGL 2.1 is supported.
  147.  
  148. Is Modded: Definitely; Client brand changed to 'fml,forge'
  149. Type: Client (map_client.txt)
  150. Resource Packs: []
  151. Current Language: English (US)
  152. Profiler Position: N/A (disabled)
  153. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  154. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement