Jump to content

Minecraft keeps crashing on launch


Recommended Posts

Spoiler

 

ime: 3/30/20 11:49 AM
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 doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) ~[?:1.15.2.3] {re:classloading,pl:object_holder_definalize:A}
    at doggytalents.DoggyTalentsMod$$Lambda$5404/620259306.accept(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus$$Lambda$2090/631775016.invoke(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$6390/942799688.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:206) ~[?:?] {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.<init>(Minecraft.java:420) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {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.15.2-31.1.30.jar:31.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$411/1909367224.call(Unknown Source) [forge-1.15.2-31.1.30.jar:31.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {}


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

-- Head --
Thread: Render 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$5404/620259306.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$2090/631775016.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:243)
    at net.minecraftforge.fml.ModLoader$$Lambda$6390/942799688.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:206)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:420)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    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$411/1909367224.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.15.2
    Minecraft Version ID: 1.15.2
    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: 735110376 bytes (701 MB) / 1864892416 bytes (1778 MB) up to 3579314176 bytes (3413 MB)
    CPUs: 8
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3840m -Xms256m -XX:PermSize=256m
    ModLauncher: 5.0.0-milestone.4+67+b1a340b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar fml TRANSFORMATIONSERVICE 
    FML: 31.1
    Forge: net.minecraftforge:31.1.30
    FML Language Providers: 
        javafml@31.1
        minecraft@1
    Mod List: 
        inftrading_1.15.2-1.0.jar Infinite Trading {inftrading@1.0 CREATE_REGISTRIES}
        QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 CREATE_REGISTRIES}
        Ma-Enchants-1.15.2-3.0.0.jar Ma Enchants {ma-enchants@1.15.2-3.0.0 CREATE_REGISTRIES}
        justenoughbeacons-1.2.jar Just Enough Beacons {justenoughbeacons@1.2 CREATE_REGISTRIES}
        Cucumber-1.15.2-3.0.3.jar Cucumber Library {cucumber@3.0.3 CREATE_REGISTRIES}
        torchslabmod-1.15.1_v1.5.jar Torch Slab Mod {torchslabmod@1.5.0 CREATE_REGISTRIES}
        Overloaded-1.15.2-0.0.86.jar Overloaded {overloaded@1.15.2-0.0.84 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.2.jar Just Enough Items {jei@6.0.0.2 CREATE_REGISTRIES}
        metalbarrels-2.1.jar Metal Barrels {metalbarrels@2.1 CREATE_REGISTRIES}
        buzzierbees-1.3.jar Buzzier Bees {buzzierbees@1.3 CREATE_REGISTRIES}
        DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {doggytalents@1.15.2.3 CREATE_REGISTRIES}
        goblintraders-1.2.0-1.15.2.jar Goblin Traders {goblintraders@1.2.0 CREATE_REGISTRIES}
        ChineseWorkshop-1.15.2-2.4.2.jar ChineseWorkshop {chineseworkshop@2.4.2 CREATE_REGISTRIES}
        ProjectE-1.15.2-PE1.0.3B.jar ProjectE {projecte@1.0.3B CREATE_REGISTRIES}
        Mekanism-1.15.2-9.9.17.409.jar Mekanism {mekanism@9.9.17 CREATE_REGISTRIES}
        mcw-windows-1.0.0-mc1.15.1_1.15.2.jar Macaw's Windows {mcwwindows@1.0.0 CREATE_REGISTRIES}
        ForgeEndertech-1.15.2-6.0.1.0-build.0011.jar Forge Endertech {forgeendertech@6.0.1.0 CREATE_REGISTRIES}
        OresAboveDiamonds 1.15 v3.2.jar Ores Above Diamonds {oresabovediamonds@3.2 CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0beta1.jar Journeymap {journeymap@1.15.2-5.7.0beta1 CREATE_REGISTRIES}
        EnhancedVisuals_v1.3.8_mc1.15.2.jar EnhancedVisuals {enhancedvisuals@1.3.0 CREATE_REGISTRIES}
        CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {cookingforblockheads@8.0.1 CREATE_REGISTRIES}
        Controlling-6.1.1.jar Controlling {controlling@6.1.1 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        dankstorage-2.6.jar Dank Storage {dankstorage@2.6 ERROR}
        FruitTrees-1.15.2-1.1.6.jar Fruit Trees {fruittrees@1.1.6 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.6.5.jar Kiwi {kiwi@2.6.5 CREATE_REGISTRIES}
        jaqm-1.15.2-1.0.0.1-universal.jar Just Another Quary Mod {jaqm@1.15.2-1.0.0.1-universal CREATE_REGISTRIES}
        DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {dungeoncrawl@1.6.3 CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.4.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.4 CREATE_REGISTRIES}
        FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {farmingforblockheads@6.1.0 CREATE_REGISTRIES}
        Bookshelf-1.15.2-5.3.9.jar Bookshelf {bookshelf@5.3.9 CREATE_REGISTRIES}
        BotanyPots-1.15.2-2.0.5.jar BotanyPots {botanypots@2.0.5 CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.0.7.jar Apotheosis {apotheosis@3.0.7 CREATE_REGISTRIES}
        ProgressiveBosses-2.1.4-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.4-mc1.15.2 CREATE_REGISTRIES}
        Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES}
        mapperbase-1.15.2-1.0.0.0.jar Mapper Base {mapperbase@1.15.2-1.0.0.0 CREATE_REGISTRIES}
        MekanismGenerators-1.15.2-9.9.17.409.jar Mekanism: Generators {mekanismgenerators@9.9.17 CREATE_REGISTRIES}
        ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 CREATE_REGISTRIES}
        immersive-portals-0.9(forMc1.15withForge).jar Immersive Portals {immersive_portals@0.9 CREATE_REGISTRIES}
        forge-1.15.2-31.1.30-universal.jar Forge {forge@31.1.30 CREATE_REGISTRIES}
        MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {mysticalagradditions@3.0.0 CREATE_REGISTRIES}
        MysticalAgriculture-1.15.2-3.0.1.jar Mystical Agriculture {mysticalagriculture@3.0.1 CREATE_REGISTRIES}
        forge-1.15.2-31.1.30-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        cofh_core-1.15.2-0.3.2b.jar CoFH Core {cofh_core@0.3.2b CREATE_REGISTRIES}
        ensorcellation-1.15.2-0.3.0b.jar Ensorcellation {ensorcellation@0.3.0b CREATE_REGISTRIES}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 CREATE_REGISTRIES}
        EnchantmentDescriptions-1.15.2-2.0.5.jar EnchantmentDescriptions {enchdesc@2.0.5 CREATE_REGISTRIES}
        theoneprobe-1.15-2.0.2.jar The One Probe {theoneprobe@1.15-2.0.2 CREATE_REGISTRIES}
        embellishcraft-1.15.2-2.1.0.0.jar EmbellishCraft {embellishcraft@1.15.2-2.1.0.0 CREATE_REGISTRIES}
        instahouses-1.15.2-1.1.1.jar Slashkings InstaHouses {instahouses@1.1 CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.0+48.jar Silent Lib {silentlib@4.6.0+48 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.345-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.342 CREATE_REGISTRIES}
        valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.1 CREATE_REGISTRIES}
        enviromats-1.15.2-2.0.2.1.jar Environmental Materials {enviromats@1.15.2-2.0.2.1 CREATE_REGISTRIES}
        valhelsia_structures-15.0.2a.jar Valhelsia Structures {valhelsia_structures@15.0.2a CREATE_REGISTRIES}
        ironfurnaces-1.15.2-2.0.1.jar Iron Furnaces {ironfurnaces@2.0.1 CREATE_REGISTRIES}
        CreativeCore_v2.0.4_mc1.15.2.jar CreativeCore {creativecore@2.0.0 CREATE_REGISTRIES}
        SilentGear-1.15.2-1.5.4+79.jar Silent Gear {silentgear@1.5.4+79 CREATE_REGISTRIES}
        AdLods-1.15.2-3.0.1.0-build.0008.jar Large Ore Deposits {adlods@3.0.1.0 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.7.jar Simple Farming {simplefarming@1.15.2-1.2.7 CREATE_REGISTRIES}
        car-1.15.2-2.0.4.jar Ultimate Car Mod {car@1.15.2-2.0.4 CREATE_REGISTRIES}
        extragolems-10.1.0.jar Extra Golems {golems@10.1.0 CREATE_REGISTRIES}
        roadstuff-1.15.2-3.0.0.jar Road Stuff {roadstuff@1.15.2-3.0.0 CREATE_REGISTRIES}
        camera-1.6.4.jar Camera Mod {camera@1.6.4 CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
        Quark-r2.1-227.jar Quark {quark@r2.1-227 CREATE_REGISTRIES}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
        BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {bonsaitrees2@2.1.2.6 CREATE_REGISTRIES}
        harvest-1.15.2-1.0.1.jar Harvest {harvest@1.0.1 CREATE_REGISTRIES}
        noRecipeBook_v1.5.2formc1.15.2.jar No Recipe Book {norecipebook@1.5.2 CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.9.17.409.jar Mekanism: Tools {mekanismtools@9.9.17 CREATE_REGISTRIES}
        mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 CREATE_REGISTRIES}
        engineersdecor-1.15.2-1.0.20-b2.jar Engineer's Decor {engineersdecor@1.0.20-b2 CREATE_REGISTRIES}
        mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 CREATE_REGISTRIES}
        solcarrot-1.15.2-1.9.4.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.4 CREATE_REGISTRIES}
        ilikewood-1.15.2-2.2.0.1.jar I Like Wood {ilikewood@1.15.2-2.2.0.1 CREATE_REGISTRIES}
        SilentGems-1.15.2-3.5.1+84.jar Silent's Gems 3 {silentgems@3.5.1+84 CREATE_REGISTRIES}
        betterbedrockgenerator-1.15.2-0.0.6.jar Better Bedrock Generator {betterbedrockgenerator@0.0.6 ERROR}
        XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 CREATE_REGISTRIES}
        YAMDA-5.0.2.jar YAMDA {yamda@5.0.2 CREATE_REGISTRIES}
        FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 CREATE_REGISTRIES}
        Cyclic-1.15.2-0.2.0.jar Cyclic {cyclic@1.15.2-0.2.0 CREATE_REGISTRIES}
    Launched Version: forge-31.1.30
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: GeForce GT 730/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.25, NVIDIA Corporation
    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 Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz

 

 

Edited by diesieben07
spoiler
Link to comment
Share on other sites

14 hours ago, diesieben07 said:

Post the complete debug.log.

This is everything that was on the log

Spoiler


 

---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 3/30/20 10:18 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 doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) ~[?:1.15.2.3] {re:classloading,pl:object_holder_definalize:A}
    at doggytalents.DoggyTalentsMod$$Lambda$5489/504768936.accept(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus$$Lambda$2076/2067610941.invoke(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$6380/1399657787.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:206) ~[?:?] {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.<init>(Minecraft.java:420) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {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.15.2-31.1.30.jar:31.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$411/1784551034.call(Unknown Source) [forge-1.15.2-31.1.30.jar:31.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {}


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

-- Head --
Thread: Render 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$5489/504768936.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$2076/2067610941.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:243)
    at net.minecraftforge.fml.ModLoader$$Lambda$6380/1399657787.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:206)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:420)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(SourceFile:166)
    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$411/1784551034.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.15.2
    Minecraft Version ID: 1.15.2
    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: 412586448 bytes (393 MB) / 1634205696 bytes (1558 MB) up to 3579314176 bytes (3413 MB)
    CPUs: 8
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3840m -Xms256m -XX:PermSize=256m
    ModLauncher: 5.0.0-milestone.4+67+b1a340b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.1.30.jar fml TRANSFORMATIONSERVICE 
    FML: 31.1
    Forge: net.minecraftforge:31.1.30
    FML Language Providers: 
        javafml@31.1
        minecraft@1
    Mod List: 
        inftrading_1.15.2-1.0.jar Infinite Trading {inftrading@1.0 CREATE_REGISTRIES}
        QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 CREATE_REGISTRIES}
        Ma-Enchants-1.15.2-3.0.0.jar Ma Enchants {ma-enchants@1.15.2-3.0.0 CREATE_REGISTRIES}
        justenoughbeacons-1.2.jar Just Enough Beacons {justenoughbeacons@1.2 CREATE_REGISTRIES}
        Cucumber-1.15.2-3.0.3.jar Cucumber Library {cucumber@3.0.3 CREATE_REGISTRIES}
        torchslabmod-1.15.1_v1.5.jar Torch Slab Mod {torchslabmod@1.5.0 CREATE_REGISTRIES}
        Overloaded-1.15.2-0.0.86.jar Overloaded {overloaded@1.15.2-0.0.84 CREATE_REGISTRIES}
        jei-1.15.2-6.0.0.2.jar Just Enough Items {jei@6.0.0.2 CREATE_REGISTRIES}
        metalbarrels-2.1.jar Metal Barrels {metalbarrels@2.1 CREATE_REGISTRIES}
        buzzierbees-1.3.jar Buzzier Bees {buzzierbees@1.3 CREATE_REGISTRIES}
        DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {doggytalents@1.15.2.3 CREATE_REGISTRIES}
        goblintraders-1.2.0-1.15.2.jar Goblin Traders {goblintraders@1.2.0 CREATE_REGISTRIES}
        ChineseWorkshop-1.15.2-2.4.2.jar ChineseWorkshop {chineseworkshop@2.4.2 CREATE_REGISTRIES}
        ProjectE-1.15.2-PE1.0.3B.jar ProjectE {projecte@1.0.3B CREATE_REGISTRIES}
        Mekanism-1.15.2-9.9.17.409.jar Mekanism {mekanism@9.9.17 CREATE_REGISTRIES}
        mcw-windows-1.0.0-mc1.15.1_1.15.2.jar Macaw's Windows {mcwwindows@1.0.0 CREATE_REGISTRIES}
        ForgeEndertech-1.15.2-6.0.1.0-build.0011.jar Forge Endertech {forgeendertech@6.0.1.0 CREATE_REGISTRIES}
        OresAboveDiamonds 1.15 v3.2.jar Ores Above Diamonds {oresabovediamonds@3.2 CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0beta1.jar Journeymap {journeymap@1.15.2-5.7.0beta1 CREATE_REGISTRIES}
        CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {cookingforblockheads@8.0.1 CREATE_REGISTRIES}
        Controlling-6.1.1.jar Controlling {controlling@6.1.1 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        dankstorage-2.6.jar Dank Storage {dankstorage@2.6 ERROR}
        FruitTrees-1.15.2-1.1.6.jar Fruit Trees {fruittrees@1.1.6 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.6.5.jar Kiwi {kiwi@2.6.5 CREATE_REGISTRIES}
        jaqm-1.15.2-1.0.0.1-universal.jar Just Another Quary Mod {jaqm@1.15.2-1.0.0.1-universal CREATE_REGISTRIES}
        DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {dungeoncrawl@1.6.3 CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.4.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.4 CREATE_REGISTRIES}
        FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {farmingforblockheads@6.1.0 CREATE_REGISTRIES}
        Bookshelf-1.15.2-5.3.9.jar Bookshelf {bookshelf@5.3.9 CREATE_REGISTRIES}
        BotanyPots-1.15.2-2.0.5.jar BotanyPots {botanypots@2.0.5 CREATE_REGISTRIES}
        Apotheosis-1.15.2-3.0.7.jar Apotheosis {apotheosis@3.0.7 CREATE_REGISTRIES}
        ProgressiveBosses-2.1.4-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.4-mc1.15.2 CREATE_REGISTRIES}
        Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES}
        mapperbase-1.15.2-1.0.0.0.jar Mapper Base {mapperbase@1.15.2-1.0.0.0 CREATE_REGISTRIES}
        MekanismGenerators-1.15.2-9.9.17.409.jar Mekanism: Generators {mekanismgenerators@9.9.17 CREATE_REGISTRIES}
        ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 CREATE_REGISTRIES}
        immersive-portals-0.9(forMc1.15withForge).jar Immersive Portals {immersive_portals@0.9 CREATE_REGISTRIES}
        forge-1.15.2-31.1.30-universal.jar Forge {forge@31.1.30 CREATE_REGISTRIES}
        MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {mysticalagradditions@3.0.0 CREATE_REGISTRIES}
        MysticalAgriculture-1.15.2-3.0.1.jar Mystical Agriculture {mysticalagriculture@3.0.1 CREATE_REGISTRIES}
        forge-1.15.2-31.1.30-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        cofh_core-1.15.2-0.3.2b.jar CoFH Core {cofh_core@0.3.2b CREATE_REGISTRIES}
        ensorcellation-1.15.2-0.3.0b.jar Ensorcellation {ensorcellation@0.3.0b CREATE_REGISTRIES}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 CREATE_REGISTRIES}
        EnchantmentDescriptions-1.15.2-2.0.5.jar EnchantmentDescriptions {enchdesc@2.0.5 CREATE_REGISTRIES}
        theoneprobe-1.15-2.0.2.jar The One Probe {theoneprobe@1.15-2.0.2 CREATE_REGISTRIES}
        embellishcraft-1.15.2-2.1.0.0.jar EmbellishCraft {embellishcraft@1.15.2-2.1.0.0 CREATE_REGISTRIES}
        instahouses-1.15.2-1.1.1.jar Slashkings InstaHouses {instahouses@1.1 CREATE_REGISTRIES}
        SilentLib-1.15.2-4.6.0+48.jar Silent Lib {silentlib@4.6.0+48 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.345-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.342 CREATE_REGISTRIES}
        valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.1 CREATE_REGISTRIES}
        enviromats-1.15.2-2.0.2.1.jar Environmental Materials {enviromats@1.15.2-2.0.2.1 CREATE_REGISTRIES}
        valhelsia_structures-15.0.2a.jar Valhelsia Structures {valhelsia_structures@15.0.2a CREATE_REGISTRIES}
        ironfurnaces-1.15.2-2.0.1.jar Iron Furnaces {ironfurnaces@2.0.1 CREATE_REGISTRIES}
        CreativeCore_v2.0.4_mc1.15.2.jar CreativeCore {creativecore@2.0.0 CREATE_REGISTRIES}
        SilentGear-1.15.2-1.5.4+79.jar Silent Gear {silentgear@1.5.4+79 CREATE_REGISTRIES}
        AdLods-1.15.2-3.0.1.0-build.0008.jar Large Ore Deposits {adlods@3.0.1.0 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.7.jar Simple Farming {simplefarming@1.15.2-1.2.7 CREATE_REGISTRIES}
        car-1.15.2-2.0.4.jar Ultimate Car Mod {car@1.15.2-2.0.4 CREATE_REGISTRIES}
        extragolems-10.1.0.jar Extra Golems {golems@10.1.0 CREATE_REGISTRIES}
        roadstuff-1.15.2-3.0.0.jar Road Stuff {roadstuff@1.15.2-3.0.0 CREATE_REGISTRIES}
        camera-1.6.4.jar Camera Mod {camera@1.6.4 CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
        Quark-r2.1-227.jar Quark {quark@r2.1-227 CREATE_REGISTRIES}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
        BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {bonsaitrees2@2.1.2.6 CREATE_REGISTRIES}
        harvest-1.15.2-1.0.1.jar Harvest {harvest@1.0.1 CREATE_REGISTRIES}
        noRecipeBook_v1.5.2formc1.15.2.jar No Recipe Book {norecipebook@1.5.2 CREATE_REGISTRIES}
        MekanismTools-1.15.2-9.9.17.409.jar Mekanism: Tools {mekanismtools@9.9.17 CREATE_REGISTRIES}
        mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 CREATE_REGISTRIES}
        engineersdecor-1.15.2-1.0.20-b2.jar Engineer's Decor {engineersdecor@1.0.20-b2 CREATE_REGISTRIES}
        mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 CREATE_REGISTRIES}
        solcarrot-1.15.2-1.9.4.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.4 CREATE_REGISTRIES}
        ilikewood-1.15.2-2.2.0.1.jar I Like Wood {ilikewood@1.15.2-2.2.0.1 CREATE_REGISTRIES}
        SilentGems-1.15.2-3.5.1+84.jar Silent's Gems 3 {silentgems@3.5.1+84 CREATE_REGISTRIES}
        betterbedrockgenerator-1.15.2-0.0.6.jar Better Bedrock Generator {betterbedrockgenerator@0.0.6 ERROR}
        XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 CREATE_REGISTRIES}
        YAMDA-5.0.2.jar YAMDA {yamda@5.0.2 CREATE_REGISTRIES}
        FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 CREATE_REGISTRIES}
        Cyclic-1.15.2-0.2.0.jar Cyclic {cyclic@1.15.2-0.2.0 CREATE_REGISTRIES}
    Launched Version: forge-31.1.30
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: GeForce GT 730/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.25, NVIDIA Corporation
    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 Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz

 

 

Edited by diesieben07
spoiler
Link to comment
Share on other sites

The issue appears to be coming from doggytalents, I would wager that it was built using an older version (probably 1.15.2-31.1.14) of forge than the one you have (you have 1.15.2-31.1.30).

If you remove doggytalents and it works, you will either need to wait for an update from the author, or downgrade the version of forge you are using (which could break other mods)

Link to comment
Share on other sites

 

13 hours ago, diesieben07 said:

It is not Doggytalents fault. This problem is caused by an error that is shown further up in the log file.

If you remove Doggytalents, this same error will most likely appear with a different, unrelated mod.

 

@NoriPocalypse Post the complete debug.log file, not a crash report.

https://paste.ubuntu.com/p/CNsG3vW8mv/ is this the debug file?

Link to comment
Share on other sites

9 hours ago, NoriPocalypse said:

 

https://paste.ubuntu.com/p/CNsG3vW8mv/ is this the debug file?

No, that's the crashlog again. The debug log will be in the logs folder, and be named debug.log

 

*edit: noticed the path in your crashlog, so you should be looking for C:\Users\fenix\Twitch\Minecraft\Instances\ModPack 1.15.2\logs\debug.log

This is of course provided the twitch launcher isn't being a piece of crap and actually generates one!

Edited by Ugdhar
Link to comment
Share on other sites

My signature has instructions on how to get a debug.log to generate while using a Twitch modpack

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.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

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.