Jump to content

Recommended Posts

Posted

My game suddenly crashed with this error, and now anytime I try to get on single player with my world (modpack is Valhelsia 2), I get this crashlog error;



 

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

Time: 4/21/20 5:39 PM
Description: Ticking player

java.lang.NullPointerException: Ticking player
    at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770) ~[guava-21.0.jar:?] {}
    at com.google.common.collect.RegularImmutableMultiset.<init>(RegularImmutableMultiset.java:68) ~[guava-21.0.jar:?] {}
    at com.google.common.collect.ImmutableMultiset.copyFromEntries(ImmutableMultiset.java:218) ~[guava-21.0.jar:?] {}
    at com.google.common.collect.Multisets.copyHighestCountFirst(Multisets.java:1137) ~[guava-21.0.jar:?] {}
    at net.minecraft.item.FilledMapItem.func_77872_a(FilledMapItem.java:192) ~[?:?] {re:classloading}
    at net.minecraft.item.FilledMapItem.func_77663_a(FilledMapItem.java:336) ~[?:?] {re:classloading}
    at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:414) ~[?:?] {re:mixin,re:classloading,xf:fml:quark:add-spacing-for-stack}
    at net.minecraft.entity.player.PlayerInventory.func_70429_k(PlayerInventory.java:265) ~[?:?] {re:classloading}
    at net.minecraft.entity.player.PlayerEntity.func_70636_d(PlayerEntity.java:505) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
    at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2104) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:caelus:coremodone,pl:mixin:APP:performant.mixins.json:entity.LivingEntityMixin,pl:mixin:A}
    at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:233) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
    at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:361) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches ServerPlayNetHandler Transformer}
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228) ~[?:?] {re:classloading,xf:fml:lightoverlay-forge:smooth-scrolling-everywhere}
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) ~[?:?] {re:classloading}
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:866) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) [?:?] {re:classloading,pl:accesstransformer:B}
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}


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

-- Head --
Thread: Server thread
Stacktrace:
    at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
    at com.google.common.collect.RegularImmutableMultiset.<init>(RegularImmutableMultiset.java:68)
    at com.google.common.collect.ImmutableMultiset.copyFromEntries(ImmutableMultiset.java:218)
    at com.google.common.collect.Multisets.copyHighestCountFirst(Multisets.java:1137)
    at net.minecraft.item.FilledMapItem.func_77872_a(FilledMapItem.java:192)
    at net.minecraft.item.FilledMapItem.func_77663_a(FilledMapItem.java:336)
    at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:414)
    at net.minecraft.entity.player.PlayerInventory.func_70429_k(PlayerInventory.java:265)
    at net.minecraft.entity.player.PlayerEntity.func_70636_d(PlayerEntity.java:505)
    at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2104)
    at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:233)

-- Player being ticked --
Details:
    Entity Type: minecraft:player (net.minecraft.entity.player.ServerPlayerEntity)
    Entity ID: 62
    Entity Name: Cencene
    Entity's Exact location: -1460.08, 88.44, -1705.77
    Entity's Block location: World: (-1461,88,-1706), Chunk: (at 11,5,6 in -92,-107; contains blocks -1472,0,-1712 to -1457,255,-1697), Region: (-3,-4; contains chunks -96,-128 to -65,-97, blocks -1536,0,-2048 to -1025,255,-1537)
    Entity's Momentum: 0.00, 0.00, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:361)
    at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228)

-- Ticking connection --
Details:
    Connection: net.minecraft.network.NetworkManager@a3f564b
Stacktrace:
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:866)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
    at java.lang.Thread.run(Thread.java:745)

-- 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: 993706928 bytes (947 MB) / 5640290304 bytes (5379 MB) up to 5846335488 bytes (5575 MB)
    CPUs: 8
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6272m -Xms256m -XX:PermSize=256m
    ModLauncher: 5.0.0-milestone.4+67+b1a340b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.1.46.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.46.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.1.46.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.1.46.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.1.46.jar fml TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.2.jar mixinbootstrap TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.2.jar mixin PLUGINSERVICE 
        /MixinBootstrap-1.0.2.jar mixinbootstrap PLUGINSERVICE 
    FML: 31.1
    Forge: net.minecraftforge:31.1.46
    FML Language Providers: 
        javafml@31.1
        minecraft@1
        kotlinfml@1.5.0
    Mod List: 
        NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {netherportalfix@6.0.0 DONE}
        aiotbotania-1.15.2-1.2.1.jar AIOT Botania {aiotbotania@1.2.1 DONE}
        refinedpipes-0.4.jar Refined Pipes {refinedpipes@0.4 DONE}
        DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {doggytalents@1.15.2.3 DONE}
        mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {mcwwindows@1.0.1 DONE}
        SilentMechanisms-1.15.2-0.7.0+50.jar Silent's Mechanisms {silents_mechanisms@0.7.0+50 DONE}
        KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 DONE}
        Neat 1.6-20.jar Neat {neat@1.6-20 DONE}
        essentials-1.15.2-2.7.0.jar Essentials {essentials@1.15.2-2.7.0 DONE}
        TerraForged-1.15.2-0.0.12.jar TerraForged {terraforged@0.0.12 DONE}
        BetterTitleScreen-1.15.2-1.9.jar Better Title Screen {bettertitlescreen@1.15.2-1.9 DONE}
        XaerosWorldMap_1.5.7_Forge_1.15.2.jar Xaero's World Map {xaeroworldmap@1.5.7 DONE}
        CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {cookingforblockheads@8.0.1 DONE}
        Controlling-6.1.4.jar Controlling {controlling@6.1.4 DONE}
        ReAuth-1.14-3.8.0.jar ReAuth {reauth@3.8.0 DONE}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 DONE}
        globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {globaldatapack@1.15.2-0.1.0 DONE}
        Powah-1.15.2-1.1.12.jar Powah {powah@1.1.12 DONE}
        MutantBeasts-1.15.2-1.0.5.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.5 DONE}
        Bookshelf-1.15.2-5.3.11.jar Bookshelf {bookshelf@5.3.11 DONE}
        guardvillagers-1.15.2-1.0.6.jar Guard Villagers {guardvillagers@1.0.6 DONE}
        u_team_core-1.15.2-2.11.0.156.jar U Team Core {uteamcore@2.11.0.156 DONE}
        randompatches-1.15.2-1.21.1.1.jar RandomPatches {randompatches@1.15.2-1.21.1.1 DONE}
        DarkUtilities-1.15.2-3.0.3.jar Dark Utilities {darkutils@3.0.3 DONE}
        Apotheosis-1.15.2-3.0.7.jar Apotheosis {apotheosis@3.0.7 DONE}
        ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.5-mc1.15.2 DONE}
        Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE}
        MekanismGenerators-1.15.2-9.9.20.412.jar Mekanism: Generators {mekanismgenerators@9.9.20 DONE}
        Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version DONE}
        refinedstorage-1.8.1.jar Refined Storage {refinedstorage@1.8.1 DONE}
        corpse-1.15.2-1.0.3.jar Corpse {corpse@1.15.2-1.0.3 DONE}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 DONE}
        lightestlampsmod-3.4.0.jar Lightest Lamps {lightestlamp@3.4.0 DONE}
        industrial-foregoing-1.15.2-2.2.2-28d4a81.jar Industrial Foregoing {industrialforegoing@2.2.2 DONE}
        useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {usefulbackpacks@1.9.4.63 DONE}
        torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 DONE}
        embellishcraft-1.15.2-2.1.0.1.jar EmbellishCraft {embellishcraft@1.15.2-2.1.0.1 DONE}
        AmbientSounds_v3.0.19_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 DONE}
        BiomesOPlenty-1.15.2-10.0.0.353-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.353 DONE}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 DONE}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 DONE}
        valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.1 DONE}
        simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE DONE}
        valhelsia_structures-15.0.2a.jar Valhelsia Structures {valhelsia_structures@15.0.2a DONE}
        Lollipop-1.15.2-1.0.14.jar Lollipop {lollipop@1.0.14 DONE}
        SilentGear-1.15.2-1.5.8+85.jar Silent Gear {silentgear@1.5.8+85 DONE}
        simplefarming-1.15.2-1.2.7.jar Simple Farming {simplefarming@1.15.2-1.2.7 DONE}
        SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {solarflux@15.0.0 DONE}
        curios-FORGE-1.15.2-2.0.2.1.jar Curios API {curios@FORGE-1.15.2-2.0.2.1 DONE}
        Botania r1.15-382.jar Botania {botania@r1.15-382 DONE}
        Patchouli-1.15.2-1.2-31.jar Patchouli {patchouli@1.15.2-1.2-30 DONE}
        extlights-2.0.jar Extended Lights {extlights@2.0 DONE}
        ClothConfig2-2.0.jar Cloth Config Forge v2 API {cloth-config2@2.0 DONE}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 DONE}
        elevatorid-1.15.2-1.7.0.jar Elevator Mod {elevatorid@1.15.2-1.7.0 DONE}
        MekanismTools-1.15.2-9.9.20.412.jar Mekanism: Tools {mekanismtools@9.9.20 DONE}
        mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 DONE}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 DONE}
        curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {curiouselytra@FORGE-1.15.2-2.0 DONE}
        cc-tweaked-1.15.2-1.86.2.jar CC: Tweaked {computercraft@1.86.2 DONE}
        AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 DONE}
        mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 DONE}
        cherishedworlds-FORGE-1.15.2-3.0.jar Cherished Worlds {cherishedworlds@FORGE-1.15.2-3.0 DONE}
        bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {bwncr@1.15.1-3.6.13 DONE}
        CustomWindowTitle-1.15.2-v1.0.0.jar Custom Window Title {customwindowtitle@1.0.0 DONE}
        FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 DONE}
        CraftPresence-1.15.2-1.6.1.jar CraftPresence {craftpresence@property(class java.lang.String, provider(?)) DONE}
        QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 DONE}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 DONE}
        torchslabmod-1.15.1_v1.6.6.jar Torch Slab Mod {torchslabmod@1.6.6 DONE}
        EquipmentTooltips-1.15.2-1.4.0+11.jar Equipment Tooltips {equipmenttooltips@1.4.0+11 DONE}
        mining-helmet-1.15.2-1.0.8.jar Mining Helmet {mining_helmet@1.0.8 DONE}
        jei-1.15.2-6.0.0.3.jar Just Enough Items {jei@6.0.0.3 DONE}
        buzzierbees-1.4.jar Buzzier Bees {buzzierbees@1.4 DONE}
        AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 DONE}
        Mekanism-1.15.2-9.9.20.412.jar Mekanism {mekanism@9.9.20 DONE}
        caelus-FORGE-1.15.2-2.0-beta1.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta1 DONE}
        Upgrade-Aquatic-1.15.2-v1.5.1.jar Upgrade Aquatic {upgrade_aquatic@1.5.1 DONE}
        reap-1.12.2.jar Reap Mod {reap@1.12.2 DONE}
        Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 DONE}
        Clumps-5.0.2.jar Clumps {clumps@5.0.2 DONE}
        LightOverlay-4.4.jar Light Overlay Forge {lightoverlay-forge@4.4 DONE}
        comforts-FORGE-1.15.2-2.0.0.1.jar Comforts {comforts@FORGE-1.15.2-2.0.0.1 DONE}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 DONE}
        FruitTrees-1.15.2-1.2.5.jar Fruit Trees {fruittrees@1.2.5 DONE}
        Kiwi-1.15.2-2.7.0.jar Kiwi {kiwi@2.7.0 DONE}
        SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {storagenetwork@1.15.2-0.3.2 DONE}
        SereneSeasons-1.15.2-3.0.0.68-universal.jar Serene Seasons {sereneseasons@1.15.2-3.0.0.68 DONE}
        decorative_blocks-6d.jar Decorative Blocks {decorative_blocks@1.6 DONE}
        BotanyPots-1.15.2-2.0.9.jar BotanyPots {botanypots@2.0.9 DONE}
        The-Endergetic-Expansion-1.15.2-v1.2.5.jar The Endergetic Expansion {endergetic@1.2.1 DONE}
        BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {bonsaitrees2@2.1.2.6 DONE}
        mcjtylib-1.15-4.0.3-alpha.jar McJtyLib {mcjtylib@1.15-4.0.3-alpha DONE}
        rftoolsbase-1.15-1.0.1-alpha.jar RFToolsBase {rftoolsbase@1.15-1.0.1-alpha DONE}
        xnet-1.15-2.0.2-alpha.jar XNet {xnet@1.15-2.0.2-alpha DONE}
        rftoolsstorage-1.15-1.0.3-alpha.jar RFToolsStorage {rftoolsstorage@1.15-1.0.3-alpha DONE}
        mapperbase-1.15.2-1.0.0.1.jar Mapper Base {mapperbase@1.15.2-1.0.0.1 DONE}
        ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 DONE}
        rftoolspower-1.15-2.0.1-alpha.jar RFToolsPower {rftoolspower@1.15-2.0.1-alpha DONE}
        extradisks-1.15.1-1.2.jar Extra Disks {extradisks@1.15.1-1.2 DONE}
        swampexpansion-1.15.2-1.5.1.jar Swamp Expansion {swampexpansion@NONE DONE}
        forge-1.15.2-31.1.46-universal.jar Forge {forge@31.1.46 DONE}
        Bountiful-1.15.2-3.1.0.jar Bountiful {bountiful@1.15.2-3.1.0 DONE}
        ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 DONE}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 DONE}
        forge-1.15.2-31.1.46-client.jar Minecraft {minecraft@1.15.2 DONE}
        cofh_core-1.15.2-0.3.2b.jar CoFH Core {cofh_core@0.3.2b DONE}
        ensorcellation-1.15.2-0.3.0b.jar Ensorcellation {ensorcellation@0.3.0b DONE}
        rftoolsutility-1.15-2.0.1-alpha.jar RFToolsUtility {rftoolsutility@1.15-2.0.1-alpha DONE}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 DONE}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 DONE}
        ToolBelt-1.15.2-1.14.1.jar Tool Belt {toolbelt@1.14.1 DONE}
        titanium-1.15.2-2.3.7.jar Titanium {titanium@2.3.7 DONE}
        SilentLib-1.15.2-4.6.0+48.jar Silent Lib {silentlib@4.6.0+48 DONE}
        forbidden_arcanus-1.15.2-1.2-beta-4.jar Forbidden & Arcanus {forbidden_arcanus@1.15.1-1.0-beta-1 DONE}
        archers_paradox-1.15.2-0.3.0b.jar Archer's Paradox {archers_paradox@0.3.0b DONE}
        atmospheric-1.15.2-1.2.1.jar Atmospheric {atmospheric@1.2.1 DONE}
        rftoolsbuilder-1.15-2.0.1-alpha.jar RFToolsBuilder {rftoolsbuilder@1.15-2.0.1-alpha DONE}
        MiscAdditions-1.2.3.jar Misc Additions {miscadditions@1.2.3 DONE}
        Xaeros_Minimap_20.7.1_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.7.1 DONE}
        FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {fastbench@3.0.0 DONE}
        AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 DONE}
        Quark-r2.1-231.jar Quark {quark@r2.1-231 DONE}
        StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 DONE}
        performant-1.15-2.07m.jar Performant {performant@2.07m DONE}
        DoubleSlabs-1.15-2.2.3.jar Double Slabs {doubleslabs@2.2.3 DONE}
        themidnight-0.5.6.jar The Midnight {midnight@0.5.6 DONE}
        HardcoreRevival_1.15.2-4.0.0.jar Hardcore Revival {hardcorerevival@4.0.0 DONE}
        structurize-0.10.298-ALPHA.jar Structurize {structurize@0.10.298-ALPHA DONE}
        minecolonies-0.11.831-ALPHA-universal.jar Minecolonies {minecolonies@0.11.831-ALPHA DONE}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 DONE}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 DONE}
        Aquaculture-1.15.2-2.0.13.jar Aquaculture 2 {aquaculture@1.15.2-2.0.13 DONE}
        refinedstorageaddons-0.6.1.jar Refined Storage Addons {refinedstorageaddons@0.6.1 DONE}
        CosmeticArmorReworked-1.15.2-v1a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v1a DONE}
        DefaultOptions_1.15.2-11.0.1.jar Default Options {defaultoptions@11.0.1 DONE}
    Kiwi Modules: 
        fruittrees:cherry
        fruittrees:fruittrees
        fruittrees:hybridization
        kiwi:contributors
    Player Count: 1 / 8; [ServerPlayerEntity['Cencene'/62, l='New World', x=-1460.08, y=88.44, z=-1705.77]]
    Data Packs: vanilla, mod:aiimprovements (incompatible), mod:aiotbotania, mod:ambientsounds (incompatible), mod:apotheosis (incompatible), mod:appleskin (incompatible), mod:aquaculture, mod:archers_paradox (incompatible), mod:atmospheric, mod:attributefix (incompatible), mod:autoreglib (incompatible), mod:bettertitlescreen, mod:biomesoplenty, mod:blur (incompatible), mod:bonsaitrees2, mod:bookshelf (incompatible), mod:botania (incompatible), mod:botanypots (incompatible), mod:bountiful (incompatible), mod:buzzierbees, mod:bwncr (incompatible), mod:caelus (incompatible), mod:cfm (incompatible), mod:cherishedworlds (incompatible), mod:cloth-config2 (incompatible), mod:clumps (incompatible), mod:cofh_core (incompatible), mod:comforts (incompatible), mod:computercraft (incompatible), mod:controlling (incompatible), mod:cookingforblockheads (incompatible), mod:corpse, mod:cosmeticarmorreworked (incompatible), mod:craftingtweaks (incompatible), mod:craftpresence, mod:curios (incompatible), mod:curiouselytra (incompatible), mod:customwindowtitle, mod:darkutils (incompatible), mod:decorative_blocks, mod:defaultoptions (incompatible), mod:doggytalents (incompatible), mod:doubleslabs, mod:elevatorid, mod:embellishcraft (incompatible), mod:endergetic (incompatible), mod:ensorcellation (incompatible), mod:equipmenttooltips (incompatible), mod:essentials (incompatible), mod:extlights, mod:extradisks, mod:fastbench (incompatible), mod:fastfurnace (incompatible), mod:fastleafdecay, mod:forbidden_arcanus (incompatible), mod:forge (incompatible), mod:fruittrees, mod:globaldatapack (incompatible), mod:guardvillagers (incompatible), mod:hardcorerevival (incompatible), mod:industrialforegoing (incompatible), mod:ironchest, mod:jei (incompatible), mod:kiwi, mod:kleeslabs (incompatible), mod:libnonymous (incompatible), mod:lightestlamp, mod:lightoverlay-forge (incompatible), mod:lollipop (incompatible), mod:mapperbase, mod:mcjtylib (incompatible), mod:mcwbridges, mod:mcwfurnitures, mod:mcwroofs, mod:mcwwindows, mod:mekanism, mod:mekanismgenerators, mod:mekanismtools, mod:midnight, mod:minecolonies (incompatible), mod:mining_helmet (incompatible), mod:miscadditions, mod:morpheus (incompatible), mod:mousetweaks (incompatible), mod:mutantbeasts (incompatible), mod:naturescompass (incompatible), mod:neat (incompatible), mod:netherportalfix (incompatible), mod:patchouli (incompatible), mod:performant (incompatible), mod:phosphor, mod:placebo (incompatible), mod:powah (incompatible), mod:progressivebosses, mod:quark, mod:quarkoddities, mod:randompatches (incompatible), mod:reap, mod:reauth (incompatible), mod:refinedpipes, mod:refinedstorage (incompatible), mod:refinedstorageaddons (incompatible), mod:rftoolsbase (incompatible), mod:rftoolsbuilder (incompatible), mod:rftoolspower (incompatible), mod:rftoolsstorage (incompatible), mod:rftoolsutility (incompatible), mod:sereneseasons, mod:silentgear (incompatible), mod:silentlib (incompatible), mod:silents_mechanisms (incompatible), mod:simplechunkloaders (incompatible), mod:simplefarming, mod:solarflux (incompatible), mod:storagedrawers (incompatible), mod:storagenetwork (incompatible), mod:structurize (incompatible), mod:swampexpansion (incompatible), mod:swingthroughgrass (incompatible), mod:terraforged, mod:titanium (incompatible), mod:toastcontrol (incompatible), mod:toolbelt (incompatible), mod:torchmaster (incompatible), mod:torchslabmod, mod:trashslot (incompatible), mod:upgrade_aquatic (incompatible), mod:usefulbackpacks, mod:uteamcore, mod:valhelsia_structures (incompatible), mod:valkyrielib (incompatible), mod:waila (incompatible), mod:waystones (incompatible), mod:xaerominimap, mod:xaeroworldmap, mod:xnet (incompatible), modpack:Valhelsia_CHUNKLOADER (incompatible), modpack:Valhelsia_RECIPE (incompatible), modpack:Valhelsia_SILENTGEAR (incompatible)
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'forge'

Posted

I'm afraid the amount of coremods installed makes it difficult to determine who's at fault, if it's even possible to do so.

Please provide your debug.log as described in the EAQ and the logs section of my signature below and I'll see if I can give you any more information.

 

Note that this may not be possible due the aforementioned amount of coremods.

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

 

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.