Advertisement
Dvineaspect

Untitled

Apr 18th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.26 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I let you down. Sorry :(
  3.  
  4. Time: 4/18/20 1:54 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  9. at net.blay09.mods.cookingforblockheads.client.TileEntityRenderers.initBlockColors(TileEntityRenderers.java:36) ~[?:7.4.4] {re:classloading}
  10. at net.minecraftforge.eventbus.ASMEventHandler_18_TileEntityRenderers_initBlockColors_Block.invoke(.dynamic) ~[?:?] {}
  11. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
  12. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
  13. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1] {re:classloading}
  14. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
  15. at java.util.HashMap.forEach(Unknown Source) ~[?:1.8.0_211] {}
  16. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
  17. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
  18. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:194) ~[?:?] {re:classloading}
  19. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  20. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  21. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  22. at net.minecraft.client.main.Main.main(SourceFile:155) ~[minecraft-1.14.4-client.jar:?] {re:classloading}
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211] {}
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211] {}
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211] {}
  26. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211] {}
  27. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) ~[forge-1.14.4-28.1.114-launcher.jar:28.1] {}
  28. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
  29. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
  30. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
  31. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
  32. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}
  33. at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:39) [ForgeWrapper-1.4.1.jar:?] {}
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211] {}
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211] {}
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211] {}
  37. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211] {}
  38. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
  39. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
  40. at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
  41. at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {}
  42.  
  43.  
  44. A detailed walkthrough of the error, its code path and all known details is as follows:
  45. ---------------------------------------------------------------------------------------
  46.  
  47. -- Head --
  48. Thread: Client thread
  49. Stacktrace:
  50. at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
  51. at net.blay09.mods.cookingforblockheads.client.TileEntityRenderers.initBlockColors(TileEntityRenderers.java:36)
  52. at net.minecraftforge.eventbus.ASMEventHandler_18_TileEntityRenderers_initBlockColors_Block.invoke(.dynamic)
  53. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
  54. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  55. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
  56. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
  57. at java.util.HashMap.forEach(Unknown Source)
  58. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
  59. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
  60. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:194)
  61. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
  62. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
  63.  
  64. -- Initialization --
  65. Details:
  66. Stacktrace:
  67. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
  68. at net.minecraft.client.main.Main.main(SourceFile:155)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  72. at java.lang.reflect.Method.invoke(Unknown Source)
  73. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  74. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  75. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  76. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  77. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  78. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  79. at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:39)
  80. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  81. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  82. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  83. at java.lang.reflect.Method.invoke(Unknown Source)
  84. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  85. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  86. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  87. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  88.  
  89. -- System Details --
  90. Details:
  91. Minecraft Version: 1.14.4
  92. Minecraft Version ID: 1.14.4
  93. Operating System: Windows 10 (amd64) version 10.0
  94. Java Version: 1.8.0_211, Oracle Corporation
  95. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  96. Memory: 2040875904 bytes (1946 MB) / 2736783360 bytes (2610 MB) up to 4772593664 bytes (4551 MB)
  97. CPUs: 8
  98. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx5120m
  99. ModLauncher: 4.1.0+62+5bfa59b
  100. ModLauncher launch target: fmlclient
  101. ModLauncher naming: srg
  102. ModLauncher services:
  103. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  104. /forge-1.14.4-28.1.114-launcher.jar object_holder_definalize PLUGINSERVICE
  105. /forge-1.14.4-28.1.114-launcher.jar runtime_enum_extender PLUGINSERVICE
  106. /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
  107. /forge-1.14.4-28.1.114-launcher.jar capability_inject_definalize PLUGINSERVICE
  108. /forge-1.14.4-28.1.114-launcher.jar runtimedistcleaner PLUGINSERVICE
  109. /forge-1.14.4-28.1.114-launcher.jar fml TRANSFORMATIONSERVICE
  110. FML: 28.1
  111. Forge: net.minecraftforge:28.1.114
  112. FML Language Providers:
  113. javafml@28.1
  114. minecraft@1
  115. kotlinfml@1.4.0
  116. Mod List:
  117. NetherPortalFix_1.14.4-7.0.0.jar NetherPortalFix {netherportalfix@7.0.0 CREATE_REGISTRIES}
  118. Bountiful Baubles-1.14.4-0.0.3.jar Bountiful Baubles {bountifulbaubles@NONE ERROR}
  119. jei-1.14.4-6.0.0.27.jar Just Enough Items {jei@6.0.0.27 CREATE_REGISTRIES}
  120. Druidcraft-1.14-0.3.1.jar Druidcraft {druidcraft@0.3.1 ERROR}
  121. Upgrade-Aquatic-1.14.4-v1.4.10.jar Upgrade Aquatic {upgrade_aquatic@1.4.9 CREATE_REGISTRIES}
  122. findme-1.14.4-1.1.0.13.jar Find Me {findme@NONE CREATE_REGISTRIES}
  123. essentials-1.14.4-2.6.7.jar Essentials {essentials@1.14.4-2.6.7 ERROR}
  124. create-mc1.14.4_v0.2.2b.jar Create {create@mc1.14-0.2.2b CREATE_REGISTRIES}
  125. Waystones_1.14.4-5.1.1.jar Waystones {waystones@5.1.1 CREATE_REGISTRIES}
  126. xnet-1.14-1.8.7-alpha.jar XNet {xnet@1.14-1.8.7-alpha ERROR}
  127. journeymap-1.14.4-5.7.0b1.jar Journeymap {journeymap@1.14.4-5.7.0b1 CREATE_REGISTRIES}
  128. CookingForBlockheads_1.14.4-7.4.4.jar Cooking for Blockheads {cookingforblockheads@7.4.4 CREATE_REGISTRIES}
  129. Controlling-5.0.7.jar Controlling {controlling@5.0.6 CREATE_REGISTRIES}
  130. citadel-1.0.4-1.14.4.jar Citadel {citadel@1.0.4 CREATE_REGISTRIES}
  131. theloader-1.14.4-1.0.0.jar The Loader {theloader@1.14.4-1.0.0 CREATE_REGISTRIES}
  132. Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version CREATE_REGISTRIES}
  133. NomadicTents-1.14.4-10.1.1.jar Nomadic Tents {nomadictents@10.1.1 CREATE_REGISTRIES}
  134. DungeonCrawl-1.14.4-1.6.3.jar Dungeon Crawl {dungeoncrawl@1.6.3 CREATE_REGISTRIES}
  135. MutantBeasts-1.14.4-1.0.0.jar Mutant Beasts {mutantbeasts@1.14.4-1.0.0 CREATE_REGISTRIES}
  136. FarmingForBlockheads_1.14.4-5.3.2.jar Farming for Blockheads {farmingforblockheads@5.3.2 CREATE_REGISTRIES}
  137. Bookshelf-1.14.4-4.4.71.jar Bookshelf {bookshelf@4.4.71 CREATE_REGISTRIES}
  138. mcjtylib-1.14-3.5.17-alpha.jar McJtyLib {mcjtylib@1.14-3.5.17-alpha ERROR}
  139. rftoolsbase-1.14-0.0.12-alpha.jar RFToolsBase {rftoolsbase@1.14-0.0.12-alpha ERROR}
  140. restrictions-1.14-1.3.10.jar Restrictions {restrictions@1.14-1.3.10 CREATE_REGISTRIES}
  141. DarkUtilities-1.14.4-2.0.13.jar Dark Utilities {darkutils@2.0.13 CREATE_REGISTRIES}
  142. ironshulkerboxes-1.14.4-3.1.12.jar Iron Shulker Boxes {ironshulkerbox@1.14.4-3.1.12 CREATE_REGISTRIES}
  143. Morpheus-1.14.4-4.2.44.jar Morpheus {morpheus@version CREATE_REGISTRIES}
  144. Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
  145. JEITweaker-1.14.4-1.0.0.jar JEI Tweaker {jeitweaker@1.0.0 CREATE_REGISTRIES}
  146. CarryOn MC1.14.4 v1.12.4.jar Carry On {carryon@1.12.4 ERROR}
  147. CraftTweaker-1.14.4-5.0.1.174.jar CraftTweaker {crafttweaker@5.0.1.174 CREATE_REGISTRIES}
  148. rftoolspower-1.14-1.2.12-alpha.jar RFToolsPower {rftoolspower@1.14-1.2.12-alpha ERROR}
  149. mysticalworld-1.14.4-1.9.0.jar Mystical World {mysticalworld@1.14.4-1.9.0 CREATE_REGISTRIES}
  150. swampexpansion-1.4.9.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
  151. forge-1.14.4-28.1.114-universal.jar Forge {forge@28.1.114 CREATE_REGISTRIES}
  152. QuickLeafDecay-MC1.14.4-1.2.5.jar Quick Leaf Decay {quickleafdecay@1.2.5 CREATE_REGISTRIES}
  153. mysticallib-1.14.4-1.16.1.jar Mystical Lib {mysticallib@1.14.4-1.16.1 CREATE_REGISTRIES}
  154. ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 CREATE_REGISTRIES}
  155. infernalmobs-1.14.4.6.jar Infernal Mobs {infernalmobs@1.14.4.6 CREATE_REGISTRIES}
  156. forge-1.14.4-28.1.114-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
  157. industrial-foregoing-1.14.4-2.1.2-582ea8b.jar Industrial Foregoing {industrialforegoing@2.1.2 CREATE_REGISTRIES}
  158. rftoolsutility-1.14-1.2.14-alpha.jar RFToolsUtility {rftoolsutility@1.14-1.2.14-alpha ERROR}
  159. titanium-1.14.4-2.2.10.jar Titanium {titanium@2.2.10 CREATE_REGISTRIES}
  160. BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.259 CREATE_REGISTRIES}
  161. astral-1.0.3.jar Astral {astral@1.0.3 CREATE_REGISTRIES}
  162. Futurepack-1.14.4-28.0.75.jar Futurepack {futurepack@28.0.75 CREATE_REGISTRIES}
  163. Kathairis-1.14.4-alpha-0.16.jar Kathairis {kathairis@version CREATE_REGISTRIES}
  164. rftoolsbuilder-1.14-1.2.12-alpha.jar RFToolsBuilder {rftoolsbuilder@1.14-1.2.12-alpha ERROR}
  165. portality-1.14.4-2.0.4-b0b3467.jar Portality {portality@2.0.4 CREATE_REGISTRIES}
  166. foamdome-3.0.0.jar Foam Dome {foamdome@3.0.0 CREATE_REGISTRIES}
  167. curios-FORGE-1.14.4-1.0.6.1.jar Curios API {curios@FORGE-1.14.4-1.0.6.1 CREATE_REGISTRIES}
  168. Botania r1.11-379.jar Botania {botania@r1.11-379 CREATE_REGISTRIES}
  169. SpartanShields-1.14.4-2.0.0.jar Spartan Shields {spartanshields@2.0.0 CREATE_REGISTRIES}
  170. Patchouli-1.14.4-1.1-26.jar Patchouli {patchouli@1.14.4-1.1-25 CREATE_REGISTRIES}
  171. AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 CREATE_REGISTRIES}
  172. Quark-r2.0-212.jar Quark {quark@r2.0-212 CREATE_REGISTRIES}
  173. rftoolsstorage-1.14-0.0.7-alpha.jar RFToolsStorage {rftoolsstorage@1.14-0.0.7-alpha ERROR}
  174. rats-4.1.1-1.14.4.jar Rats {rats@4.1.1 CREATE_REGISTRIES}
  175. pamhc2foodcore-1.14.4-1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version CREATE_REGISTRIES}
  176. RandomThings-MC1.14.4-5.0.1.jar Random Things {randomthings@5.0.1 CREATE_REGISTRIES}
  177. performant-1.14.4-1.5.jar Performant {performant@1.5 CREATE_REGISTRIES}
  178. lostcities-1.14-2.0.28-alpha.jar LostCities {lostcities@1.14-2.0.28-alpha ERROR}
  179. structurize-0.10.245-ALPHA.jar Structurize {structurize@0.10.245-ALPHA CREATE_REGISTRIES}
  180. Resources-1.14.4-1.0.0.jar McCivilizations: Resources {resources@1.14.4-1.0.0 CREATE_REGISTRIES}
  181. minecolonies-0.10.715-RELEASE-universal.jar Minecolonies {minecolonies@0.10.715-RELEASE CREATE_REGISTRIES}
  182. SpartanWeaponry-1.14.4-2.0.0-alpha-3.jar Spartan Weaponry {spartanweaponry@2.0.0 alpha 3 CREATE_REGISTRIES}
  183. RefinedRelocation_1.14.4-6.3.0.jar Refined Relocation {refinedrelocation@6.3.0 CREATE_REGISTRIES}
  184. Aquaculture-1.14.4-2.0.7.jar Aquaculture 2 {aquaculture@1.14.4-2.0.7 CREATE_REGISTRIES}
  185. StevesFactoryManager-1.14.4-3.0.0-alpha26+hotfix.jar Steve's Factory Manager {sfm@1.14.4-3.0.0-alpha CREATE_REGISTRIES}
  186. Cyclic-1.14.4-0.1.4.jar Cyclic {cyclic@1.14.4-0.1.4 CREATE_REGISTRIES}
  187. Launched Version: MultiMC5
  188. LWJGL: 3.2.2 build 10
  189. OpenGL: AMD Radeon (TM) R7 360 Series GL version 4.6.13571 Compatibility Profile Context 19.9.2 26.20.13003.1007, ATI Technologies Inc.
  190. GL Caps: Using GL 1.3 multitexturing.
  191. Using GL 1.3 texture combiners.
  192. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  193. Shaders are available because OpenGL 2.1 is supported.
  194. VBOs are available because OpenGL 1.5 is supported.
  195.  
  196. Using VBOs: Yes
  197. Is Modded: Definitely; Client brand changed to 'forge'
  198. Type: Client (map_client.txt)
  199. Resource Packs:
  200. Current Language: English (US)
  201. CPU: 8x AMD FX(tm)-8320 Eight-Core Processor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement