Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.72 KB | None | 0 0
  1. [14:05:42] [main/INFO]: ModLauncher running: args [--username, MasterSloth1, --version, forge-28.1.64, --gameDir, C:\Minecraft\Instances\Sloth's Hack 'n' Slash Adventure, --assetsDir, C:\Minecraft\Install\assets, --assetIndex, 1.14, --uuid, 008c4004418340979cb518db26d9f7cc, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1280, --height, 720, --launchTarget, fmlclient, --fml.forgeVersion, 28.1.64, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20190829.143755]
  2. [14:05:42] [main/INFO]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_51 by Oracle Corporation
  3. [14:05:51] [main/INFO]: Added Lets Encrypt root certificates as additional trust
  4. [14:05:54] [main/INFO]: Launching target 'fmlclient' with arguments [--version, forge-28.1.64, --gameDir, C:\Minecraft\Instances\Sloth's Hack 'n' Slash Adventure, --assetsDir, C:\Minecraft\Install\assets, --uuid, 008c4004418340979cb518db26d9f7cc, --username, MasterSloth1, --assetIndex, 1.14, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1280, --height, 720]
  5. [14:05:57] [Client thread/INFO]: Setting user: MasterSloth1
  6. [14:06:11] [Client thread/WARN]: Skipping bad option: lastServer:
  7. [14:06:11] [Client thread/INFO]: LWJGL Version: 3.2.2 build 10
  8. [14:06:13] [Client thread/WARN]: Removed resource pack mod_resources from options because it doesn't seem to exist anymore
  9. [14:06:15] [Client thread/WARN]: No data fixer registered for entity clumps:xp_orb_big
  10. [14:06:16] [modloading-worker-2/INFO]: Here we go!
  11. [14:06:16] [modloading-worker-3/WARN]: Configuration file C:\Minecraft\Instances\Sloth's Hack 'n' Slash Adventure\config\theoneprobe-common.toml is not correct. Correcting
  12. [14:06:16] [modloading-worker-6/INFO]: Constructing Mod: Spartan Shields
  13. [14:06:16] [modloading-worker-3/WARN]: Incorrect key showContentsWithoutSneaking was corrected from [storagedrawers:basicdrawers, storagedrawersextra:extra_drawers] to [storagedrawers:basicdrawers, storagedrawersextra:extra_drawers]
  14. [14:06:16] [modloading-worker-3/WARN]: Incorrect key dontShowContentsUnlessSneaking was corrected from [] to []
  15. [14:06:16] [modloading-worker-3/WARN]: Incorrect key dontSendNBT was corrected from [] to []
  16. [14:06:17] [modloading-worker-5/INFO]: [com.robertx22.mine_and_slash.mmorpg.MMORPG:<init>:87]: Starting Mine and Slash
  17. [14:06:17] [modloading-worker-7/INFO]: Loading config file C:\Minecraft\Instances\Sloth's Hack 'n' Slash Adventure\config\silents-mechanisms-common.toml
  18. [14:06:17] [modloading-worker-7/ERROR]: Failed to create mod instance. ModID: silents_mechanisms, class net.silentchaos512.mechanisms.SilentMechanisms
  19. java.lang.ExceptionInInitializerError: null
  20. at net.silentchaos512.mechanisms.SideProxy.<init>(SideProxy.java:50) ~[?:0.6.6+39]
  21. at net.silentchaos512.mechanisms.SideProxy$Client.<init>(SideProxy.java:95) ~[?:0.6.6+39]
  22. at net.silentchaos512.mechanisms.SilentMechanisms.lambda$null$0(SilentMechanisms.java:38) ~[?:0.6.6+39]
  23. at net.silentchaos512.mechanisms.SilentMechanisms$$Lambda$2525/1059439563.get(Unknown Source) ~[?:?]
  24. at net.minecraftforge.fml.DistExecutor.runForDist(DistExecutor.java:63) ~[?:?]
  25. at net.silentchaos512.mechanisms.SilentMechanisms.<init>(SilentMechanisms.java:38) ~[?:0.6.6+39]
  26. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
  27. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
  28. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
  29. at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
  30. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51]
  31. at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:131) [?:28.1]
  32. at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2100/542753791.accept(Unknown Source) [?:28.1]
  33. at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
  34. at java.util.function.Consumer$$Lambda$2099/1613045211.accept(Unknown Source) [?:1.8.0_51]
  35. at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
  36. at java.util.function.Consumer$$Lambda$2099/1613045211.accept(Unknown Source) [?:1.8.0_51]
  37. at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) [?:?]
  38. at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:134) [?:?]
  39. at net.minecraftforge.fml.ModList$$Lambda$2292/1222722094.accept(Unknown Source) [?:?]
  40. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_51]
  41. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) [?:1.8.0_51]
  42. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) [?:1.8.0_51]
  43. at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291) [?:1.8.0_51]
  44. at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_51]
  45. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
  46. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
  47. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
  48. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
  49. Caused by: com.electronwill.nightconfig.core.io.ParsingException: Invalid value flase - Expected the boolean value false.
  50. at com.electronwill.nightconfig.toml.ValueParser.parseFalse(ValueParser.java:166) ~[toml-3.6.0.jar:?]
  51. at com.electronwill.nightconfig.toml.ValueParser.parse(ValueParser.java:48) ~[toml-3.6.0.jar:?]
  52. at com.electronwill.nightconfig.toml.ValueParser.parse(ValueParser.java:68) ~[toml-3.6.0.jar:?]
  53. at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:57) ~[toml-3.6.0.jar:?]
  54. at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:101) ~[toml-3.6.0.jar:?]
  55. at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:88) ~[toml-3.6.0.jar:?]
  56. at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.0.jar:?]
  57. at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.0.jar:?]
  58. at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.0.jar:?]
  59. at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.0.jar:?]
  60. at com.electronwill.nightconfig.core.file.WriteAsyncFileConfig.load(WriteAsyncFileConfig.java:138) ~[core-3.6.0.jar:?]
  61. at com.electronwill.nightconfig.core.file.AutoreloadFileConfig.load(AutoreloadFileConfig.java:41) ~[core-3.6.0.jar:?]
  62. at com.electronwill.nightconfig.core.file.SimpleCommentedFileConfig.load(SimpleCommentedFileConfig.java:38) ~[core-3.6.0.jar:?]
  63. at net.silentchaos512.utils.config.ConfigSpecWrapper.load(ConfigSpecWrapper.java:68) ~[?:4.4.0+44]
  64. at net.silentchaos512.utils.config.ConfigSpecWrapper.<init>(ConfigSpecWrapper.java:20) ~[?:4.4.0+44]
  65. at net.silentchaos512.utils.config.ConfigSpecWrapper.create(ConfigSpecWrapper.java:30) ~[?:4.4.0+44]
  66. at net.silentchaos512.mechanisms.config.Config.<clinit>(Config.java:14) ~[?:0.6.6+39]
  67. ... 29 more
  68. [14:06:18] [modloading-worker-2/WARN]: No data fixer registered for entity explorercraft:brush_stooge
  69. [14:06:18] [modloading-worker-2/WARN]: No data fixer registered for entity explorercraft:infected_skeleton
  70. [14:06:18] [modloading-worker-2/WARN]: No data fixer registered for entity explorercraft:infected_zombie
  71. [14:06:18] [modloading-worker-2/WARN]: No data fixer registered for entity explorercraft:infected_creeper
  72. [14:06:18] [modloading-worker-2/WARN]: No data fixer registered for entity explorercraft:enderghast
  73. [14:06:18] [modloading-worker-2/WARN]: No data fixer registered for entity explorercraft:enderreeper
  74. [14:06:18] [modloading-worker-2/WARN]: No data fixer registered for entity explorercraft:wizard
  75. [14:06:18] [modloading-worker-2/INFO]: Loading config : C:\Minecraft\Instances\Sloth's Hack 'n' Slash Adventure\config\extcaves_config.toml
  76. [14:06:18] [modloading-worker-2/INFO]: Built config : C:\Minecraft\Instances\Sloth's Hack 'n' Slash Adventure\config\extcaves_config.toml
  77. [14:06:18] [modloading-worker-7/INFO]: Loading config file C:\Minecraft\Instances\Sloth's Hack 'n' Slash Adventure\config\silentgear-client.toml
  78. [14:06:18] [modloading-worker-2/INFO]: Loaded config : C:\Minecraft\Instances\Sloth's Hack 'n' Slash Adventure\config\extcaves_config.toml
  79. [14:06:18] [modloading-worker-0/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Main.initialize()
  80. [14:06:18] [modloading-worker-7/INFO]: Loading config file C:\Minecraft\Instances\Sloth's Hack 'n' Slash Adventure\config\silentgear-common.toml
  81. [14:06:18] [modloading-worker-0/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Reflecting GuiContainer...
  82. [14:06:18] [modloading-worker-0/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Detected obfuscation: FORGE.
  83. [14:06:18] [modloading-worker-0/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Success.
  84. [14:06:18] [modloading-worker-0/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Initialized.
  85. [14:06:19] [modloading-worker-0/INFO]: Forge mod loading, version 28.1.64, for MC 1.14.4 with MCP 20190829.143755
  86. [14:06:19] [modloading-worker-0/INFO]: MinecraftForge v28.1.64 Initialized
  87. [14:06:19] [modloading-worker-7/INFO]: Detected Silent Gear!
  88. [14:06:19] [modloading-worker-7/INFO]: Register part type PartType[S]{name='silentgems:gear_soul'}
  89. [14:06:19] [modloading-worker-7/INFO]: Registered serializer 'silentgear:simple_trait'
  90. [14:06:19] [modloading-worker-7/INFO]: Registered serializer 'silentgear:damage_type_trait'
  91. [14:06:19] [modloading-worker-7/INFO]: Registered serializer 'silentgear:durability_trait'
  92. [14:06:19] [modloading-worker-7/INFO]: Registered serializer 'silentgear:enchantment_trait'
  93. [14:06:20] [modloading-worker-7/INFO]: Registered serializer 'silentgear:nbt_trait'
  94. [14:06:20] [modloading-worker-7/INFO]: Registered serializer 'silentgear:potion_effect_trait'
  95. [14:06:20] [modloading-worker-7/INFO]: Registered serializer 'silentgear:stat_modifier_trait'
  96. [14:06:20] [modloading-worker-7/INFO]: Registered serializer 'silentgems:persistence'
  97. [14:06:20] [modloading-worker-7/INFO]: Registered serializer 'silentgems:runic'
  98. [14:06:20] [modloading-worker-7/INFO]: Loading config file C:\Minecraft\Instances\Sloth's Hack 'n' Slash Adventure\config\silentgems-common.toml
  99. [14:06:21] [modloading-worker-6/WARN]: No data fixer registered for entity cfm:seat
  100. [14:06:27] [modloading-worker-5/INFO]: [com.robertx22.mine_and_slash.database.talent_tree.csv_parser.TalentParser:parse:37]: Registered all343 perks to the talent tree!
  101. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:entity_fire_bolt
  102. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:entity_frost_bolt
  103. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:entity_acid_bolt
  104. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:entity_thunder_bolt
  105. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:entity_flame_explosion
  106. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:entity_frost_explosion
  107. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:entity_acid_explosion
  108. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:entity_lightning_explosion
  109. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:entity_fire_bomb
  110. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:entity_ice_bomb
  111. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:entity_acid_bomb
  112. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:entity_thunder_bomb
  113. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:staff_projectile
  114. [14:06:27] [modloading-worker-5/WARN]: No data fixer registered for entity mmorpg:wand_projectile
  115. [14:06:27] [modloading-worker-5/INFO]: [com.therealm18.mineandslash.expansion.MASE:<init>:100]: Starting Mine and Slash - Expansion
  116. [14:06:27] [Client thread/INFO]: Dispatching synchronous work after CONSTRUCT: 1 jobs
  117. [14:06:27] [Client thread/INFO]: Synchronous work queue completed in 00:00:00.007
  118. [14:06:27] [Client thread/FATAL]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
  119. [14:06:27] [Client thread/FATAL]: EventBus 0 shutting down - future events will not be posted.
  120. java.lang.Exception: stacktrace
  121. at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) [eventbus-1.0.0-service.jar:?]
  122. at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) [?:?]
  123. at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1992/52813883.run(Unknown Source) [?:?]
  124. at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:95) [?:?]
  125. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:454) [?:?]
  126. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?]
  127. at net.minecraft.client.main.Main.main(SourceFile:155) [?:?]
  128. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  129. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  130. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  131. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  132. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.64.jar:28.1]
  133. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$392/117249632.call(Unknown Source) [forge-1.14.4-28.1.64.jar:28.1]
  134. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?]
  135. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?]
  136. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?]
  137. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?]
  138. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?]
  139. [14:06:27] [Client thread/ERROR]: Exception caught during firing event: null
  140. Index: 1
  141. Listeners:
  142. 0: NORMAL
  143. 1: net.minecraftforge.eventbus.EventBus$$Lambda$2001/2078726843@682270ff
  144. java.lang.NullPointerException
  145. at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
  146. at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46)
  147. at doggytalents.DoggyTalentsMod$$Lambda$2880/405069664.accept(Unknown Source)
  148. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
  149. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
  150. at net.minecraftforge.eventbus.EventBus$$Lambda$2001/2078726843.invoke(Unknown Source)
  151. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  152. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
  153. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:241)
  154. at net.minecraftforge.fml.ModLoader$$Lambda$3295/2132487943.accept(Unknown Source)
  155. at java.util.HashMap.forEach(HashMap.java:1280)
  156. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
  157. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:241)
  158. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:184)
  159. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
  160. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
  161. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
  162. at net.minecraft.client.main.Main.main(SourceFile:155)
  163. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  164. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  165. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  166. at java.lang.reflect.Method.invoke(Method.java:497)
  167. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  168. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$392/117249632.call(Unknown Source)
  169. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  170. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  171. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  172. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  173. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  174.  
  175. [14:06:27] [Client thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:100]: ---- Minecraft Crash Report ----
  176. // This doesn't make any sense!
  177.  
  178. Time: 10/23/19 2:06 PM
  179. Description: Initializing game
  180.  
  181. java.lang.NullPointerException: Initializing game
  182. at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  183. at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) ~[?:1.15.1.7] {re:classloading,pl:object_holder_definalize:A}
  184. at doggytalents.DoggyTalentsMod$$Lambda$2880/405069664.accept(Unknown Source) ~[?:?] {}
  185. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-1.0.0-service.jar:?] {}
  186. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-1.0.0-service.jar:?] {}
  187. at net.minecraftforge.eventbus.EventBus$$Lambda$2001/2078726843.invoke(Unknown Source) ~[?:?] {}
  188. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
  189. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1] {re:classloading}
  190. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:241) ~[?:?] {re:classloading}
  191. at net.minecraftforge.fml.ModLoader$$Lambda$3295/2132487943.accept(Unknown Source) ~[?:?] {}
  192. at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
  193. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
  194. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:241) ~[?:?] {re:classloading}
  195. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:184) ~[?:?] {re:classloading}
  196. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  197. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  198. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  199. at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
  200. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
  201. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
  202. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
  203. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
  204. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.64.jar:28.1] {}
  205. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$392/117249632.call(Unknown Source) [forge-1.14.4-28.1.64.jar:28.1] {}
  206. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
  207. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
  208. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
  209. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
  210. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}
  211.  
  212.  
  213. A detailed walkthrough of the error, its code path and all known details is as follows:
  214. ---------------------------------------------------------------------------------------
  215.  
  216. -- Head --
  217. Thread: Client thread
  218. Stacktrace:
  219. at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
  220. at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46)
  221. at doggytalents.DoggyTalentsMod$$Lambda$2880/405069664.accept(Unknown Source)
  222. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
  223. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
  224. at net.minecraftforge.eventbus.EventBus$$Lambda$2001/2078726843.invoke(Unknown Source)
  225. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  226. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
  227. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:241)
  228. at net.minecraftforge.fml.ModLoader$$Lambda$3295/2132487943.accept(Unknown Source)
  229. at java.util.HashMap.forEach(HashMap.java:1280)
  230. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
  231. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:241)
  232. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:184)
  233. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
  234. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)
  235.  
  236. -- Initialization --
  237. Details:
  238. Stacktrace:
  239. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
  240. at net.minecraft.client.main.Main.main(SourceFile:155)
  241. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  242. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  243. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  244. at java.lang.reflect.Method.invoke(Method.java:497)
  245. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  246. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$392/117249632.call(Unknown Source)
  247. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  248. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  249. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  250. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  251. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  252.  
  253. -- System Details --
  254. Details:
  255. Minecraft Version: 1.14.4
  256. Minecraft Version ID: 1.14.4
  257. Operating System: Windows 10 (amd64) version 10.0
  258. Java Version: 1.8.0_51, Oracle Corporation
  259. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  260. Memory: 7756198800 bytes (7396 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
  261. CPUs: 8
  262. JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8192m -Xms256m -XX:PermSize=256m -XX:+UseG1GC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=10 -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:ParallelGCThreads=7
  263. ModLauncher: 4.1.0+62+5bfa59b
  264. ModLauncher launch target: fmlclient
  265. ModLauncher naming: srg
  266. ModLauncher services:
  267. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  268. /forge-1.14.4-28.1.64.jar object_holder_definalize PLUGINSERVICE
  269. /forge-1.14.4-28.1.64.jar runtime_enum_extender PLUGINSERVICE
  270. /accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE
  271. /forge-1.14.4-28.1.64.jar capability_inject_definalize PLUGINSERVICE
  272. /forge-1.14.4-28.1.64.jar runtimedistcleaner PLUGINSERVICE
  273. /forge-1.14.4-28.1.64.jar fml TRANSFORMATIONSERVICE
  274. FML: 28.1
  275. Forge: net.minecraftforge:28.1.64
  276. FML Language Providers:
  277. javafml@28.1
  278. minecraft@1
  279. kotori_scala@2.13.1
  280. Mod List:
  281. AI-Improvements-1.14.4-0.3.0.jar AI-Improvements {aiimprovements@0.2.2 CREATE_REGISTRIES}
  282. AmbientSounds_v3.0.14_mc1.14.4.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
  283. angelblock-1.0a.jar Angel Block {angelblock@1.0a CREATE_REGISTRIES}
  284. animalnet-v1.14.4 Forge b4.jar AnimalNet {animalnet@v1.14.4 Forge b4 CREATE_REGISTRIES}
  285. AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {appleskin@1.0.12 CREATE_REGISTRIES}
  286. AttributeFix-1.14.4-3.0.2.jar AttributeFix {attributefix@3.0.2 CREATE_REGISTRIES}
  287. BetterAdvancements-1.14.4-0.1.0.90.jar Better Advancements {betteradvancements@0.1.0.90 CREATE_REGISTRIES}
  288. BetterSigns-1.0_v1.14.4.jar Better Signs {bettersigns@1.0 CREATE_REGISTRIES}
  289. blockdrops-1.14.4-1.0.2.jar Block Drops {blockdrops@1.0.2 CREATE_REGISTRIES}
  290. buildinggadgets-3.0.5.jar Building Gadgets {buildinggadgets@3.0.5 CREATE_REGISTRIES}
  291. bwncr-1.14.4-3.5.11.jar Bad Wither No Cookie Reloaded {bwncr@1.14.4-3.5.11 CREATE_REGISTRIES}
  292. caelus-FORGE-1.14.4-1.0.jar Caelus API {caelus@FORGE-1.14.4-1.0 CREATE_REGISTRIES}
  293. CapabilityProxy-1.14.4-2.1.4.jar CapabilityProxy {capabilityproxy@2.1.4 CREATE_REGISTRIES}
  294. CarryOn MC1.14.4 v1.12.4.jar Carry On {carryon@1.12.4 CREATE_REGISTRIES}
  295. ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {chunknogobyebye@1.14.4-1.0.3 CREATE_REGISTRIES}
  296. classicbar-2.0.0a.jar Classic Bar {classicbar@2.0.0a CREATE_REGISTRIES}
  297. Clumps-4.0.0.jar Clumps {clumps@4.0.0 CREATE_REGISTRIES}
  298. compact-2.6a.jar Compressed {compressed@2.6a CREATE_REGISTRIES}
  299. Controlling-5.0.4.jar Controlling {controlling@5.0.4 CREATE_REGISTRIES}
  300. CosmeticArmorReworked-1.14.4-v1a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.14.4-v1a CREATE_REGISTRIES}
  301. Craftable Saddles [1.14]-1.3.jar Craftable Saddles {craftable_saddles@1.3 CREATE_REGISTRIES}
  302. CraftingCraft_1.14.4-7.1.6.jar CraftingCraft {craftingcraft@7.1.6 CREATE_REGISTRIES}
  303. craftingstation-2.0.7.jar Crafting Station {craftingstation@2.0.7 CREATE_REGISTRIES}
  304. CraftingTweaks_1.14.4-10.1.4.jar Crafting Tweaks {craftingtweaks@10.1.4 CREATE_REGISTRIES}
  305. create-mc1.14.4_v0.1.1a.jar Create {create@0.1.1a CREATE_REGISTRIES}
  306. Cucumber-1.14.4-2.0.4.jar Cucumber Library {cucumber@2.0.4 CREATE_REGISTRIES}
  307. curioofundying-FORGE-1.14.4-2.0.jar Curio of Undying {curioofundying@FORGE-1.14.4-2.0 CREATE_REGISTRIES}
  308. curios-FORGE-1.14.4-1.0.4.jar Curios API {curios@FORGE-1.14.4-1.0.4 CREATE_REGISTRIES}
  309. curiouselytra-FORGE-1.14.4-1.0.jar Curious Elytra {curiouselytra@FORGE-1.14.4-1.0 CREATE_REGISTRIES}
  310. CyclopsCore-1.14.4-1.5.5.jar Cyclops Core {cyclopscore@1.5.5 CREATE_REGISTRIES}
  311. dankstorage-1.9a.jar Dank Storage {dankstorage@1.9a CREATE_REGISTRIES}
  312. DoggyTalents-1.14.4-1.15.1.7-universal.jar Doggy Talents {doggytalents@1.15.1.7 CREATE_REGISTRIES}
  313. DungeonCrawl-1.14.4-1.4.0.jar Dungeon Crawl {dungeoncrawl@1.4.0 CREATE_REGISTRIES}
  314. elevatorid-1.14.4-1.5.2.jar Elevator Mod {elevatorid@1.14.4-1.5.2 CREATE_REGISTRIES}
  315. EnchantmentDescriptions-1.14.4-1.3.8.jar EnchantmentDescriptions {enchdesc@1.3.8 CREATE_REGISTRIES}
  316. Explorercraft-1.14.4-3.2.2.jar Explorercraft {explorercraft@3.2.2 CREATE_REGISTRIES}
  317. extcaves-1.3.2.jar Extended Caves {extcaves@1.3.2 CREATE_REGISTRIES}
  318. extraanvils-2.4.jar Extra Anvils {extraanvils@2.4 CREATE_REGISTRIES}
  319. extrabows-v1.14.4 b6.jar Extra Bows {extrabows@v1.14.4 b6 CREATE_REGISTRIES}
  320. FastFurnace-1.14.4-2.2.4.jar FastFurnace {fastfurnace@2.2.4 CREATE_REGISTRIES}
  321. FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 CREATE_REGISTRIES}
  322. FastWorkbench-1.14.4-2.1.4.jar FastWorkbench {fastbench@2.1.4 CREATE_REGISTRIES}
  323. Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version CREATE_REGISTRIES}
  324. findme-1.14.4-1.1.0.13.jar Find Me {findme@NONE CREATE_REGISTRIES}
  325. forgemod_VoxelMap-1.9.13b_for_1.14.4.jar VoxelMap {voxelmap@1.9.13 CREATE_REGISTRIES}
  326. furniture-7.0.0-pre10-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre10 CREATE_REGISTRIES}
  327. glassential-forge-1.14.4-1.1.1.jar Glassential {glassential@1.1.1 CREATE_REGISTRIES}
  328. globaldatapack-1.14.4-1.2.1.jar Dark Roleplay - Global Datapacks {globaldatapack@1.14.4-1.2 CREATE_REGISTRIES}
  329. Gobber2-1.14.4-2.1.108.jar Gobber 2 {gobber2@2.1.108 CREATE_REGISTRIES}
  330. infernalmobs-1.14.4.5.jar Infernal Mobs {infernalmobs@1.14.4.5 CREATE_REGISTRIES}
  331. instantunify-1.14.4-1.0.1.jar InstantUnify {instantunify@1.0.1 CREATE_REGISTRIES}
  332. inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {inventorysorter@16.2.0 CREATE_REGISTRIES}
  333. ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 CREATE_REGISTRIES}
  334. IronJetpacks-1.14.4-2.0.2.jar Iron Jetpacks {ironjetpacks@2.0.2 CREATE_REGISTRIES}
  335. ironshulkerboxes-1.14.4-3.1.12.jar Iron Shulker Boxes {ironshulkerbox@1.14.4-3.1.12 CREATE_REGISTRIES}
  336. jei-1.14.4-6.0.0.18.jar Just Enough Items {jei@6.0.0.18 CREATE_REGISTRIES}
  337. KleeSlabs_1.14.4-7.4.7.jar KleeSlabs {kleeslabs@7.4.7 CREATE_REGISTRIES}
  338. LargeFluidTank-14.8.4.jar FluidTank {fluidtank@14.8.4 CREATE_REGISTRIES}
  339. LinkedDestruction-1.14.4-0.7.2.9999.jar Linked Destruction {linkeddestruction@1.14.4-0.7.2.9999 CREATE_REGISTRIES}
  340. mcjtylib-1.14-3.5.9-alpha.jar McJtyLib {mcjtylib@1.14-3.5.9-alpha CREATE_REGISTRIES}
  341. metalbarrels-1.3d.jar Metal Barrels {metalbarrels@1.3d CREATE_REGISTRIES}
  342. Mine and Slash-1.14.4-2.9.2.jar Mine and Slash {mmorpg@2.8.0 CREATE_REGISTRIES}
  343. Mine and Slash - Expansion-1.4.1.29.jar Mine & Slash Expansion {mineandslashexpansion@1.4.1.29 CREATE_REGISTRIES}
  344. modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {modnametooltip@1.12.1 CREATE_REGISTRIES}
  345. Morpheus-1.14.4-4.2.43.jar Morpheus {morpheus@version CREATE_REGISTRIES}
  346. MouseTweaks-2.12-mc1.14.4.jar Mouse Tweaks {mousetweaks@2.12 CREATE_REGISTRIES}
  347. nbttooltips-1.0.jar NBT Tooltips {nbttooltips@1.0 CREATE_REGISTRIES}
  348. NomadicTents-1.14.4-10.0.1-beta.jar Nomadic Tents {nomadictents@10.0.0-beta CREATE_REGISTRIES}
  349. OresAllEasy-1.14.4-1.4.0.jar OresAllEasy {oresalleasy@1.4.0 CREATE_REGISTRIES}
  350. BiomesOPlenty-1.14.4-9.0.0.255-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.254 CREATE_REGISTRIES}
  351. PickleTweaks-1.14.4-3.0.6.jar Pickle Tweaks {pickletweaks@3.0.6 CREATE_REGISTRIES}
  352. Placebo-1.14.4-2.3.1.jar Placebo {placebo@2.3.1 CREATE_REGISTRIES}
  353. practicaltools-1.14.4-1.4.jar Practical Tools {practicaltools@1.14.4-1.4 CREATE_REGISTRIES}
  354. ProgressiveBosses-2.1.2.jar Progressive Bosses {progressivebosses@2.1.2 CREATE_REGISTRIES}
  355. respawnablepets-1.0.5.1.jar Respawnable Pets {respawnablepets@1.0.5.1 CREATE_REGISTRIES}
  356. RFTLR1.4.4.jar Advanced Rotten Flesh to Leather {sonyikaarftl@1.4.4 CREATE_REGISTRIES}
  357. rftoolsbase-1.14-0.0.6-alpha.jar RFToolsBase {rftoolsbase@1.14-0.0.6-alpha CREATE_REGISTRIES}
  358. rftoolspower-1.14-1.2.6-alpha.jar RFToolsPower {rftoolspower@1.14-1.2.6-alpha CREATE_REGISTRIES}
  359. SilentGear-1.14.4-1.4.3+68.jar Silent Gear {silentgear@1.4.3+68 CREATE_REGISTRIES}
  360. SilentGems-1.14.4-3.4.6+79.jar Silent's Gems 3 {silentgems@3.4.6+79 CREATE_REGISTRIES}
  361. SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 CREATE_REGISTRIES}
  362. SilentMechanisms-1.14.4-0.6.6+39.jar Silent's Mechanisms {silents_mechanisms@0.6.6+39 ERROR}
  363. SimpleStorageNetwork-1.14.4-0.0.13.jar Simple Storage Network {storagenetwork@1.14.4-0.0.13 CREATE_REGISTRIES}
  364. sisser-1.0.jar Sisser {sisser@1.0 CREATE_REGISTRIES}
  365. SolarGeneration-1.14.4.-1.1.0.jar Solar Generation {solargeneration@1.1.0 CREATE_REGISTRIES}
  366. solcarrot-1.14.4-1.9.3.jar Spice of Life: Carrot Edition {solcarrot@1.14.4-1.9.3 CREATE_REGISTRIES}
  367. SpartanShields-1.14.4-2.0.0-beta-1.jar Spartan Shields {spartanshields@1.14.4-2.0.0-beta-1 CREATE_REGISTRIES}
  368. speedyhoppers-1.14.4-6.jar Speedy Hoppers {speedyhoppers@1.14.4-6 CREATE_REGISTRIES}
  369. speedyladders-1.14.4-4.jar Speedy Ladders {speedyladders@1.14.4-4 CREATE_REGISTRIES}
  370. StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {storagedrawers@1.14.4-6.0.3 CREATE_REGISTRIES}
  371. swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {swingthroughgrass@1.14.4-1.3.2 CREATE_REGISTRIES}
  372. theoneprobe-1.14-1.4.37.jar The One Probe {theoneprobe@NONE CREATE_REGISTRIES}
  373. tombstone-4.1.5-1.14.4.jar Corail Tombstone {tombstone@4.1.5 CREATE_REGISTRIES}
  374. torchmaster-2.0.0-rc1.jar Torchmaster {torchmaster@2.0.0-rc1 CREATE_REGISTRIES}
  375. TrinityWeapons-1.14.4-1.3.1.jar TrinityWeapons {trinity@1.3.1 CREATE_REGISTRIES}
  376. tubesreloaded-1.14.4-1.1.0c.jar Tubes Reloaded {tubesreloaded@1.14.4-1.1.0c CREATE_REGISTRIES}
  377. u_team_core-1.14.4-2.7.4.134.jar U Team Core {uteamcore@2.7.4.134 CREATE_REGISTRIES}
  378. upsizer-mc1.14.4-5.0b2.jar Upsizer {upsizer@5.0.0b2 CREATE_REGISTRIES}
  379. useful_backpacks-1.14.4-1.7.1.41.jar Useful Backpacks {usefulbackpacks@1.7.1.41 CREATE_REGISTRIES}
  380. WesserboysOverlays-1.0.0.1-1.14.4.jar Wesserboy's Overlays {wesserboysoverlays@1.0.0.1 CREATE_REGISTRIES}
  381. WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {wstweaks@3.1.0 CREATE_REGISTRIES}
  382. XL-Food-Mod-1.14.4-2.1.1.jar XL Food Mod {xlfoodmod@2.1.1 CREATE_REGISTRIES}
  383. forge-1.14.4-28.1.64-universal.jar Forge {forge@28.1.64 CREATE_REGISTRIES}
  384. forge-1.14.4-28.1.64-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
  385. Launched Version: forge-28.1.64
  386. LWJGL: 3.2.2 build 10
  387. OpenGL: GeForce GT 750M/PCIe/SSE2 GL version 4.6.0 NVIDIA 425.31, NVIDIA Corporation
  388. GL Caps: Using GL 1.3 multitexturing.
  389. Using GL 1.3 texture combiners.
  390. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  391. Shaders are available because OpenGL 2.1 is supported.
  392. VBOs are available because OpenGL 1.5 is supported.
  393.  
  394. Using VBOs: Yes
  395. Is Modded: Definitely; Client brand changed to 'forge'
  396. Type: Client (map_client.txt)
  397. Resource Packs: vanilla
  398. Current Language: English (US)
  399. CPU: 8x Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz
  400. [14:06:27] [Client thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:100]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Minecraft\Instances\Sloth's Hack 'n' Slash Adventure\crash-reports\crash-2019-10-23_14.06.27-client.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement