Advertisement
Guest User

Minecraft 1.15.2 Forge 31.1.12 Crash 3

a guest
Apr 20th, 2020
2,868
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.40 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 21/04/20 10:35 AM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Registry Object not present
  8. at java.util.Objects.requireNonNull(Objects.java:228) ~[?:1.8.0_51] {}
  9. at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91) ~[?:?] {re:classloading}
  10. at endergeticexpansion.core.EndergeticExpansion.registerItemColors(EndergeticExpansion.java:122) ~[?:1.0] {re:classloading}
  11. at endergeticexpansion.core.EndergeticExpansion$$Lambda$2585/720279981.accept(Unknown Source) ~[?:?] {}
  12. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
  13. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
  14. at net.minecraftforge.eventbus.EventBus$$Lambda$2082/555984412.invoke(Unknown Source) ~[?:?] {}
  15. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
  16. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
  17. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
  18. at net.minecraftforge.fml.ModLoader$$Lambda$3636/1349400619.accept(Unknown Source) ~[?:?] {}
  19. at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
  20. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
  21. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
  22. at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:203) ~[?:?] {re:classloading}
  23. at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  24. at net.minecraft.client.Minecraft.<init>(Minecraft.java:421) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  25. at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
  29. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
  30. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.12.jar:31.1] {}
  31. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$420/2049348234.call(Unknown Source) [forge-1.15.2-31.1.12.jar:31.1] {}
  32. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
  33. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
  34. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
  35. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {}
  36. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {}
  37.  
  38.  
  39. A detailed walkthrough of the error, its code path and all known details is as follows:
  40. ---------------------------------------------------------------------------------------
  41.  
  42. -- Head --
  43. Thread: Render thread
  44. Stacktrace:
  45. at java.util.Objects.requireNonNull(Objects.java:228)
  46. at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91)
  47. at endergeticexpansion.core.EndergeticExpansion.registerItemColors(EndergeticExpansion.java:122)
  48. at endergeticexpansion.core.EndergeticExpansion$$Lambda$2585/720279981.accept(Unknown Source)
  49. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
  50. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
  51. at net.minecraftforge.eventbus.EventBus$$Lambda$2082/555984412.invoke(Unknown Source)
  52. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  53. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
  54. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
  55. at net.minecraftforge.fml.ModLoader$$Lambda$3636/1349400619.accept(Unknown Source)
  56. at java.util.HashMap.forEach(HashMap.java:1280)
  57. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
  58. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
  59. at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:203)
  60. at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84)
  61. at net.minecraft.client.Minecraft.<init>(Minecraft.java:421)
  62.  
  63. -- Initialization --
  64. Details:
  65. Stacktrace:
  66. at net.minecraft.client.main.Main.main(SourceFile:166)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:497)
  71. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  72. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$420/2049348234.call(Unknown Source)
  73. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  74. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  75. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  76. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  77. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  78.  
  79. -- System Details --
  80. Details:
  81. Minecraft Version: 1.15.2
  82. Minecraft Version ID: 1.15.2
  83. Operating System: Windows 10 (amd64) version 10.0
  84. Java Version: 1.8.0_51, Oracle Corporation
  85. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  86. Memory: 5137262632 bytes (4899 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
  87. CPUs: 4
  88. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  89. ModLauncher: 5.0.0-milestone.4+67+b1a340b
  90. ModLauncher launch target: fmlclient
  91. ModLauncher naming: srg
  92. ModLauncher services:
  93. /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE
  94. /forge-1.15.2-31.1.12.jar object_holder_definalize PLUGINSERVICE
  95. /forge-1.15.2-31.1.12.jar runtime_enum_extender PLUGINSERVICE
  96. /accesstransformers-2.0.0-milestone.1-shadowed.jar accesstransformer PLUGINSERVICE
  97. /forge-1.15.2-31.1.12.jar capability_inject_definalize PLUGINSERVICE
  98. /forge-1.15.2-31.1.12.jar runtimedistcleaner PLUGINSERVICE
  99. /forge-1.15.2-31.1.12.jar fml TRANSFORMATIONSERVICE
  100. FML: 31.1
  101. Forge: net.minecraftforge:31.1.12
  102. FML Language Providers:
  103. javafml@31.1
  104. minecraft@1
  105. kotori_scala@2.13.1-build-6
  106. Mod List:
  107. Simple-Portals-Mod-1.15.2.jar Simple Portals {simpleportals@1.15.2-1.7.0.0 CREATE_REGISTRIES}
  108. AdditionalEnchantedMiner-1.15.2-15.2.6.jar QuarryPlus {quarryplus@15.2.6 CREATE_REGISTRIES}
  109. inventoryprofiles-forge-1.15.2-0.2.1.jar Inventory Profiles {inventoryprofiles@0.2.1 CREATE_REGISTRIES}
  110. bambooblocks-1.15.2-1.3.jar Bamboo Blocks {bambooblocks@1.2.11 CREATE_REGISTRIES}
  111. giantspawn_1.15.2-1.0.2.jar Giant Spawn {giantspawn@1.0.2 CREATE_REGISTRIES}
  112. jei-1.15.2-6.0.0.3.jar Just Enough Items {jei@6.0.0.3 CREATE_REGISTRIES}
  113. prefab-1.5.0.4.jar Prefab {prefab@1.5.0.4 CREATE_REGISTRIES}
  114. ProjectE-1.15.2-PE1.0.3B.jar ProjectE {projecte@1.0.3B CREATE_REGISTRIES}
  115. bloomful-1.15.2-1.3.2.jar Bloomful {bloomful@NONE CREATE_REGISTRIES}
  116. Neat+1.6-20.jar Neat {neat@1.6-20 CREATE_REGISTRIES}
  117. Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 CREATE_REGISTRIES}
  118. Clumps-5.0.2.jar Clumps {clumps@5.0.2 CREATE_REGISTRIES}
  119. OresAboveDiamonds 1.15 v3.3.jar Ores Above Diamonds {oresabovediamonds@3.2 CREATE_REGISTRIES}
  120. good-nights-sleep-1.15.2-1.0.3.jar Good Night's Sleep {goodnightsleep@1.0.3 CREATE_REGISTRIES}
  121. FruitTrees-1.15.2-1.1.6.jar Fruit Trees {fruittrees@1.1.6 CREATE_REGISTRIES}
  122. Kiwi-1.15.2-2.6.5.jar Kiwi {kiwi@2.6.5 CREATE_REGISTRIES}
  123. branders-enhanced-mob-spawners-v1.15.2-1.5.4.jar Enhanced Mob Spawners {spawnermod@1.4.4 CREATE_REGISTRIES}
  124. The-Endergetic-Expansion-1.15.2-v1.2.5.jar The Endergetic Expansion {endergetic@1.2.1 CREATE_REGISTRIES}
  125. u_team_core-1.15.2-2.11.0.156.jar U Team Core {uteamcore@2.11.0.156 CREATE_REGISTRIES}
  126. TinyMobFarm-1.15.2-1.0.6.1.jar Tiny Mob Farm {tinymobfarm@1.0.6 CREATE_REGISTRIES}
  127. dragondropsel_1.15.2-1.0.jar Dragon Drops Elytra {dragondropsel@1.0 CREATE_REGISTRIES}
  128. Batty's+Coordinates+PLUS+Mod+for+Forge-1.15.2-0.1.0.jar Batty's Coordinates Plus Mod for Forge {coordinatesplusmod@1.15.2_0.1.0 CREATE_REGISTRIES}
  129. immersive-portals-0.13(forMc1.15withForge).jar Immersive Portals {immersive_portals@0.13 CREATE_REGISTRIES}
  130. forge-1.15.2-31.1.12-universal.jar Forge {forge@31.1.12 CREATE_REGISTRIES}
  131. wendigoism-1.1.jar Wendigoism {wendigoism@1.1 CREATE_REGISTRIES}
  132. ruins-1.15.1.3.jar Ruins {ruins@1.15.1.3 CREATE_REGISTRIES}
  133. Explorercraft-1.15.2-4.0.1.jar Explorercraft {explorercraft@1.15.2-4.0.1 CREATE_REGISTRIES}
  134. extendedfurnace-2.2.jar Extended Furnace {extendedfurnace@2.2 CREATE_REGISTRIES}
  135. forge-1.15.2-31.1.12-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
  136. Lucky-Block-Mod-1.15.2.jar Lucky Block {lucky@1.15.2-1 CREATE_REGISTRIES}
  137. lightestlampsmod-3.4.0.jar Lightest Lamps {lightestlamp@3.4.0 CREATE_REGISTRIES}
  138. moolands-1.15.2-1.2.1.jar Moolands {moolands@1.2.1 CREATE_REGISTRIES}
  139. BetterCrates-1.15.2-1.0.0.jar Better Crates {bettercrates@1.0.0 CREATE_REGISTRIES}
  140. nccreepers_1.15.2-1.1.jar Naturally Charged Creepers {nccreepers@1.1 CREATE_REGISTRIES}
  141. useful_railroads-1.15.2-1.3.2.21.jar Useful Railroads {usefulrailroads@1.3.2.21 CREATE_REGISTRIES}
  142. SilentLib-1.15.2-4.6.0+48.jar Silent Lib {silentlib@4.6.0+48 CREATE_REGISTRIES}
  143. LagsLib-1.15.2-1.0.0.jar Lag's Lib {lagslib@1.0.0 CREATE_REGISTRIES}
  144. forbidden_arcanus-1.15.2-1.3.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.3 ERROR}
  145. dimdungeons-1.051-forge-1.15.2.jar Dimensional Dungeons {dimdungeons@1.15.2-1.05 CREATE_REGISTRIES}
  146. ShulkerTooltip-1.9.3.jar Shulker Tooltip {shulkertooltip@1.9.3 CREATE_REGISTRIES}
  147. TorchBandolier-1.15.2-1.4.0+8.jar Torch Bandolier {torchbandolier@1.4.0+8 CREATE_REGISTRIES}
  148. OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
  149. flexible_skills-1.15.2-1.2.1-beta.jar Flexible Skills Mod {flexible_skills@1.2.1-beta CREATE_REGISTRIES}
  150. DoubleSlabs-1.15-2.2.4.jar Double Slabs {doubleslabs@2.2.4 CREATE_REGISTRIES}
  151. lostcities-1.15-3.0.1-alpha.jar LostCities {lostcities@1.15-3.0.1-alpha CREATE_REGISTRIES}
  152. elevatorid-1.15.2-1.7.0.jar Elevator Mod {elevatorid@1.15.2-1.7.0 CREATE_REGISTRIES}
  153. structurize-0.10.282-RELEASE.jar Structurize {structurize@0.10.282-RELEASE CREATE_REGISTRIES}
  154. DurabilityViewer-1.15.2-forge31.1.30-1.7.jar Giselbaers Durability Viewer {durabilityviewer@NONE CREATE_REGISTRIES}
  155. the_bumblezone-1.15.2-1.2.0.jar The Bumblezone {the_bumblezone@1.15.2-1.2.0 CREATE_REGISTRIES}
  156. CloudBoots-1.15.2-2.0.0.jar Cloud Boots Mod {cloudboots@2.0.0 CREATE_REGISTRIES}
  157. UtilityWorlds-1.15.2_1.1.0.jar Utility Worlds {utilityworlds@1.1.0 CREATE_REGISTRIES}
  158. speedyladders-1.15.2-1.jar Speedy Ladders {speedyladders@1.15.2-1 CREATE_REGISTRIES}
  159. ScalingHealth-1.15.2-3.0.3+52.jar Scaling Health {scalinghealth@3.0.3+52 CREATE_REGISTRIES}
  160. QuantumStorage-1.15.2-5.1.1.jar QuantumStorage {quantumstorage@NONE CREATE_REGISTRIES}
  161. SuperTools-1.1_1.15.2.jar Super Tools {supertools@1.1 CREATE_REGISTRIES}
  162. lootbagmod-1.15.1-1.5.2.jar Loot Bag Mod {lootbagmod@1.15.1-1.5.2 CREATE_REGISTRIES}
  163. farlanders-1.15.2-1.1.2.jar The Farlanders {farlanders@1.1.2 CREATE_REGISTRIES}
  164. Launched Version: 1.15.2-forge-31.1.12
  165. Backend library: LWJGL version 3.2.2 build 10
  166. Backend API: Intel(R) HD Graphics 620 GL version 4.4.0 - Build 21.20.16.4627, Intel
  167. GL Caps: Using framebuffer using OpenGL 3.0
  168. Using VBOs: Yes
  169. Is Modded: Definitely; Client brand changed to 'forge'
  170. Type: Client (map_client.txt)
  171. CPU: 4x Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement