Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.52 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Sorry :(
  3.  
  4. Time: 11/14/19 1:28 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 me.desht.modularrouters.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:35) ~[?:1.14.4-5.1.1-5] {re:classloading}
  10. at net.minecraftforge.eventbus.ASMEventHandler_62_ColorHandlers_registerBlockColorHandlers_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 net.minecraftforge.fml.ModLoader$$Lambda$3137/695975233.accept(Unknown Source) ~[?:?] {}
  16. at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
  17. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
  18. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
  19. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:184) ~[?:?] {re:classloading}
  20. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  21. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  22. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  23. at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
  27. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
  28. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.90.jar:28.1] {}
  29. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$407/1768639125.call(Unknown Source) [forge-1.14.4-28.1.90.jar:28.1] {}
  30. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
  31. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
  32. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
  33. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
  34. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- Head --
  41. Thread: Client thread
  42. Stacktrace:
  43. at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
  44. at me.desht.modularrouters.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:35)
  45. at net.minecraftforge.eventbus.ASMEventHandler_62_ColorHandlers_registerBlockColorHandlers_Block.invoke(.dynamic)
  46. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
  47. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  48. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
  49. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
  50. at net.minecraftforge.fml.ModLoader$$Lambda$3137/695975233.accept(Unknown Source)
  51. at java.util.HashMap.forEach(HashMap.java:1280)
  52. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
  53. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
  54. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:184)
  55. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
  56. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
  57.  
  58. -- Initialization --
  59. Details:
  60. Stacktrace:
  61. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
  62. at net.minecraft.client.main.Main.main(SourceFile:155)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:497)
  67. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  68. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$407/1768639125.call(Unknown Source)
  69. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  70. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  71. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  72. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  73. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  74.  
  75. -- System Details --
  76. Details:
  77. Minecraft Version: 1.14.4
  78. Minecraft Version ID: 1.14.4
  79. Operating System: Windows 8.1 (amd64) version 6.3
  80. Java Version: 1.8.0_51, Oracle Corporation
  81. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  82. Memory: 2399779544 bytes (2288 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
  83. CPUs: 4
  84. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  85. ModLauncher: 4.1.0+62+5bfa59b
  86. ModLauncher launch target: fmlclient
  87. ModLauncher naming: srg
  88. ModLauncher services:
  89. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  90. /forge-1.14.4-28.1.90.jar object_holder_definalize PLUGINSERVICE
  91. /forge-1.14.4-28.1.90.jar runtime_enum_extender PLUGINSERVICE
  92. /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
  93. /forge-1.14.4-28.1.90.jar capability_inject_definalize PLUGINSERVICE
  94. /forge-1.14.4-28.1.90.jar runtimedistcleaner PLUGINSERVICE
  95. /forge-1.14.4-28.1.90.jar fml TRANSFORMATIONSERVICE
  96. FML: 28.1
  97. Forge: net.minecraftforge:28.1.90
  98. FML Language Providers:
  99. javafml@28.1
  100. minecraft@1
  101. kotori_scala@2.13.1
  102. Mod List:
  103. CyclopsCore-1.14.4-1.5.5.jar Cyclops Core {cyclopscore@1.5.5 CREATE_REGISTRIES}
  104. Cucumber-1.14.4-2.0.5.jar Cucumber Library {cucumber@2.0.5 CREATE_REGISTRIES}
  105. TrashSlot_1.14.4-10.4.7.jar TrashSlot {trashslot@10.4.7 CREATE_REGISTRIES}
  106. craftingstation-2.1.2.jar Crafting Station {craftingstation@2.1.2 CREATE_REGISTRIES}
  107. bountifulbaubles-1.14.4-0.0.2.jar Bountiful Baubles {bountifulbaubles@NONE CREATE_REGISTRIES}
  108. BetterThanBunnies-1.14.4-1.2.0.jar Better Than Bunnies {betterthanbunnies@1.2.0 CREATE_REGISTRIES}
  109. jei-1.14.4-6.0.0.25.jar Just Enough Items {jei@6.0.0.25 CREATE_REGISTRIES}
  110. metalbarrels-1.4.jar Metal Barrels {metalbarrels@1.4 CREATE_REGISTRIES}
  111. longfallboots-1.3.0a.jar Long Fall Boots {longfallboots@1.3.0a CREATE_REGISTRIES}
  112. Druidcraft-1.14-0.2.32.jar Druidcraft {druidcraft@0.2.32 CREATE_REGISTRIES}
  113. caelus-FORGE-1.14.4-1.0.1.1.jar Caelus API {caelus@FORGE-1.14.4-1.0.1.1 CREATE_REGISTRIES}
  114. SilentMechanisms-1.14.4-0.6.8+41.jar Silent's Mechanisms {silents_mechanisms@0.6.8+41 CREATE_REGISTRIES}
  115. modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {modnametooltip@1.12.1 CREATE_REGISTRIES}
  116. KleeSlabs_1.14.4-7.4.7.jar KleeSlabs {kleeslabs@7.4.7 CREATE_REGISTRIES}
  117. colytra-FORGE-1.14.4-2.0.0.1.jar Colytra {colytra@FORGE-1.14.4-2.0.0.1 CREATE_REGISTRIES}
  118. IronJetpacks-1.14.4-2.0.3.jar Iron Jetpacks {ironjetpacks@2.0.3 CREATE_REGISTRIES}
  119. create-mc1.14.4_v0.1.1a.jar Create {create@0.1.1a CREATE_REGISTRIES}
  120. BetterCaves-1.14.4-1.0.1.jar YUNG's Better Caves {bettercaves@1.14.4-1.0.1 CREATE_REGISTRIES}
  121. Clumps-4.0.0.jar Clumps {clumps@4.0.0 CREATE_REGISTRIES}
  122. JRFTL [1.14.4]-1.1.jar JRFTL {jrftl@1.1 CREATE_REGISTRIES}
  123. Controlling-5.0.4.jar Controlling {controlling@5.0.4 CREATE_REGISTRIES}
  124. Placebo-1.14.4-2.3.5.jar Placebo {placebo@2.3.5 CREATE_REGISTRIES}
  125. comforts-FORGE-1.14.4-2.0-beta3.jar Comforts {comforts@FORGE-1.14.4-2.0-beta3 CREATE_REGISTRIES}
  126. NoFog-1.14b2.jar NoFog {nofog@1.14b2 CREATE_REGISTRIES}
  127. angelblock-1.0a.jar Angel Block {angelblock@1.0a CREATE_REGISTRIES}
  128. Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version CREATE_REGISTRIES}
  129. WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {wstweaks@3.1.0 CREATE_REGISTRIES}
  130. cofh_core-1.14.4-0.1.1b.jar CoFH Core {cofh_core@0.1.1b CREATE_REGISTRIES}
  131. u_team_core-1.14.4-2.7.8.138.jar U Team Core {uteamcore@2.7.8.138 CREATE_REGISTRIES}
  132. mcjtylib-1.14-3.5.12-alpha.jar McJtyLib {mcjtylib@1.14-3.5.12-alpha CREATE_REGISTRIES}
  133. rftoolsbase-1.14-0.0.9-alpha.jar RFToolsBase {rftoolsbase@1.14-0.0.9-alpha CREATE_REGISTRIES}
  134. Apotheosis-1.14.4-2.4.4.jar Apotheosis {apotheosis@2.4.4 CREATE_REGISTRIES}
  135. travellersboots-1.14.4-1.2.2.jar Traveller's Boots {travellersboots@1.2.2 CREATE_REGISTRIES}
  136. PackingTape-1.14.4-0.9.0.jar Packing Tape {packingtape@0.9.0 CREATE_REGISTRIES}
  137. traverse-1.14.4-2.0.1.jar Traverse {traverse@1.14.4-2.0.1 ERROR}
  138. CraftTweaker-1.14.4-5.0.1.132.jar CraftTweaker {crafttweaker@5.0.1.132 CREATE_REGISTRIES}
  139. rftoolspower-1.14-1.2.9-alpha.jar RFToolsPower {rftoolspower@1.14-1.2.9-alpha CREATE_REGISTRIES}
  140. forge-1.14.4-28.1.90-universal.jar Forge {forge@28.1.90 CREATE_REGISTRIES}
  141. ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 CREATE_REGISTRIES}
  142. CraftingTweaks_1.14.4-10.1.4.jar Crafting Tweaks {craftingtweaks@10.1.4 CREATE_REGISTRIES}
  143. forge-1.14.4-28.1.90-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
  144. Flopper-1.14.4-1.0.4.jar Flopper {flopper@1.0.4 CREATE_REGISTRIES}
  145. useful_backpacks-1.14.4-1.7.4.46.jar Useful Backpacks {usefulbackpacks@1.7.4.46 CREATE_REGISTRIES}
  146. torchmaster-2.0.0-rc1.jar Torchmaster {torchmaster@2.0.0-rc1 CREATE_REGISTRIES}
  147. EnchantmentDescriptions-1.14.4-1.3.8.jar EnchantmentDescriptions {enchdesc@1.3.8 CREATE_REGISTRIES}
  148. theoneprobe-1.14-1.4.37.jar The One Probe {theoneprobe@NONE CREATE_REGISTRIES}
  149. swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {swingthroughgrass@1.14.4-1.3.2 CREATE_REGISTRIES}
  150. AmbientSounds_v3.0.14_mc1.14.4.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
  151. Glowglass-1.14.4-1.1.jar Glowglass {glowglass@1.1 CREATE_REGISTRIES}
  152. Geolosys-1.14.4-4.0.9.jar Geolosys {geolosys@4.0.9 CREATE_REGISTRIES}
  153. SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 CREATE_REGISTRIES}
  154. simplefarming-1.14.4-1.2.2.jar Simple Farming {simplefarming@1.14.4-1.2.2 CREATE_REGISTRIES}
  155. LLOverlayReloaded-1.2.4-mc1.14.4.jar Light Level Overlay Reloaded {llor@1.2.4-mc1.14.4 CREATE_REGISTRIES}
  156. Ding-1.14.4-1.1.0.jar Ding {ding@1.1.0 CREATE_REGISTRIES}
  157. LargeFluidTank-14.8.4.jar FluidTank {fluidtank@14.8.4 CREATE_REGISTRIES}
  158. curios-FORGE-1.14.4-1.0.5.3.jar Curios API {curios@FORGE-1.14.4-1.0.5.3 CREATE_REGISTRIES}
  159. Xaeros_Minimap_1.18.8_Forge_1.14.4.jar Xaero's Minimap {xaerominimap@1.18.8 CREATE_REGISTRIES}
  160. JAOPCA-1.14.4-3.0.0.11.jar JAOPCA {jaopca@3.0.0.11 CREATE_REGISTRIES}
  161. AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 CREATE_REGISTRIES}
  162. Quark-r2.0-199.jar Quark {quark@r2.0-199 CREATE_REGISTRIES}
  163. rftoolsstorage-1.14-0.0.4-alpha.jar RFToolsStorage {rftoolsstorage@1.14-0.0.4-alpha CREATE_REGISTRIES}
  164. gravestone-1.15.2.jar Gravestone Mod {gravestone@1.15.2 CREATE_REGISTRIES}
  165. StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {storagedrawers@1.14.4-6.0.3 CREATE_REGISTRIES}
  166. OreExcavation-1.6.144.jar Ore Excavation {oreexcavation@1.6.144 CREATE_REGISTRIES}
  167. angelring-1.14.4-1.0.1.jar Angel Ring {angelring@1.0.1 CREATE_REGISTRIES}
  168. elevatorid-1.14.4-1.5.2.jar Elevator Mod {elevatorid@1.14.4-1.5.2 CREATE_REGISTRIES}
  169. EnigmaticLegacy-1.6.2.jar Enigmatic Legacy {enigmaticlegacy@1.6.2 CREATE_REGISTRIES}
  170. noRecipeBook_v1.4.1formc1.14.4.jar No Recipe Book {norecipebook@1.4.1 CREATE_REGISTRIES}
  171. ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {chunknogobyebye@1.14.4-1.0.3 CREATE_REGISTRIES}
  172. World-Stripper-1.7.2-1.14.4.jar World Stripper {worldstripper@version CREATE_REGISTRIES}
  173. AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {appleskin@1.0.12 CREATE_REGISTRIES}
  174. moreoverlays-1.16.0.jar More Overlays {moreoverlays@1.16.0 CREATE_REGISTRIES}
  175. modular-routers-1.14.4-5.1.1-5.jar Modular Routers {modularrouters@1.14.4-5.1.1-5 CREATE_REGISTRIES}
  176. clearwater-1.3.jar Clear Water {clearwater@1.3 CREATE_REGISTRIES}
  177. tramplestopper-1.14.4-2.0.0.26-universal.jar Trample Stopper {tramplestopper@1.14.4-2.0.0.26-universal CREATE_REGISTRIES}
  178. Charm-1.14.4-1.3.4.jar Charm {charm@1.14.4-1.3.4 CREATE_REGISTRIES}
  179. FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 CREATE_REGISTRIES}
  180. CosmeticArmorReworked-1.14.4-v1a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.14.4-v1a CREATE_REGISTRIES}
  181. PrettyBeaches_1.14.4-3.0.7.jar Pretty Beaches {prettybeaches@3.0.7 CREATE_REGISTRIES}
  182. overloadedarmorbar-3.0.0b.jar Overloaded Armor Bar {overloadedarmorbar@3.0.0b CREATE_REGISTRIES}
  183. StevesFactoryManager-1.14.4-3.0.0-alpha19.jar Steve's Factory Manager {sfm@1.14.4-3.0.0-alpha CREATE_REGISTRIES}
  184. lumberjack-2.0.0.jar LumberJack {lumberjack@2.0.0 CREATE_REGISTRIES}
  185. BetterAdvancements-1.14.4-0.1.0.90.jar Better Advancements {betteradvancements@0.1.0.90 CREATE_REGISTRIES}
  186. Launched Version: 1.14.4-forge-28.1.90
  187. LWJGL: 3.2.2 build 10
  188. OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 430.39, NVIDIA Corporation
  189. GL Caps: Using GL 1.3 multitexturing.
  190. Using GL 1.3 texture combiners.
  191. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  192. Shaders are available because OpenGL 2.1 is supported.
  193. VBOs are available because OpenGL 1.5 is supported.
  194.  
  195. Using VBOs: Yes
  196. Is Modded: Definitely; Client brand changed to 'forge'
  197. Type: Client (map_client.txt)
  198. Resource Packs:
  199. Current Language: English (US)
  200. CPU: 4x Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement