Skip to content

Instantly share code, notes, and snippets.

@theorbtwo
Created February 5, 2020 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theorbtwo/7f9d89ae16d4869b33bba5de3c9f3acc to your computer and use it in GitHub Desktop.
Save theorbtwo/7f9d89ae16d4869b33bba5de3c9f3acc to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 2/5/20 12:58 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at com.davenonymous.bonsaitrees2.misc.PotColorizer.init(PotColorizer.java:33) ~[?:2.1.2.6] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_296_PotColorizer_init_Block.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader$$Lambda$2455/1473518654.accept(Unknown Source) ~[?:?] {}
at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:198) ~[?:?] {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:420) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.0.jar:31.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$408/124702413.call(Unknown Source) [forge-1.15.2-31.1.0.jar:31.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
at com.davenonymous.bonsaitrees2.misc.PotColorizer.init(PotColorizer.java:33)
at net.minecraftforge.eventbus.ASMEventHandler_296_PotColorizer_init_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$30(ModLoader.java:243)
at net.minecraftforge.fml.ModLoader$$Lambda$2455/1473518654.accept(Unknown Source)
at java.util.HashMap.forEach(HashMap.java:1280)
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:198)
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:420)
-- 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:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$408/124702413.call(Unknown Source)
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)
-- System Details --
Details:
Minecraft Version: 1.15.2
Minecraft Version ID: 1.15.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2893062832 bytes (2759 MB) / 3341811712 bytes (3187 MB) up to 7635730432 bytes (7282 MB)
CPUs: 4
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8192m -Xms256m -XX:PermSize=256m
ModLauncher: 5.0.0-milestone.4+67+b1a340b
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.1.0.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.1.0.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.0.0-milestone.1-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.1.0.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.1.0.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.1.0.jar fml TRANSFORMATIONSERVICE
FML: 31.1
Forge: net.minecraftforge:31.1.0
FML Language Providers:
javafml@31.1
minecraft@1
kotori_scala@2.13.1-build-6
Mod List:
Kiwi-1.15.1-2.6.3.jar Kiwi {kiwi@2.6.3 ERROR}
inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 CREATE_REGISTRIES}
Ma-Enchants-1.15.2-3.0.0.jar Ma Enchants {ma-enchants@1.15.2-3.0.0 CREATE_REGISTRIES}
Cucumber-1.15.2-3.0.1.jar Cucumber Library {cucumber@3.0.1 CREATE_REGISTRIES}
AdditionalEnchantedMiner-1.15.1-15.2.0.jar QuarryPlus {quarryplus@15.2.0 CREATE_REGISTRIES}
torchslabmod-1.15.1_v1.4.jar Torch Slab Mod {torchslabmod@1.4.0 CREATE_REGISTRIES}
NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {netherportalfix@6.0.0 CREATE_REGISTRIES}
jei-1.15.2-6.0.0.2.jar Just Enough Items {jei@6.0.0.2 CREATE_REGISTRIES}
metalbarrels-2.1.jar Metal Barrels {metalbarrels@2.1 CREATE_REGISTRIES}
buzzierbees-1.1.3.jar Buzzier Bees {buzzierbees@1.1.3 CREATE_REGISTRIES}
EditSign-1.15.2-2.0.0+7.jar Edit Sign {edit_sign@2.0.0+7 CREATE_REGISTRIES}
Mekanism-1.15.2-9.9.8.400.jar Mekanism {mekanism@9.9.8 CREATE_REGISTRIES}
SilentMechanisms-1.15.2-0.7.0+50.jar Silent's Mechanisms {silents_mechanisms@0.7.0+50 CREATE_REGISTRIES}
bambooeverything-1.15-1.0.0.jar Bamboo Everything {bambooeverything@1.15-1.0.0 CREATE_REGISTRIES}
reap-1.12.1.jar Reap Mod {reap@1.12.1 CREATE_REGISTRIES}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 CREATE_REGISTRIES}
rsgauges-1.15.2-1.2.1-b1.jar Gauges and Switches {rsgauges@1.2.1-b1 CREATE_REGISTRIES}
IronJetpacks-1.15.2-3.0.0.jar Iron Jetpacks {ironjetpacks@3.0.0 CREATE_REGISTRIES}
XaerosWorldMap_1.5.4_Forge_1.15.2.jar Xaero's World Map {xaeroworldmap@1.5.4 CREATE_REGISTRIES}
LightOverlay-4.2.jar Light Overlay Forge {lightoverlay-forge@4.2 CREATE_REGISTRIES}
Controlling-6.1.1.jar Controlling {controlling@6.1.1 CREATE_REGISTRIES}
ReAuth-1.14-3.8.0.jar ReAuth {reauth@3.8.0 CREATE_REGISTRIES}
Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
additionalbars-1.1.1.jar Additional Bars {additionalbars@1.1.1 CREATE_REGISTRIES}
rangedpumps-0.7.1.jar Ranged Pumps {rangedpumps@0.7.1 CREATE_REGISTRIES}
potionsmaster-0.0.10-1.15.2-31.1.0.jar Potions Master {potionsmaster@0.0.10 CREATE_REGISTRIES}
potionofbees-1.15.2-1.0.0.jar Potion of Bees {potionofbees@1.15.2-1.0.0 CREATE_REGISTRIES}
engineerstools-1.15.2-1.0.6-b1.jar Engineer's Tools {engineerstools@1.0.6-b1 CREATE_REGISTRIES}
FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {farmingforblockheads@6.1.0 CREATE_REGISTRIES}
u_team_core-1.15.2-2.10.2.151.jar U Team Core {uteamcore@2.10.2.151 CREATE_REGISTRIES}
randompatches-1.15.2-1.21.1.0.jar RandomPatches {randompatches@1.15.2-1.21.1.0 CREATE_REGISTRIES}
Apotheosis-1.15.2-3.0.4.jar Apotheosis {apotheosis@3.0.4 CREATE_REGISTRIES}
LightingWand-1.15.2-1.4.2.jar Lighting Wand {lightingwand@1.4.2 CREATE_REGISTRIES}
Morpheus-1.15.2-4.2.46.jar Morpheus {morpheus@version CREATE_REGISTRIES}
environmentalcreepers-forge-1.15.2-1.6.1.jar Environmental Creepers {environmentalcreepers@1.6.1 CREATE_REGISTRIES}
MekanismGenerators-1.15.2-9.9.8.400.jar Mekanism: Generators {mekanismgenerators@9.9.8 CREATE_REGISTRIES}
WaterStrainer-1.15.1-8.0.0.jar Water Strainer {waterstrainer@1.15.1-8.0.0 CREATE_REGISTRIES}
ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 CREATE_REGISTRIES}
speedyhoppers-1.15.2-2.jar Speedy Hoppers {speedyhoppers@1.15.2-2 CREATE_REGISTRIES}
PackingTape-1.15.2-0.9.5.jar Packing Tape {packingtape@0.9.5 CREATE_REGISTRIES}
extradisks-1.15.1-1.2.jar Extra Disks {extradisks@1.15.1-1.2 CREATE_REGISTRIES}
campfiretorches-1.15.2-1.0.2.jar Campfire Torches {campfiretorches@1.15.2-1.0.2 CREATE_REGISTRIES}
forge-1.15.2-31.1.0-universal.jar Forge {forge@31.1.0 CREATE_REGISTRIES}
PassthroughSigns-1.15.1-2.3.2.jar Passthrough Signs {passthroughsigns@1.15.1-2.3.2 CREATE_REGISTRIES}
MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {mysticalagradditions@3.0.0 CREATE_REGISTRIES}
absentbydesign-1.15.2-1.0.5 .jar Absent By Design Mod {absentbydesign@1.15.2-1.0.5 CREATE_REGISTRIES}
refinedstorage-1.8.1.jar Refined Storage {refinedstorage@1.8.1 CREATE_REGISTRIES}
MysticalAgriculture-1.15.2-3.0.0.jar Mystical Agriculture {mysticalagriculture@3.0.0 CREATE_REGISTRIES}
PackMenu-1.15.2-1.1.6.jar Pack Menu {packmenu@1.1.6 CREATE_REGISTRIES}
CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 CREATE_REGISTRIES}
forge-1.15.2-31.1.0-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
mcw-bridges-1.0.3-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.3 CREATE_REGISTRIES}
lightestlampsmod-3.2.4.jar Lightest Lamps {lightestlamp@3.2.4 CREATE_REGISTRIES}
industrial-foregoing-1.15.2-2.2.1-f27c515.jar Industrial Foregoing {industrialforegoing@2.2.1 CREATE_REGISTRIES}
useful_backpacks-1.15.2-1.9.1.55.jar Useful Backpacks {usefulbackpacks@1.9.1.55 CREATE_REGISTRIES}
torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 CREATE_REGISTRIES}
theoneprobe-1.15-2.0.0_1.jar The One Probe {theoneprobe@1.15-2.0.0 CREATE_REGISTRIES}
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
ToolBelt-1.15.2-1.13.1.jar Tool Belt {toolbelt@1.13.1 CREATE_REGISTRIES}
titanium-1.15.2-2.3.6.jar Titanium {titanium@2.3.6 CREATE_REGISTRIES}
useful_railroads-1.15.2-1.3.0.17.jar Useful Railroads {usefulrailroads@1.3.0.17 CREATE_REGISTRIES}
SilentLib-1.15.2-4.6.0+48.jar Silent Lib {silentlib@4.6.0+48 CREATE_REGISTRIES}
BiomesOPlenty-1.15.2-10.0.0.302-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.302 CREATE_REGISTRIES}
MekanismAdditions-1.15.2-9.9.8.400.jar Mekanism: Additions {mekanismadditions@9.9.8 CREATE_REGISTRIES}
bluepower-1.15.2-0.4.184-alpha-universal.jar Blue Power {bluepower@0.4.184-alpha CREATE_REGISTRIES}
valkyrielib-1.15.2-3.0.2.0.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.0 CREATE_REGISTRIES}
enviromats-1.15.2-2.0.2.1.jar Environmental Materials {enviromats@1.15.2-2.0.2.1 CREATE_REGISTRIES}
ExtraButtons-1.15.2-3.0.0.jar ExtraButtons {extrabuttons@1.15.2-3.0.0 CREATE_REGISTRIES}
forbidden_arcanus-1.15.2-1.0-beta-3.jar Forbidden & Arcanus {forbidden_arcanus@1.15.1-1.0-beta-1 CREATE_REGISTRIES}
tgcropesmod-1.15.2-1.1.1.jar Ropes Mod {tgcropesmod@1.15.2-1.1.1 CREATE_REGISTRIES}
portality-1.15.2-2.1.2-aaa257f.jar Portality {portality@2.1.2 CREATE_REGISTRIES}
Xaeros_Minimap_20.1.0_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.1.0 CREATE_REGISTRIES}
JAOPCA-1.15.2-3.0.0.18.jar JAOPCA {jaopca@3.0.0.18 CREATE_REGISTRIES}
ClothConfig2-2.0.jar Cloth Config Forge v2 API {cloth-config2@2.0 CREATE_REGISTRIES}
lostcities-1.15-3.0.0-alpha.jar LostCities {lostcities@1.15-3.0.0-alpha CREATE_REGISTRIES}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {bonsaitrees2@2.1.2.6 CREATE_REGISTRIES}
elevatorid-1.15.2-1.5.5.jar Elevator Mod {elevatorid@1.15.2-1.5.5 CREATE_REGISTRIES}
tubesreloaded-1.15.2-1.2.0.jar Tubes Reloaded {tubesreloaded@1.15.2-1.2.0 CREATE_REGISTRIES}
tombstone-4.2.0-1.15.1.jar Corail Tombstone {tombstone@4.2.0 CREATE_REGISTRIES}
MekanismTools-1.15.2-9.9.8.400.jar Mekanism: Tools {mekanismtools@9.9.8 CREATE_REGISTRIES}
mcw-roofs-1.0.1-mc1.15.2.jar Macaw's Roofs {mcwroofs@1.0.1 CREATE_REGISTRIES}
engineersdecor-1.15.2-1.0.19-b1.jar Engineer's Decor {engineersdecor@1.0.19-b1 CREATE_REGISTRIES}
cc-tweaked-1.15.2-1.86.2.jar CC: Tweaked {computercraft@1.86.2 CREATE_REGISTRIES}
Aquaculture-1.15.2-2.0.8.jar Aquaculture 2 {aquaculture@1.15.2-2.0.8 CREATE_REGISTRIES}
tramplestopper-1.15.2-2.0.0.4-universal.jar Trample Stopper {tramplestopper@1.15.2-2.0.0.4-universal CREATE_REGISTRIES}
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 CREATE_REGISTRIES}
refinedstorageaddons-0.6.1.jar Refined Storage Addons {refinedstorageaddons@0.6.1 CREATE_REGISTRIES}
Ma-Essentials-1.15.2-3.0.0.jar Ma Essentials {ma-essentials@1.15.2-3.0.0 CREATE_REGISTRIES}
FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 CREATE_REGISTRIES}
CosmeticArmorReworked-1.15.2-v1.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v1 CREATE_REGISTRIES}
ServerTabInfo-1.15.2-1.2.6.jar Server Tab Info {servertabinfo@1.2.6 CREATE_REGISTRIES}
xptome-1.15.1-v1.1.4.jar XP Tome {xpbook@v1.1.4 CREATE_REGISTRIES}
DefaultOptions_1.15.1-11.0.0.jar Default Options {defaultoptions@11.0.0 CREATE_REGISTRIES}
bigbuckets-1.1.0.jar BigBuckets {bigbuckets@1.1.0 CREATE_REGISTRIES}
BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {betteradvancements@0.1.0.96 CREATE_REGISTRIES}
Launched Version: forge-31.1.0
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.41, NVIDIA Corporation
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: 4x Intel(R) Core(TM) i5-6600 CPU @ 3.30GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment