Jump to content

Recommended Posts

Posted

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 3/8/20 12:12 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 com.davenonymous.bonsaitrees2.misc.PotColorizer.init(PotColorizer.java:33) ~[?:2.0.2.35] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_309_PotColorizer_init_Block.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.2] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$2653/211501113.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:193) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.2.2.jar:28.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$400/1011599868.call(Unknown Source) [forge-1.14.4-28.2.2.jar:28.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.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 com.davenonymous.bonsaitrees2.misc.PotColorizer.init(PotColorizer.java:33)
    at net.minecraftforge.eventbus.ASMEventHandler_309_PotColorizer_init_Block.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
    at net.minecraftforge.fml.ModLoader$$Lambda$2653/211501113.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
    at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:193)
    at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$400/1011599868.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: 514750624 bytes (490 MB) / 2025324544 bytes (1931 MB) up to 4794613760 bytes (4572 MB)
    CPUs: 12
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5144m -Xms256m -XX:PermSize=256m
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.2.2.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.2.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.5-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.2.2.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.2.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.2.2.jar fml TRANSFORMATIONSERVICE 
    FML: 28.2
    Forge: net.minecraftforge:28.2.2
    FML Language Providers: 
        javafml@28.2
        minecraft@1
    Mod List: 
        CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {cyclopscore@1.6.1 CREATE_REGISTRIES}
        ism-2.7.3 MC-1.14.4.jar Instant Structures Mod (ISM) {ism@2.7.3 MC-1.14.4 ERROR}
        inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {inventorysorter@16.2.0 CREATE_REGISTRIES}
        Cucumber-1.14.4-2.0.6.jar Cucumber Library {cucumber@2.0.6 CREATE_REGISTRIES}
        mininglamp-release-1.0.0-universal.jar Mining Lamp {mining_lamp@1.0.0 CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.27.jar Just Enough Items {jei@6.0.0.27 CREATE_REGISTRIES}
        EverlastingAbilities-1.14.4-1.6.0.jar EverlastingAbilities {everlastingabilities@1.6.0 CREATE_REGISTRIES}
        Druidcraft-1.14-0.3.1.jar Druidcraft {druidcraft@0.3.1 CREATE_REGISTRIES}
        FallingTree-1.14.4-2.0.3+21.jar Falling Tree {falling_tree@2.0.3+21 CREATE_REGISTRIES}
        justenoughbuttons-1.14.4-1.0b.jar Just Enough Buttons {justenoughbuttons@1.14.4-1.0 CREATE_REGISTRIES}
        ProjectE-1.14.4-PE1.0.1B.jar ProjectE {projecte@1.14.4-PE1.0.1B CREATE_REGISTRIES}
        IronJetpacks-1.14.4-2.0.3.jar Iron Jetpacks {ironjetpacks@2.0.3 CREATE_REGISTRIES}
        create-mc1.14.4_v0.1.1a.jar Create {create@0.1.1a ERROR}
        Waystones_1.14.4-5.1.1.jar Waystones {waystones@5.1.1 CREATE_REGISTRIES}
        Clumps-4.0.0.jar Clumps {clumps@4.0.0 CREATE_REGISTRIES}
        journeymap-1.14.4-5.7.0b1.jar Journeymap {journeymap@1.14.4-5.7.0b1 CREATE_REGISTRIES}
        cursedearth-1.4a.jar Cursed Earth {cursedearth@1.4a CREATE_REGISTRIES}
        mightyarchitect-mc1.14.4_v0.5.jar The Mighty Architect {mightyarchitect@0.5 CREATE_REGISTRIES}
        branders-enhanced-mob-spawners-v1.14.4-1.5.4.jar Enhanced Mob Spawners {spawnermod@1.5.4 CREATE_REGISTRIES}
        Bookshelf-1.14.4-4.4.71.jar Bookshelf {bookshelf@4.4.71 CREATE_REGISTRIES}
        buildinggadgets-3.1.1b.jar Building Gadgets {buildinggadgets@3.1.1b CREATE_REGISTRIES}
        mcjtylib-1.14-3.5.17-alpha.jar McJtyLib {mcjtylib@1.14-3.5.17-alpha CREATE_REGISTRIES}
        rftoolsbase-1.14-0.0.12-alpha.jar RFToolsBase {rftoolsbase@1.14-0.0.12-alpha CREATE_REGISTRIES}
        DarkUtilities-1.14.4-2.0.13.jar Dark Utilities {darkutils@2.0.13 ERROR}
        Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
        speedyhoppers-1.14.4-7.jar Speedy Hoppers {speedyhoppers@1.14.4-7 CREATE_REGISTRIES}
        zvfs_1.14-1.0.jar Zombie Villagers From Spawner {zvfs@1.0 CREATE_REGISTRIES}
        CarryOn MC1.14.4 v1.12.4.jar Carry On {carryon@1.12.4 CREATE_REGISTRIES}
        mininggadgets-1.2.3.jar Mining Gadgets {mininggadgets@1.2.3 CREATE_REGISTRIES}
        JustEnoughResources-1.14.4-0.10.1.74.jar Just Enough Resources {jeresources@0.10.1.74 CREATE_REGISTRIES}
        rftoolspower-1.14-1.2.12-alpha.jar RFToolsPower {rftoolspower@1.14-1.2.12-alpha CREATE_REGISTRIES}
        forge-1.14.4-28.2.2-universal.jar Forge {forge@28.2.2 CREATE_REGISTRIES}
        shetiphiancore-1.14-3.6.1.jar ShetiPhian-Core {shetiphiancore@3.6.1 CREATE_REGISTRIES}
        refinedstorage-1.7.3.jar Refined Storage {refinedstorage@1.7.3 ERROR}
        extendedfurnace-1.2a.jar Extended Furnace {extendedfurnace@1.2a CREATE_REGISTRIES}
        MysticalAgriculture-1.14.4-2.0.6.jar Mystical Agriculture {mysticalagriculture@2.0.6 CREATE_REGISTRIES}
        ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 CREATE_REGISTRIES}
        forge-1.14.4-28.2.2-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
        torchmaster-2.0.0-rc2.jar Torchmaster {torchmaster@2.0.0-rc2 CREATE_REGISTRIES}
        endertanks-1.14-1.7.1.jar EnderTanks {endertanks@1.7.0 CREATE_REGISTRIES}
        Glowglass-1.14.4-1.1.jar Glowglass {glowglass@1.1 CREATE_REGISTRIES}
        titanium-1.14.4-2.2.10.jar Titanium {titanium@2.2.10 ERROR}
        BetterCrates-1.14.4-1.0.1.jar Better Crates {bettercrates@1.0.1 CREATE_REGISTRIES}
        BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.259 CREATE_REGISTRIES}
        travel_bag-1.0.6-1.14.4.jar Travel Bag {travel_bag@1.0.6 CREATE_REGISTRIES}
        forbidden_arcanus-1.14.4-1.5.jar Forbidden & Arcanus {forbidden_arcanus@1.14.4-1.5 CREATE_REGISTRIES}
        curios-FORGE-1.14.4-1.0.6.1.jar Curios API {curios@FORGE-1.14.4-1.0.6.1 CREATE_REGISTRIES}
        Botania r1.11-378.jar Botania {botania@r1.11-378 CREATE_REGISTRIES}
        Patchouli-1.14.4-1.1-26.jar Patchouli {patchouli@1.14.4-1.1-25 CREATE_REGISTRIES}
        gravestone-1.15.3.jar Gravestone Mod {gravestone@1.15.3 CREATE_REGISTRIES}
        StorageDrawers-1.14.4-6.0.6.jar Storage Drawers {storagedrawers@1.14.4-6.0.6 CREATE_REGISTRIES}
        OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        chunkloader-1.14.4-1.0.0.jar Chunk Loader {chunkloader@1.14.4-1.0.0 CREATE_REGISTRIES}
        enderchests-1.14-1.5.0.jar EnderChests {enderchests@1.5.0 CREATE_REGISTRIES}
        angelring-1.1.0.jar Angel Ring {angelring@1.1.0 CREATE_REGISTRIES}
        f2l-0.2.1.jar Flesh 2 Leather {f2l@0.2.1 CREATE_REGISTRIES}
        libnonymous-1.14.4-1.0.4.25.jar Libnonymous {libnonymous@1.0.4.25 CREATE_REGISTRIES}
        BonsaiTrees-2.0.2.35.jar Bonsai Trees 2 {bonsaitrees2@2.0.2.35 CREATE_REGISTRIES}
        elevatorid-1.14.4-1.5.2.jar Elevator Mod {elevatorid@1.14.4-1.5.2 CREATE_REGISTRIES}
        worldedit-forge-mc1.14.4-7.0.1.jar WorldEdit {worldedit@7.0.1;61bc012 CREATE_REGISTRIES}
        ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {chunknogobyebye@1.14.4-1.0.3 CREATE_REGISTRIES}
        furniture-7.0.0-pre15-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre15 CREATE_REGISTRIES}
        mobcatcher-1.2b.jar Mob Catcher {mobcatcher@1.2b CREATE_REGISTRIES}
        moreoverlays-1.16.1.jar More Overlays {moreoverlays@1.16.1 CREATE_REGISTRIES}
        yamma-1.14.4-0.2.jar YAMMA {yamma@1.14.4-0.2 CREATE_REGISTRIES}
        YAMDA-4.1.1.jar YAMDA {yamda@4.1.1 CREATE_REGISTRIES}
        refinedstorageaddons-0.5.jar Refined Storage Addons {refinedstorageaddons@0.5 CREATE_REGISTRIES}
        FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 CREATE_REGISTRIES}
    Launched Version: forge-28.2.2
    LWJGL: 3.2.2 build 10
    OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.87, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: vanilla, file/Dokucraft-Mod-Support (1).zip (incompatible)
    Current Language: English (US)
    CPU: 12x AMD Ryzen 5 3600 6-Core Processor 

Posted

Problem with BonsaiTrees2, also note that you are using at least one mod that was made for a different version of Minecraft from the one you are using.

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

still crashing 

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 3/9/20 4:04 PM
Description: Rendering overlay

java.lang.NullPointerException: Rendering overlay
    at vazkii.botania.client.core.handler.MiscellaneousIcons.onModelBake(MiscellaneousIcons.java:97) ~[?:r1.11-378] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_212_MiscellaneousIcons_onModelBake_ModelBakeEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.2] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$2620/813164740.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.onModelBake(ForgeHooksClient.java:379) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.model.ModelManager.func_212853_a_(ModelManager.java:62) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.renderer.model.ModelManager.func_212853_a_(ModelManager.java:17) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {re:classloading}
    at net.minecraft.client.resources.ReloadListener$$Lambda$3421/218353095.accept(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_51] {}
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_51] {}
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {}
    at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:classloading}
    at net.minecraft.resources.AsyncReloader$$Lambda$3562/1094615622.run(Unknown Source) ~[?:?] {}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:861) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.2.3.jar:28.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$408/75356024.call(Unknown Source) [forge-1.14.4-28.2.3.jar:28.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}


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

-- Head --
Thread: Client thread
Stacktrace:
    at vazkii.botania.client.core.handler.MiscellaneousIcons.onModelBake(MiscellaneousIcons.java:97)
    at net.minecraftforge.eventbus.ASMEventHandler_212_MiscellaneousIcons_onModelBake_ModelBakeEvent.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
    at net.minecraftforge.fml.ModLoader$$Lambda$2620/813164740.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.onModelBake(ForgeHooksClient.java:379)
    at net.minecraft.client.renderer.model.ModelManager.func_212853_a_(ModelManager.java:62)
    at net.minecraft.client.renderer.model.ModelManager.func_212853_a_(ModelManager.java:17)
    at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13)
    at net.minecraft.client.resources.ReloadListener$$Lambda$3421/218353095.accept(Unknown Source)
    at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656)
    at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632)
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442)
    at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71)
    at net.minecraft.resources.AsyncReloader$$Lambda$3562/1094615622.run(Unknown Source)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
    at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)

-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:544)
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:890)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384)
    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$408/75356024.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: 724522592 bytes (690 MB) / 2154299392 bytes (2054 MB) up to 4794613760 bytes (4572 MB)
    CPUs: 12
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5144m -Xms256m -XX:PermSize=256m
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.2.3.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.3.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.5-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.2.3.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.3.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.2.3.jar fml TRANSFORMATIONSERVICE 
    FML: 28.2
    Forge: net.minecraftforge:28.2.3
    FML Language Providers: 
        javafml@28.2
        minecraft@1
    Mod List: 
        CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {cyclopscore@1.6.1 CREATE_REGISTRIES}
        ism-2.7.3 MC-1.14.4.jar Instant Structures Mod (ISM) {ism@2.7.3 MC-1.14.4 ERROR}
        inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {inventorysorter@16.2.0 CREATE_REGISTRIES}
        Cucumber-1.14.4-2.0.6.jar Cucumber Library {cucumber@2.0.6 CREATE_REGISTRIES}
        mininglamp-release-1.0.0-universal.jar Mining Lamp {mining_lamp@1.0.0 CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.27.jar Just Enough Items {jei@6.0.0.27 CREATE_REGISTRIES}
        EverlastingAbilities-1.14.4-1.6.0.jar EverlastingAbilities {everlastingabilities@1.6.0 CREATE_REGISTRIES}
        Druidcraft-1.14-0.3.1.jar Druidcraft {druidcraft@0.3.1 CREATE_REGISTRIES}
        FallingTree-1.14.4-2.0.3+21.jar Falling Tree {falling_tree@2.0.3+21 CREATE_REGISTRIES}
        justenoughbuttons-1.14.4-1.0b.jar Just Enough Buttons {justenoughbuttons@1.14.4-1.0 CREATE_REGISTRIES}
        ProjectE-1.14.4-PE1.0.1B.jar ProjectE {projecte@1.14.4-PE1.0.1B CREATE_REGISTRIES}
        create-mc1.14.4_v0.1.1.jar Create {create@0.1.1 CREATE_REGISTRIES}
        Waystones_1.14.4-5.1.1.jar Waystones {waystones@5.1.1 CREATE_REGISTRIES}
        Clumps-4.0.0.jar Clumps {clumps@4.0.0 CREATE_REGISTRIES}
        journeymap-1.14.4-5.7.0b1.jar Journeymap {journeymap@1.14.4-5.7.0b1 CREATE_REGISTRIES}
        cursedearth-1.4a.jar Cursed Earth {cursedearth@1.4a CREATE_REGISTRIES}
        mightyarchitect-mc1.14.4_v0.5.jar The Mighty Architect {mightyarchitect@0.5 CREATE_REGISTRIES}
        branders-enhanced-mob-spawners-v1.14.4-1.5.4.jar Enhanced Mob Spawners {spawnermod@1.5.4 CREATE_REGISTRIES}
        Bookshelf-1.14.4-4.4.71.jar Bookshelf {bookshelf@4.4.71 CREATE_REGISTRIES}
        buildinggadgets-3.1.1b.jar Building Gadgets {buildinggadgets@3.1.1b CREATE_REGISTRIES}
        mcjtylib-1.14-3.5.17-alpha.jar McJtyLib {mcjtylib@1.14-3.5.17-alpha CREATE_REGISTRIES}
        rftoolsbase-1.14-0.0.12-alpha.jar RFToolsBase {rftoolsbase@1.14-0.0.12-alpha CREATE_REGISTRIES}
        DarkUtilities-1.14.4-2.0.13.jar Dark Utilities {darkutils@2.0.13 CREATE_REGISTRIES}
        Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
        speedyhoppers-1.14.4-7.jar Speedy Hoppers {speedyhoppers@1.14.4-7 CREATE_REGISTRIES}
        zvfs_1.14-1.0.jar Zombie Villagers From Spawner {zvfs@1.0 CREATE_REGISTRIES}
        CarryOn MC1.14.4 v1.12.4.jar Carry On {carryon@1.12.4 CREATE_REGISTRIES}
        mininggadgets-1.2.3.jar Mining Gadgets {mininggadgets@1.2.3 CREATE_REGISTRIES}
        JustEnoughResources-1.14.4-0.10.1.74.jar Just Enough Resources {jeresources@0.10.1.74 CREATE_REGISTRIES}
        rftoolspower-1.14-1.2.12-alpha.jar RFToolsPower {rftoolspower@1.14-1.2.12-alpha CREATE_REGISTRIES}
        forge-1.14.4-28.2.3-universal.jar Forge {forge@28.2.3 CREATE_REGISTRIES}
        shetiphiancore-1.14-3.6.1.jar ShetiPhian-Core {shetiphiancore@3.6.1 CREATE_REGISTRIES}
        refinedstorage-1.7.3.jar Refined Storage {refinedstorage@1.7.3 CREATE_REGISTRIES}
        extendedfurnace-1.2a.jar Extended Furnace {extendedfurnace@1.2a CREATE_REGISTRIES}
        ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 CREATE_REGISTRIES}
        forge-1.14.4-28.2.3-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
        industrial-foregoing-1.14.4-2.1.2-582ea8b.jar Industrial Foregoing {industrialforegoing@2.1.2 CREATE_REGISTRIES}
        torchmaster-2.0.0-rc2.jar Torchmaster {torchmaster@2.0.0-rc2 CREATE_REGISTRIES}
        endertanks-1.14-1.7.1.jar EnderTanks {endertanks@1.7.0 CREATE_REGISTRIES}
        Glowglass-1.14.4-1.1.jar Glowglass {glowglass@1.1 CREATE_REGISTRIES}
        titanium-1.14.4-2.2.10.jar Titanium {titanium@2.2.10 CREATE_REGISTRIES}
        BetterCrates-1.14.4-1.0.1.jar Better Crates {bettercrates@1.0.1 CREATE_REGISTRIES}
        BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.259 CREATE_REGISTRIES}
        travel_bag-1.0.6-1.14.4.jar Travel Bag {travel_bag@1.0.6 CREATE_REGISTRIES}
        forbidden_arcanus-1.14.4-1.5.jar Forbidden & Arcanus {forbidden_arcanus@1.14.4-1.5 CREATE_REGISTRIES}
        curios-FORGE-1.14.4-1.0.6.1.jar Curios API {curios@FORGE-1.14.4-1.0.6.1 CREATE_REGISTRIES}
        Botania r1.11-378.jar Botania {botania@r1.11-378 CREATE_REGISTRIES}
        Patchouli-1.14.4-1.1-26.jar Patchouli {patchouli@1.14.4-1.1-25 CREATE_REGISTRIES}
        gravestone-1.15.3.jar Gravestone Mod {gravestone@1.15.3 CREATE_REGISTRIES}
        StorageDrawers-1.14.4-6.0.6.jar Storage Drawers {storagedrawers@1.14.4-6.0.6 CREATE_REGISTRIES}
        OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        chunkloader-1.14.4-1.0.0.jar Chunk Loader {chunkloader@1.14.4-1.0.0 CREATE_REGISTRIES}
        enderchests-1.14-1.5.0.jar EnderChests {enderchests@1.5.0 CREATE_REGISTRIES}
        angelring-1.1.0.jar Angel Ring {angelring@1.1.0 CREATE_REGISTRIES}
        f2l-0.2.1.jar Flesh 2 Leather {f2l@0.2.1 CREATE_REGISTRIES}
        libnonymous-1.14.4-1.0.4.25.jar Libnonymous {libnonymous@1.0.4.25 CREATE_REGISTRIES}
        elevatorid-1.14.4-1.5.2.jar Elevator Mod {elevatorid@1.14.4-1.5.2 CREATE_REGISTRIES}
        worldedit-forge-mc1.14.4-7.0.1.jar WorldEdit {worldedit@7.0.1;61bc012 CREATE_REGISTRIES}
        ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {chunknogobyebye@1.14.4-1.0.3 CREATE_REGISTRIES}
        furniture-7.0.0-pre15-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre15 CREATE_REGISTRIES}
        mobcatcher-1.2b.jar Mob Catcher {mobcatcher@1.2b CREATE_REGISTRIES}
        moreoverlays-1.16.1.jar More Overlays {moreoverlays@1.16.1 CREATE_REGISTRIES}
        yamma-1.14.4-0.2.jar YAMMA {yamma@1.14.4-0.2 CREATE_REGISTRIES}
        YAMDA-4.1.1.jar YAMDA {yamda@4.1.1 CREATE_REGISTRIES}
        refinedstorageaddons-0.5.jar Refined Storage Addons {refinedstorageaddons@0.5 CREATE_REGISTRIES}
        FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 CREATE_REGISTRIES}
    Launched Version: forge-28.2.3
    LWJGL: 3.2.2 build 10
    OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.87, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: mod_resources, vanilla, file/Dokucraft-Mod-Support (1).zip (incompatible)
    Current Language: English (US)
    CPU: 12x AMD Ryzen 5 3600 6-Core Processor 

Posted

Looking at the date your version of Botania was released, and the date of your version of forge, I'm thinking that Botania is using an older version of forge, probably 1.14.4-28.2.1, before the new model changes were backported (look at the current 1.14.4 forge changelog notes for more info).

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.