Jump to content

Recommended Posts

Posted

Suddenly, my modded world crashes upon launch, and I have no idea why. I've tried deleting Optifine (as well as Xerca, Assisted Progression, Tinkers Mechworks, and Wireless Chargers), but nothing seems to be working.

 

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.renderer.color.ItemColors.func_199877_a(ItemColors.java:95) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at xerca.xercamod.client.ClientProxy$ModBusSubscriber.handleItemColors(ClientProxy.java:39) ~[?:1.14.4-2.4] {re:classloading,pl:eventbus:A}
    at net.minecraftforge.eventbus.ASMEventHandler_228_ModBusSubscriber_handleItemColors_Item.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 java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_74] {}
    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.onItemColorsInit(ForgeHooksClient.java:198) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) ~[1.14.4.jar:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74] {}
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) ~[forge-1.14.4-28.2.26.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.ItemColors.func_199877_a(ItemColors.java:95)
    at xerca.xercamod.client.ClientProxy$ModBusSubscriber.handleItemColors(ClientProxy.java:39)
    at net.minecraftforge.eventbus.ASMEventHandler_228_ModBusSubscriber_handleItemColors_Item.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 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.onItemColorsInit(ForgeHooksClient.java:198)
    at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:503)

-- 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)

-- System Details --
Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Mac OS X (x86_64) version 10.16
    Java Version: 1.8.0_74, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 7157192080 bytes (6825 MB) / 8015839232 bytes (7644 MB) up to 8015839232 bytes (7644 MB)
    CPUs: 12
    JVM Flags: 3 total; -Xss1M -Xmx8096m -Xms8096m
    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.26.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.26.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.5-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.2.26.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.26.jar runtimedistcleaner PLUGINSERVICE 
        /OptiFine_1.14.4_HD_U_G5.jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.14.4-28.2.26.jar fml TRANSFORMATIONSERVICE 
    FML: 28.2
    Forge: net.minecraftforge:28.2.26
    FML Language Providers: 
        javafml@28.2
        minecraft@1
        kotlinfml@1.4.0
    Mod List: 
        GlobalGameRules-1.14.4-3.0.0.10.jar Global GameRules {globalgamerules@3.0.0.10 LOAD_REGISTRIES}
        telepads-1.14.4 - 2.0.0.0.jar Telepads {telepads@1.14.4 - 2.0.0.0 LOAD_REGISTRIES}
        supermartijn642configlib-1.1.6-forge-mc1.14.jar SuperMartijn642's Config Library {supermartijn642configlib@1.1.6 LOAD_REGISTRIES}
        extrabows-v1.14.4 b10.jar Extra Bows {extrabows@v1.14.4 b10 LOAD_REGISTRIES}
        strawgolem-1.14.4-1.9.jar Straw Golem {strawgolem@1.14.4-1.9 LOAD_REGISTRIES}
        KleeSlabs_1.14.4-7.4.8.jar KleeSlabs {kleeslabs@7.4.8 LOAD_REGISTRIES}
        IronJetpacks-1.14.4-2.0.3.jar Iron Jetpacks {ironjetpacks@2.0.3 LOAD_REGISTRIES}
        BetterCaves-1.14.4-2.0.jar YUNG's Better Caves {bettercaves@1.14.4-2.0 LOAD_REGISTRIES}
        ForgeEndertech-1.14.4-5.2.3.0-build.0088.jar Forge Endertech {forgeendertech@5.2.3.0 LOAD_REGISTRIES}
        XaerosWorldMap_1.29.9_Forge_1.14.4.jar Xaero's World Map {xaeroworldmap@1.29.9 LOAD_REGISTRIES}
        JRFTL [1.14.4]-1.1.jar JRFTL {jrftl@1.1 LOAD_REGISTRIES}
        Controlling-5.0.7.jar Controlling {controlling@5.0.6 LOAD_REGISTRIES}
        Placebo-1.14.4-2.3.5.jar Placebo {placebo@2.3.5 LOAD_REGISTRIES}
        citadel-1.0.4-1.14.4.jar Citadel {citadel@1.0.4 LOAD_REGISTRIES}
        AssistedProgression-1.14.4-2.1.jar Assisted Progression {assistedprogression@1.14.4-2.0-B33 LOAD_REGISTRIES}
        Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version LOAD_REGISTRIES}
        WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {wstweaks@3.1.0 LOAD_REGISTRIES}
        Bookshelf-1.14.4-4.4.74.jar Bookshelf {bookshelf@4.4.74 LOAD_REGISTRIES}
        guardvillagers-1.14.4-1.0.5.jar Guard Villagers {guardvillagers@1.0.5 LOAD_REGISTRIES}
        buildinggadgets-3.2.0.jar Building Gadgets {buildinggadgets@3.2.0 LOAD_REGISTRIES}
        Apotheosis-1.14.4-2.4.4.jar Apotheosis {apotheosis@2.4.4 LOAD_REGISTRIES}
        Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version LOAD_REGISTRIES}
        CarryOn MC1.14.4 v1.12.4.jar Carry On {carryon@1.12.4 LOAD_REGISTRIES}
        mysticallib-1.14.4-1.16.1.jar Mystical Lib {mysticallib@1.14.4-1.16.1 LOAD_REGISTRIES}
        durabilitytooltip-1.1.4-forge-mc1.14.jar Durability Tooltip {durabilitytooltip@1.1.4 LOAD_REGISTRIES}
        structure-gel-api-1.14.4-1.1.0.jar Structure Gel API {structure_gel@1.1.0 LOAD_REGISTRIES}
        torchmaster-2.0.0-rc2.jar Torchmaster {torchmaster@2.0.0-rc2 LOAD_REGISTRIES}
        ironfurnaces-1.14.4-1.8.4.jar Iron Furnaces {ironfurnaces@1.8.4 LOAD_REGISTRIES}
        practicaltools-1.14.4-1.4b.jar Practical Tools {practicaltools@1.14.4-1.4 LOAD_REGISTRIES}
        wirelesschargers-1.0.8-forge-mc1.14.jar Wireless Chargers {wirelesschargers@1.0.8 ERROR}
        supermartijn642corelib-1.1.9a-forge-mc1.14.jar SuperMartijn642's Core Lib {supermartijn642corelib@1.1.9a LOAD_REGISTRIES}
        extcaves-1.5.jar Extended Caves {extcaves@1.5 LOAD_REGISTRIES}
        galaxysedge-1.14.4-1.0.2.jar Galaxy's Edge {galaxysedge@NONE LOAD_REGISTRIES}
        xercamod-1.14.4-2.4.jar Xerca Mod {xercamod@1.14.4-2.4 LOAD_REGISTRIES}
        villagespawnpoint_1.14.4-1.5.jar Village Spawn Point {villagespawnpoint@1.5 LOAD_REGISTRIES}
        simplybackpacks-1.14.4-1.4.9.jar Simply Backpacks {simplybackpacks@1.14.4-1.4.9 LOAD_REGISTRIES}
        lycanitesmobs-1.14.4-2.1.4.4.jar Lycanites Mobs {lycanitesmobs@1.0 LOAD_REGISTRIES}
        SolarFluxReborn-1.14.4-14.1.5.jar Solar Flux Reborn {solarflux@14.1.5 LOAD_REGISTRIES}
        recall-1.14.4-1.2.jar Recall {recall@1.2 LOAD_REGISTRIES}
        randomenchants-2.2.4.jar Random Enchants {randomenchants@2.2.4 LOAD_REGISTRIES}
        curios-FORGE-1.14.4-1.0.6.1.jar Curios API {curios@FORGE-1.14.4-1.0.6.1 LOAD_REGISTRIES}
        tetra-1.14.4-1.27.0.jar Tetra {tetra@1.14.4-1.27.0 LOAD_REGISTRIES}
        Botania r1.11-379.jar Botania {botania@r1.11-379 LOAD_REGISTRIES}
        Patchouli-1.14.4-1.1-26.5.jar Patchouli {patchouli@1.14.4-1.1-27 LOAD_REGISTRIES}
        AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 LOAD_REGISTRIES}
        collective-1.14.4-2.26.jar Collective {collective@2.26 LOAD_REGISTRIES}
        Enchantments-Exchanger-Mod-1.14.4.jar Enchantments Exchanger {enchxchg@1.14.4-5.0.0 LOAD_REGISTRIES}
        OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE LOAD_REGISTRIES}
        angelring-1.1.0.jar Angel Ring {angelring@1.1.0 LOAD_REGISTRIES}
        Gobber2-1.14.4-2.1.118.jar Gobber 2 {gobber2@2.1.118 LOAD_REGISTRIES}
        usefulhats-1.9.2-1.14.4.jar Useful Hats {usefulhats@1.9.2-1.14.4 LOAD_REGISTRIES}
        Chunk Pregenerator-1.14-3.6.0.jar Chunk Pregenerator {chunkpregen@1.14-3.6.0 LOAD_REGISTRIES}
        Nucleus-1.14.4-5.0.jar Nucleus {nucleus@1.14.4-5.0-B87 LOAD_REGISTRIES}
        constructionwand-1.14.4-2.4.jar Construction Wand {constructionwand@1.14.4-2.4 LOAD_REGISTRIES}
        SpartanWeaponry-1.14.4-2.0.0-beta-3.jar Spartan Weaponry {spartanweaponry@2.0.0 beta 3 LOAD_REGISTRIES}
        curiouselytra-FORGE-1.14.4-1.0.jar Curious Elytra {curiouselytra@FORGE-1.14.4-1.0 LOAD_REGISTRIES}
        MoreThanAPickaxe-1.14.4-0.1.5.jar More Than A Pickaxe {morethanapickaxe@0.1.5 LOAD_REGISTRIES}
        switchbow-1.6.jar Switch-Bow {switchbow@1.6 LOAD_REGISTRIES}
        FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 LOAD_REGISTRIES}
        Disenchanting-forge_1.14.4-1.5.0.jar Disenchanting {disenchanting@1.5.0 LOAD_REGISTRIES}
        NetherEx-1.14.4-3.1.1.jar NetherEx {netherex@3.1.1 LOAD_REGISTRIES}
        portablecrafter-forge-1.0.2-1.14.jar Portable Crafter {portablecrafter@1.0.2-1.14 LOAD_REGISTRIES}
        inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {inventorysorter@16.2.0 LOAD_REGISTRIES}
        AdFinders-1.14.4-3.0.5.0-build.0082.jar Advanced Finders {adfinders@3.0.5.0 LOAD_REGISTRIES}
        Ma-Enchants-1.14.4-1.8.1.jar Ma Enchants {ma-enchants@1.14.4-1.8.1 LOAD_REGISTRIES}
        Cucumber-1.14.4-2.0.6.jar Cucumber Library {cucumber@2.0.6 LOAD_REGISTRIES}
        TrashSlot_1.14.4-10.4.8.jar TrashSlot {trashslot@10.4.8 LOAD_REGISTRIES}
        SurvivalPlus-Lightsabers-1.14.4-0.1.6.jar SurvivalPlus Lightsabers {lightsaber@0.1.6 LOAD_REGISTRIES}
        SurvivalPlus-1.14.4-0.1.5b.jar SurvivalPlus {survivalplus@0.1.5b LOAD_REGISTRIES}
        JustEnoughResources-1.14.4-0.10.1.76.jar Just Enough Resources {jeresources@0.10.1.76 LOAD_REGISTRIES}
        mining-helmet-1.14.4-1.0.8.jar Mining Helmet {mining_helmet@1.0.8 LOAD_REGISTRIES}
        jei-1.14.4-6.0.1.30.jar Just Enough Items {jei@6.0.1.30 LOAD_REGISTRIES}
        worleycaves-1.14.4-1.6.0.jar Worley's Caves {worleycaves@1.14.4-1.6.0 LOAD_REGISTRIES}
        wildnature-2.1.7.jar WildNature {wildnature@2.1.7 LOAD_REGISTRIES}
        MineWars 1.14.4 (28.2.3).jar MineWars {minewars@1.0.0 LOAD_REGISTRIES}
        caelus-FORGE-1.14.4-1.0.1.2.jar Caelus API {caelus@FORGE-1.14.4-1.0.1.2 LOAD_REGISTRIES}
        Upgrade-Aquatic-1.14.4-v1.4.10.jar Upgrade Aquatic {upgrade_aquatic@1.4.9 LOAD_REGISTRIES}
        WAWLA-1.14.4-2.9.1.jar WAWLA {wawla@2.9.1 LOAD_REGISTRIES}
        Vulcanite-2.0.4-mc1.14.4.jar Vulcanite {vulcanite@2.0.4-mc1.14.4 LOAD_REGISTRIES}
        create-mc1.14.4_v0.2.3.jar Create {create@mc1.14-0.2.3 LOAD_REGISTRIES}
        Waystones_1.14.4-5.1.1.jar Waystones {waystones@5.1.1 LOAD_REGISTRIES}
        Clumps-4.0.1.jar Clumps {clumps@4.0.1 LOAD_REGISTRIES}
        mgui-1.14.4-1.2.0.jar mgui {mgui@1.2.0 LOAD_REGISTRIES}
        journeymap-1.14.4-5.7.0.jar Journeymap {journeymap@5.7.0 LOAD_REGISTRIES}
        comforts-FORGE-1.14.4-2.0-beta6.jar Comforts {comforts@FORGE-1.14.4-2.0-beta6 LOAD_REGISTRIES}
        TravelersBackpack-1.14.4-3.0.8.jar Traveler's Backpack {travelersbackpack@3.0.8 LOAD_REGISTRIES}
        NaturesCompass-1.14.4-1.8.5.jar Nature's Compass {naturescompass@1.14.4-1.8.5 LOAD_REGISTRIES}
        Artifacts-1.14.4-2.5.1.jar Artifacts {artifacts@1.14.4-2.5.1 LOAD_REGISTRIES}
        BasicNetherOres-1.14.4-3.2.6.jar Basic Nether Ores {bno@3.2.6 LOAD_REGISTRIES}
        PyramidPlunder-1.14.4-1.1.jar Pyramid Plunder {pyramidplunder@1.14.4-1.0 LOAD_REGISTRIES}
        AdHooks-1.14.4-4.1.0.0-build.0091.jar Advanced Hook Launchers {adhooks@4.1.0.0 LOAD_REGISTRIES}
        DungeonCrawl-1.14.4-2.0.1.jar Dungeon Crawl {dungeoncrawl@2.0.1 LOAD_REGISTRIES}
        The-Endergetic-Expansion-1.14.4-v1.2.0.jar The Endergetic Expansion {endergetic@1.2.0 LOAD_REGISTRIES}
        JEITweaker-1.14.4-1.0.1.jar JEI Tweaker {jeitweaker@1.0.1 LOAD_REGISTRIES}
        mininggadgets-1.2.5.jar Mining Gadgets {mininggadgets@1.2.5 LOAD_REGISTRIES}
        CraftTweaker-1.14.4-5.0.1.202.jar CraftTweaker {crafttweaker@5.0.1.202 LOAD_REGISTRIES}
        forge-1.14.4-28.2.26-universal.jar Forge {forge@28.2.26 LOAD_REGISTRIES}
        Bountiful-1.14.4-3.1.2.jar Bountiful {bountiful@1.14.4-3.1.2 LOAD_REGISTRIES}
        DramaticDoors-1.14.4-1.1.0.jar Dramatic Doors {dramaticdoors@1.14.4-1.0.1 LOAD_REGISTRIES}
        WailaHarvestability-mc1.14.4-1.1.12.jar Waila Harvestability {wailaharvestability@1.1.12 LOAD_REGISTRIES}
        ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 LOAD_REGISTRIES}
        SimpleDivingGear-3.0.4 mc 1.14.4.jar Simple Diving Gear {simpledivegear@3.0.4 mc 1.14.4 LOAD_REGISTRIES}
        dungeonsarise1.14.4-1.2.61c.jar Dungeons Arise {dungeons_arise@1.2.61c LOAD_REGISTRIES}
        forge-1.14.4-28.2.26-client.jar Minecraft {minecraft@1.14.4 LOAD_REGISTRIES}
        EnchantmentDescriptions-1.14.4-1.3.13.jar EnchantmentDescriptions {enchdesc@1.3.13 LOAD_REGISTRIES}
        swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {swingthroughgrass@1.14.4-1.3.2 LOAD_REGISTRIES}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {mousetweaks@2.13 LOAD_REGISTRIES}
        ToolBelt-1.14.4-1.12.5.jar Tool Belt {toolbelt@1.12.5 LOAD_REGISTRIES}
        compactores-1.14.4-1.2.2.jar Compact Ores {compactores@1.2.2 LOAD_REGISTRIES}
        SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 LOAD_REGISTRIES}
        rpgbackpacks-1.14.4-1.1.1.jar RPG Backpacks {rpg_backpacks@1.1.1 LOAD_REGISTRIES}
        AdLods-1.14.4-2.0.1.0-build.0085.jar Large Ore Deposits {adlods@2.0.1.0 LOAD_REGISTRIES}
        ceilingtorch-1.14.4-v1.8.jar Ceiling Torch {ceilingtorch@v1.8 LOAD_REGISTRIES}
        ImagineSW.jar imaginesw {imaginesw@1.0.0 LOAD_REGISTRIES}
        extragolems-9.0.7.jar Extra Golems {golems@9.0.7 LOAD_REGISTRIES}
        SpartanShields-1.14.4-2.1.0.jar Spartan Shields {spartanshields@2.1.0 LOAD_REGISTRIES}
        Mantle-1.14.4-1.4.32.jar Mantle {mantle@1.4.32 LOAD_REGISTRIES}
        Xaeros_Minimap_23.3.5_Forge_1.14.4.jar Xaero's Minimap {xaerominimap@23.3.5 LOAD_REGISTRIES}
        pamhc2foodcore-1.14.4-1.1.0.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version LOAD_REGISTRIES}
        FTBUtilitiesBackups-2.0.0.11.jar FTB Utilities: Backups {ftbbackups@2.0.0.11 LOAD_REGISTRIES}
        StorageDrawers-1.14.4-6.0.7.jar Storage Drawers {storagedrawers@1.14.4-6.0.6 LOAD_REGISTRIES}
        StorageDrawersUnlimited-1.14.4-1.3.4.jar Storage Drawers Unlimited {storagedrawersunlimited@1.14.4-1.3.4 LOAD_REGISTRIES}
        blue_skies-1.14.4-1.0.0.jar Blue Skies {blue_skies@1.0.0 LOAD_REGISTRIES}
        traverse-1.14.4-2.1.0.jar Traverse {traverse@1.14.4-2.1.0 LOAD_REGISTRIES}
        Quark-r2.0-212.jar Quark {quark@r2.0-212 LOAD_REGISTRIES}
        LibraryEx-1.14.4-2.1.2.jar LibraryEx {libraryex@2.1.2 LOAD_REGISTRIES}
        backpacked-1.7.0-1.14.4.jar Backpacked {backpacked@1.7.0 LOAD_REGISTRIES}
        vanillahammers-1.14.4-1.1.1.jar Vanilla Hammers {vanillahammers@1.1.1 LOAD_REGISTRIES}
        themidnight-0.4.7.jar The Midnight {midnight@0.4.7 LOAD_REGISTRIES}
        Harvest-forge-1.14.4-1.2.10-23.jar Harvest {harvest@version LOAD_REGISTRIES}
        Regrowth-1.14.4-1.0.0.0.jar Regrowth Mod {regrowth@1.0.0.0 LOAD_REGISTRIES}
        InventoryHud_1.14.4.forge-3.3.0.jar Inventory HUD+(Forge edition) {inventoryhud@3.3.0 LOAD_REGISTRIES}
        [1.14.2-1.14.4]TorchBowMod_v1.6.jar TorchBowMod {torchbowmod@1.6 LOAD_REGISTRIES}
        AppleSkin-mc1.14.4-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 LOAD_REGISTRIES}
        SilentGems-1.14.4-3.4.9+82.jar Silent's Gems 3 {silentgems@3.4.9+82 LOAD_REGISTRIES}
        CHAS v1.3 for 1.14.jar Craftable Horse Armour {craftablehorsearmour@1.3 LOAD_REGISTRIES}
        CosmeticArmorReworked-1.14.4-v3.jar CosmeticArmorReworked {cosmeticarmorreworked@1.14.4-v3 LOAD_REGISTRIES}
        FutureVersions v2.0.jar Future Versions {futureversions@v2.0 LOAD_REGISTRIES}
        SuperTools-1.6b.jar Super Tools {supertools@1.6b LOAD_REGISTRIES}
    Launched Version: forge-28.2.26
    LWJGL: 3.2.1 build 12
    OpenGL: AMD Radeon HD - FirePro D500 OpenGL Engine GL version 2.1 ATI-4.8.101, ATI Technologies 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: vanilla, file/Imagine_SW.zip, file/Glowing+Ores+(PA)+1.14-1.14.4 v1.1.zip
    Current Language: English (US)
    CPU: 12x Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz
    OptiFine Version: OptiFine_1.14.4_HD_U_G5
    OptiFine Build: 20210124-160733
    Render Distance Chunks: 7
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 2.1 ATI-4.8.101
    OpenGlRenderer: AMD Radeon HD - FirePro D500 OpenGL Engine
    OpenGlVendor: ATI Technologies Inc.
    CpuCount: 12

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • So, i'm hosting (or attempting to host) a port-forwarded modded server for 1.12.2. There's quite a few mods in this pack, but they all run and have no compatibility issues (besides something causing the game to crash if you go fullscreen, a problem ive given up trying to identify or fix). It can run on 6gb of ram or less, and works fine in singleplayer. All of my friends that want to join have the exact same mod/config/game setup as I do (I personally helped them set everything up). Just to be safe, we've all allocated 12 gigabytes of RAM to the installation, and I've also allocated 12GB to the server itself. I am able to join with no issue and it runs fine. However, when they try to join, it gets stuck in the 'logging in' screen before their game becomes unresponsive. When they close it, it gives them the exit code 805306369, which usually means not enough RAM, but this cant be the case. On my screen, in the server, it shows them joining, and then disconnecting, so I dont think its a port-forwarding issue. They can all run it just fine in singleplayer as well. The annoying bit about this particular issue is that it generates no crash log. Does anyone have any suggestions? Thanks! Here is my debug log, and his, starting from the same place. MINE: [132647] [Netty Client IO #5INFO] [FML] Attempting connection with missing mods [ctm, fusion] at SERVER 132653.817 [132653] [Client threadINFO] [minecraftGuiConnecting] Connecting to 0, 25565 132654.682 [132654] [Netty Client IO #9INFO] [STDOUT] [xaero.common.core.transformer.ClassNodeTransformertransform29] Transforming class brz net.minecraft.client.network.NetHandlerPlayClient 132654.684 [132654] [Netty Client IO #9INFO] [STDOUT] [xaero.map.core.transformer.ClassNodeTransformertransform29] Transforming class net.minecraft.client.network.NetHandlerPlayClient 132654.764 [132654] [Netty Client IO #9INFO] [FML] Server protocol version 2 132654.777 [132654] [Netty Client IO #9INFO] [FML] Attempting connection with missing mods [ctm, fusion] at SERVER 132656.193 [132656] [Client threadINFO] [FML] Injecting existing registry data into this client instance 132659.081 [132659] [Client threadINFO] [FML] Applying holder lookups 132659.082 [132659] [Client threadINFO] [FML] Holder lookups applied 132659.092 [132659] [Netty Client IO #9INFO] [FML] [Netty Client IO #9] Client side modded connection established HIS: [13:12:16] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [ctm, fusion] at SERVER 13:12:25.597 [13:12:25] [Client thread/INFO] [minecraft/GuiConnecting]: Connecting to (my IP address and the server port 25565) 13:12:26.805 [13:12:26] [Netty Client IO #1/INFO] [STDOUT]: [xaero.common.core.transformer.ClassNodeTransformer:transform:29]: Transforming class brz net.minecraft.client.network.NetHandlerPlayClient 13:12:26.808 [13:12:26] [Netty Client IO #1/INFO] [STDOUT]: [xaero.map.core.transformer.ClassNodeTransformer:transform:29]: Transforming class net.minecraft.client.network.NetHandlerPlayClient 13:12:26.936 [13:12:26] [Netty Client IO #1/INFO] [FML]: Server protocol version 2 13:12:27.114 [13:12:27] [Netty Client IO #1/INFO] [FML]: Attempting connection with missing mods [ctm, fusion] at SERVER 13:12:27.480 [13:12:27] [Client thread/INFO] [FML]: Injecting existing registry data into this client instance 13:12:30.669 [13:12:30] [Client thread/INFO] [FML]: Applying holder lookups 13:12:30.671 [13:12:30] [Client thread/INFO] [FML]: Holder lookups applied 13:13:04.700 Process crashed with exit code -805306369 P.S - Both mods "CTM" and "FUSION" are present in both our folders so idk what that's about.
    • Please read the FAQ (link is orange banner at top of page), and post logs as described there, to an external site such as https://mclo.gs  
    • Hi! I've got a modpack with about 56 mods that has, up until now, been running pretty well. Starting today, any world i try to open causes minecraft to crash. It isn't the game itself- the main menu opens up fine.  I tried changing the ram allocated with both the minecraft launcher, and the forge launcher. No success with either. I tried deleting the JEI folder and letting it remake itself. No success. I tried turning off multiple mods. No success. I tried turning off JEI incase that was the issue. No dice. If you need to know specifically which mods I have installed, let me know, and I'll send them all to you. I've included the very first crash log. Please let me know if there's anything I can do! https://pastebin.com/Zfv6gWN7 -- Crash log on Pastebin (if this doesnt work, let me know)
    • I had this issue on ftb-stoneblock-3-1.11.5 (most recent version right now, installed through CurseForge), but my friend didn't get it when installing the same pack in the same way. I tried reinstalling the modpack several times, didn't help. I later finally solved it by updating REI Plugin Compatibilities (REIPC) in my StoneBlock client from version 8.0.69 to 8.0.89 (the most recent one as of now).
    • Delete the personality-client.toml file in your config folder and add this mod: https://www.curseforge.com/minecraft/mc-mods/night-config-fixes  
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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