Jump to content

java.lang.NullPointerException: Initializing game


Ivory97

Recommended Posts

im having issues launching the game and when i do it shows java.lang.NullPointerException: Initializing game and the crash report is
 

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 8/28/22 2:19 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 me.desht.modularrouters.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:35) ~[?:1.14.4-5.1.4-9] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_287_ColorHandlers_registerBlockColorHandlers_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$4092/682328059.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:193) ~[?:?] {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.26.jar:28.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$438/494951073.call(Unknown Source) [forge-1.14.4-28.2.26.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:?] {re:classloading}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {re:classloading}


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 me.desht.modularrouters.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:35)
    at net.minecraftforge.eventbus.ASMEventHandler_287_ColorHandlers_registerBlockColorHandlers_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$4092/682328059.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:193)
    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$438/494951073.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: 1882869792 bytes (1795 MB) / 5332008960 bytes (5085 MB) up to 11453595648 bytes (10923 MB)
    CPUs: 12
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m
    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.26.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.26.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.5-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.2.26.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.26.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.2.26.jar fml TRANSFORMATIONSERVICE 
        /_MixinBootstrap-1.1.0.jar mixinbootstrap TRANSFORMATIONSERVICE 
        /_MixinBootstrap-1.1.0.jar mixin PLUGINSERVICE 
        /_MixinBootstrap-1.1.0.jar mixinbootstrap PLUGINSERVICE 
    FML: 28.2
    Forge: net.minecraftforge:28.2.26
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        StructuredCrafting-1.14.4-0.2.2.jar StructuredCrafting {[email protected] CREATE_REGISTRIES}
        CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {[email protected] CREATE_REGISTRIES}
        supermartijn642configlib-1.1.5-forge-mc1.14.jar SuperMartijn642's Config Library {[email protected] CREATE_REGISTRIES}
        NetherPortalFix_1.14.4-7.0.0.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
        simplemagnets-1.1.8-forge-mc1.14.jar Simple Magnets {[email protected] CREATE_REGISTRIES}
        Bountiful Baubles-1.14.4-0.0.4.jar Bountiful Baubles {bountifulbaubles@NONE CREATE_REGISTRIES}
        jei-1.14.4-6.0.1.30.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        Uppers-0.1.11.jar Uppers {[email protected] CREATE_REGISTRIES}
        mcws-win-1.14.4-v1.0.2.jar Macaw's Windows {[email protected] CREATE_REGISTRIES}
        KleeSlabs_1.14.4-7.4.8.jar KleeSlabs {[email protected] CREATE_REGISTRIES}
        Neat 1.5-19.jar Neat {[email protected] CREATE_REGISTRIES}
        create-mc1.14.4_v0.2.3.jar Create {[email protected] CREATE_REGISTRIES}
        ForgeEndertech-1.14.4-5.2.3.0-build.0088.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
        journeymap-1.14.4-5.7.0.jar Journeymap {[email protected] CREATE_REGISTRIES}
        dankstorage-1.15.jar Dank Storage {[email protected] CREATE_REGISTRIES}
        SimpleStorageNetwork-1.14.4-0.2.1.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
        decorative_blocks_6b.jar Decorative Blocks {[email protected] ERROR}
        rangedpumps-0.6.1.jar Ranged Pumps {[email protected] CREATE_REGISTRIES}
        champions-FORGE-1.14.4-2.0-beta2.jar Champions {[email protected] CREATE_REGISTRIES}
        DungeonCrawl-1.14.4-2.0.1.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES}
        curioofundying-FORGE-1.14.4-2.0.1.jar Curio of Undying {[email protected] CREATE_REGISTRIES}
        mcjtylib-1.14-3.5.17-alpha.jar McJtyLib {[email protected] CREATE_REGISTRIES}
        rftoolsbase-1.14-0.0.12-alpha.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
        ForgivingVoid_1.14.4-3.0.8.jar Forgiving Void {[email protected] CREATE_REGISTRIES}
        mcw-doors-1.0.3-mc1.14.4.jar Macaw's Doors {[email protected] CREATE_REGISTRIES}
        Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
        mininggadgets-1.2.5.jar Mining Gadgets {[email protected] CREATE_REGISTRIES}
        JustEnoughResources-1.14.4-0.10.1.76.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
        rftoolspower-1.14-1.2.12-alpha.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
        forge-1.14.4-28.2.26-universal.jar Forge {[email protected] CREATE_REGISTRIES}
        structure-gel-api-1.14.4-1.1.0.jar Structure Gel API {[email protected] CREATE_REGISTRIES}
        ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] CREATE_REGISTRIES}
        forge-1.14.4-28.2.26-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        mcw-bridges-1.0.6-mc1.14.4.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
        rftoolsutility-1.14-1.2.14-alpha.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
        ImmersiveEngineering-1.14.4-4.0.0-116.jar Immersive Engineering {[email protected] CREATE_REGISTRIES}
        SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 CREATE_REGISTRIES}
        dungeons-plus-1.14.4-1.0.2.jar Dungeons Plus {[email protected] CREATE_REGISTRIES}
        mcw-fences-1.0.0-mc1.14.4.jar Macaw's Fences and Walls {[email protected] CREATE_REGISTRIES}
        AdLods-1.14.4-2.0.1.0-build.0085.jar Large Ore Deposits {[email protected] CREATE_REGISTRIES}
        supermartijn642corelib-1.0.19-forge-mc1.14.jar SuperMartijn642's Core Lib {[email protected] CREATE_REGISTRIES}
        simplylight-0.9.0.jar Simply Light {[email protected] CREATE_REGISTRIES}
        rftoolsbuilder-1.14-1.2.12-alpha.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
        curios-FORGE-1.14.4-1.0.6.1.jar Curios API {[email protected] CREATE_REGISTRIES}
        Mantle-1.14.4-1.4.32.jar Mantle {[email protected] CREATE_REGISTRIES}
        AutoRegLib-1.4-35.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
        Quark-r2.0-212.jar Quark {[email protected] CREATE_REGISTRIES}
        rftoolsstorage-1.14-0.0.7-alpha.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
        angelring-1.1.0.jar Angel Ring {[email protected] CREATE_REGISTRIES}
        structurize-0.10.245-ALPHA.jar Structurize {[email protected] CREATE_REGISTRIES}
        noRecipeBook_v1.4.1formc1.14.4.jar No Recipe Book {[email protected] CREATE_REGISTRIES}
        minecolonies-universal.jar Minecolonies {minecolonies@unspecified CREATE_REGISTRIES}
        SpartanWeaponry-1.14.4-2.0.0-beta-3.jar Spartan Weaponry {[email protected] beta 3 CREATE_REGISTRIES}
        furniture-7.0.0-pre15-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        AppleSkin-mc1.14.4-forge-1.0.14.jar AppleSkin {[email protected] CREATE_REGISTRIES}
        solcarrot-1.14.4-1.9.6.jar Spice of Life: Carrot Edition {[email protected] CREATE_REGISTRIES}
        modular-routers-1.14.4-5.1.4-9.jar Modular Routers {[email protected] CREATE_REGISTRIES}
        ScalingHealth-1.14.4-2.4.2+46.jar Scaling Health {[email protected]+46 CREATE_REGISTRIES}
        xptome-1.14.4-v2.0.jar XP Tome {[email protected] CREATE_REGISTRIES}
        BetterAdvancements-1.14.4-0.1.0.94.jar Better Advancements {[email protected] CREATE_REGISTRIES}
    Launched Version: forge-28.2.26
    LWJGL: 3.2.2 build 10
    OpenGL: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 4.6.0 NVIDIA 516.59, NVIDIA Corporation
    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: 
    Current Language: English (US)
    CPU: 12x AMD Ryzen 5 2600 Six-Core Processor 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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