Advertisement
Pfidget

minecraft 1.14 crash

Nov 12th, 2019
2,793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.94 KB | None | 0 0
  1. Time: 11/12/19 4:04 PM
  2. Description: Initializing game
  3.  
  4. java.lang.NullPointerException: Initializing game
  5. at net.minecraft.client.renderer.color.ItemColors.func_199877_a(ItemColors.java:95) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  6. at com.integral.enigmaticlegacy.EnigmaticLegacy.onColorInit(EnigmaticLegacy.java:640) ~[?:1.0] {re:classloading}
  7. at net.minecraftforge.eventbus.ASMEventHandler_247_EnigmaticLegacy_onColorInit_Item.invoke(.dynamic) ~[?:?] {}
  8. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
  9. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
  10. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1] {re:classloading}
  11. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
  12. at net.minecraftforge.fml.ModLoader$$Lambda$3408/856511870.accept(Unknown Source) ~[?:?] {}
  13. at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
  14. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
  15. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
  16. at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:189) ~[?:?] {re:classloading}
  17. at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  18. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  19. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  20. at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
  24. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
  25. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.87.jar:28.1] {}
  26. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$401/1579823168.call(Unknown Source) [forge-1.14.4-28.1.87.jar:28.1] {}
  27. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
  28. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
  29. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
  30. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
  31. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}
  32.  
  33.  
  34. A detailed walkthrough of the error, its code path and all known details is as follows:
  35. ---------------------------------------------------------------------------------------
  36.  
  37. -- Head --
  38. Thread: Client thread
  39. Stacktrace:
  40. at net.minecraft.client.renderer.color.ItemColors.func_199877_a(ItemColors.java:95)
  41. at com.integral.enigmaticlegacy.EnigmaticLegacy.onColorInit(EnigmaticLegacy.java:640)
  42. at net.minecraftforge.eventbus.ASMEventHandler_247_EnigmaticLegacy_onColorInit_Item.invoke(.dynamic)
  43. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
  44. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  45. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
  46. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
  47. at net.minecraftforge.fml.ModLoader$$Lambda$3408/856511870.accept(Unknown Source)
  48. at java.util.HashMap.forEach(HashMap.java:1280)
  49. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
  50. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
  51. at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:189)
  52. at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84)
  53. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503)
  54.  
  55. -- Initialization --
  56. Details:
  57. Stacktrace:
  58. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
  59. at net.minecraft.client.main.Main.main(SourceFile:155)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  62. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  63. at java.lang.reflect.Method.invoke(Method.java:497)
  64. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  65. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$401/1579823168.call(Unknown Source)
  66. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  67. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  68. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  69. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  70. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  71.  
  72. -- System Details --
  73. Details:
  74. Minecraft Version: 1.14.4
  75. Minecraft Version ID: 1.14.4
  76. Operating System: Windows 10 (amd64) version 10.0
  77. Java Version: 1.8.0_51, Oracle Corporation
  78. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  79. Memory: 980468048 bytes (935 MB) / 3077046272 bytes (2934 MB) up to 7352614912 bytes (7012 MB)
  80. CPUs: 8
  81. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx7887m -Xms256m -XX:PermSize=256m
  82. ModLauncher: 4.1.0+62+5bfa59b
  83. ModLauncher launch target: fmlclient
  84. ModLauncher naming: srg
  85. ModLauncher services:
  86. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  87. /forge-1.14.4-28.1.87.jar object_holder_definalize PLUGINSERVICE
  88. /forge-1.14.4-28.1.87.jar runtime_enum_extender PLUGINSERVICE
  89. /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
  90. /forge-1.14.4-28.1.87.jar capability_inject_definalize PLUGINSERVICE
  91. /forge-1.14.4-28.1.87.jar runtimedistcleaner PLUGINSERVICE
  92. /forge-1.14.4-28.1.87.jar fml TRANSFORMATIONSERVICE
  93. FML: 28.1
  94. Forge: net.minecraftforge:28.1.87
  95. FML Language Providers:
  96. minecraft@1
  97. Mod List:
  98. clayconversion-1.14-1.0.jar Clay Conversion {[email protected] CREATE_REGISTRIES}
  99. AdvancedSkinCustomization-2.6.jar Advanced Skin Customization {[email protected] CREATE_REGISTRIES}
  100. upsizer-mc1.14.4-5.0b2.jar Upsizer {[email protected] CREATE_REGISTRIES}
  101. curiousshulkerboxes-FORGE-1.14.4-1.0.0.1.jar Curious Shulker Boxes {[email protected] CREATE_REGISTRIES}
  102. prefab-1.4.0.7.jar Prefab {[email protected] CREATE_REGISTRIES}
  103. BetterSigns-1.0_v1.14.4.jar Better Signs {[email protected] CREATE_REGISTRIES}
  104. SilentMechanisms-1.14.4-0.6.8+41.jar Silent's Mechanisms {[email protected]+41 CREATE_REGISTRIES}
  105. MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {[email protected] CREATE_REGISTRIES}
  106. bambooeverything-1.14-1.4.0.jar Bamboo Everything {[email protected] CREATE_REGISTRIES}
  107. modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {[email protected] CREATE_REGISTRIES}
  108. KleeSlabs_1.14.4-7.4.7.jar KleeSlabs {[email protected] CREATE_REGISTRIES}
  109. glassential-forge-1.14.4-1.1.1.jar Glassential {[email protected] CREATE_REGISTRIES}
  110. JRFTL [1.14.4]-1.1.jar JRFTL {[email protected] CREATE_REGISTRIES}
  111. Controlling-5.0.4.jar Controlling {[email protected] CREATE_REGISTRIES}
  112. Placebo-1.14.4-2.3.5.jar Placebo {[email protected] CREATE_REGISTRIES}
  113. dankstorage-1.10a.jar Dank Storage {[email protected] CREATE_REGISTRIES}
  114. Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version CREATE_REGISTRIES}
  115. u_team_core-1.14.4-2.7.8.138.jar U Team Core {[email protected] CREATE_REGISTRIES}
  116. Apotheosis-1.14.4-2.4.4.jar Apotheosis {[email protected] CREATE_REGISTRIES}
  117. Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
  118. WaterStrainer-1.14.4-7.0.2.jar Water Strainer {[email protected] CREATE_REGISTRIES}
  119. shulkerbox-1.7.0.jar Advanced Shulkerboxes {[email protected] CREATE_REGISTRIES}
  120. moreprog-1.14.4-0.4.4.jar MoreProgression {[email protected] CREATE_REGISTRIES}
  121. CarryOn MC1.14.4 v1.12.4.jar Carry On {[email protected] CREATE_REGISTRIES}
  122. mysticallib-1.14.4-1.7.0.jar Mystical Lib {[email protected] CREATE_REGISTRIES}
  123. useful_backpacks-1.14.4-1.7.4.46.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
  124. embellishcraft-1.14.4-1.3.1.jar EmbellishCraft {[email protected] CREATE_REGISTRIES}
  125. Glowglass-1.14.4-1.1.jar Glowglass {[email protected] CREATE_REGISTRIES}
  126. BetterCrates-1.14.4-1.0.1.jar Better Crates {[email protected] CREATE_REGISTRIES}
  127. valkyrielib-3.0.0.8.jar ValkyrieLib {[email protected] CREATE_REGISTRIES}
  128. SilentGear-1.14.4-1.4.4+70.jar Silent Gear {[email protected]+70 CREATE_REGISTRIES}
  129. extcaves-1.3.3.jar Extended Caves {[email protected] CREATE_REGISTRIES}
  130. simplefarming-1.14.4-1.2.2.jar Simple Farming {[email protected] CREATE_REGISTRIES}
  131. ferroustry-1.3b.jar Ferroustry {[email protected] CREATE_REGISTRIES}
  132. curios-FORGE-1.14.4-1.0.5.2.jar Curios API {[email protected] CREATE_REGISTRIES}
  133. sisser-1.1.jar Sisser {[email protected] CREATE_REGISTRIES}
  134. corail_woodcutter-1.0.6-1.14.4.jar Corail Woodcutter {[email protected] CREATE_REGISTRIES}
  135. RandomThings-MC1.14.4-5.0.1.jar Random Things {[email protected] CREATE_REGISTRIES}
  136. extlights-1.6.jar Extended Lights {[email protected] CREATE_REGISTRIES}
  137. ClothConfig2-1.4.1.jar Cloth Config Forge v2 API {[email protected] CREATE_REGISTRIES}
  138. OreExcavation-1.6.141.jar Ore Excavation {[email protected] CREATE_REGISTRIES}
  139. cg_1.14-1.0.jar Crying Ghasts {[email protected] CREATE_REGISTRIES}
  140. EnigmaticLegacy-1.6.2.jar Enigmatic Legacy {[email protected] CREATE_REGISTRIES}
  141. ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {[email protected] CREATE_REGISTRIES}
  142. furniture-7.0.0-pre11-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
  143. shulkerdt_1.14-1.1.jar Shulker Drops Two {[email protected] CREATE_REGISTRIES}
  144. AI-Improvements-1.14.4-0.3.0.jar AI-Improvements {[email protected] CREATE_REGISTRIES}
  145. tramplestopper-1.14.4-2.0.0.26-universal.jar Trample Stopper {[email protected] CREATE_REGISTRIES}
  146. nametagswithoutanvil-1.1.jar Example Mod {[email protected] CREATE_REGISTRIES}
  147. Charm-1.14.4-1.3.4.jar Charm {[email protected] CREATE_REGISTRIES}
  148. bwncr-1.14.4-3.5.11.jar Bad Wither No Cookie Reloaded {[email protected] CREATE_REGISTRIES}
  149. classicbar-2.0.0a.jar Classic Bar {[email protected] CREATE_REGISTRIES}
  150. FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 CREATE_REGISTRIES}
  151. CleanView-1.14.4-v1.jar CleanView {[email protected] CREATE_REGISTRIES}
  152. compact-2.6a.jar Compressed {[email protected] CREATE_REGISTRIES}
  153. Cyclic-1.14.4-0.0.12.jar Cyclic {[email protected] CREATE_REGISTRIES}
  154. lenientcreepers-1.14.x-v1.0.1.jar LenientCreepers {[email protected] CREATE_REGISTRIES}
  155. inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {[email protected] CREATE_REGISTRIES}
  156. Cucumber-1.14.4-2.0.5.jar Cucumber Library {[email protected] CREATE_REGISTRIES}
  157. TrashSlot_1.14.4-10.4.7.jar TrashSlot {[email protected] CREATE_REGISTRIES}
  158. EquipmentTooltips-1.14.4-1.3.2+10.jar Equipment Tooltips {[email protected]+10 CREATE_REGISTRIES}
  159. craftingstation-2.1.1.jar Crafting Station {[email protected] CREATE_REGISTRIES}
  160. jei-1.14.4-6.0.0.25.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
  161. Druidcraft-1.14-0.2.32.jar Druidcraft {[email protected] CREATE_REGISTRIES}
  162. BirdsNestsAndTreasures-1.14.4-1.0.0.jar Birds Nests & Treasures {[email protected] CREATE_REGISTRIES}
  163. Upgrade Aquatic Wave Three v6 - Beta 1.0.8.jar Upgrade Aquatic {[email protected] CREATE_REGISTRIES}
  164. extraboats-1.1.2-1.14.4.jar Extra Boats {[email protected] CREATE_REGISTRIES}
  165. create-mc1.14.4_v0.1.1a.jar Create {[email protected] CREATE_REGISTRIES}
  166. yoyos_1.14.4-2.0.1.5.jar Yoyos {[email protected] ERROR}
  167. WallpaperCraft-1.14.4-1.0.5.jar Wallpapercraft {[email protected] CREATE_REGISTRIES}
  168. Clumps-4.0.0.jar Clumps {[email protected] CREATE_REGISTRIES}
  169. LightOverlay-3.6.2.jar Light Overlay Forge {[email protected] CREATE_REGISTRIES}
  170. SimpleStorageNetwork-1.14.4-0.1.0.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
  171. PyramidPlunder-1.14.4-1.1.jar Pyramid Plunder {[email protected] CREATE_REGISTRIES}
  172. DungeonCrawl-1.14.4-1.5.1.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES}
  173. The-Endergetic-Expansion-1.14.4-v1.0.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
  174. voyage-1.0.0.jar Voyage {[email protected] CREATE_REGISTRIES}
  175. mysticalworld-1.14.4-1.6.6.jar Mystical World {[email protected] CREATE_REGISTRIES}
  176. forge-1.14.4-28.1.87-universal.jar Forge {[email protected] CREATE_REGISTRIES}
  177. goprone-1.14.x-1.1.0.jar GoProne {[email protected] CREATE_REGISTRIES}
  178. Explorercraft-1.14.4-3.2.4.jar Explorercraft {[email protected] CREATE_REGISTRIES}
  179. exp_bottling-1.14.4-3.jar EXP Bottling {[email protected] CREATE_REGISTRIES}
  180. MiniCoal2-1.14.4-0.0.1-universal.jar MiniCoal 2 {minicoal2@{{version}} CREATE_REGISTRIES}
  181. compressed_items-1.14.4-1.1.jar Compressed Items {[email protected] CREATE_REGISTRIES}
  182. CraftingTweaks_1.14.4-10.1.4.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES}
  183. forge-1.14.4-28.1.87-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
  184. Craft_and_Hunt_V0.9.3_MC_1.14.4.jar Craft and Hunt {[email protected] CREATE_REGISTRIES}
  185. EnchantmentDescriptions-1.14.4-1.3.8.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES}
  186. swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES}
  187. MouseTweaks-2.12-mc1.14.4.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
  188. SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 CREATE_REGISTRIES}
  189. ceilingtorch-1.14.4-v1.2.3.jar Ceiling Torch {[email protected] CREATE_REGISTRIES}
  190. LargeFluidTank-14.8.4.jar FluidTank {[email protected] CREATE_REGISTRIES}
  191. ShulkerTooltip-1.9.jar Shulker Tooltip {[email protected] CREATE_REGISTRIES}
  192. gravestone-1.15.2.jar Gravestone Mod {[email protected] CREATE_REGISTRIES}
  193. PickleTweaks-1.14.4-3.0.6.jar Pickle Tweaks {[email protected] CREATE_REGISTRIES}
  194. AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {[email protected] CREATE_REGISTRIES}
  195. mobcatcher-1.2b.jar Mob Catcher {[email protected] CREATE_REGISTRIES}
  196. solcarrot-1.14.4-1.9.3.jar Spice of Life: Carrot Edition {[email protected] CREATE_REGISTRIES}
  197. SilentGems-1.14.4-3.4.6+79.jar Silent's Gems 3 {[email protected]+79 CREATE_REGISTRIES}
  198. FriendlyFire-1.14.4-3.0.1.jar FriendlyFire {[email protected] CREATE_REGISTRIES}
  199. forgemod_VoxelMap-1.9.13b_for_1.14.4.jar VoxelMap {[email protected] CREATE_REGISTRIES}
  200. Launched Version: forge-28.1.87
  201. LWJGL: 3.2.2 build 10
  202. OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 23.20.16.4973, Intel
  203. GL Caps: Using GL 1.3 multitexturing.
  204. Using GL 1.3 texture combiners.
  205. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  206. Shaders are available because OpenGL 2.1 is supported.
  207. VBOs are available because OpenGL 1.5 is supported.
  208.  
  209. Using VBOs: Yes
  210. Is Modded: Definitely; Client brand changed to 'forge'
  211. Type: Client (map_client.txt)
  212. Resource Packs: vanilla, file/Unity-1.14.4-Modded-1.0.0.zip, file/Unity-1.14.4-Base-2.0.0.zip, file/Unity-1.14.4-Dark-0.1.1.zip, file/Alternative Diamond.zip
  213. Current Language: English (US)
  214. CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement