Jump to content

Modded Minecraft Crashing After Configuring Configs - 1.14.4


Recommended Posts

Hi! I am working on a custom modpack on version 1.14.4 for me and a friend to play together on a server. The game was running fine but after messing around with some configs to balance the modpack out a little, the game just crashes and I am no expert on reading crash logs. Would anyone be willing to help me?

 

The following mods I configured

- Quark

- Serene Seasons

- Super Tools

- Better Foliage

 

Here is a link to the crash report and I will paste the crash report down below as well.

 

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 6/17/20 11:53 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 net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.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 java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_251] {}
    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:mixin,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.func_71384_a(Minecraft.java:502) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) ~[minecraft-1.14.4-client.jar:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_251] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_251] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_251] {}
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_251] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) ~[forge-1.14.4-28.2.4-launcher.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:?] {re:classloading}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {re:classloading}
    at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:39) [ForgeWrapper-1.4.1.jar:?] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_251] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_251] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_251] {}
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_251] {}
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
    at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
    at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {}


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

-- Head --
Thread: Client thread
Stacktrace:
    at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
    at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46)
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
    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 java.util.HashMap.forEach(HashMap.java:1289)
    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:498)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    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)
    at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:39)
    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:498)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
    at org.multimc.EntryPoint.listen(EntryPoint.java:143)
    at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- System Details --
Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Mac OS X (x86_64) version 10.15.5
    Java Version: 1.8.0_251, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 2613050616 bytes (2491 MB) / 3846176768 bytes (3668 MB) up to 6442450944 bytes (6144 MB)
    CPUs: 8
    JVM Flags: 2 total; -Xms2048m -Xmx6912m
    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.4-launcher.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.4-launcher.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.5-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.2.4-launcher.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.4-launcher.jar runtimedistcleaner PLUGINSERVICE 
        /OptiFine_1.14.4_HD_U_F5.jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.14.4-28.2.4-launcher.jar fml TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE 
        /OptiForge-MC1.14.4-0.1.1.jar optiforge TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE 
        /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE 
    FML: 28.2
    Forge: net.minecraftforge:28.2.4
    FML Language Providers: 
        javafml@28.2
        minecraft@1
        kotlinfml@1.4.0
    Mod List: 
        enchantedbookredesign-1.1.jar Enchanted Book Redesign {enchantedbookredesign@1.1 CREATE_REGISTRIES}
        Ma-Enchants-1.14.4-1.8.1.jar Ma Enchants {ma-enchants@1.14.4-1.8.1 CREATE_REGISTRIES}
        XPFromHarvest-1.14.4-1.2.0.jar XP From Harvest {xpfromharvest@1.2.0 CREATE_REGISTRIES}
        GoodSkeletonsDontStrafe-v1.1.2-1.14.4.jar Good Skeletons Don't Strafe {goodskeletonsdontstrafe@1.1.2 CREATE_REGISTRIES}
        vanillaexcavators-1.14.4-1.0.jar Vanilla Excavators {vanillaexcavators@1.14.4-1.0 CREATE_REGISTRIES}
        Bountiful Baubles-1.14.4-0.0.4.jar Bountiful Baubles {bountifulbaubles@NONE CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.27.jar Just Enough Items {jei@6.0.0.27 CREATE_REGISTRIES}
        OptiForge-MC1.14.4-0.1.1.jar OptiForge {optiforge@0.1.1 CREATE_REGISTRIES}
        Druidcraft-1.14-0.3.1.jar Druidcraft {druidcraft@0.3.1 CREATE_REGISTRIES}
        AttributeFix-1.14.4-3.0.3.jar AttributeFix {attributefix@3.0.3 CREATE_REGISTRIES}
        DoggyTalents-1.14.4-1.15.2.3.jar Doggy Talents {doggytalents@1.15.2.3 CREATE_REGISTRIES}
        caelus-FORGE-1.14.4-1.0.1.2.jar Caelus API {caelus@FORGE-1.14.4-1.0.1.2 CREATE_REGISTRIES}
        Upgrade-Aquatic-1.14.4-v1.4.10.jar Upgrade Aquatic {upgrade_aquatic@1.4.9 CREATE_REGISTRIES}
        bambooeverything-1.14-1.5.0.jar Bamboo Everything {bambooeverything@1.14-1.5.0 CREATE_REGISTRIES}
        colytra-FORGE-1.14.4-2.0.0.1.jar Colytra {colytra@FORGE-1.14.4-2.0.0.1 CREATE_REGISTRIES}
        noautojump-1.14.4-1.3.jar No Auto-Jump {noautojump@1.14.4-1.3 CREATE_REGISTRIES}
        extraboats-1.2.6-1.14.4.jar Extra Boats {extraboats@1.2.6 CREATE_REGISTRIES}
        Waystones_1.14.4-5.1.1.jar Waystones {waystones@5.1.1 CREATE_REGISTRIES}
        MoreOresInONE-1.5.jar More Ores in ONE {moreoresinone@1.5 CREATE_REGISTRIES}
        villagernames_1.14-2.4.jar Villager Names {villagernames@2.4 CREATE_REGISTRIES}
        Clumps-4.0.1.jar Clumps {clumps@4.0.1 CREATE_REGISTRIES}
        XaerosWorldMap_1.6.4_Forge_1.14.4.jar Xaero's World Map {xaeroworldmap@1.6.4 CREATE_REGISTRIES}
        Controlling-5.0.7.jar Controlling {controlling@5.0.6 CREATE_REGISTRIES}
        Placebo-1.14.4-2.3.5.jar Placebo {placebo@2.3.5 CREATE_REGISTRIES}
        comforts-FORGE-1.14.4-2.0-beta6.jar Comforts {comforts@FORGE-1.14.4-2.0-beta6 CREATE_REGISTRIES}
        NaturesCompass-1.14.4-1.8.5.jar Nature's Compass {naturescompass@1.14.4-1.8.5 CREATE_REGISTRIES}
        SereneSeasons-1.14.4-2.0.0.70-universal.jar Serene Seasons {sereneseasons@1.14.4-2.0.0.70 CREATE_REGISTRIES}
        decorative_blocks_6b.jar Decorative Blocks {decorative_blocks@1.6 CREATE_REGISTRIES}
        VanillaTweaks-1.14.4.1.5.15.jar VanillaTweaks {vanillatweaks@1.14.4.1.5.15 CREATE_REGISTRIES}
        Bookshelf-1.14.4-4.4.74.jar Bookshelf {bookshelf@4.4.74 CREATE_REGISTRIES}
        BotanyPots-1.14.4-1.0.12.jar BotanyPots {botanypots@1.0.12 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.14.4-v1.2.0.jar The Endergetic Expansion {endergetic@1.2.0 CREATE_REGISTRIES}
        u_team_core-1.14.4-2.8.2.150.jar U Team Core {uteamcore@2.8.2.150 CREATE_REGISTRIES}
        randompatches-1.14.4-1.21.1.2.jar RandomPatches {randompatches@1.14.4-1.21.1.2 CREATE_REGISTRIES}
        Customized-Dungeon-Loot-1.14.x-(v.2.0.0).jar Customized Dungeon Loot {cdl@2.0.0 CREATE_REGISTRIES}
        Apotheosis-1.14.4-2.4.4.jar Apotheosis {apotheosis@2.4.4 CREATE_REGISTRIES}
        ProgressiveBosses-2.1.4.jar Progressive Bosses {progressivebosses@2.1.4 CREATE_REGISTRIES}
        Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
        traverse-1.14.4-2.1.0.jar Traverse {traverse@1.14.4-2.1.0 ERROR}
        JustEnoughResources-1.14.4-0.10.1.76.jar Just Enough Resources {jeresources@0.10.1.76 CREATE_REGISTRIES}
        forge-1.14.4-28.2.4-universal.jar Forge {forge@28.2.4 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.4-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
        cofh_core-1.14.4-0.4.0b.jar CoFH Core {cofh_core@0.4.0b CREATE_REGISTRIES}
        ensorcellation-1.14.4-0.4.1b.jar Ensorcellation {ensorcellation@0.4.1b CREATE_REGISTRIES}
        useful_backpacks-1.14.4-1.7.6.60.jar Useful Backpacks {usefulbackpacks@1.7.6.60 CREATE_REGISTRIES}
        EnchantmentDescriptions-1.14.4-1.3.13.jar EnchantmentDescriptions {enchdesc@1.3.13 CREATE_REGISTRIES}
        swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {swingthroughgrass@1.14.4-1.3.2 CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 CREATE_REGISTRIES}
        valhelsia_structures-14.0.4a.jar Valhelsia Structures {valhelsia_structures@14.0.4a CREATE_REGISTRIES}
        ironfurnaces-1.14.4-1.8.3.jar Iron Furnaces {ironfurnaces@1.8.3 CREATE_REGISTRIES}
        extcaves-1.5.jar Extended Caves {extcaves@1.5 CREATE_REGISTRIES}
        Ding-1.14.4-1.1.0.jar Ding {ding@1.1.0 CREATE_REGISTRIES}
        fairylights-2.1.15-1.14.4.jar Fairy Lights {fairylights@2.1.15 CREATE_REGISTRIES}
        atmospheric-1.14.4-1.1.2.jar Atmospheric {atmospheric@1.1.2 CREATE_REGISTRIES}
        Bountiful-1.14.4-3.1.2.jar Bountiful {bountiful@1.14.4-3.1.2 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}
        SpartanShields-1.14.4-2.0.0.jar Spartan Shields {spartanshields@2.0.0 CREATE_REGISTRIES}
        Mantle-1.14.4-1.4.32.jar Mantle {mantle@1.4.32 CREATE_REGISTRIES}
        Inspirations-1.14.4-1.0.2.jar Inspirations {inspirations@1.14.4-1.0.2 CREATE_REGISTRIES}
        Xaeros_Minimap_20.14.0_Forge_1.14.4.jar Xaero's Minimap {xaerominimap@20.14.0 CREATE_REGISTRIES}
        AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 CREATE_REGISTRIES}
        Quark-r2.0-212.jar Quark {quark@r2.0-212 CREATE_REGISTRIES}
        collective-1.14.4-1.23.jar Collective {collective@1.23 CREATE_REGISTRIES}
        recycler-1.0.0.jar Recycler {recycler@1.0.0 CREATE_REGISTRIES}
        Unique Enchantments V1.14.4-1.8.jar Unique Enchantments {uniquee@1.8.0 CREATE_REGISTRIES}
        OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        DoubleSlabs-1.14-1.5.0.jar Double Slabs {doubleslabs@1.5.0 CREATE_REGISTRIES}
        vanillahammers-1.14.4-1.1.jar Vanilla Hammers {vanillahammers@1.14.4-1.1 CREATE_REGISTRIES}
        Harvest-forge-1.14.4-1.2.10-23.jar Harvest {harvest@version CREATE_REGISTRIES}
        noRecipeBook_v1.4.1formc1.14.4.jar No Recipe Book {norecipebook@1.4.1 CREATE_REGISTRIES}
        SpartanWeaponry-1.14.4-2.0.0-beta-1.jar Spartan Weaponry {spartanweaponry@2.0.0 beta 1 CREATE_REGISTRIES}
        AI-Improvements-1.14.4-0.3.0.jar AI-Improvements {aiimprovements@0.2.2 CREATE_REGISTRIES}
        UpgradeModifiers-1.14.4-1.0.2.jar UpgradeModifiers {upgrademodifiers@1.0.2 CREATE_REGISTRIES}
        cherishedworlds-FORGE-1.14.4-2.0.jar Cherished Worlds {cherishedworlds@FORGE-1.14.4-2.0 CREATE_REGISTRIES}
        DurabilityViewer-1.14.4-forge28.1.109-1.7.1.jar Giselbaers Durability Viewer {durabilityviewer@1.14.4-forge28.1.109-1.7.1 CREATE_REGISTRIES}
        Aquaculture-1.14.4-2.0.7.jar Aquaculture 2 {aquaculture@1.14.4-2.0.7 CREATE_REGISTRIES}
        BetterBurning-1.14.4-1.0.1.jar BetterBurning {betterburning@1.0.1 CREATE_REGISTRIES}
        Charm-1.14.4-1.5.7.jar Charm {charm@1.14.4-1.5.7 CREATE_REGISTRIES}
        FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 CREATE_REGISTRIES}
        CosmeticArmorReworked-1.14.4-v3.jar CosmeticArmorReworked {cosmeticarmorreworked@1.14.4-v3 CREATE_REGISTRIES}
        NetherEx-1.14.4-3.0.3.jar NetherEx {netherex@3.0.3 CREATE_REGISTRIES}
        LibraryEx-1.14.4-2.0.3.jar LibraryEx {libraryex@2.0.3 CREATE_REGISTRIES}
        WailaHarvestability-mc1.14.4-1.1.12.jar Waila Harvestability {wailaharvestability@1.1.12 CREATE_REGISTRIES}
        SuperTools-1.6b.jar Super Tools {supertools@1.6b CREATE_REGISTRIES}
        BetterFoliage-2.5.0-Forge-1.14.4.jar Better Foliage {betterfoliage@2.5.0 CREATE_REGISTRIES}
        xptome-1.14.4-v1.1.5.jar XP Tome {xpbook@v1.1.5 CREATE_REGISTRIES}
        BetterAdvancements-1.14.4-0.1.0.90.jar Better Advancements {betteradvancements@0.1.0.90 CREATE_REGISTRIES}
    Pulsar/inspirations loaded Pulses: 
        - InspirationsShared (Enabled/Forced)
        - InspirationsBuilding (Enabled/Not Forced)
        - InspirationsUtility (Enabled/Not Forced)
        - InspirationsTools (Enabled/Not Forced)
        - InspirationsTweaks (Enabled/Not Forced)

    Launched Version: MultiMC5
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) Iris(TM) Plus Graphics 645 GL version 2.1 INTEL-14.6.18, Intel Inc.
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    CPU: 8x Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz
    OptiFine Version: OptiFine_1.14.4_HD_U_F5
    OptiFine Build: 20191204-141250
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 2.1 INTEL-14.6.18
    OpenGlRenderer: Intel(R) Iris(TM) Plus Graphics 645
    OpenGlVendor: Intel Inc.
    CpuCount: 8

Edited by vintagelypaula
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.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Maybe your file codes are missing. Therefore it is crashing.
    • I've been trying to make a mod pack for the last day or so now and I haven't been able to launch it once even with all mods disabled. It keeps showing up with Exit Code 1. I gave the modpack to a friend to try and it didn't launch on their pc either due to the same exit code, so I'm not entirely certain what the problem is or how to check it in the logs. So far I've attempted: - Changing from forge version 43.3.0 to 43.3.5 - Downloading Java - Disabling mods (both entirely and individually) I have an NVIDIA GeForce GTX 1070 driver, and I haven't tried to uninstall or reinstall it yet because I'm not certain how to and would have to mess anything up further. I have the latest .txt file of the crash report here: [16:24:34] [main/WARN]: Failed to add PDH Counter: \Paging File(_Total)\% Usage, Error code: 0xC0000BB8 [16:24:34] [main/WARN]: Failed to add counter for PDH counter: \Paging File(_Total)\% Usage [16:24:34] [main/WARN]: Disabling further attempts to query Paging File. [16:24:36] [main/WARN]: COM exception: Invalid Query: SELECT PERCENTUSAGE FROM Win32_PerfRawData_PerfOS_PagingFile [16:24:39] [Datafixer Bootstrap/INFO]: 198 Datafixer optimizations took 149 milliseconds [16:24:40] [Render thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] [16:24:40] [Render thread/INFO]: Setting user: CatDoodlee [16:24:41] [Render thread/INFO]: Backend library: LWJGL version 3.3.2+13 [16:24:42] [Render thread/INFO]: Reloading ResourceManager: vanilla [16:24:42] [Worker-Main-11/INFO]: Found unifont_all_no_pua-15.1.04.hex, loading [16:24:44] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play [16:24:44] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break [16:24:44] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Speakers (Atrix Wired Elite Headset) [16:24:44] [Render thread/INFO]: Sound engine started [16:24:44] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas [16:24:44] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas [16:24:44] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas [16:24:44] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas [16:24:44] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas [16:24:44] [Render thread/INFO]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas [16:24:44] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas [16:24:44] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas [16:24:44] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas [16:24:45] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. [16:24:45] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas [16:24:45] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas [16:24:45] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas [16:24:45] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas [16:25:41] [Render thread/INFO]: Stopping! any form of help is greatly appreciated ❤️
    • Tanks for answer, I added SleepTight and I removed Modernfix, but it still crashing: new log new crash log
    • Hi, I'm trying to hide specific vanilla effects such as levitation or slow falling from the inventory GUI, but I haven't been able to figure out how to do this. I need this because they are triggered by another effect and I don't need them all showing up. Unfortunately, I don't know of any mods that include this feature, and I couldn't find any documentation on the process. I've already looked into the IClientMobEffectExtensions interface, but I'm uncertain about how to implement it in my own effect, let alone in any existing vanilla effect. Please help I am using Forge 47.2.0. for Minecraft 1.20.1
  • Topics

×
×
  • Create New...

Important Information

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