Jump to content

java.lang.NullPointerException: Initializing game


Recommended Posts

---- Minecraft Crash Report ----
// Sorry :(

Time: 25/06/20 12:51 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:accesstransformer:B,pl:runtimedistcleaner:A}
    at com.davenonymous.bonsaitrees2.misc.PotColorizer.init(PotColorizer.java:33) ~[?:2.0.0.30] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_8_PotColorizer_init_Block.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.2] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$4862/1210070267.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:194) ~[?:?] {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.func_71384_a(Minecraft.java:502) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {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.14.4-28.2.0.jar:28.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$415/738590621.call(Unknown Source) [forge-1.14.4-28.2.0.jar:28.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client 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_8_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$4862/1210070267.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:194)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    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$415/738590621.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.14.4
    Minecraft Version ID: 1.14.4
    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: 2250376240 bytes (2146 MB) / 3221225472 bytes (3072 MB) up to 3221225472 bytes (3072 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar fml TRANSFORMATIONSERVICE 
    FML: 28.2
    Forge: net.minecraftforge:28.2.0
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        doubledoors_1.14-2.0.jar Double Doors {[email protected] CREATE_REGISTRIES}
        blockdrops-1.14.4-1.0.2.jar Block Drops {[email protected] CREATE_REGISTRIES}
        torchslabmod-1.14.4_v1.3.1.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
        aiotbotania-1.14.4-1.1.1.jar AIOT Botania {[email protected] CREATE_REGISTRIES}
        decorative_blocks_compat_1.jar Decorative Blocks Compat {[email protected] ERROR}
        craftingstation-2.1.6.jar Crafting Station {[email protected] CREATE_REGISTRIES}
        bambooblocks-1.2.12.jar Bamboo Blocks {[email protected] CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        Uppers-0.1.11.jar Uppers {[email protected] CREATE_REGISTRIES}
        flower-breeding-1.4.jar Lizzie's Flower Breeding {[email protected] CREATE_REGISTRIES}
        Upgrade-Aquatic-1.14.4-v1.4.10.jar Upgrade Aquatic {[email protected] CREATE_REGISTRIES}
        reap-1.10.2.jar Reap Mod {[email protected] CREATE_REGISTRIES}
        modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {[email protected] CREATE_REGISTRIES}
        Neat+1.5-18.jar Neat {[email protected] CREATE_REGISTRIES}
        create-mc1.14.4_v0.2.3.jar Create {[email protected] CREATE_REGISTRIES}
        mgui-1.14.4-1.2.0.jar mgui {[email protected] CREATE_REGISTRIES}
        Placebo-1.14.4-2.3.5.jar Placebo {[email protected] CREATE_REGISTRIES}
        comforts-FORGE-1.14.4-2.0-beta6.jar Comforts {[email protected] CREATE_REGISTRIES}
        NaturesCompass-1.14.4-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
        decorative_blocks_1.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
        PyramidPlunder-1.14.4-1.1.jar Pyramid Plunder {[email protected] CREATE_REGISTRIES}
        DungeonCrawl-1.14.4-1.6.3.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES}
        WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {[email protected] CREATE_REGISTRIES}
        u_team_core-1.14.4-2.8.2.150.jar U Team Core {[email protected] CREATE_REGISTRIES}
        StepUp-1.14.4-0.2.2.jar StepUp {[email protected] CREATE_REGISTRIES}
        BonsaiTrees-2.0.0.30.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES}
        Apotheosis-1.14.4-2.4.4.jar Apotheosis {[email protected] CREATE_REGISTRIES}
        walljump-1.14.4-1.3.1.jar Wall-Jump! {[email protected] CREATE_REGISTRIES}
        traverse-1.14.4-2.1.0.jar Traverse {[email protected] CREATE_REGISTRIES}
        CarryOn+MC1.14.4+v1.12.4.jar Carry On {[email protected] CREATE_REGISTRIES}
        JustEnoughResources-1.14.4-0.10.0.63.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
        mysticalworld-1.14.4-1.9.3.jar Mystical World {[email protected] CREATE_REGISTRIES}
        swampexpansion-1.4.9.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        forge-1.14.4-28.2.0-universal.jar Forge {[email protected] CREATE_REGISTRIES}
        mysticallib-1.14.4-1.16.1.jar Mystical Lib {[email protected] CREATE_REGISTRIES}
        PattysMoreStuff-Stable-1.14.4-1.2.2.jar pattysmorestuff {[email protected] CREATE_REGISTRIES}
        ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] CREATE_REGISTRIES}
        forge-1.14.4-28.2.0-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        mcw-bridges-1.0.4-mc1.14.4.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
        luckyblock-1.14.4-7.9.1.jar Lucky Block {[email protected] CREATE_REGISTRIES}
        useful_backpacks-1.14.4-1.7.6.60.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
        crocmod-1.14.4-1.0.0-1.jar Crocodile Mod {[email protected] CREATE_REGISTRIES}
        theoneprobe-1.14-1.4.37.jar The One Probe {theoneprobe@NONE CREATE_REGISTRIES}
        AmbientSounds_v3.0.16_mc1.14.4.jar Ambient Sounds {[email protected] CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
        BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
        valhelsia_structures-1.14.4-0.0.2a.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
        practicaltools-1.14.4-1.4.jar Practical Tools {[email protected] CREATE_REGISTRIES}
        simplefluidtanks-1.14.4-1.8.0.1.jar Simple Fluid Tanks {[email protected] CREATE_REGISTRIES}
        extcaves-1.5.jar Extended Caves {[email protected] CREATE_REGISTRIES}
        simplefarming-1.14.4-1.2.8.jar Simple Farming {[email protected] CREATE_REGISTRIES}
        fairylights-2.1.15-1.14.4.jar Fairy Lights {[email protected] CREATE_REGISTRIES}
        curios-FORGE-1.14.4-1.0.6.1.jar Curios API {[email protected] CREATE_REGISTRIES}
        tetra-1.14.4-1.27.0.jar Tetra {[email protected] CREATE_REGISTRIES}
        Botania+r1.11-379.jar Botania {[email protected] CREATE_REGISTRIES}
        SpartanShields-1.14.4-2.0.0.jar Spartan Shields {[email protected] CREATE_REGISTRIES}
        Patchouli-1.14.4-1.1-26.5.jar Patchouli {[email protected] CREATE_REGISTRIES}
        Xaeros_Minimap_20.13.0_Forge_1.14.4.jar Xaero's Minimap {[email protected] CREATE_REGISTRIES}
        AutoRegLib-1.4-35.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
        Quark-r2.0-212.jar Quark {[email protected] CREATE_REGISTRIES}
        RandomThings-MC1.14.4-5.0.1.jar Random Things {[email protected] CREATE_REGISTRIES}
        placeableitems-4.1.1.jar Placeable Items {[email protected] CREATE_REGISTRIES}
        extlights-1.8.jar Extended Lights {[email protected] CREATE_REGISTRIES}
        StorageDrawers-1.14.4-6.0.7.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
        OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        DoubleSlabs-1.14-1.4.4.jar Double Slabs {[email protected] CREATE_REGISTRIES}
        libnonymous-1.14.4-1.0.4.25.jar Libnonymous {[email protected] CREATE_REGISTRIES}
        elevatorid-1.14.4-1.5.2.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
        simplytea-2.0.4.jar Simply Tea {[email protected] CREATE_REGISTRIES}
        structurize-0.10.193-ALPHA.jar Structurize {[email protected] CREATE_REGISTRIES}
        worldedit-forge-mc1.14.4-7.0.1.jar WorldEdit {[email protected];61bc012 CREATE_REGISTRIES}
        morevanillaarmor-1.0.jar MoreVanillaArmor {[email protected] CREATE_REGISTRIES}
        cfm-7.0.0-pre15-mc1.14.4.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        AppleSkin-mc1.14.4-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
        PattysMoreArmor-Stable-1.14.4-1.5.jar pattysmorearmor {[email protected] CREATE_REGISTRIES}
        ilikewood-1.14.4-1.1.2.3.jar I Like Wood {[email protected] CREATE_REGISTRIES}
        mysticalwildlife-1.14.4-1.3.4.jar Mystical Wildlife {[email protected] CREATE_REGISTRIES}
        FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 CREATE_REGISTRIES}
        Disenchanting-forge_1.14.4-1.5.0.jar Disenchanting {[email protected] CREATE_REGISTRIES}
        CosmeticArmorReworked-1.14.4-v3.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES}
        SoundFilters-0.13_for_1.14.4.jar Sound Filters {[email protected]_for_1.14.4 CREATE_REGISTRIES}
        BetterAdvancements-1.14.4-0.1.0.90.jar Better Advancements {[email protected] CREATE_REGISTRIES}
    Launched Version: 1.14.4-forge-28.2.0
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) HD Graphics 520 GL version 4.4.0 - Build 21.20.16.4526, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: vanilla, file/VanillaTweaks_r708863.zip
    Current Language: English (US)
    CPU: 4x Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz

Edited by ChrisTheBear
Link to comment
Share on other sites

Ah that sounds like it would work, since I just added that when the problem arose. I feel bad for the mod maker now :( Also I have another crash report that occurs the first time I launch forge when I go to play, but then I relaunch again and it works, the crash happens when I load the world in the first time. This is what it says:

 

java.lang.StackOverflowError: Exception in server tick loop

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.