Bonsai Trees 3

Bonsai Trees 3

51M Downloads

[1.15.2] Crashing cause of Pot Colorizer??

amanocchi opened this issue ยท 0 comments

commented

My Modpacks crashes cause of this. I can't fix the problem, so i am asking you to help me out. I am playing the 1.15.2 Version. I used Openloader to add some Saplings.

Description: Initializing game

java.lang.NullPointerException: Initializing game
at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at com.davenonymous.bonsaitrees2.misc.PotColorizer.init(PotColorizer.java:33) ~[?:2.1.2.6] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_143_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$3209/1759061472.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:207) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.(Minecraft.java:420) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:itlt:CustomWindowTitle,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.45.jar:31.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$423/698562080.call(Unknown Source) [forge-1.15.2-31.1.45.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_143_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$3209/1759061472.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:207)
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
at net.minecraft.client.Minecraft.(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$423/698562080.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: 1083764320 bytes (1033 MB) / 2832203776 bytes (2701 MB) up to 6737100800 bytes (6425 MB)
CPUs: 8
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx7228m -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.45.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.1.45.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.1.45.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.1.45.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.1.45.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.2.jar mixinbootstrap TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.2.jar mixin PLUGINSERVICE
/MixinBootstrap-1.0.2.jar mixinbootstrap PLUGINSERVICE
FML: 31.1
Forge: net.minecraftforge:31.1.45
FML Language Providers:
[email protected]
minecraft@1
Mod List:
curiousshulkerboxes-FORGE-1.15.2-2.0.jar Curious Shulker Boxes {[email protected] CREATE_REGISTRIES}
ProjectE-1.15.2-PE1.0.3B.jar ProjectE {[email protected] CREATE_REGISTRIES}
SilentMechanisms-1.15.2-0.7.0+50.jar Silent's Mechanisms {[email protected]+50 CREATE_REGISTRIES}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] CREATE_REGISTRIES}
Neat 1.6-20.jar Neat {[email protected] CREATE_REGISTRIES}
IronJetpacks-1.15.2-3.0.1.jar Iron Jetpacks {[email protected] CREATE_REGISTRIES}
ForgeEndertech-1.15.2-6.0.2.0-build.0018.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
Controlling-6.1.2.jar Controlling {[email protected] CREATE_REGISTRIES}
ReAuth-1.14-3.8.0.jar ReAuth {[email protected] CREATE_REGISTRIES}
Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES}
dankstorage-2.6.jar Dank Storage {[email protected] CREATE_REGISTRIES}
Powah-1.15.2-1.1.12.jar Powah {[email protected] CREATE_REGISTRIES}
ftb-gui-library-1.0.0.14.jar FTB GUI Library {[email protected] CREATE_REGISTRIES}
Bookshelf-1.15.2-5.4.14.jar Bookshelf {[email protected] CREATE_REGISTRIES}
Reliquary-1.15.2-1.3.4.960.jar Reliquary {[email protected] CREATE_REGISTRIES}
u_team_core-1.15.2-2.11.0.156.jar U Team Core {[email protected] CREATE_REGISTRIES}
buildinggadgets-3.3.4.jar Building Gadgets {[email protected] CREATE_REGISTRIES}
ForgivingVoid_1.15.1-4.0.0.jar Forgiving Void {[email protected] CREATE_REGISTRIES}
DarkUtilities-1.15.2-3.0.2.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {[email protected] CREATE_REGISTRIES}
Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES}
MekanismGenerators-1.15.2-9.9.18.410.jar Mekanism: Generators {[email protected] CREATE_REGISTRIES}
WaterStrainer-1.15.2-9.0.0.jar Water Strainer {[email protected] CREATE_REGISTRIES}
StoneChest-1.15.2-1.0.0.jar Stone Chest {[email protected] CREATE_REGISTRIES}
refinedstorage-1.8.1.jar Refined Storage {[email protected] CREATE_REGISTRIES}
mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
industrial-foregoing-1.15.2-2.2.2-28d4a81.jar Industrial Foregoing {[email protected] CREATE_REGISTRIES}
Overloaded Compressed Blocks-1.15.2-1.0.12.jar Overloaded Compressed Blocks {[email protected] CREATE_REGISTRIES}
AmbientSounds_v3.0.19_mc1.15.2.jar Ambient Sounds {[email protected] CREATE_REGISTRIES}
BiomesOPlenty-1.15.2-10.0.0.345-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] CREATE_REGISTRIES}
simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE CREATE_REGISTRIES}
Lollipop-1.15.2-1.0.14.jar Lollipop {[email protected] CREATE_REGISTRIES}
wtbw_lib-1.15.2-1.0.17.jar WTBW Library {[email protected] CREATE_REGISTRIES}
SilentGear-1.15.2-1.5.6+81.jar Silent Gear {[email protected]+81 CREATE_REGISTRIES}
ferroustry-2.2.jar Ferroustry {[email protected] CREATE_REGISTRIES}
MysticalAdaptations-1.15.2-1.1.jar Mystical Adaptations {mysticaladaptations@NONE CREATE_REGISTRIES}
MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {[email protected] CREATE_REGISTRIES}
SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] CREATE_REGISTRIES}
curios-FORGE-1.15.2-2.0.2.1.jar Curios API {[email protected] CREATE_REGISTRIES}
Botania r1.15-382.jar Botania {[email protected] CREATE_REGISTRIES}
Patchouli-1.15.2-1.2-30.jar Patchouli {[email protected] CREATE_REGISTRIES}
morecharcoal-1.15.2-1.jar More Charcoal {[email protected] CREATE_REGISTRIES}
OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
tanknull-1.8a.jar Tank Null {[email protected] CREATE_REGISTRIES}
angelring-1.15.2-1.2.0.jar Angel Ring {[email protected] CREATE_REGISTRIES}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
obfuscate-0.4.1-1.15.2.jar Obfuscate {[email protected] CREATE_REGISTRIES}
ProjectExtended-1.15.2-1.1.0.jar ProjectExtended {[email protected] CREATE_REGISTRIES}
noRecipeBook_v1.5.2formc1.15.2.jar No Recipe Book {[email protected] CREATE_REGISTRIES}
furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
netherpspr_1.15-3.0.jar Nether Portal Spread {[email protected] CREATE_REGISTRIES}
FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
QuantumStorage-1.15.2-5.1.1.jar QuantumStorage {quantumstorage@NONE CREATE_REGISTRIES}
Cyclic-1.15.2-0.3.2.jar Cyclic {[email protected] CREATE_REGISTRIES}
BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {[email protected] CREATE_REGISTRIES}
Kiwi-1.15.2-2.6.5.jar Kiwi {[email protected] CREATE_REGISTRIES}
AdFinders-1.15.2-4.0.4.0-build.0018.jar Advanced Finders {[email protected] ERROR}
resynth-4.1.0.jar Resynth {[email protected] CREATE_REGISTRIES}
Cucumber-1.15.2-3.0.4.jar Cucumber Library {[email protected] CREATE_REGISTRIES}
mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] CREATE_REGISTRIES}
craftingstation-3.1.0.jar Crafting Station {[email protected] CREATE_REGISTRIES}
Overloaded-1.15.2-0.0.86.jar Overloaded {[email protected] CREATE_REGISTRIES}
item-filters-2.2.0.14.jar Item Filters {[email protected] CREATE_REGISTRIES}
jei-1.15.2-6.0.0.2.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
metalbarrels-2.1.jar Metal Barrels {[email protected] CREATE_REGISTRIES}
Mekanism-1.15.2-9.9.18.410.jar Mekanism {[email protected] CREATE_REGISTRIES}
caelus-FORGE-1.15.2-2.0-beta1.jar Caelus API {[email protected] CREATE_REGISTRIES}
colytra-FORGE-1.15.2-3.0.jar Colytra {[email protected] CREATE_REGISTRIES}
Waystones_1.15.2-6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES}
Clumps-5.0.2.jar Clumps {[email protected] CREATE_REGISTRIES}
journeymap-1.15.2-5.7.0beta1.jar Journeymap {[email protected] CREATE_REGISTRIES}
comforts-FORGE-1.15.2-2.0.0.1.jar Comforts {[email protected] CREATE_REGISTRIES}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
good-nights-sleep-1.15.2-1.0.3.jar Good Night's Sleep {[email protected] CREATE_REGISTRIES}
SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
SereneSeasons-1.15.2-3.0.0.68-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
BotanyPots-1.15.2-2.0.9.jar BotanyPots {[email protected] CREATE_REGISTRIES}
BasicNetherOres-1.15.2-4.0.1.jar Basic Nether Ores {[email protected] CREATE_REGISTRIES}
curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] CREATE_REGISTRIES}
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES}
alib-1.15.2-1.jar A Lib {[email protected] CREATE_REGISTRIES}
mcjtylib-1.15-4.0.3-alpha.jar McJtyLib {[email protected] CREATE_REGISTRIES}
rftoolsbase-1.15-1.0.1-alpha.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
xnet-1.15-2.0.2-alpha.jar XNet {[email protected] CREATE_REGISTRIES}
rftoolsstorage-1.15-1.0.3-alpha.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
ClickMachine-1.15.2-3.0.2.jar Click Machine {[email protected] CREATE_REGISTRIES}
JEITweaker-1.0.0.jar JEI Tweaker {[email protected] CREATE_REGISTRIES}
CraftTweaker-1.15.2-6.0.0.13.jar CraftTweaker {[email protected] CREATE_REGISTRIES}
rftoolspower-1.15-2.0.1-alpha.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
extradisks-1.15.1-1.2.jar Extra Disks {[email protected] CREATE_REGISTRIES}
forge-1.15.2-31.1.45-universal.jar Forge {[email protected] CREATE_REGISTRIES}
wtbw_core-1.15.2-1.0.16.jar WTBW Core {[email protected] CREATE_REGISTRIES}
wtbw_tools-1.15.2-1.0.19.jar WTBW Tools {[email protected] CREATE_REGISTRIES}
MysticalAgriculture-1.15.2-3.0.1.jar Mystical Agriculture {[email protected] CREATE_REGISTRIES}
UselessMod-1.15.2-3.1.1.jar Useless Mod {[email protected] CREATE_REGISTRIES}
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES}
alchemistry-1.15.2-5.jar Alchemistry {[email protected] CREATE_REGISTRIES}
forge-1.15.2-31.1.45-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
rftoolsutility-1.15-2.0.1-alpha.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
openbackup-1.15.1-0.0.0.2.jar OpenBackup {[email protected] CREATE_REGISTRIES}
itlt-1.15.2-1.0.2.jar It's the little things {[email protected] CREATE_REGISTRIES}
theoneprobe-1.15-2.0.2.jar The One Probe {[email protected] CREATE_REGISTRIES}
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
titanium-1.15.2-2.3.7.jar Titanium {[email protected] CREATE_REGISTRIES}
ftb-quests-2.0.2.244.jar FTB Quests {[email protected] CREATE_REGISTRIES}
SilentLib-1.15.2-4.6.0+48.jar Silent Lib {[email protected]+48 CREATE_REGISTRIES}
bluepower-1.15.2-0.4.186-alpha-universal.jar Blue Power {[email protected] CREATE_REGISTRIES}
wtbw_machines-1.15.2-1.0.19.jar WTBW Machines {[email protected] CREATE_REGISTRIES}
CreativeCore_v2.0.5_mc1.15.2.jar CreativeCore {[email protected] CREATE_REGISTRIES}
spiketraps-2.0.jar Spike Traps {[email protected] CREATE_REGISTRIES}
paintings-1.15.2-7.0.0.0.jar Paintings ++ {[email protected] CREATE_REGISTRIES}
dimdungeons-1.051-forge-1.15.2.jar Dimensional Dungeons {[email protected] CREATE_REGISTRIES}
JAOPCA-1.15.2-3.2.0.8.jar JAOPCA {[email protected] CREATE_REGISTRIES}
wtbw_decoration-1.15.2-1.0.14.jar WTBW Decoration {[email protected] CREATE_REGISTRIES}
gravestone-1.17.3.jar Gravestone Mod {[email protected] CREATE_REGISTRIES}
chemlib-1.15.2-3.jar Chem Lib {[email protected] CREATE_REGISTRIES}
extratags-1.0.jar Extra Tags {[email protected] CREATE_REGISTRIES}
FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
Quark-r2.1-230.jar Quark {[email protected] CREATE_REGISTRIES}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
DoubleSlabs-1.15-2.2.0.jar Double Slabs {[email protected] CREATE_REGISTRIES}
themidnight-0.5.4.jar The Midnight {[email protected] CREATE_REGISTRIES}
AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
RefinedRelocation_1.15.2-7.1.0.jar Refined Relocation {[email protected] CREATE_REGISTRIES}
RingOfAttraction-1.15.2-1.1.25.jar Ring of Attraction {[email protected] CREATE_REGISTRIES}
extreme_cobble_generator-1.15.2-1.0.1.9.jar Extreme Cobble Generator {[email protected] CREATE_REGISTRIES}
UtilityWorlds-1.15.2_1.1.0.jar Utility Worlds {[email protected] CREATE_REGISTRIES}
refinedstorageaddons-0.6.1.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES}
OpenLoader-1.15.2-4.0.3.jar OpenLoader {[email protected] CREATE_REGISTRIES}
Launched Version: forge-31.1.45
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 445.87, 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: 8x AMD FX(tm)-8350 Eight-Core Processor