Jump to content

Error: java.lang.NullPointerException: Initializing game


DeadPony

Recommended Posts

crash-2020-08-18_14.41.47-client.txtHi, I decided to play on my build with mods on version 1.16.1. I got some error, I don't really understand mods, please help me.

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 18.08.20 14:21
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at knightminer.inspirations.tools.ToolsClientEvents.registerItemColors(ToolsClientEvents.java:43) ~[?:1.16.1-1.2.0] {re:classloading,pl:eventbus:A}
    at net.minecraftforge.eventbus.ASMEventHandler_445_ToolsClientEvents_registerItemColors_Item.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-3.0.3-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.3-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:175) ~[?:32.0] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$5374/1603496621.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:220) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:170) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:86) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:450) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}
    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:51) [forge-1.16.1-32.0.108.jar:32.0] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$483/1075236033.call(Unknown Source) [forge-1.16.1-32.0.108.jar:32.0] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-6.1.1.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-6.1.1.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-6.1.1.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-6.1.1.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-6.1.1.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at knightminer.inspirations.tools.ToolsClientEvents.registerItemColors(ToolsClientEvents.java:43)
    at net.minecraftforge.eventbus.ASMEventHandler_445_ToolsClientEvents_registerItemColors_Item.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297)
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:175)
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
    at net.minecraftforge.fml.ModLoader$$Lambda$5374/1603496621.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:220)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:170)
    at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:86)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:450)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(Main.java:149)
    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:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$483/1075236033.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.16.1
    Minecraft Version ID: 1.16.1
    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: 3289129488 bytes (3136 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
    CPUs: 8
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 6.1.1+74+master.966c698
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /mixin-0.8.jar mixin PLUGINSERVICE 
        /eventbus-3.0.3-service.jar eventbus PLUGINSERVICE 
        /forge-1.16.1-32.0.108.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.16.1-32.0.108.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.16.1-32.0.108.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.16.1-32.0.108.jar runtimedistcleaner PLUGINSERVICE 
        /mixin-0.8.jar mixin TRANSFORMATIONSERVICE 
        /OptiFine_1.16.1_HD_U_G2.jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.16.1-32.0.108.jar fml TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE 
    FML: 32.0
    Forge: net.minecraftforge:32.0.108
    FML Language Providers: 
        [email protected]
        minecraft@1
        [email protected]
    Mod List: 
        Platter_1.16_1.0.0.jar Platter {[email protected] LOAD_REGISTRIES}
        Kiwi-1.16.1-3.2.0.jar Kiwi {[email protected] LOAD_REGISTRIES}
        AdditionalEnchantedMiner-1.16.1-16.0.8.jar QuarryPlus {[email protected] LOAD_REGISTRIES}
        torchslabmod_1.16.1_v1.6.16.jar Torch Slab Mod {[email protected] LOAD_REGISTRIES}
        mining_helmet_1.16.1_1.0.8.jar Mining Helmet {[email protected] LOAD_REGISTRIES}
        BountifulBaublesFORGE_1.16.1_0.0.1.jar Bountiful Baubles {bountifulbaubles@NONE LOAD_REGISTRIES}
        jei_1.16.1_7.0.1.10.jar Just Enough Items {[email protected] LOAD_REGISTRIES}
        planttech2_0.02.16_1.16.1.jar PlantTech 2 {[email protected] LOAD_REGISTRIES}
        caelus-FORGE-1.16.1-2.0-beta5.jar Caelus API {[email protected] LOAD_REGISTRIES}
        reap_1.16.1_1.0.3.jar Reap Mod {[email protected] LOAD_REGISTRIES}
        colytra-FORGE-1.16.1-4.0.0.1.jar Colytra {[email protected] LOAD_REGISTRIES}
        RingsOfAscension_1.16.1_1.5.6_forge.jar Rings of Ascension {[email protected] LOAD_REGISTRIES}
        pitg_1.16.1_1.3.0.jar Pane In The Glass {[email protected] LOAD_REGISTRIES}
        invtweaks_1.16.1_1.0.6.jar Inventory Tweaks Renewed {[email protected] LOAD_REGISTRIES}
        Extra_Boats_1.16.1_1.4.0.jar Extra Boats {[email protected] LOAD_REGISTRIES}
        BetterCaves_1.16.1_1.0.jar YUNG's Better Caves {[email protected] LOAD_REGISTRIES}
        Clumps_1.16.1_6.0.0.3.jar Clumps {[email protected] LOAD_REGISTRIES}
        OresAboveDiamonds_1.16v5.2.jar Ores Above Diamonds {[email protected] LOAD_REGISTRIES}
        comforts_FORGE_1.16.1_3.0.0.1.jar Comforts {[email protected] ERROR}
        citadel-1.2.0.jar Citadel {[email protected] LOAD_REGISTRIES}
        NaturesCompass_1.16.1_1.8.5.jar Nature's Compass {[email protected] LOAD_REGISTRIES}
        MutantBeasts_1.16.1_1.1.1.jar Mutant Beasts {[email protected] LOAD_REGISTRIES}
        FarmingForBlockheads_1.16.1_7.0.2.jar Farming for Blockheads {[email protected] LOAD_REGISTRIES}
        u_team_core-1.16.1-3.1.3.170.jar U Team Core {[email protected] LOAD_REGISTRIES}
        simpleplanes_1.16.1_2.0.5.0.jar Simple Planes {[email protected] LOAD_REGISTRIES}
        Hwyla_forge_1.10.10_B77_1.16.1.jar Waila {[email protected]_1.16.1 LOAD_REGISTRIES}
        FpsReducer_mc1.16.1_1.17.jar FPS Reducer {[email protected] LOAD_REGISTRIES}
        JustEnoughResources_1.16.1_0.11.1.93.jar Just Enough Resources {[email protected] LOAD_REGISTRIES}
        forge-1.16.1-32.0.108-universal.jar Forge {[email protected] LOAD_REGISTRIES}
        corpse_1.16.1_1.0.10.jar Corpse {[email protected] LOAD_REGISTRIES}
        forge-1.16.1-32.0.108-client.jar Minecraft {[email protected] LOAD_REGISTRIES}
        mcw_bridges_1.0.4_mc1.16.1.jar Macaw's Bridges {[email protected] LOAD_REGISTRIES}
        useful_backpacks-1.16.1-1.11.2.74.jar Useful Backpacks {[email protected] LOAD_REGISTRIES}
        netherportalspread_1.16_3.5.jar Nether Portal Spread {[email protected] LOAD_REGISTRIES}
        SilentLib-1.16.1-4.7.0+58.jar Silent Lib {[email protected]+58 LOAD_REGISTRIES}
        valhelsia_structures-16.0.1.jar Valhelsia Structures {[email protected] LOAD_REGISTRIES}
        ironfurnaces_1.16.1_2.1.1.jar Iron Furnaces {[email protected] LOAD_REGISTRIES}
        LetSleepingDogsLie_1.16.1_1.1.1.jar Let Sleeping Dogs Lie {[email protected] LOAD_REGISTRIES}
        SilentGear-1.16.1-2.1.0+161.jar Silent Gear {[email protected]+161 LOAD_REGISTRIES}
        rare_ice_1.16.1_0.2.1.jar Rare Ice {rare-ice@version LOAD_REGISTRIES}
        TelePass_1.16.1_1.0_1.jar Spoiled {[email protected] LOAD_REGISTRIES}
        curios_FORGE_1.16.1_3.0.0.2.jar Curios API {[email protected] LOAD_REGISTRIES}
        Botania_1.16_401.jar Botania {[email protected] LOAD_REGISTRIES}
        Patchouli_1.16_38.jar Patchouli {[email protected] LOAD_REGISTRIES}
        Mantle-1.16.1-1.6.20.jar Mantle {[email protected] LOAD_REGISTRIES}
        Inspirations-1.16.1-1.2.0.jar Inspirations {[email protected] LOAD_REGISTRIES}
        rats-6.0.5-1.16.1.jar Rats {[email protected] LOAD_REGISTRIES}
        collective_1.16.1_1.35.jar Collective {[email protected] LOAD_REGISTRIES}
        morewaterlogging_1.16.1_1.0.jar Example Mod {[email protected] LOAD_REGISTRIES}
        EndReborn_1.16.1_0.7.5.jar End: Reborn {[email protected] LOAD_REGISTRIES}
        DoubleSlabs_1.16_3.3.3.jar Double Slabs {[email protected] LOAD_REGISTRIES}
        Regrowth_1.16.1_1.0.0.6.jar Regrowth Mod {[email protected] LOAD_REGISTRIES}
        structurize_0.13.43_ALPHA_1.16.1.jar Structurize {[email protected] LOAD_REGISTRIES}
        EnigmaticLegacy_1.8.7_1.16.1.jar Enigmatic Legacy {[email protected] LOAD_REGISTRIES}
        minecolonies_0.13.145_ALPHA_universal_1.16.1.jar Minecolonies {[email protected] LOAD_REGISTRIES}
        Vampirism_1.16.1_1.6.0_alpha20200814_1726.jar Vampirism {[email protected]+20200814-1726 LOAD_REGISTRIES, [email protected]+20200814-1726 LOAD_REGISTRIES}
        solcarrot_1.16.1_1.9.7.jar Spice of Life: Carrot Edition {[email protected] LOAD_REGISTRIES}
        water-erosion-1.16.1-forge-1.1.2-beta2.jar Water Erosion {[email protected] LOAD_REGISTRIES}
        waterworks_1.16.1_2.2.0.jar Waterworks {[email protected] LOAD_REGISTRIES}
        forgemod_VoxelMap_1.10.9_for_1.16.1.jar VoxelMap {[email protected] LOAD_REGISTRIES}
        craftablehorsearmour_1.16.1_1.3.jar Craftable Horse Armour {[email protected] LOAD_REGISTRIES}
        Incubation_1.16.1_1.1.0.jar Incubation {[email protected] LOAD_REGISTRIES}
        fastleafdecay-mod-1_16_1.jar FastLeafDecay {fastleafdecay@v23 LOAD_REGISTRIES}
        CosmeticArmorReworked_1.16.1_v1b.jar CosmeticArmorReworked {[email protected] LOAD_REGISTRIES}
    Kiwi Modules: 
        kiwi:contributors
        kiwi:data
    Launched Version: 1.16.1-forge-32.0.108
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: AMD Radeon HD 7700 Series GL version 4.5.13474 Compatibility Profile Context 22.19.162.4, ATI Technologies Inc.
    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)-8320 Eight-Core Processor 
    OptiFine Version: OptiFine_1.16.1_HD_U_G2
    OptiFine Build: 20200802-005745
    Render Distance Chunks: 12
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.5.13474 Compatibility Profile Context 22.19.162.4
    OpenGlRenderer: AMD Radeon HD 7700 Series
    OpenGlVendor: ATI Technologies Inc.
    CpuCount: 8

crash-2020-08-18_14.41.47-client.txt

debug.log

Edited by DeadPony
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.

Announcements



×
×
  • Create New...

Important Information

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