Jump to content

Recommended Posts

Posted

Hello! Just today I installed some mods to play with using forge, but the game always crashes and a text appears saying: 

The game crashed whilst initializing game
Error: java.lang.NullPointerException: Initializing game

 

I dont know what to do can somebody help me I would really appreciate it. This is the crash report below:

 

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 9/29/19 10:10 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:runtimedistcleaner:A}
    at net.telepathicgrunt.ultraamplified.blocks.BlockColorManager.onBlockColorsInit(BlockColorManager.java:32) ~[?:?] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_141_BlockColorManager_onBlockColorsInit_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.1] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:240) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$2523/2100013654.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:240) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:184) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:501) [?:?] {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.1.26.jar:28.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$351/1551303995.call(Unknown Source) [forge-1.14.4-28.1.26.jar:28.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.0.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.0.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.0.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.0.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.0.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 net.telepathicgrunt.ultraamplified.blocks.BlockColorManager.onBlockColorsInit(BlockColorManager.java:32)
    at net.minecraftforge.eventbus.ASMEventHandler_141_BlockColorManager_onBlockColorsInit_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:240)
    at net.minecraftforge.fml.ModLoader$$Lambda$2523/2100013654.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:240)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:184)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:501)

-- 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$351/1551303995.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: 1253557376 bytes (1195 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 8
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.0.0+61+ca3b447
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.1.26.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.26.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.1.26.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.26.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.1.26.jar fml TRANSFORMATIONSERVICE 
    FML: 28.1
    Forge: net.minecraftforge:28.1.26
    FML Language Providers: 
        javafml@28.1
        minecraft@1
    Mod List: 
        adventurepack-1.2.jar Adventure Tools {adventurepack@1.14.4-1.2 CREATE_REGISTRIES}
        Better-Animations-Collection-2-Mod-1.14.4.jar Better Animations Collection 2 {betteranimationscollection2@1.1b3 CREATE_REGISTRIES}
        CoffeeSpawner-1.14.4-5.0.0.jar Coffee Spawner {coffeespawner@1.14.4-5.0.0 CREATE_REGISTRIES}
        Cucumber-1.14.4-2.0.3.jar Cucumber Library {cucumber@2.0.3 CREATE_REGISTRIES}
        EE+-+1.2.jar Extra Enrichments {extraenrichments@1.2.0 CREATE_REGISTRIES}
        epag-1.0.0.jar Extra Pets & Golems Mod {moremobs@1.0.0 CREATE_REGISTRIES}
        experienceore-1.0-1.14.4.jar ExperienceOre {experienceore@1.0 CREATE_REGISTRIES}
        extlights-1.5.jar Extended Lights {extlights@1.5 CREATE_REGISTRIES}
        ferroustry-1.3b.jar Ferroustry {ferroustry@1.3b CREATE_REGISTRIES}
        flying_things-1.8.5-1.14.4.jar The Flying Things {flying_things@1.8.5 CREATE_REGISTRIES}
        forbidden_arcanus-1.14.4-1.3.jar Forbidden & Arcanus {forbidden_arcanus@1.14.4-1.3 CREATE_REGISTRIES}
        Glacia-14.4.1b.jar §9§lGlacia§r {greenapple_glacia@§914.4.1b§r CREATE_REGISTRIES}
        Gobber2-1.14.4-2.1.97.jar Gobber 2 {gobber2@2.1.97 CREATE_REGISTRIES}
        Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
        infernalmobs-1.14.4.4.jar Infernal Mobs {infernalmobs@1.14.4.4 CREATE_REGISTRIES}
        ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 CREATE_REGISTRIES}
        IronJetpacks-1.14.4-2.0.2.jar Iron Jetpacks {ironjetpacks@2.0.2 CREATE_REGISTRIES}
        Jack-O'-Launcher-1.14.4-1.2.0.jar Jack-O'-Launcher {jack_o_launcher@1.14.4-1.2.0 CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.13.jar Just Enough Items {jei@6.0.0.13 CREATE_REGISTRIES}
        luckyores-1.14.4-1.2.jar Lucky Ores Mod {luckyores@1.2 CREATE_REGISTRIES}
        moreboots-1.1.6.jar More Boots {moreboots@1.1.6 CREATE_REGISTRIES}
        MoreOresInONE-1.5.jar More Ores in ONE {moreoresinone@1.5 CREATE_REGISTRIES}
        Mubble-1.4-pre9-(1.14.4).jar Mubble {mubble@1.4-pre9 CREATE_REGISTRIES}
        mysticalwildlife-1.14.4-1.3.3.jar Mystical Wildlife {mysticalwildlife@1.3.3 CREATE_REGISTRIES}
        parachutemod-1.14.4-2.2.1-456.jar Parachute Mod NG {parachutemod@1.14.4-2.2.1-456 CREATE_REGISTRIES}
        PickleTweaks-1.14.4-3.0.6.jar Pickle Tweaks {pickletweaks@3.0.6 CREATE_REGISTRIES}
        PyramidPlunder-1.14.4-1.1.jar Pyramid Plunder {pyramidplunder@1.14.4-1.0 CREATE_REGISTRIES}
        randomenchants-2.1.0.jar Random Enchants {randomenchants@2.1.0 ERROR}
        SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 CREATE_REGISTRIES}
        SimpleDivingGear-3.0.2+mc+1.14.4.jar Simple Diving Gear {simpledivegear@3.0.2 mc 1.14.4 CREATE_REGISTRIES}
        StructureCompass-1.2.jar Structure Compass Mod {structurecompass@1.2 CREATE_REGISTRIES}
        SuperTools-1.6b.jar Super Tools {supertools@1.6b CREATE_REGISTRIES}
        TimeTravelMod-1.14.4-0.1.8.0.jar Time Travel Mod {timetravelmod@1.14.4-0.1.8.0 CREATE_REGISTRIES}
        ToLaserBlade-1.14.4-2.0.4.3.jar ToLaserBlade {tolaserblade@1.14.4-2.0.4.3 CREATE_REGISTRIES}
        travel_bag-1.0.5-1.14.4.jar Travel Bag {travel_bag@1.0.5 CREATE_REGISTRIES}
        TreeChoppin-1.14.4-1.2.0.jar TreeChoppin {treechoppin@1.2.0 CREATE_REGISTRIES}
        ultra_amplified_mod-1.14.4-0.6.9.jar Ultra Amplified Mod {ultra_amplified_mod@0.6.9 CREATE_REGISTRIES}
        voyage-1.0.0.jar Voyage {voyage@1.0.0 CREATE_REGISTRIES}
        wildnature-2.0.5.jar WildNature Mod {wildnature@2.0.5 CREATE_REGISTRIES}
        XL-Food-Mod-1.14.4-2.1.0.jar XL Food Mod {xlfoodmod@2.1.0 CREATE_REGISTRIES}
        forge-1.14.4-28.1.26-universal.jar Forge {forge@28.1.26 CREATE_REGISTRIES}
        forge-1.14.4-28.1.26-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
    Launched Version: 1.14.4-forge-28.1.26
    LWJGL: 3.2.2 build 10
    OpenGL: AMD Radeon(TM) Vega 8 Graphics GL version 4.5.14568 Compatibility Profile Context 24.20.12044.2001, ATI Technologies Inc.
    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: 8x AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx 

 

 

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.