Luligabi1 / CoxinhaUtilities

A standalone utility mod adding random and ̶m̶o̶s̶t̶l̶y̶ always unoriginal things
https://www.curseforge.com/minecraft/mc-mods/coxinha-utilities
Other
4 stars 4 forks source link

[1.18.2 Crash] Wooden Hopper and Extended Drawer crashing from enchanted sword #6

Closed itsdinkd closed 2 years ago

itsdinkd commented 2 years ago

Happens when player put a enchanted durasteel sword into a Extended Drawer, apparently a wooden hopper is apart of this process. The chunk is now corrupted and crashes when anyone loads the chunk on our official server for aqm2.

https://github.com/MattiDragon/ExtendedDrawers/issues/4

---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 6/13/22, 8:27 PM
Description: Ticking block entity

java.lang.IllegalStateException: Tried to extract the filter (C) from A but it returned an empty item stack after we have already inserted the expected stack into B!
The inventory is now in an invalid (duped) state!

from A = alexiil.mc.lib.attributes.item.compat.mod.transfer.TransferItemApiCompat$Transfer2Lba@17fcb8e8
to B = alexiil.mc.lib.attributes.item.impl.GroupedItemInvFixedWrapper@660e5108
filter C = null
    at alexiil.mc.lib.attributes.item.ItemInvUtil.throwBadImplException(ItemInvUtil.java:254)
    at alexiil.mc.lib.attributes.item.ItemInvUtil.move(ItemInvUtil.java:123)
    at alexiil.mc.lib.attributes.item.ItemInvUtil.move(ItemInvUtil.java:91)
    at alexiil.mc.lib.attributes.item.ItemInvUtil.move(ItemInvUtil.java:82)
    at alexiil.mc.lib.attributes.item.mixin.HopperHooks.tryExtract(HopperHooks.java:95)
    at net.minecraft.block.entity.HopperBlockEntity.handler$ggo000$onExtract(HopperBlockEntity:7044)
    at net.minecraft.block.entity.HopperBlockEntity.extract(HopperBlockEntity)
    at net.minecraft.block.entity.HopperBlockEntity.method_31691(HopperBlockEntity:103)
    at net.minecraft.block.entity.HopperBlockEntity.insertAndExtract(HopperBlockEntity:119)
    at net.minecraft.block.entity.HopperBlockEntity.serverTick(HopperBlockEntity:103)
    at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.redirect$ced000$checkProcessTEs(WorldChunk:783)
    at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(WorldChunk:659)
    at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(WorldChunk:713)
    at net.minecraft.world.World.tickBlockEntities(World:475)
    at net.minecraft.server.world.ServerWorld.tick(ServerWorld:368)
    at net.minecraft.server.MinecraftServer.redirect$cle000$fixUpdateSuppressionCrashTick(MinecraftServer:7290)
    at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:907)
    at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer:322)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer:851)
    at net.minecraft.server.MinecraftServer.handler$cea000$modifiedRunLoop(MinecraftServer:6396)
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:676)
    at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:273)
    at java.lang.Thread.run(Thread.java:833)

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

-- Head --
Thread: Server thread
Stacktrace:
    at alexiil.mc.lib.attributes.item.ItemInvUtil.throwBadImplException(ItemInvUtil.java:254)
    at alexiil.mc.lib.attributes.item.ItemInvUtil.move(ItemInvUtil.java:123)
    at alexiil.mc.lib.attributes.item.ItemInvUtil.move(ItemInvUtil.java:91)
    at alexiil.mc.lib.attributes.item.ItemInvUtil.move(ItemInvUtil.java:82)
    at alexiil.mc.lib.attributes.item.mixin.HopperHooks.tryExtract(HopperHooks.java:95)
    at net.minecraft.class_2614.handler$ggo000$onExtract(class_2614.java:7044)
    at net.minecraft.class_2614.method_11241(class_2614.java)
    at net.minecraft.class_2614.method_31691(class_2614.java:103)
    at net.minecraft.class_2614.method_11243(class_2614.java:119)
    at net.minecraft.class_2614.method_31692(class_2614.java:103)
    at net.minecraft.class_2818$class_5563.redirect$ced000$checkProcessTEs(class_2818.java:783)
    at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:659)
    at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713)
    at net.minecraft.class_1937.method_18471(class_1937.java:475)
    at net.minecraft.class_3218.method_18765(class_3218.java:368)
    at net.minecraft.server.MinecraftServer.redirect$cle000$fixUpdateSuppressionCrashTick(MinecraftServer.java:7290)

-- Block entity being ticked --
Details:
    Name: coxinhautilities:wooden_hopper // me.luligabi.coxinhautilities.common.block.woodenhopper.WoodenHopperBlockEntity
    Block: Block{coxinhautilities:wooden_hopper}[enabled=true,facing=east]
    Block location: World: (2206,59,87), Section: (at 14,11,7 in 137,3,5; chunk contains blocks 2192,-64,80 to 2207,319,95), Region: (4,0; contains chunks 128,0 to 159,31, blocks 2048,-64,0 to 2559,319,511)
    Block: Block{coxinhautilities:wooden_hopper}[enabled=true,facing=east]
    Block location: World: (2206,59,87), Section: (at 14,11,7 in 137,3,5; chunk contains blocks 2192,-64,80 to 2207,319,95), Region: (4,0; contains chunks 128,0 to 159,31, blocks 2048,-64,0 to 2559,319,511)
    Block Entity NBT: {Items:[{Count:1b,Slot:0b,id:"mythicmetals:durasteel_sword",tag:{Damage:360,Enchantments:[{id:"mcdw:soul_devourer",lvl:2s}],RepairCost:3,Tiered:{Tier:"tiered:common"},durable:0.20000000298023224d,swa3:{}}}],TransferCooldown:0}
Stacktrace:
    at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:659)
    at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713)
    at net.minecraft.class_1937.method_18471(class_1937.java:475)
    at net.minecraft.class_3218.method_18765(class_3218.java:368)
    at net.minecraft.server.MinecraftServer.redirect$cle000$fixUpdateSuppressionCrashTick(MinecraftServer.java:7290)
    at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
    at net.minecraft.class_3176.method_3813(class_3176.java:322)
    at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
    at net.minecraft.server.MinecraftServer.handler$cea000$modifiedRunLoop(MinecraftServer.java:6396)
    at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
    at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
    at java.base/java.lang.Thread.run(Thread.java:833)

-- Affected level --
Details:
    All players: 2 total; [class_3222['ProfessorChugs'/256, l='ServerLevel[world]', x=300.30, y=72.00, z=-311.77], class_3222['Zackariah21'/447, l='ServerLevel[world]', x=2209.58, y=59.00, z=87.45]]
    Chunk stats: 4374
    Level dimension: minecraft:overworld
    Level spawn location: World: (-32,72,256), Section: (at 0,8,0 in -2,4,16; chunk contains blocks -32,-64,256 to -17,319,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
    Level time: 22812086 game time, 24487817 day time
    Level name: world
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Level weather: Rain time: 107378 (now: false), thunder time: 65948 (now: false)
    Known server brands: fabric
    Level was modded: true
    Level storage version: 0x04ABD - Anvil
Stacktrace:
    at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
    at net.minecraft.class_3176.method_3813(class_3176.java:322)
    at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
    at net.minecraft.server.MinecraftServer.handler$cea000$modifiedRunLoop(MinecraftServer.java:6396)
    at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
    at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
    at java.base/java.lang.Thread.run(Thread.java:833)

-- System Details --
Details:
    Minecraft Version: 1.18.2
    Minecraft Version ID: 1.18.2
    Operating System: Linux (amd64) version 5.10.0-9-amd64
    Java Version: 17.0.2, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
    Memory: 2162352128 bytes (2062 MiB) / 5066719232 bytes (4832 MiB) up to 6291456000 bytes (6000 MiB)
    CPUs: 8
    Processor Vendor: AuthenticAMD
    Processor Name: AMD Ryzen 9 5950X 16-Core Processor
    Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
    Microarchitecture: Zen 3
    Frequency (GHz): -0.00
    Number of physical packages: 1
    Number of physical CPUs: 16
    Number of logical CPUs: 32
    Graphics card #0 name: unknown
    Graphics card #0 vendor: unknown
    Graphics card #0 VRAM (MB): 0.00
    Graphics card #0 deviceId: unknown
    Graphics card #0 versionInfo: unknown
    Virtual memory max (MB): 159692.41
    Virtual memory used (MB): 151833.33
    Swap memory total (MB): 95301.00
    Swap memory used (MB): 43546.39
    JVM Flags: 21 total; -XX:+UseContainerSupport -Xms128M -Xmx6000M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
    Fabric Mods: 
        additionaladditions: Additional Additions 4.0.4
        additionalbars: Additional Bars 3.0.0
        additionalstructures: Additional Structures 3.0.3
        adorn: Adorn 3.5.0+1.18.2
        advanced_reborn: Advanced Reborn 1.0.6
        advdebug: Advancements Debug 2.3.0
        adventurez: AdventureZ 1.4.10
        ae2: Applied Energistics 2 11.1.2
        ae2wtlib: AE2WTLib 11.1.0
        agape_space: Space Dimensions 0.5.14
        alloy_forgery: Alloy Forgery 2.0.13+1.18
        appbot: Applied Botanics 1.2.1
        appleskin: AppleSkin 2.4.0+mc1.18.2
        arcanus: Arcanus 1.29
        architects_palette: Architect's Palette Fabric 2.1
        architectury: Architectury 4.4.70
        archon: Archon 0.2.4
        artifacts: Artifacts 7.0.3+fabric
            expandability: ExpandAbility 6.0.0
            step-height-entity-attribute: Step Height Entity Attribute 1.0.0
        artis: Artis-Recrafted 2.4.1+1.18.2
            advanced_runtime_resource_pack: Runtime Resource Pack 0.5.7
        attributefix: AttributeFix 14.0.2
        autoconfig1u: Auto Config v1 Updated 3.4.0
        autorun: AutoRun 0.4.0
        badpackets: Bad Packets 0.1.2
        balm-fabric: Balm 3.0.0+0
        banhammer: BanHammer 0.5.1+1.18.2
            mysql_mysql-connector-java: mysql-connector-java 8.0.29
            org_xerial_sqlite-jdbc: sqlite-jdbc 3.36.0.3
        bcc: BetterCompatibilityChecker fabric-1.0.5
        bclib: BCLib 1.4.7
        beenfo: Beenfo 1.18.2-fabric0.47.10-1.3.3
            crowdin-translate: CrowdinTranslate 1.4+1.18.2
        besmirchment: Besmirchment 1.18.2-11
        betteranimalsplus: Better Animals Plus 1.18.2-11.0.5
        betterdeserttemples: YUNG's Better Desert Temples 1.18.2-Fabric-1.1.0
        betterend: Better End 1.1.1
        betterfpsdist: Better FPS distance Mod 1.18-1.8
        bettermineshafts: YUNG's Better Mineshafts 1.18.2-Fabric-2.1.3
        betternether: Better Nether 6.1.2
        betterstrongholds: YUNG's Better Strongholds 1.18.2-Fabric-2.1.1
        bewitchment: Bewitchment 1.18-20
        bitsandchisels: BitsAndChisels 2.6.9
            stacc: Stacc 1.2.3
        blockbot-discord: BlockBot Discord 2.0.0-beta
            blockbot-api: BlockBot Api 1.0.0
        blockus: Blockus 2.4.7+1.18.2
            terraform-wood-api-v1: Terraform Wood API (v1) 3.0.0
        bno: Basic Nether Ores 1.18.2-7.2.0-Fabric
        bookshelf: Bookshelf 13.0.13
        bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.7-1.18.2
            maelstrom_library: Maelstrom Library 1.2.4-1.18.2
            multipart_entities: MultipartEntities 1.1.5-1.18.2
        botania: Botania 1.18.2-433-FABRIC
        buildinggadgets: st'ructure tools 1.0.21
            mm: Manningham Mills 2.3
        byg: Oh The Biomes You'll Go 1.4
        cacao: Croptopia's Chocolaterie 1.1
        capybara: Capybara 1.0.4
        cardinal-components: Cardinal Components API 4.1.4
            cardinal-components-scoreboard: Cardinal Components API (scoreboard) 4.1.4
        carpet: Carpet Mod 1.4.69
        carpet-extra: Carpet Extra 1.4.72
        carpet-fixes: Carpet Fixes 1.18.x-1.7.6+v220420
        carpet-tis-addition: Carpet TIS Addition 1.36.0
            conditional-mixin: conditional mixin 0.3.0
            org_yaml_snakeyaml: snakeyaml 1.30
        carrier: Carrier 1.10.0
        catwalksinc: Catwalks Inc. 1.3.0
        chalk: Chalk 2.0.1+1.18.2
        chisel: Chisel Refabricated 1.4.5
        clienttweaks: Client Tweaks 7.1.0
        climbladdersfast: ClimbLaddersFast 2.1
        cloth-api: Cloth API 3.2.64
            cloth-client-events-v0: Cloth Client Events v0 3.2.64
            cloth-common-events-v1: Cloth Common Events v1 3.2.64
            cloth-datagen-api-v1: Cloth Datagen v1 3.2.64
            cloth-utils-v1: Cloth Utils v1 3.2.64
        cloth-config: Cloth Config v6 6.2.62
            cloth-basic-math: cloth-basic-math 0.6.1
        clumps: Clumps 8.0.0+8
        cmdspy: Command Spy 1.2.5
        colormeoutlines: Color Me Outlines 1.1.0
        computercraft: CC: Restitched 1.100.6
        conjuring: Conjuring 1.0.22+1.18
        consistency_plus: Consistency Plus 0.5.0+1.18.2
            stonecutter_recipe_tags: Stonecutter Recipe Tags 3.0.1+1.18.bc850d5.fabric
        coxinhautilities: Coxinha Utilities 1.3+1.18.2
            omega-config-gui: Omega Config GUI 1.2.3-1.18.1
                cloth-config-lite: cloth-config-lite 2.0.6
            team_reborn_energy: Energy 2.2.0
        craftingtweaks: Crafting Tweaks 13.0.0
        crawl: Crawl 0.10.6
        create: Create mc1.18.2_v0.4.1+586
            com_google_code_findbugs_jsr305: jsr305 3.0.2
            fake-player-api: Fake Player API 0.3.0
            forge_tags: Forge Tags 2.1
            milk: Milk Lib 0.3.2
            porting_lib: Porting Lib 1.1.0-beta+1.18.2-dev.ffa2ca8
            registrate-fabric: Registrate for Fabric MC1.18.2-1.0.3
        createaddition: Create Crafts & Additions ${version}
        createplus: CreatePlus 1.0
        creativecore: CreativeCore (Fabric) 2.6.11
        creeperoverhaul: Creeper Overhaul 1.3.1
        creeperspores: Creeper Spores 1.8.0
        croparia: Croparia 3.8.3
        croptopia: Croptopia 2.0.5
            com_typesafe_config: config 1.4.1
            io_leangen_geantyref_geantyref: geantyref 1.3.11
            org_spongepowered_configurate-core: configurate-core 4.1.2
            org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
        croptosis: Croptosis 1.5.0
        damagetilt: Damage Tilt 1.18-fabric-0.1.2
        dankstorage: Dank Storage 1.18.2-3.7
        dark-enchanting: Dark Enchanting 1.0.0+1.18.2
        darkutils: DarkUtilities 10.0.4
        dawn: Dawn API 3.3.1
        deathlog: DeathLog 0.2.9+1.18
        decorative_blocks: Decorative Blocks 2.1.0
        dimdoors: DimensionalDoors 4.0.4
            cardinal-components-base: Cardinal Components API (base) 4.1.4
            cardinal-components-chunk: Cardinal Components API (chunks) 4.1.4
            cardinal-components-entity: Cardinal Components API (entities) 4.1.4
            cardinal-components-item: Cardinal Components API (items) 4.1.4
            cardinal-components-level: Cardinal Components API (world saves) 4.1.4
            cardinal-components-world: Cardinal Components API (worlds) 4.1.4
            com_flowpowered_flow-math: flow-math 1.0.3
            com_github_dimensionaldevelopment_poly2tri_java: poly2tri.java 0.1.1
            curse_maven_wthit-3707010: wthit-3707010 440979
            matrix: Matrix 1.0.0
            org_jgrapht_jgrapht-core: jgrapht-core 1.1.0
        disenchanter: Disenchanter 0.1.6+1.18
        dml-refabricated: Deep Mob Learning: Refabricated 1.18.2
            dml-refabricated-base: DML: Refabricated - Base 1.18.2
            dml-refabricated-events: DML: Refabricated - Vanilla Events 1.18.2
            dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 1.18.2
            dml-refabricated-rei: DML: Refabricated - REI Integration 1.18.2
        dmlsimulacrum: Deep Mob Learning: Simulacrum 0.5.4-beta
            ktdatataglib: KtDataTagLib 1.6.5+1.18.2
        doom: Doom Fabric 4.2.15
        doublejump: Double Jump Mod 1.0.1+mc1.18
        dragonloot: DragonLoot 1.1.0
        duckling: Duckling 1.0.5
        dummmmmmy: MmmMmmMmmMmm 1.18-1.5.0
        earthbounds: Earthbounds 1.18.2-1.1.2a
        earthtojavamobs: Earth2Java 1.8.0+1.18.2
        eer: Erroring Entity Remover 1.0.2+1.18
        eldritch_mobs: Eldritch Mobs 1.11.0
        ellemes_container_lib: Ellemes' Container Library 1.4.0-beta.2
        emotecraft: Emotecraft 2.1.3-SNAPSHOT-build.29
        essential_commands: Essential Commands 0.23.0-mc1.18.2
            com_fasterxml_jackson_dataformat_jackson-dataformat-yaml: jackson-dataformat-yaml 2.13.0
            ec-core: Essential Commands Core 1.0.1-mc1.18.2
        exlineawnings: Exline's Awnings 1.0.3
        exlinefurniture: Exline's Furniture Mod 2.1.2
        expandeddelight: Expanded Delight 0.1.9
        expandedstorage: Expanded Storage 7.4.0-beta.4
        experiencebugfix: Experience Bug Fix 18
        explorerscompass: Explorer's Compass 1.18.2-2.1.0-fabric
        extended_drawers: Extended Drawers 1.2.1+mc.1.18.2
            com_github_llamalad7_mixinextras: MixinExtras 0.0.10
            mconfig: Mconfig 1.2.0
                de_poiu_apron_apron: apron 2.1.1
        extra_classes_origins: Extra Classes - Origins 1.0.0
        extragenerators: Extra Generators 1.2.1-BETA+1.18
        extrakeybinds: ThatRobins Extra Origins Keybinds 0.2.0
        extraorigins: Extra Origins 1.18-11
        fabric: Fabric API 0.55.1+1.18.2
            fabric-api-base: Fabric API Base 0.4.4+d7c144a860
            fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.1+2373a54560
            fabric-biome-api-v1: Fabric Biome API (v1) 8.0.4+7b0f312660
            fabric-command-api-v1: Fabric Command API (v1) 1.1.9+d7c144a860
            fabric-commands-v0: Fabric Commands (v0) 0.2.8+b4f4f6cd60
            fabric-containers-v0: Fabric Containers (v0) 0.1.22+d7c144a860
            fabric-content-registries-v0: Fabric Content Registries (v0) 3.0.6+d82b939260
            fabric-convention-tags-v1: Fabric Convention Tags 1.0.1+474e4f7960
            fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.1+ee261a3e60
            fabric-data-generation-api-v1: Fabric Data Generation API (v1) 3.0.0+9fcb91d260
            fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.19+ffb2c71e60
            fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.8+d7c144a860
            fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.19+d7c144a860
            fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.17+d7c144a860
            fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860
            fabric-item-api-v1: Fabric Item API (v1) 1.5.1+6c4e5d0960
            fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.13+91896a4960
            fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.0.4+d8d7804a60
            fabric-loot-api-v2: Fabric Loot API (v2) 1.0.0+e747827960
            fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.0+e747827960
            fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.2+81ea5b3c60
            fabric-networking-api-v1: Fabric Networking API (v1) 1.0.22+e6b169eb60
            fabric-networking-v0: Fabric Networking (v0) 0.3.9+b4f4f6cd60
            fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.2+032c981d60
            fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60
            fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.9+0d9ab37260
            fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.7+d7c144a860
            fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2+54e5b2ec60
            fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.3+91b7aa6660
            fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.1+e747827960
            fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.1+1f6558e860
            fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.2+f4563ac860
            fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.0+e747827960
        fabric-diagonal-panes: Fabric Diagonal Panes 0.6.1
        fabric-furnaces: Fabric Furnaces 2.1.1-1.18.2
        fabric-language-kotlin: Fabric Language Kotlin 1.7.4+kotlin.1.6.21
            org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.21
            org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.21
            org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.21
            org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.21
            org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.1
            org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.1
            org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.2
            org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.2
            org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.2
        fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6
        fabricenchantments: Fabric Enchantments 0.7.2
        fabricloader: Fabric Loader 0.14.6
        fabricshieldlib: Fabric Shield Lib 1.5.3-1.18
        fabrictailor: Fabric Tailor 1.8.2
            config2brigadier: Config to Brigadier 1.1.1
        fallingtree: FallingTree 3.5.1
        farmersdelight: Farmer's Delight 1.18.2-0.2.1
        farmingforblockheads: Farming for Blockheads 10.0.0
        feature_nbt_deadlock_be_gone: Feature NBT Deadlock Be Gone - Fabric 2.0.0+1.18.2-rc1
        ferritecore: FerriteCore 4.2.1
        fireplacelib: Fireplace Lib 6.3.1+1.18.2
            annotateddi: Annotated DI 2.1.0+1.18.2
                aopalliance_aopalliance: aopalliance 1.0
                com_google_inject_guice: guice 5.1.0
                javax_inject_javax_inject: javax.inject 1
        fireworkfrenzy: Firework Frenzy 1.9
        flan: Flan 1.18.2-1.7.9
        fluidtank: Fluid Tank 18.5.0-fabric
        forgeconfigapiport: Forge Config API Port 3.2.0
        freedomofinsomnia: Freedom of Insomnia 1.1.1
        ftblibrary: FTB Library 1802.3.6-build.123
        ftbquests: FTB Quests 1802.3.8-build.101
        ftbteams: FTB Teams 1802.2.6-build.51
        gearreborn: Gear Reborn 1.18.2-0.1.13
        geckolib3: Geckolib 3.0.45
            com_eliotlash_mclib_mclib: mclib 18
            com_eliotlash_molang_molang: molang 18
        genesis: Genesis 1.18.2-1.0.1
        givemehats: Give Me Hats! 2.0.4
        go-fish: Go Fish 1.5.0-1.18.2
        gobber2: Gobber2 2.5.74
            pugh_tools: Pugh Tools 1.2.5
        goldenhoppers: Golden Hoppers 1.3.2
        graveyard: The Graveyard 1.9
        graveyard_biomes: The Graveyard Biomes 1.1
        grounded_origins: Grounded Origins 1.1.3
        guardiansgalore: GuardiansGalore 1.18.2-3.0
        guardvillagers: Guard Villagers Fabric 1.18.2-1.0.14
        halfdoors: Half Doors 1.18.2-fabric-1.3.6
        hammermod: War-Hammers Mod fabric-1.18.2-v1.0.1
        harvest_scythes: Harvest Scythes 2.5.1
        hookshot: Hookshot 25.0
        horseinfo: Horse Info 0.4.1-1.18
        horsestatsvanilla: Horse Stats Vanilla 4.1.10
        hoverpets: Hover Pets 0.3.3
        hyperlighting: Hyper Lighting 1.2.3
            me_hypherionmc_night-config_core: core 3.6.5_custom
            me_hypherionmc_night-config_toml: toml 3.6.5_custom
        iceberg: Iceberg 1.0.38
        impaled: Impaled 1.1.3
        impersonate: Impersonate 2.5.0
            fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
        improved-stations: Improved Stations 2.1.0
        incantationem: Incantationem 1.1.3+1.18.2
        indrev: Industrial Revolution 1.14.0-BETA
        inmis: Inmis 2.6.0-1.18.2
        invview: InvView 1.4.8-1.18+
        itemfilters: Item Filters 1802.2.7-build.27
        jamlib: JamLib 0.0.5
        java: OpenJDK 64-Bit Server VM 17
        justenoughkeys: Just Enough Keys 0.5.3
        kibe: Kibe 1.9.7-BETA+1.18
        kjsextras: KubeJS Extras 3.0.0
        krypton: Krypton 0.1.9
            com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
        kubejs: KubeJS 1802.5.4-build.480
        kubejs_botania: KubeJS Botania 1.0.2
        libblockattributes: LibBlockAttributes 0.10.2
            libblockattributes_core: LibBlockAttributes (Core) 0.10.2
            libblockattributes_fluids: LibBlockAttributes (Fluids) 0.10.2
            libblockattributes_items: LibBlockAttributes (Items) 0.10.2
        libra: Libra 0.4.2
        lifts: Lifts 1.4.1-BETA+1.18
        lightestlamp: Lightest Lamps 1.0.0
        lithium: Lithium 0.7.10
        logbegone: Log Begone 1.0.0
        lovely_snails: Lovely Snails 1.0.4+1.18
        luckperms: LuckPerms 5.4.25
        macawsbridgesbyg: Macaw's Bridges - BYG 1.18.2-1.2
        magehand: Magehand 1.1.2
        magicfungi: Magic Fungi 0.7.3-BETA+1.18.2
        marketcrates: Marketcrates 1.4.1
        mavm: More Axolotl Variants Mod 1.0.8a
        maxhealthfix: MaxHealthFix 5.0.1
        mcda: MC Dungeons Armors 2.0.6
        mcdar: MC Dungeons Artifacts 1.4.8
        mcdw: MC Dungeons Weapons 4.3.2
            enchantment_force: enchantment_force 0.1.7
        mcwbridges: Macaw's Bridges 2.0.3
        mcwfences: Macaw's Fences and Walls 1.0.5
        mcwlights: Macaw's Lights and Lamps 1.0.3
        mcwpaintings: Macaw's Paintings 1.0.3
        mcwwindows: Macaw's Windows 2.0.3
        megane: megane 7.5.1
            megane-api: megane-api 7.1.0
            megane-applied-energistics-2: megane-applied-energistics-2 7.1.0
            megane-deep-mob-learning-simulacrum: megane-deep-mob-learning-simulacrum 7.1.0
            megane-extra-generators: megane-extra-generators 7.1.0
            megane-fabric-transfer: megane-fabric-transfer 7.1.0
            megane-industrial-revolution: megane-industrial-revolution 7.1.0
            megane-kibe: megane-kibe 7.1.0
            megane-lib-block-attributes: megane-lib-block-attributes 7.1.0
            megane-reborn-core: megane-reborn-core 7.1.0
            megane-reborn-energy: megane-reborn-energy 7.0.0
            megane-runtime: megane-runtime 7.2.0
            megane-tech-reborn: megane-tech-reborn 7.1.0
            megane-vanilla: megane-vanilla 7.1.1
            megane-wireless-networks: megane-wireless-networks 7.1.0
        megaparrot: Megaparrot 1.0.5
        mermaid: Mod 1.0.0
        midnightlib: MidnightLib 0.4.4
        milk_plus: Milk+ 3.0.1
            dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0
        minecraft: Minecraft 1.18.2
        minimotd-fabric: MiniMOTD 2.0.7
            adventure-platform-fabric: adventure-platform-fabric 5.2.1
                net_kyori_adventure-api: adventure-api 4.10.1
                net_kyori_adventure-key: adventure-key 4.10.1
                net_kyori_adventure-platform-api: adventure-platform-api 4.1.0
                net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.10.1
                net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.10.1
                net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.10.1
                net_kyori_examination-api: examination-api 1.3.0
                net_kyori_examination-string: examination-string 1.3.0
        mining_dims: Mining Dimensions 1.3.6
            customportalapi: Custom Portal Api 0.0.1-beta50-1.18
            pugh_lib: Pugh Lib 1.3.0
        miningutility: Mining Utility 1.2.1+1.18
        mo_glass: Mo Glass 1.6.1-MC1.18.2
        mobifier: Mobifier 1.0.3
        mobz: MobZ 3.3.4
        mocolors: Mo' Colors 1.4.0
        modern_industrialization: Modern Industrialization 1.2.0
        morebannerfeatures: More Banner Features 1.1.3
        morevillagers-fabric: MoreVillagersFabric 3.2.0-SNAPSHOT
        mostructures: Mo' Structures 1.4.2+1.18.2
        mtmechs: Magitek Mechs 1.0.12
        multibeds: MultiBeds 1.2.5
        myloot: myLoot 2.1
        myrtrees: Myrtrees 1.1.0-build.29
        mythicmetals: Mythic Metals 0.13.1
            magna: Magna 1.7.0-1.18-pre1
        mythicmounts: Mythic Mounts 1.18.2-7.0
        naturescompass: Nature's Compass 1.18.2-2.0.3-fabric
        nomadbooks: Nomad Books 1.0.1
        notenoughcrashes: Not Enough Crashes 4.1.6+1.18.2
        omega-config: OmegaConfig 1.2.3-1.18.1
        onsoulfire: On Soul Fire 1.18-3
        origins: Origins 1.4.1
            apoli: Apoli 2.3.3
                calio: Calio 1.5.1
        origins-classes: Origins: Classes 1.3.0
        overweight_farming: Overweight Farming 1.18.2-1.3.0-fabric
        owo: oωo 0.7.2-no-cme+1.18
        paintings: Paintings++ 9.1.2.1
        patchouli: Patchouli 1.18.2-69-FABRIC
            fiber: fiber 0.23.0-2
        pehkui: Pehkui 3.3.2+1.14.4-1.19
            kanos_config: Kanos Config 0.3.1+1.14.4-1.19
        phonos: Phonos 0.3+1.18.2
            jsonem: JsonEM 0.1.1
        phosphor: Phosphor 0.8.1
        pigpen: PigPen 8.0.1
        platforms: Platforms 1.2.4
        playerabilitylib: Pal 1.5.1
        plushies: Plushie Mod 1.2
        polymorph: Polymorph 0.0.21-1.18.2
            cardinal-components-block: Cardinal Components API (blocks) 4.1.4
        prefab: Prefab 3.1.5
        probejs: ProbeJS 3.0.0
        publicguiannouncement: Public Gui Announcement 3.2.0.1
        puzzleslib: Puzzles Lib 3.3.5
        quarryplus: QuarryPlus 18.4.573
        quartzelv: Quartz Elevator 2.1.2+1.18.2
        questsadditions: Quests Additions 1.3.1
        quickshulker: Quick Shulker 1.3.6-1.18
            kyrptconfig: Kyrpt Config 1.3.4-1.18
                blue_endless_jankson: jankson 1.2.1
            shulkerutils: shulkerutils 1.0.4-1.18
        ratsmischief: Rat's Mischief 1.3.7
        reborncore: Reborn Core 5.2.0
        redbits: Red Bits 1.13.3
            interference: Interference API 1.4.1
        redstonebits: Redstone Bits 1.8.2
        repurposed_structures: Repurposed Structures 4.1.14+1.18.2
        resourceful_tools: Resourceful Tools 1.2.37
        respawnablepets: Respawnable Pets 1.18-4
        rhino: Rhino 1802.1.13-build.175
        rightclickharvest: Right Click Harvest 2.0.6
        rocks: This Rocks! 1.6.0
        roughlyenoughitems: Roughly Enough Items 8.2.473
        roughlyenoughresources: Roughly Enough Resources 2.5.0
        rpgstats: RPGStats 4.3.13+1.18.2
            libgui: LibGui 5.4.1+1.18.2
                jankson: Jankson 4.0.0+j1.2.0
                libninepatch: LibNinePatch 1.1.0
            server_translations_api: Server Translations API 1.4.12+1.18.2
        runelic: Runelic 11.0.1
        sandwichable: Sandwichable 1.2+1.18.2
        secretrooms: Secret Rooms 1.3.1+1.18.2
        seedfix: Seed Fix 1.0.1
        shetiphiancore: ShetiPhianCore 1.2.10
            myron: Myron 1.6.3+1.18.1
        shulkerboxtooltip: Shulker Box Tooltip 3.0.8+1.18.2
        silkspawners: SilkSpawners 1.1.1
        skylorlib: SkyLib 1.3.35
        slimyboyos: Slimy Boyos 4.0.0.7
        someforgepatchesported: Some Forge Patches Ported 1.0.3
        spark: spark 1.9.1
        spectrum: Spectrum 1.4.1-1.18.2-chaos_and_exploration
            additionalentityattributes: Additionalentityattributes 1.0.0+1.18.2
            bannerpp: Banner++ 2.0.6-teb.1+mc.1.18.2
            incubus_core: Incubus Core 1.7-rc.4
        spoornpacks: SpoornPacks 4.2.1-1.18.2
            com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.13.1
            com_fasterxml_jackson_core_jackson-core: jackson-core 2.13.1
            com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.13.1
        spoornweaponattributes: SpoornWeaponAttributes 3.4
            net_objecthunter_exp4j: exp4j 0.4.8
        sprout: Sprout 1.3.1
        stoneholm: Stoneholm 1.4.3
        styledchat: Styled Chat 1.2.3+1.18
        suggestion_tweaker: Suggestion Tweaker 1.18.2-1.2.0
        tacocraft: TacoCraft 1.7.4-1.18.2
        techreborn: Tech Reborn 5.2.0
        teenycoal: Teeny Coal 1.1.3-1.16.x-1.17.x-1.18.x-1.19-snapshot
        tempad: Tempad 1.2.4
        tenshilib: TenshiLib 1.18.2-1.6.7
        tep: Totally Enough Pain 1.0.4
        terrablender: TerraBlender 1.1.0.102
            com_electronwill_night-config_core: core 3.6.4
            com_electronwill_night-config_toml: toml 3.6.4
        terrarianslimes: Terrarian Slimes 1.2-BETA+1.18
        things: Things 0.2.18+1.18
        tiered: Tiered 1.0.2
            autotag: AutoTag 1.1.0
        timeoutout: TimeOut Out 1.0.1+1.18
        tinyskeletons: Tiny Skeletons 3.2.1
        toms_storage: Tom's Simple Storage Mod 1.3.2
        toolstats: ToolStats 9.0.3
        tradingpost: Trading Post 3.2.0
        trashslot: TrashSlot 11.0.2
        travelersbackpack: Traveler's Backpack 1.18.2-7.1.0
        trinkets: Trinkets 3.3.1
        twigs: Twigs 1.1.3-patch1+1.18.2
        twilightforest: The Twilight Forest 4.1.232
            reach-entity-attributes: Reach Entity Attributes 2.1.1
        universal-graves: Universal Graves 2.0.3+1.18.2
            hologram-api: Hologram API 0.2.1+1.18-pre5
            placeholder-api: Placeholder API 1.1.3+1.17.1
            polymer: Polymer (Core) 0.2.0-rc.2+1.18.2
                packet_tweaker: Packet Tweaker 0.3.0+1.18.2
                polymer-legacy: Polymer (Compatibility) 0.1.9+0.2.0-rc.2+1.18.2
            sgui: sgui 1.0.2+1.18.2
        valley: ValleyCraft 2.3.1-1.18.2
        veggie_way: The Veggie Way 1.2.32
        veinmining: Vein Mining 0.0.12-1.18.2
        villager-hats: Villager Hats 1.4.0
        villagernames: Villager Names 4.0.4
        voidz: VoidZ 1.0.7
        voyager: Voyager v2 2.0.1-1.18.x
        walljump: Wall-Jump! 1.4.1+1.18.2
        wandering_collector: Wandering Collector 1.1.2+mc1.18.2
            tweed4_annotated: tweed4_annotated 1.3.0
            tweed4_base: tweed4_base 1.5.0+mc1.18.2
            tweed4_data: tweed4_data 1.2.1+mc1.18.2
            tweed4_data_hjson: tweed4_data_hjson 1.1.0
        waystones: Waystones 2.5.4
        weaponthrow: Weapon Throw 1.18.2-1.7
        whisperwoods: Whisperwoods 1.18.2-2.1.0
        winged: Winged Mod 1.18.2-3.2.0
        wirelessnetworks: Wireless Networks 1.5.1
        wthit: wthit 4.10.3
        xaerominimap: Xaero's Minimap 22.9.2
        xaeroworldmap: Xaero's World Map 1.23.2
        xlpackets: XLPackets 2.1-1.17.1
        xps: Xp Obelisk 0.3.9.r_for_1.18.x_Fabric
        xxxx: MinePop 1.0.0-1.18.2
        yungsapi: YUNG's API 1.18.2-Fabric-2.0.8
        zihlaunchpads: ZIHLaunchpads 1.2.0
    Server Running: true
    Player Count: 2 / 10; [class_3222['ProfessorChugs'/256, l='ServerLevel[world]', x=300.30, y=72.00, z=-311.77], class_3222['Zackariah21'/447, l='ServerLevel[world]', x=2209.58, y=59.00, z=87.45]]
    Data Packs: vanilla, Fabric Mods, createplus/createplus-core, dimdoors/classic (incompatible), dimdoors/default (incompatible), minecraft/croparia_patchouli, minecraft/croptop, spoornpacks (incompatible)
    World Generation: Stable
    Is Modded: Definitely; Server brand changed to 'fabric'
    Type: Dedicated Server (map_server.txt)
    Suspected Mods: None
ARTEMI5 commented 2 years ago

I was the unfortunate victim of this. The above was my latest.log. Basically I had my enchanted durasteel sword in hand (from Mythic Metals mod) and forgot to switch the item in my hand to the desired item I was going to put in there. Next thing ya know, I see 1 frame of the sword in the drawer and BANG! Server goes down. I tried to rejoin hoping it perhaps didn't save it and a automatic 5s rollback occurred but alas it did not. It is true that the drawer was above a wooden hopper that fed into a Bronze Mixer (from Modern Industrialization mod). 2022-06-13_18 52 11 Pretend that stone tile my cursor is on is a wooden hopper, I recreated it on the server and I didn't want to crash it again.

Luligabi1 commented 2 years ago

Looks like this is an issue on Extended Drawers' side. I'll keep this open while it's not 100% confirmed; if something similar happens without any drawers involved, please report.

MattiDragon commented 2 years ago

fixed in latest version of extended drawers, please update