Jump to content

forge 1.15.2 crashing while loading


Recommended Posts

I just updated to the latest version of forge, because a few hours ago forge crashed while loading. Well this error appeared:
java.lang.NullPointerException: Initializing game

 

Here is the crash report.

 

---- Minecraft Crash Report ----
// My bad.

Time: 7/07/20 09:28 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$10953/1051681532.accept(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus$$Lambda$2098/1822648234.invoke(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$11462/414903944.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {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:419) [?:?] {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:51) [forge-1.15.2-31.2.30.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$485/374845463.call(Unknown Source) [forge-1.15.2-31.2.30.jar:31.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}


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$10953/1051681532.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$2098/1822648234.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$31(ModLoader.java:260)
    at net.minecraftforge.fml.ModLoader$$Lambda$11462/414903944.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)

-- 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:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$485/374845463.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: 1007821672 bytes (961 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: 5.1.0+69+master.79f13f7
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services:
        /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
        /forge-1.15.2-31.2.30.jar object_holder_definalize PLUGINSERVICE
        /forge-1.15.2-31.2.30.jar runtime_enum_extender PLUGINSERVICE
        /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
        /forge-1.15.2-31.2.30.jar capability_inject_definalize PLUGINSERVICE
        /forge-1.15.2-31.2.30.jar runtimedistcleaner PLUGINSERVICE
        /forge-1.15.2-31.2.30.jar fml TRANSFORMATIONSERVICE
        /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
        /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
        /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
    FML: 31.2
    Forge: net.minecraftforge:31.2.30
    FML Language Providers:
        javafml@31.2
        minecraft@1
        kotlinforforge@1.3.1
        kotlinfml@1.5.0
    Mod List:
        BETA+-+Camels+Mod+0.8.0+[1.15.2].jar Camel Mod {camels@0.8.0 CREATE_REGISTRIES}
        UnionLib-1.15.2-1.2.3.jar UnionLib {unionlib@1.2.3 CREATE_REGISTRIES}
        WizardAnimalsPlus2.1.1_Beta.jar Wizard Animals Plus {wizard_animals_plus@1.0.0 CREATE_REGISTRIES}
        Wyrmroost-1.1.2.jar Wyrmroost {wyrmroost@1.1.1-DEV CREATE_REGISTRIES}
        Elenai-Dodge-1.15.2-1.4.3.jar Elenai Dodge {elenaidodge@1.15.2-1.4.3 CREATE_REGISTRIES}
        areas_1.15-1.0.jar Areas {areas@1.0 CREATE_REGISTRIES}
        consecration-FORGE-1.15.2-2.0.jar Consecration {consecration@FORGE-1.15.2-2.0 CREATE_REGISTRIES}
        incensed-1.15.2-1.2.0.jar Incensed {incensed@1.15.2-1.2.0 CREATE_REGISTRIES}
        0.0.5c-releasecandidate1.jar NetherBackport {netherbackport@1.0.0 CREATE_REGISTRIES}
        DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {doggytalents@1.15.2.3 CREATE_REGISTRIES}
        dyeable_flower_pots-1.15.2-1.0.0.jar Dyeable Flower Pots {dyeable_flower_pots@1.15.2-1.0.0 CREATE_REGISTRIES}
        coffeemod-1.0.2.jar Coffee mod {coffeemod@1.0.2 CREATE_REGISTRIES}
        mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {mcwwindows@1.0.1 CREATE_REGISTRIES}
        kingvillager-1.3.jar The King of the villagers {kingvillager@1.3 CREATE_REGISTRIES}
        flower-breeding-1.15.2-1.4.jar Lizzie's Flower Breeding {acmc@1.0 CREATE_REGISTRIES}
        KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 CREATE_REGISTRIES}
        pitg-1.15.2-1.4.0.jar Pane In The Glass {pitg@1.15.2-1.4.0 CREATE_REGISTRIES}
        BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {bettercaves@1.15.2-1.0 CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.15.jar TerraForged {terraforged@0.0.15 CREATE_REGISTRIES}
        ResourcefulTools-1.15.2-1.1.39.jar Resourceful Tools {resourceful_tools@1.1.36 CREATE_REGISTRIES}
        Elementary+Staffs+1.8a02.jar Elementary Staffs {element@1.8 CREATE_REGISTRIES}
        Better-Berries-1.0.0.jar Better Berries {betterberries@0.2.1 CREATE_REGISTRIES}
        Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 CREATE_REGISTRIES}
        Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 CREATE_REGISTRIES}
        oceangems-1.0.0_1.15.2.jar Ocean Gems {ocean_gems@1.0.0 CREATE_REGISTRIES}
        guardvillagers-1.15.2-1.0.6.jar Guard Villagers {guardvillagers@1.0.6 CREATE_REGISTRIES}
        cryingghasts_1.15-1.1.jar Crying Ghasts {cryingghasts@1.1 CREATE_REGISTRIES}
        mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 CREATE_REGISTRIES}
        pinesfoodmod-1.0.jar Mr. Pineapples Food Mod {pinesfoodmod@1.0 CREATE_REGISTRIES}
        spidersprwebs_1.15-1.1.jar Spiders Produce Webs {spidersprwebs@1.1 CREATE_REGISTRIES}
        cowboyup-2.0.2-mc1.15.2.jar CowboyUp {cowboyup@2.0.2-mc1.15.2 CREATE_REGISTRIES}
        After+the+Drizzle-0.1.26f-Beta-1.15.2.jar After the Drizzle {afterthedrizzle@0.1.26f-Beta-1.15.2 CREATE_REGISTRIES}
        WaterStrainer-1.15.2-9.0.0.jar Water Strainer {waterstrainer@1.15.2-9.0.0 CREATE_REGISTRIES}
        SnowRealMagic-1.15.2-1.7.5.jar Snow! Real Magic! {snowrealmagic@1.7.5 CREATE_REGISTRIES}
        dynamic_world-1.15.2-0.3.2.0.jar Dynamic World {dynamic_world@0.3.0.0 CREATE_REGISTRIES}
        shetiphiancore-1.15-3.7.2.jar ShetiPhian-Core {shetiphiancore@3.7.2 CREATE_REGISTRIES}
        EnhancedSnowman-1.15.2-1.0.1.jar Enhanced Snowman {enhanced_snowman@1.0.1 CREATE_REGISTRIES}
        peanutmod-1.15.2-1.0.2.jar Peanut Mod {peanutmod@1.0.2 CREATE_REGISTRIES}
        Obsidian+Utilities+1.15.2+V1.4.jar Obsidian Utilities {obsidianutilities@1.4 CREATE_REGISTRIES}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 CREATE_REGISTRIES}
        repurposedstructures-1.15.2-1.7.2.jar Repurposed Structures {repurposed_structures@1.15.2-1.7.2 CREATE_REGISTRIES}
        netherportalspread_1.15-3.5.jar Nether Portal Spread {netherportalspread@3.5 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.363-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.363 CREATE_REGISTRIES}
        BetterDrowning-1.15.2-1.0.3.jar BetterDrowning {betterdrowning@1.0.3 CREATE_REGISTRIES}
        projectvibrantjourneys-1.15.2-2.0.3.jar Project: Vibrant Journeys {projectvibrantjourneys@1.15.2-2.0.3 CREATE_REGISTRIES}
        Beekeeper-1.15.1-1.0.0.0.jar Beekeeper {bk@1.0.0.0 CREATE_REGISTRIES}
        valhelsia_structures-15.0.3a.jar Valhelsia Structures {valhelsia_structures@15.0.3a CREATE_REGISTRIES}
        astral-1.4.12.jar Astral {astral@1.4.12 CREATE_REGISTRIES}
        antisoapbox-1.0.0.jar Anti Soapbox {antisoapbox@1.0.0 CREATE_REGISTRIES}
        ediblebugs-1.0.18_MC1.15.2.jar Edible Bugs {ediblebugs@1.0.18_MC1.15.2 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.9.jar Simple Farming {simplefarming@1.15.2-1.2.9 CREATE_REGISTRIES}
        odimod-1.15.2-release.jar Oh Doungeons Items Mod {odimod@1.0.0 CREATE_REGISTRIES}
        fairylights-3.0.4-1.15.2.jar Fairy Lights {fairylights@3.0.4 CREATE_REGISTRIES}
        villagespawnpoint_1.15-1.2.jar Village Spawn Point {villagespawnpoint@1.2 CREATE_REGISTRIES}
        shinobiscloset-1.15.2-1.0.0.4.jar Shinobi's Closet Mod {shinobiscloset@1.15.2-1.0.0.4 CREATE_REGISTRIES}
        Patchouli-1.15.2-1.2-34.jar Patchouli {patchouli@1.15.2-1.2-34 CREATE_REGISTRIES}
        flying_things-1.8.9-1.15.2.jar The Flying Things {flying_things@1.8.9 CREATE_REGISTRIES}
        IllusionerTower1.0.0-MC1.15.2.jar Illusioner Tower {illusioner_tower@1.0.0 CREATE_REGISTRIES}
        extendedmushrooms-1.4.1-1.15.2+.jar Extended Mushrooms {extendedmushrooms@1.4.1-1.15.2+ CREATE_REGISTRIES}
        collective-1.15.2-1.35.jar Collective {collective@1.35 CREATE_REGISTRIES}
        config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 CREATE_REGISTRIES}
        horse_colors-1.15.2-1.2.5.jar Realistic Horse Genetics {horse_colors@1.15.2-1.2.5 CREATE_REGISTRIES}
        SullysMod-V0.7FIX.jar Sully's Mod {sullys_mod@V0.7 CREATE_REGISTRIES}
        doublebladedaxemod-1.2.0-1.15.2.jar Double Bladed Axe Mod {doublebladedaxemod@1.1.0 CREATE_REGISTRIES}
        Mushroom+Quest_1.15.2_v2.3.jar Mushroom Quest {mushroomquest@1.0.0 CREATE_REGISTRIES}
        Survive-1.15.2-1.5.5.jar Survive {survive@1.5.5 CREATE_REGISTRIES}
        usefulhats-1.6.0-1.15.1+.jar Useful Hats {usefulhats@1.6.0-1.15.1+ CREATE_REGISTRIES}
        immersivelighting-1.15-2.0.1.jar Immersive Lighting {immersivelighting@2.0.1 CREATE_REGISTRIES}
        strata-1.15.2-1.0.2.jar Strata {strata@1.0.2 CREATE_REGISTRIES}
        noRecipeBook_v1.5.4formc1.15.2.jar No Recipe Book {norecipebook@1.5.4 CREATE_REGISTRIES}
        mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 CREATE_REGISTRIES}
        lock_minecart_view-1.2.0.jar Better minecart rotation {lock_minecart_view@1.2.0 CREATE_REGISTRIES}
        AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 CREATE_REGISTRIES}
        fortunate-2.7-MC-1.15.jar How Fortunate! {fortunate@2.7-MC-1.15 CREATE_REGISTRIES}
        earthsanimals-1.15.2-0.0.6-beta.jar Earths Animals {earthsanimals@1.15.1-0.0.6-beta CREATE_REGISTRIES}
        SakuraRosea-1.3.jar Sakura Rosea {sakurarosea@1.3 CREATE_REGISTRIES}
        BetterBurning-1.15.2-1.3.4.jar BetterBurning {betterburning@1.3.4 CREATE_REGISTRIES}
        incubation-1.0.4-1.15.2.jar Incubation {incubation@1.0.4 CREATE_REGISTRIES}
        CleanView-1.15.2-v1a.jar CleanView {cleanview@1.15.2-v1a CREATE_REGISTRIES}
        PrettyBeaches_1.15.2-4.0.1.jar Pretty Beaches {prettybeaches@4.0.1 CREATE_REGISTRIES}
        BetterMineshaftsForge-1.15.2-1.0.2.jar YUNG's Better Mineshafts {bettermineshafts@1.15.2-1.0.2 CREATE_REGISTRIES}
        DarkPaintings-1.15.2-1.0.6.jar DarkPaintings {darkpaintings@1.0.6 CREATE_REGISTRIES}
        BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {betteradvancements@0.1.0.99 CREATE_REGISTRIES}
        Extra+Weapons+Mod+Release+1.15.4.0.jar Extra Weapons {extraweapons@1.15.4.0 CREATE_REGISTRIES}
        JustMoreCakes-1.1_MC1.15.2.jar Just More Cake! {jmc@1.0 CREATE_REGISTRIES}
        SaveMyStronghold-1.15.2-1.0.1.jar Save My Stronghold! {savemystronghold@1.15.2-1.0.1 CREATE_REGISTRIES}
        doubledoors_1.15-2.1.jar Double Doors {doubledoors@2.1 CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {torchslabmod@1.7.0 CREATE_REGISTRIES}
        biggerspongeabsorptionradius_1.15-1.0.jar Bigger Sponge Absorption Radius {biggerspongeabsorptionradius@1.0 CREATE_REGISTRIES}
        geysermod-1.15.2-1.0.2.0.jar Geyser Mod {geysermod@1.0.2.0 CREATE_REGISTRIES}
        jei-1.15.2-6.0.2.12.jar Just Enough Items {jei@6.0.2.12 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {buzzierbees@1.5.2 CREATE_REGISTRIES}
        KiwiBirds-1.1.jar Kiwi Birds {kiwibirds@1.1 CREATE_REGISTRIES}
        goblintraders-1.2.0-1.15.2.jar Goblin Traders {goblintraders@1.2.0 CREATE_REGISTRIES}
        Bloomful-1.15.2-1.4.1.jar Bloomful {bloomful@NONE CREATE_REGISTRIES}
        extraboats-1.3.6-1.15.2.jar Extra Boats {extraboats@1.3.6 CREATE_REGISTRIES}
        bundleditems-mc1.15.2-1.3.1.jar Bundled Items {bundleditems@1.3.1 CREATE_REGISTRIES}
        Waystones_1.15.2-6.0.2.jar Waystones {waystones@6.0.2 CREATE_REGISTRIES}
        PassableFoliage-1.15.2-1.1.0.jar Passable Foliage {passablefoliage@1.1.0 CREATE_REGISTRIES}
        GoatMod-1.15.2-1.1.jar Goat Mod {goatmod@1.0 CREATE_REGISTRIES}
        comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {comforts@FORGE-1.15.2-2.0.0.3 CREATE_REGISTRIES}
        SCC-YetAnotherChopDownMod-1.15.2-0.3.0.jar Yet Another ChopDown Mod {yetanotherchopdownmod@1.15.2-0.3.0 CREATE_REGISTRIES}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 CREATE_REGISTRIES}
        FruitTrees-1.15.2-1.4.1.jar Fruit Trees {fruittrees@1.4.1 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.7.1.jar Kiwi {kiwi@2.7.1 CREATE_REGISTRIES}
        SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {sereneseasons@1.15.2-3.0.0.72 CREATE_REGISTRIES}
        PyramidPlunder-1.15.2-1.1.jar Pyramid Plunder {pyramidplunder@1.15-1.0 CREATE_REGISTRIES}
        puddles-2.0.0.jar Puddles {puddles@2.0.0 CREATE_REGISTRIES}
        betteranimalsplus-1.15.2-8.2.1.96.jar Better Animals Plus {betteranimalsplus@8.2.1.96 CREATE_REGISTRIES}
        snowundertrees-1.15.2-v1.1.1.jar Snow Under Trees {snowundertrees@v1.1.1 CREATE_REGISTRIES}
        permasomnia_v1.1.1_formc1.15.2.jar Permasomnia {permasomnia@1.1.1 CREATE_REGISTRIES}
        mapperbase-1.15.2-1.1.1.0.jar Mapper Base {mapperbase@1.15.2-1.1.1.0 CREATE_REGISTRIES}
        embellishcraft-1.15.2-2.2.1.0.jar EmbellishCraft {embellishcraft@1.15.2-2.2.1.0 CREATE_REGISTRIES}
        additional_lights-1.15.2-1.2.0.jar Additional Lights {additional_lights@1.15.2-1.2.0 CREATE_REGISTRIES}
        traverse-1.15.2-3.2.0.jar Traverse {traverse@1.15.2-3.2.0 ERROR}
        HarderBranchMining-1.15.2-2.0.0.10.jar Harder Branch Mining Mod {hbm@2.0.0.10 CREATE_REGISTRIES}
        bloodfruit-1.4.jar Blood Fruit {bloodfruit@.1 CREATE_REGISTRIES}
        Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        strongfarmland-1.15.2-1.1.0.jar Stronger Farmland Mod {strongfarmland@1.15.2-1.1.0 CREATE_REGISTRIES}
        beyond_the_nether_wastes_v_1.1.0.jar Beyond The Nether Wastes {btnw@1.0.0 CREATE_REGISTRIES}
        forge-1.15.2-31.2.30-universal.jar Forge {forge@31.2.30 CREATE_REGISTRIES}
        Bountiful-1.14.4-3.1.2.jar Bountiful {bountiful@1.14.4-3.1.2 CREATE_REGISTRIES}
        DramaticDoors-1.15.2-1.1.0.jar Dramatic Doors {dramaticdoors@1.15.2-1.1.0 CREATE_REGISTRIES}
        More+Plants+1.15.2+v.4.3.jar More Plants 1.12.2 {moreplants@1.0.0 CREATE_REGISTRIES}
        More+Mobs+1.15.2.jar More Mobs {moremobs@1.0.0 CREATE_REGISTRIES}
        VendingMachine-1.15.1-1.0.0.0.jar Vending Machine {vm@1.0.0.0 CREATE_REGISTRIES}
        weakerspwbs_1.15-1.4.jar Weaker Spiderwebs {weakerspwbs@1.4 CREATE_REGISTRIES}
        RottenCreatures-1.15.2-0.9.7.jar Rotten Creatures {rotten_creatures@0.9.7 CREATE_REGISTRIES}
        forge-1.15.2-31.2.30-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {endergetic@1.3.2 CREATE_REGISTRIES}
        Standard+Materials+Add-on+for+Tool+Variants+1.15.2.jar Tool Variants (Standard Materials Addon) {toolvariants@1.0 CREATE_REGISTRIES}
        pandoras_creatures-1.15.2-1.0.0.jar Pandoras Creatures {pandoras_creatures@1.15.2-1.0.0 CREATE_REGISTRIES}
        naturalslabsmod-1.0.6.jar Natural Slabs Mod {naturalslabsmod@1.0.6 CREATE_REGISTRIES}
        NaturalProgression-1.15.2-1.3.0.jar Natural Progression {natural-progression@1.3.0 CREATE_REGISTRIES}
        compactores-1.15.2-2.1.3.jar Compact Ores {compactores@2.1.3 CREATE_REGISTRIES}
        wards-1.15.2-1.4.0.jar Wards {wards@1.15.2-1.4.0 CREATE_REGISTRIES}
        HerdMentality-1.15.2-1.0.1.jar HerdMentality {herdmentality@1.0.1 CREATE_REGISTRIES}
        towers_of_the_wild-1.15.2-1.2.0.jar Towers Of the Wild {towers_of_the_wild@1.15.2-1.2.0 CREATE_REGISTRIES}
        omgourd-1.15.2-0.1.0b.jar Oh My Gourd {omgourd@0.4.0b CREATE_REGISTRIES}
        astikorcarts-1.0.2-1.15.2.jar AstikorCarts {astikorcarts@1.0.2 CREATE_REGISTRIES}
        Atmospheric-1.15.2-1.4.1.jar Atmospheric {atmospheric@1.4.1 CREATE_REGISTRIES}
        Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {savageandravage@1.1.4 CREATE_REGISTRIES}
        Xaeros_Minimap_20.15.2_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.15.2 CREATE_REGISTRIES}
        Six6Stars+Item+Compactor+and+Olympian+Armors+1_15_2+v1.0.7-64x.jar Six6Stars Item Compactor & Olympian Armors {six6stars_item_compactor@1.0.7 CREATE_REGISTRIES}
        autumnity-1.3.2-1.15.2.jar Autumnity {autumnity@1.3.2 CREATE_REGISTRIES}
        polymorph-FORGE-1.15.2-0.3.jar Polymorph {polymorph@FORGE-1.15.2-0.3 CREATE_REGISTRIES}
        multibeds-1.15-1.6.1.jar Multi-Beds {multibeds@1.6.1 CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
        Quark-r2.1-245.jar Quark {quark@r2.1-245 CREATE_REGISTRIES}
        WorldOfWonder-1.15.2-1.0.6.jar World of Wonder {worldofwonder@1.15.2-1.0.6 CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.7.6.jar Double Slabs {doubleslabs@2.7.6 CREATE_REGISTRIES}
        TaigaAdditions+[0.1.2].jar Taiga Additions {taigaexpansion@0.1.2 CREATE_REGISTRIES}
        Regrowth-1.15.2-0.0.0.8.jar Regrowth Mod {regrowth@0.0.0.8 CREATE_REGISTRIES}
        OfflineSkins-1.15.2-v2.jar OfflineSkins {offlineskins@1.15.2-v2 CREATE_REGISTRIES}
        getoutofmyboat-1.15.2-1.0.0.jar Get Out Of My Boat {getoutofmyboat@1.15.2-1.0.0 CREATE_REGISTRIES}
        AmbientEnvironment-3.0.0.jar Ambient Environment {ambientenvironment@3.0.0 CREATE_REGISTRIES}
        engineersdecor-1.15.2-1.0.20-b4.jar Engineer's Decor {engineersdecor@1.0.20-b4 CREATE_REGISTRIES}
        solcarrot-1.15.2-1.9.7.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.7 CREATE_REGISTRIES}
        water-erosion-1.15.2-forge-1.1.2.jar Water Erosion {water-erosion@1.1.2 CREATE_REGISTRIES}
        Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {aquaculture@1.15.2-2.0.16 CREATE_REGISTRIES}
        XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 CREATE_REGISTRIES}
        LegendOfHerobrine-1.15.2-0.5.0.jar The Legend of Herobrine {herobrine@0.5.0 CREATE_REGISTRIES}
        SystemAdditions.jar vanilla expansion {vanilla_expansion@1.0.0 CREATE_REGISTRIES}
        SoundFilters-0.13_for_1.15.2.jar Sound Filters {soundfilters@0.13_for_1.15.2 CREATE_REGISTRIES}
        healingcf_1.15-2.3.jar Healing Campfire {healingcf@2.3 CREATE_REGISTRIES}
        cooking_table-1.15.2-1.2.1.jar Cooking Table {idraes_cooking_table@1.15.2-1.2.1 CREATE_REGISTRIES}
    Launched Version: 1.15.2-forge-31.2.30
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) HD Graphics 400 GL version 4.4.0 - Build 20.19.15.5126, Intel
    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: 4x Intel(R) Atom(TM) x5-E8000 CPU @ 1.04GHz

Link to comment
Share on other sites

Please provide debug.log (more info in my signature below)

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.



×
×
  • Create New...

Important Information

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