Jump to content

Recommended Posts

Posted

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: 
        javafml@28.2
        minecraft@1
    Mod List: 
        StructuredCrafting-1.14.4-0.2.2.jar StructuredCrafting {structuredcrafting@0.2.2 CREATE_REGISTRIES}
        CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {cyclopscore@1.6.1 CREATE_REGISTRIES}
        supermartijn642configlib-1.1.5-forge-mc1.14.jar SuperMartijn642's Config Library {supermartijn642configlib@1.1.5 CREATE_REGISTRIES}
        NetherPortalFix_1.14.4-7.0.0.jar NetherPortalFix {netherportalfix@7.0.0 CREATE_REGISTRIES}
        simplemagnets-1.1.8-forge-mc1.14.jar Simple Magnets {simplemagnets@1.1.8 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 {jei@6.0.1.30 CREATE_REGISTRIES}
        Uppers-0.1.11.jar Uppers {uppers@0.1.11 CREATE_REGISTRIES}
        mcws-win-1.14.4-v1.0.2.jar Macaw's Windows {mcwwindows@1.0.2 CREATE_REGISTRIES}
        KleeSlabs_1.14.4-7.4.8.jar KleeSlabs {kleeslabs@7.4.8 CREATE_REGISTRIES}
        Neat 1.5-19.jar Neat {neat@1.5-19 CREATE_REGISTRIES}
        create-mc1.14.4_v0.2.3.jar Create {create@mc1.14-0.2.3 CREATE_REGISTRIES}
        ForgeEndertech-1.14.4-5.2.3.0-build.0088.jar Forge Endertech {forgeendertech@5.2.3.0 CREATE_REGISTRIES}
        journeymap-1.14.4-5.7.0.jar Journeymap {journeymap@5.7.0 CREATE_REGISTRIES}
        dankstorage-1.15.jar Dank Storage {dankstorage@1.15 CREATE_REGISTRIES}
        SimpleStorageNetwork-1.14.4-0.2.1.jar Simple Storage Network {storagenetwork@1.14.4-0.2.1 CREATE_REGISTRIES}
        decorative_blocks_6b.jar Decorative Blocks {decorative_blocks@1.6 ERROR}
        rangedpumps-0.6.1.jar Ranged Pumps {rangedpumps@0.6.1 CREATE_REGISTRIES}
        champions-FORGE-1.14.4-2.0-beta2.jar Champions {champions@FORGE-1.14.4-2.0-beta2 CREATE_REGISTRIES}
        DungeonCrawl-1.14.4-2.0.1.jar Dungeon Crawl {dungeoncrawl@2.0.1 CREATE_REGISTRIES}
        curioofundying-FORGE-1.14.4-2.0.1.jar Curio of Undying {curioofundying@FORGE-1.14.4-2.0.1 CREATE_REGISTRIES}
        mcjtylib-1.14-3.5.17-alpha.jar McJtyLib {mcjtylib@1.14-3.5.17-alpha CREATE_REGISTRIES}
        rftoolsbase-1.14-0.0.12-alpha.jar RFToolsBase {rftoolsbase@1.14-0.0.12-alpha CREATE_REGISTRIES}
        ForgivingVoid_1.14.4-3.0.8.jar Forgiving Void {forgivingvoid@3.0.8 CREATE_REGISTRIES}
        mcw-doors-1.0.3-mc1.14.4.jar Macaw's Doors {mcwdoors@1.0.3 CREATE_REGISTRIES}
        Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
        mininggadgets-1.2.5.jar Mining Gadgets {mininggadgets@1.2.5 CREATE_REGISTRIES}
        JustEnoughResources-1.14.4-0.10.1.76.jar Just Enough Resources {jeresources@0.10.1.76 CREATE_REGISTRIES}
        rftoolspower-1.14-1.2.12-alpha.jar RFToolsPower {rftoolspower@1.14-1.2.12-alpha CREATE_REGISTRIES}
        forge-1.14.4-28.2.26-universal.jar Forge {forge@28.2.26 CREATE_REGISTRIES}
        structure-gel-api-1.14.4-1.1.0.jar Structure Gel API {structure_gel@1.1.0 CREATE_REGISTRIES}
        ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 CREATE_REGISTRIES}
        forge-1.14.4-28.2.26-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
        mcw-bridges-1.0.6-mc1.14.4.jar Macaw's Bridges {mcwbridges@1.0.6 CREATE_REGISTRIES}
        rftoolsutility-1.14-1.2.14-alpha.jar RFToolsUtility {rftoolsutility@1.14-1.2.14-alpha CREATE_REGISTRIES}
        ImmersiveEngineering-1.14.4-4.0.0-116.jar Immersive Engineering {immersiveengineering@1.14.4-4.0.0-116 CREATE_REGISTRIES}
        SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 CREATE_REGISTRIES}
        dungeons-plus-1.14.4-1.0.2.jar Dungeons Plus {dungeons_plus@1.0.2 CREATE_REGISTRIES}
        mcw-fences-1.0.0-mc1.14.4.jar Macaw's Fences and Walls {mcwfences@1.0.0 CREATE_REGISTRIES}
        AdLods-1.14.4-2.0.1.0-build.0085.jar Large Ore Deposits {adlods@2.0.1.0 CREATE_REGISTRIES}
        supermartijn642corelib-1.0.19-forge-mc1.14.jar SuperMartijn642's Core Lib {supermartijn642corelib@1.0.19 CREATE_REGISTRIES}
        simplylight-0.9.0.jar Simply Light {simplylight@0.9.0 CREATE_REGISTRIES}
        rftoolsbuilder-1.14-1.2.12-alpha.jar RFToolsBuilder {rftoolsbuilder@1.14-1.2.12-alpha CREATE_REGISTRIES}
        curios-FORGE-1.14.4-1.0.6.1.jar Curios API {curios@FORGE-1.14.4-1.0.6.1 CREATE_REGISTRIES}
        Mantle-1.14.4-1.4.32.jar Mantle {mantle@1.4.32 CREATE_REGISTRIES}
        AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 CREATE_REGISTRIES}
        Quark-r2.0-212.jar Quark {quark@r2.0-212 CREATE_REGISTRIES}
        rftoolsstorage-1.14-0.0.7-alpha.jar RFToolsStorage {rftoolsstorage@1.14-0.0.7-alpha CREATE_REGISTRIES}
        angelring-1.1.0.jar Angel Ring {angelring@1.1.0 CREATE_REGISTRIES}
        structurize-0.10.245-ALPHA.jar Structurize {structurize@0.10.245-ALPHA CREATE_REGISTRIES}
        noRecipeBook_v1.4.1formc1.14.4.jar No Recipe Book {norecipebook@1.4.1 CREATE_REGISTRIES}
        minecolonies-universal.jar Minecolonies {minecolonies@unspecified CREATE_REGISTRIES}
        SpartanWeaponry-1.14.4-2.0.0-beta-3.jar Spartan Weaponry {spartanweaponry@2.0.0 beta 3 CREATE_REGISTRIES}
        furniture-7.0.0-pre15-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre15 CREATE_REGISTRIES}
        AppleSkin-mc1.14.4-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 CREATE_REGISTRIES}
        solcarrot-1.14.4-1.9.6.jar Spice of Life: Carrot Edition {solcarrot@1.14.4-1.9.6 CREATE_REGISTRIES}
        modular-routers-1.14.4-5.1.4-9.jar Modular Routers {modularrouters@1.14.4-5.1.4-9 CREATE_REGISTRIES}
        ScalingHealth-1.14.4-2.4.2+46.jar Scaling Health {scalinghealth@2.4.2+46 CREATE_REGISTRIES}
        xptome-1.14.4-v2.0.jar XP Tome {xpbook@v2.0 CREATE_REGISTRIES}
        BetterAdvancements-1.14.4-0.1.0.94.jar Better Advancements {betteradvancements@0.1.0.94 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 

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.