Skip to content

Instantly share code, notes, and snippets.

@swedneck
Created August 23, 2020 12:45
Show Gist options
  • Select an option

  • Save swedneck/55412b5451d9098bcf12ed645d179a1d to your computer and use it in GitHub Desktop.

Select an option

Save swedneck/55412b5451d9098bcf12ed645d179a1d to your computer and use it in GitHub Desktop.
crash when using performant mod
[23Aug2020 14:43:10.173] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Swedneck, --version, MultiMC5, --gameDir, /home/tim/2TB_HDD/Games/minecraft/instances/Create/.minecraft, --assetsDir, /home/tim/2TB_HDD/Games/minecraft/assets, --assetIndex, 1.15, --uuid, ac9ab94603524cd7a43656cba5942afd, --accessToken, ❄❄❄❄❄❄❄❄, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 31.2.8, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200515.085601, --width, 854, --height, 480]
[23Aug2020 14:43:10.176] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.1.0+69+master.79f13f7 starting: java version 1.8.0_265 by Red Hat, Inc
[23Aug2020 14:43:11.872] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[23Aug2020 14:43:14.630] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, MultiMC5, --gameDir, /home/tim/2TB_HDD/Games/minecraft/instances/Create/.minecraft, --assetsDir, /home/tim/2TB_HDD/Games/minecraft/assets, --uuid, ac9ab94603524cd7a43656cba5942afd, --username, Swedneck, --assetIndex, 1.15, --accessToken, ❄❄❄❄❄❄❄❄, --userType, mojang, --versionType, release, --width, 854, --height, 480]
[23Aug2020 14:43:19.172] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Swedneck
[23Aug2020 14:43:33.094] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
[23Aug2020 14:43:34.738] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity clumps:xp_orb_big
[23Aug2020 14:43:36.413] [modloading-worker-4/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Main.initialize()
[23Aug2020 14:43:36.478] [modloading-worker-4/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Reflecting GuiContainer...
[23Aug2020 14:43:37.055] [modloading-worker-4/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Detected obfuscation: FORGE.
[23Aug2020 14:43:37.094] [modloading-worker-2/INFO] [com.tiviacz.travelersbackpack.TravelersBackpack/]: Registered the class com.tiviacz.travelersbackpack.fluids.effects.WaterEffect as a FluidEffect for Water with the ID 0
[23Aug2020 14:43:37.095] [modloading-worker-2/INFO] [com.tiviacz.travelersbackpack.TravelersBackpack/]: Registered the class com.tiviacz.travelersbackpack.fluids.effects.LavaEffect as a FluidEffect for Lava with the ID 1
[23Aug2020 14:43:37.289] [modloading-worker-15/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: performant, class com.performant.coremod.Performant
java.lang.NullPointerException: null
at com.performant.coremod.Performant.<init>(Performant.java:34) ~[?:1.15-3.10m]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_265]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_265]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_265]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_265]
at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_265]
at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:131) ~[?:31.2]
at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_265]
at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_265]
at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) ~[?:?]
at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:135) ~[?:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) [?:1.8.0_265]
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384) [?:1.8.0_265]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) [?:1.8.0_265]
at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290) [?:1.8.0_265]
at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_265]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_265]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_265]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_265]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) [?:1.8.0_265]
[23Aug2020 14:43:37.297] [modloading-worker-12/INFO] [Silent's Gems/]: Detected Silent Gear!
[23Aug2020 14:43:37.336] [modloading-worker-4/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Success.
[23Aug2020 14:43:37.336] [modloading-worker-4/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Initialized.
[23Aug2020 14:43:37.448] [modloading-worker-1/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 31.2.8, for MC 1.15.2 with MCP 20200515.085601
[23Aug2020 14:43:37.450] [modloading-worker-1/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v31.2.8 Initialized
[23Aug2020 14:43:37.530] [modloading-worker-12/INFO] [Silent's Gems/]: Register part type PartType{name='silentgems:gear_soul'}
[23Aug2020 14:43:37.677] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered condition serializer 'silentgear:not'
[23Aug2020 14:43:37.707] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered condition serializer 'silentgear:and'
[23Aug2020 14:43:37.736] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered condition serializer 'silentgear:or'
[23Aug2020 14:43:37.776] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered condition serializer 'silentgear:gear_type'
[23Aug2020 14:43:37.782] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered condition serializer 'silentgear:material_count'
[23Aug2020 14:43:37.787] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered condition serializer 'silentgear:material_ratio'
[23Aug2020 14:43:37.787] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:simple_trait'
[23Aug2020 14:43:37.797] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:damage_type_trait'
[23Aug2020 14:43:37.842] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:durability_trait'
[23Aug2020 14:43:37.854] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:enchantment_trait'
[23Aug2020 14:43:37.858] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:nbt_trait'
[23Aug2020 14:43:37.864] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:potion_effect_trait'
[23Aug2020 14:43:37.924] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:stat_modifier_trait'
[23Aug2020 14:43:37.955] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:attribute_trait'
[23Aug2020 14:43:37.983] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:block_placer'
[23Aug2020 14:43:37.986] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:synergy'
[23Aug2020 14:43:37.992] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgems:persistence'
[23Aug2020 14:43:37.994] [modloading-worker-12/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgems:runic'
[23Aug2020 14:43:39.162] [modloading-worker-12/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silentgems:chaos_wisp
[23Aug2020 14:43:39.171] [modloading-worker-12/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silentgems:chaos_wisp_shot
[23Aug2020 14:43:39.181] [modloading-worker-12/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silentgems:fire_wisp
[23Aug2020 14:43:39.183] [modloading-worker-12/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silentgems:fire_wisp_shot
[23Aug2020 14:43:39.187] [modloading-worker-12/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silentgems:ice_wisp
[23Aug2020 14:43:39.187] [modloading-worker-12/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silentgems:ice_wisp_shot
[23Aug2020 14:43:39.199] [modloading-worker-12/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silentgems:lightning_wisp
[23Aug2020 14:43:39.199] [modloading-worker-12/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silentgems:lightning_wisp_shot
[23Aug2020 14:43:39.215] [modloading-worker-12/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silentgems:water_wisp
[23Aug2020 14:43:39.218] [modloading-worker-12/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silentgems:water_wisp_shot
[23Aug2020 14:43:39.547] [modloading-worker-12/INFO] [net.silentchaos512.utils.config.ConfigSpecWrapper/]: Loading config file /home/tim/2TB_HDD/Games/minecraft/instances/Create/.minecraft/config/silentgems-common.toml
[23Aug2020 14:43:41.103] [Render thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work after CONSTRUCT: 1 jobs
[23Aug2020 14:43:41.134] [Render thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:00.015
[23Aug2020 14:43:41.141] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
[23Aug2020 14:43:41.142] [Render thread/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) ~[eventbus-2.2.0-service.jar:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) ~[?:?]
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[?:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:392) ~[?:?]
at net.minecraft.client.main.Main.main(SourceFile:166) ~[minecraft-1.15.2-client.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.8-launcher.jar:31.2]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?]
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50) [ForgeWrapper-1.4.2.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
[23Aug2020 14:43:41.828] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: Something crashed the event bus earlier in the loading stage. This is NOT a Cooking for Blockheads issue! Scroll up in your latest.log to find the real crash log.
Index: 1
Listeners:
0: NORMAL
1: ASM: class net.blay09.mods.cookingforblockheads.client.TileEntityRenderers initBlockColors(Lnet/minecraftforge/client/event/ColorHandlerEvent$Block;)V
java.lang.RuntimeException: Something crashed the event bus earlier in the loading stage. This is NOT a Cooking for Blockheads issue! Scroll up in your latest.log to find the real crash log.
at net.blay09.mods.cookingforblockheads.client.TileEntityRenderers.initBlockColors(TileEntityRenderers.java:39)
at net.minecraftforge.eventbus.ASMEventHandler_218_TileEntityRenderers_initBlockColors_Block.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
at java.util.HashMap.forEach(HashMap.java:1289)
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)
at net.minecraft.client.main.Main.main(SourceFile:166)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
[23Aug2020 14:43:41.844] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: ---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 8/23/20 2:43 PM
Description: Initializing game
java.lang.RuntimeException: Something crashed the event bus earlier in the loading stage. This is NOT a Cooking for Blockheads issue! Scroll up in your latest.log to find the real crash log.
at net.blay09.mods.cookingforblockheads.client.TileEntityRenderers.initBlockColors(TileEntityRenderers.java:39) ~[?:8.0.3] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_218_TileEntityRenderers_initBlockColors_Block.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_265] {}
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:166) ~[minecraft-1.15.2-client.jar:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265] {}
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.8-launcher.jar:31.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {}
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50) [ForgeWrapper-1.4.2.jar:?] {}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265] {}
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265] {}
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.blay09.mods.cookingforblockheads.client.TileEntityRenderers.initBlockColors(TileEntityRenderers.java:39)
at net.minecraftforge.eventbus.ASMEventHandler_218_TileEntityRenderers_initBlockColors_Block.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
at java.util.HashMap.forEach(HashMap.java:1289)
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:166)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
-- System Details --
Details:
Minecraft Version: 1.15.2
Minecraft Version ID: 1.15.2
Operating System: Linux (amd64) version 5.5.6-100.fc30.x86_64
Java Version: 1.8.0_265, Red Hat, Inc
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Red Hat, Inc
Memory: 592748808 bytes (565 MB) / 2780299264 bytes (2651 MB) up to 6561988608 bytes (6258 MB)
CPUs: 12
JVM Flags: 2 total; -Xms512m -Xmx7040m
ModLauncher: 5.1.0+69+master.79f13f7
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.2.8-launcher.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.8-launcher.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.8-launcher.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.8-launcher.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.2.8-launcher.jar fml TRANSFORMATIONSERVICE
FML: 31.2
Forge: net.minecraftforge:31.2.8
FML Language Providers:
javafml@31.2
minecraft@1
Mod List:
inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 CREATE_REGISTRIES}
Cucumber-1.15.2-3.0.9.jar Cucumber Library {cucumber@3.0.9 CREATE_REGISTRIES}
TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 CREATE_REGISTRIES}
PreGenForge-0.1.1-mc1.15.2.jar PreGenForge {pregenforge@0.1.1 CREATE_REGISTRIES}
jei-1.15.2-6.0.2.12.jar Just Enough Items {jei@6.0.2.12 CREATE_REGISTRIES}
HealthOverlay-1.15.2-1.0.1.jar Health Overlay {healthoverlay@NONE CREATE_REGISTRIES}
FallingTree-1.15.2-2.2.1.jar Falling Tree {falling_tree@2.2.1 CREATE_REGISTRIES}
AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 CREATE_REGISTRIES}
incontrol-1.15-4.0.4.jar InControl {incontrol@1.15-4.0.4 CREATE_REGISTRIES}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 CREATE_REGISTRIES}
create-mc1.15.2_v0.2.4d.jar Create {create@mc1.15.2_v0.2.4d CREATE_REGISTRIES}
BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {bettercaves@1.15.2-1.0 CREATE_REGISTRIES}
TerraForged-1.15.2-0.1.2.jar TerraForged {terraforged@0.1.2 CREATE_REGISTRIES}
Clumps-5.0.2.4.jar Clumps {clumps@5.0.2.4 CREATE_REGISTRIES}
light-overlay-4.7.1.jar Light Overlay Forge {lightoverlay-forge@NONE CREATE_REGISTRIES}
CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {cookingforblockheads@8.0.3 CREATE_REGISTRIES}
comforts-FORGE-1.15.2-2.0.0.4.jar Comforts {comforts@FORGE-1.15.2-2.0.0.4 CREATE_REGISTRIES}
TravelersBackpack-1.15.2-4.0.6.jar Traveler's Backpack {travelersbackpack@4.0.6 CREATE_REGISTRIES}
Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 CREATE_REGISTRIES}
Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version CREATE_REGISTRIES}
WAWLA-1.15.2-3.0.4.jar WAWLA {wawla@3.0.4 CREATE_REGISTRIES}
kelpfertilizer_1.15-1.1.jar Kelp Fertilizer {kelpfertilizer@1.1 CREATE_REGISTRIES}
dynviewdist-1.5.jar Dynamic view distance {dynview@1.5 CREATE_REGISTRIES}
JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 CREATE_REGISTRIES}
CraftTweaker-1.15.2-6.0.0.24.jar CraftTweaker {crafttweaker@6.0.0.24 CREATE_REGISTRIES}
tabinventory-1.1.jar Tab Inventory {tabinventory@1.1 CREATE_REGISTRIES}
forge-1.15.2-31.2.8-universal.jar Forge {forge@31.2.8 CREATE_REGISTRIES}
QuickLeafDecay-MC1.15.2-1.2.5.jar Quick Leaf Decay {quickleafdecay@1.2.5 CREATE_REGISTRIES}
CraftingTweaks_1.15.2-11.0.1.jar Crafting Tweaks {craftingtweaks@11.0.1 CREATE_REGISTRIES}
forge-1.15.2-31.2.8-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
TipTheScales-1.15.2-2.0.1.4.jar TipTheScales {tipthescales@2.0.1.4 CREATE_REGISTRIES}
AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
SilentLib-1.15.2-4.6.6+59.jar Silent Lib {silentlib@4.6.6+59 CREATE_REGISTRIES}
Blur-1.1.0-1.jar Blur {blur@1.1.0-1 CREATE_REGISTRIES}
toughnessbar-5.0.jar Toughness Bar {toughnessbar@5.0 CREATE_REGISTRIES}
SilentGear-1.15.2-1.11.3+160.jar Silent Gear {silentgear@1.11.3+160 CREATE_REGISTRIES}
simplefarming-1.15.2-1.3.0.jar Simple Farming {simplefarming@1.15.1-1.3.0 CREATE_REGISTRIES}
Ding-1.15.2-1.1.0.jar Ding {ding@1.1.0 CREATE_REGISTRIES}
jeiintegration_1.15.2-3.1.1.2.jar JEI Integration {jeiintegration@3.1.1.2 CREATE_REGISTRIES}
sisser-1.3.jar Sisser {sisser@1.3 CREATE_REGISTRIES}
collective-1.15.2-1.38.jar Collective {collective@1.38 CREATE_REGISTRIES}
config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 CREATE_REGISTRIES}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 CREATE_REGISTRIES}
performant-1.15-3.10m.jar Performant {performant@3.10m ERROR}
Ceramics-1.15.2-1.4.0.jar Ceramics {ceramics@1.15.2-1.4.0 CREATE_REGISTRIES}
structurize-0.13.31-RELEASE.jar Structurize {structurize@0.13.31-RELEASE CREATE_REGISTRIES}
PickleTweaks-1.15.2-4.0.4.jar Pickle Tweaks {pickletweaks@4.0.4 CREATE_REGISTRIES}
noRecipeBook_v1.5.4formc1.15.2.jar No Recipe Book {norecipebook@1.5.4 CREATE_REGISTRIES}
minecolonies-0.13.81-RELEASE-universal.jar Minecolonies {minecolonies@0.13.81-RELEASE CREATE_REGISTRIES}
AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 CREATE_REGISTRIES}
solcarrot-1.15.2-1.9.7.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.7 CREATE_REGISTRIES}
SilentGems-1.15.2-3.6.2+98.jar Silent's Gems 3 {silentgems@3.6.2+98 CREATE_REGISTRIES}
SoundFilters-0.14_for_1.15.2.jar Sound Filters {soundfilters@0.14_for_1.15.2 CREATE_REGISTRIES}
Launched Version: MultiMC5
Backend library: LWJGL version 3.2.2 build 10
Backend API: Radeon RX Vega (VEGA10, DRM 3.36.0, 5.5.6-100.fc30.x86_64, LLVM 10.0.0) GL version 4.6 (Compatibility Profile) Mesa 20.1.5, X.Org
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
CPU: 12x AMD Ryzen 5 1600 Six-Core Processor
[23Aug2020 14:43:41.955] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: #@!@# Game crashed! Crash report saved to: #@!@# /home/tim/2TB_HDD/Games/minecraft/instances/Create/.minecraft/crash-reports/crash-2020-08-23_14.43.41-client.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment