Jump to content

Recommended Posts

Posted

I installed another mod called Additional enchanted miner mod. i installed the other required mods and put them into the mod folded. i then ran minecraft and it crashed. i cant quite figure out what is causing this?

 

 

Crash report

---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 10/10/19 9:13 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 doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) ~[?:1.15.2.0] {re:classloading,pl:object_holder_definalize:A}
    at doggytalents.DoggyTalentsMod$$Lambda$2335/1770961572.accept(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus$$Lambda$2001/459077137.invoke(Unknown Source) ~[?:?] {}
    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$2748/473344802.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.31.jar:28.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$346/1363800072.call(Unknown Source) [forge-1.14.4-28.1.31.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 doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46)
    at doggytalents.DoggyTalentsMod$$Lambda$2335/1770961572.accept(Unknown Source)
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
    at net.minecraftforge.eventbus.EventBus$$Lambda$2001/459077137.invoke(Unknown Source)
    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$2748/473344802.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$346/1363800072.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: 1429970824 bytes (1363 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    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.31.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.31.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.1.31.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.31.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.1.31.jar fml TRANSFORMATIONSERVICE 
    FML: 28.1
    Forge: net.minecraftforge:28.1.31
    FML Language Providers: 
        javafml@28.1
        minecraft@1
        kotori_scala@2.12.9
    Mod List: 
        Additional-Enchanted-Miner-Mod-1.14.4 (1).jar QuarryPlus {quarryplus@14.0.0 CREATE_REGISTRIES}
        angelring-1.14.4-1.0.1.jar Angel Ring {angelring@1.0.1 CREATE_REGISTRIES}
        betteranimalsplus-1.14.4-7.1.2 (1).jar Better Animals Plus {betteranimalsplus@7.1.2 CREATE_REGISTRIES}
        BiomesOPlenty-1.14.4-9.0.0.236-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.236 CREATE_REGISTRIES}
        Cyclic-1.14.4-0.0.12.jar Cyclic {cyclic@1.14.4-0.0.12 CREATE_REGISTRIES}
        DoggyTalents-1.14.4-1.15.2.0.jar Doggy Talents {doggytalents@1.15.2.0 CREATE_REGISTRIES}
        Dungeon-Crawl-Mod-1.14.4.jar Dungeon Crawl {dungeoncrawl@1.4.0 CREATE_REGISTRIES}
        EuhDawsons-GraveStone-Mod-1.14.4.jar Gravestone Mod {gravestone@1.15.0 CREATE_REGISTRIES}
        Fish-Traps-Mod-1.14.4.jar Fish Traps {fishtraps@1.14.4-0.0.4 CREATE_REGISTRIES}
        Fun-Ores-Mod-1.14.4.jar Fun Ores {funores@2.4.0+14 CREATE_REGISTRIES}
        Geolosys-Mod-1.14.4.jar Geolosys {geolosys@4.0.1 CREATE_REGISTRIES}
        Heaven-Paradise-Plant-Mod-1.14.4.jar Heaven Paradise Plant {heavenparadiseplantmod@1.0.0 CREATE_REGISTRIES}
        Hwyla-Mod-1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
        Iron-Chests-Mod-1.14.4.jar Iron Chests {ironchest@1.14.3-9.0.DEV.55a7af2 CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.13 (1).jar Just Enough Items {jei@6.0.0.13 CREATE_REGISTRIES}
        justenoughbuttons-1.14.4-1.0.jar Just Enough Buttons {justenoughbuttons@1.14.4-1.0 CREATE_REGISTRIES}
        luckyblock-1.14.4-7.9.1 (2).jar Lucky Block {lucky@7.9.1 CREATE_REGISTRIES}
        More+Dogs-1.0.1.jar More Dog Breeds {moredogs@1.0.1 CREATE_REGISTRIES}
        More-Ores-In-ONE-Mod-1.14.4.jar More Ores in ONE {moreoresinone@1.4 CREATE_REGISTRIES}
        MrCrayfishs-Furniture-Mod-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre8 CREATE_REGISTRIES}
        MutantBeasts-1.14.4-0.5.0.jar Mutant Beasts {mutantbeasts@1.14.4-0.5.0 CREATE_REGISTRIES}
        Mystical-Wildlife-Mod-1.14.4.jar Mystical Wildlife {mysticalwildlife@1.3.2 CREATE_REGISTRIES}
        OpenBlocks-Elevator-Mod-1.14.4.jar Elevator Mod {elevatorid@1.14.4-1.3.11 CREATE_REGISTRIES}
        PattysMoreArmor-Mod-1.14.4.jar pattysmorearmor {pattysmorearmor@1.5 CREATE_REGISTRIES}
        PattysMoreTools-2-Mod-1.14.4 (1).jar PattysMoreTools-2 {pattysmoretools@2.4 CREATE_REGISTRIES}
        Reap-Mod-1.14.4.jar Reap Mod {reap@1.10.0 CREATE_REGISTRIES}
        Scaling-Health-Mod-1.14.4.jar Scaling Health {scalinghealth@2.3.0+20 ERROR}
        SilentLib-1.14.4-4.4.0+44 (1).jar Silent Lib {silentlib@4.4.0+44 CREATE_REGISTRIES}
        SimpleOres-Mod-1.14.4.jar Simple Ores {simpleores@1.14.4-2.0.5.0 CREATE_REGISTRIES}
        Steves-Factory-Manager-Reborn-Mod-1.14.4.jar Steve's Factory Manager {sfm@3.0.0a-1 CREATE_REGISTRIES}
        Treasure-Bags-Mod-1.14.4.jar Treasure Bags {treasurebags@1.1.1+18 CREATE_REGISTRIES}
        UselessMod-1.14.4-2.2.4.jar Useless Mod {uselessmod@1.14.4-2.2.4 CREATE_REGISTRIES}
        forge-1.14.4-28.1.31-universal.jar Forge {forge@28.1.31 CREATE_REGISTRIES}
        forge-1.14.4-28.1.31-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
    Launched Version: 1.14.4-forge-28.1.31
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 20.19.15.5070, 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: 
    Current Language: English (US)
    CPU: 4x Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz

 

(Yes i have a laptop broke much)

-Woggy

Posted

The filenames of one or more of your mods suggests you got them from a repost site.

Please read up on the StopModReposts project (link in my signature) for info on why this is a bad thing.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

How about you take all the mods you got from places other than CurseForge, toss them, and replace them with the same mods from CurseForge?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

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.