Create

Create

86M Downloads

can't join/load in world

damicappex opened this issue · 3 comments

commented

Describe the Bug

the world loads but when I join it says saving game and crashes

Reproduction Steps

  1. get mechanical pistons
  2. get campfires
  3. place the mechanical pistons under the campfires and activate them to get to the campfires
  4. use gearshift and pull down the campfires

Expected Result

game crash and saving game

Screenshots and Videos

don't have them

Crash Report or Log

---- Minecraft Crash Report ---- // Don't do that. Time: 12/11/22, 12:50 AM Description: Unexpected error java.lang.NullPointerException: Cannot invoke "java.util.ArrayList.stream()" because "this.keys" is null at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.4) at com.simibubi.create.content.contraptions.relays.belt.BeltInstance.updateLight(BeltInstance.java:102) at com.jozufozu.flywheel.backend.instancing.InstanceManager.createInternal(InstanceManager.java:331) at com.jozufozu.flywheel.backend.instancing.InstanceManager.addInternal(InstanceManager.java:312) at com.jozufozu.flywheel.backend.instancing.InstanceManager.add(InstanceManager.java:202) at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraption.buildInstancedTiles(FlwContraption.java:160) at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraption.(FlwContraption.java:58) at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.create(FlwContraptionManager.java:85) at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.create(FlwContraptionManager.java:22) at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderingWorld.getRenderInfo(ContraptionRenderingWorld.java:94) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1779) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderingWorld.tick(ContraptionRenderingWorld.java:67) at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.tick(FlwContraptionManager.java:30) at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderDispatcher.tick(ContraptionRenderDispatcher.java:66) at com.simibubi.create.events.ClientEvents.onTick(ClientEvents.java:191) at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$2(ClientTickEvents.java:65) at net.minecraft.client.MinecraftClient.handler$ddp000$onEndTick(MinecraftClient:16472) at net.minecraft.client.MinecraftClient.tick(MinecraftClient:1817) at net.minecraft.client.MinecraftClient.render(MinecraftClient:1091) at net.minecraft.client.MinecraftClient.run(MinecraftClient:737) at net.minecraft.client.main.Main.main(Main:236) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at com.simibubi.create.content.contraptions.relays.belt.BeltInstance.updateLight(BeltInstance.java:102) at com.jozufozu.flywheel.backend.instancing.InstanceManager.createInternal(InstanceManager.java:331) at com.jozufozu.flywheel.backend.instancing.InstanceManager.addInternal(InstanceManager.java:312) at com.jozufozu.flywheel.backend.instancing.InstanceManager.add(InstanceManager.java:202) at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraption.buildInstancedTiles(FlwContraption.java:160) at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraption.(FlwContraption.java:58) at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.create(FlwContraptionManager.java:85) at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.create(FlwContraptionManager.java:22) at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderingWorld.getRenderInfo(ContraptionRenderingWorld.java:94) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1779) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderingWorld.tick(ContraptionRenderingWorld.java:67) at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.tick(FlwContraptionManager.java:30) at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderDispatcher.tick(ContraptionRenderDispatcher.java:66) at com.simibubi.create.events.ClientEvents.onTick(ClientEvents.java:191) at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$2(ClientTickEvents.java:65) at net.minecraft.class_310.handler$ddp000$onEndTick(class_310.java:16472) -- Affected level -- Details: All players: 2 total; [class_746['DamiCappex'/152, l='ClientWorld minecraft:overworld', x=-557.14, y=84.39, z=2487.50], class_745['Kteams'/382076, l='ClientWorld minecraft:overworld', x=-566.49, y=86.00, z=2488.06]] Chunk stats: Client Chunks (ImmPtl) 17110 Level dimension: minecraft:overworld Level spawn location: World: (8,64,8), Section: (at 8,0,8 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 890080 game time, 938628 day time Server brand: fabric Server type: Integrated singleplayer server Stacktrace: at net.minecraft.class_638.method_8538(class_638.java:407) at net.minecraft.class_310.method_1587(class_310.java:2376) at net.minecraft.class_310.method_1514(class_310.java:761) at net.minecraft.client.main.Main.main(Main.java:236) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: Default, Fabric Mods, continuity/default, continuity/glass_pane_culling_fix, minecraft/supporteatinganimation, EclecticTrove-1.18-1.0.1.zip, Fantasy_Ores_Modded[v1.7].zip, Fantasy_Ores[1.16.x to 1.18.x][v4].zip, xali's Enchanted Books v0.9.zip, xali's Potions v1.0.zip, xali's Enchanced Biome River Pond v1.2.2.zip, xali's Enhanced Modded v0.2.2.zip, xali's Enhanced Vanilla v1.9.2 Fabric.zip, xali's Enhanced Jungle Wood v1.2.zip, xali's Bushy Leaves v1.1.zip, KubeJS Resource Pack [assets] -- System Details -- Details: Minecraft Version: 1.18.2 Minecraft Version ID: 1.18.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 3634077320 bytes (3465 MiB) / 8589934592 bytes (8192 MiB) up to 8589934592 bytes (8192 MiB) CPUs: 6 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz Identifier: Intel64 Family 6 Model 158 Stepping 10 Microarchitecture: unknown Frequency (GHz): 3.00 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 6 Graphics card #0 name: NVIDIA GeForce GTX 1070 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x1b81 Graphics card #0 versionInfo: DriverVersion=31.0.15.2756 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 3.47 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 3.47 Memory slot #1 type: DDR4 Virtual memory max (MB): 54006.73 Virtual memory used (MB): 46820.70 Swap memory total (MB): 37705.80 Swap memory used (MB): 2567.24 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8192m -Xms256m Fabric Mods: additionaladditions: Additional Additions 4.0.5 advanced_runtime_resource_pack: Runtime Resource Pack 0.5.7 advancementinfo: AdvancementInfo 1.18.2-fabric0.47.10-1.3.1 advancementplaques: Advancement Plaques 1.4.6 advdebug: Advancements Debug 2.3.0 adventurez: AdventureZ 1.4.11 ae2: Applied Energistics 2 11.1.7 noindium: No Indium? 1.0.2+1.18.2 omega-config: OmegaConfig 1.2.3-1.18.1 ambientenvironment: Ambient Environment 7.0+19 ambientsounds: Ambiend Sounds (Fabric) 5.0.16 anchor: Anchor 1.1.0 animal_feeding_trough: Animal Feeding Trough 1.0.3+1.18.2 appleskin: AppleSkin 2.4.1+mc1.18.2 arcanus: Arcanus 1.29 architects_palette: Architect's Palette Fabric 2.2 architectury: Architectury 4.9.83 artifacts: Artifacts 7.0.3+fabric step-height-entity-attribute: Step Height Entity Attribute 1.0.0 attributefix: AttributeFix 14.0.2 authme: Auth Me 3.1.0 badpackets: Bad Packets 0.1.2 balm-fabric: Balm 3.2.0+0 bcc: BetterCompatibilityChecker fabric-1.0.5 bclib: BCLib 1.4.7 beaconoverhaul: Beacon Overhaul 1.6.0+1.18.2 reach-entity-attributes: Reach Entity Attributes 2.1.1 bedspreads: Bedspreads 1.6.0-1.18 betterdungeons: YUNG's Better Dungeons 1.18.2-Fabric-2.1.0 betterend: Better End 1.1.1 betterf3: BetterF3 1.2.5 betterfpsdist: Better FPS distance Mod 1.18-1.8 bettermounthud: Better Mount HUD 1.1.4 betterpingdisplay: Better Ping Display 1.1.1 betterstrongholds: YUNG's Better Strongholds 1.18.2-Fabric-2.1.1 bhmenu: BHMenu-Fabric 1.17.1-1.18.2-1.3 blockus: Blockus 2.4.8+1.18.2 terraform-wood-api-v1: Terraform Wood API (v1) 3.0.0 blossom: Blossom 1.18.2-1.0.4 bookshelf: Bookshelf 13.2.50 capybara: Capybara 1.0.6 cardinal-components: Cardinal Components API 4.2.0 cardinal-components-base: Cardinal Components API (base) 4.2.0 cardinal-components-block: Cardinal Components API (blocks) 4.2.0 cardinal-components-chunk: Cardinal Components API (chunks) 4.2.0 cardinal-components-entity: Cardinal Components API (entities) 4.2.0 cardinal-components-item: Cardinal Components API (items) 4.2.0 cardinal-components-level: Cardinal Components API (world saves) 4.2.0 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 4.2.0 cardinal-components-world: Cardinal Components API (worlds) 4.2.0 carpenter: Carpenter 1.0.0 carrier: Carrier 1.10.0 ce: Cave Enhancements 1.1.5 chalk: Chalk 2.0.1+1.18.2 chat_heads: Chat Heads 0.6.0 cherishedworlds: Cherished Worlds 2.0.2-1.18 chiselsandbits: Chisels & Bits 1.2.114 chunky: Chunky 1.2.164 citresewn: CIT Resewn 1.1.1+1.18.2 citresewn-defaults: CIT Resewn: Defaults 1.1.1+1.18.2 cleancut: CleanCut 1.18.2-5.0-fabric cleardespawn: Clear Despawn 1.1.7 clickadv: Clickable Advancements Mod 2.6 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-scissors-api-v1: Cloth Scissors API v1 3.2.64 cloth-utils-v1: Cloth Utils v1 3.2.64 cloth-config: Cloth Config v6 6.4.90 cloth-basic-math: cloth-basic-math 0.6.1 collective-fabric: Collective (Fabric) 4.52 fiber: fiber 0.23.0-2 comforts: Comforts 1.1.2-1.18.2 companion: Companion 2.0.1 connectiblechains: Connectible Chains 2.1.2+1.18.2 continuity: Continuity 2.0.1+1.18.2 controlling: Controlling For Fabric 9.0+22 copper_pipe: Simple Copper Pipes 1.11b-1.18.2b5 couplings: Couplings 1.8.0+1.18.2 com_electronwill_night-config_core: core 3.6.5 com_electronwill_night-config_toml: toml 3.6.5 craftingtweaks: Crafting Tweaks 14.0.3 crawl: Crawl 0.10.6 mm: Manningham Mills 2.3 create: Create 0.5.0d-731 com_google_code_findbugs_jsr305: jsr305 3.0.2 fake-player-api: Fake Player API 0.3.0 flywheel: Flywheel 0.6.4-30 forge_tags: Forge Tags 2.1 milk: Milk Lib 0.3.2 dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0 porting_lib: Porting Lib 1.2.460-beta+1.18.2-dev.cca931b serialization_hooks: Serialization Hooks 0.3.23 registrate-fabric: Registrate for Fabric MC1.18.2-1.1.4 com_github_llamalad7_mixinextras: MixinExtras 0.0.11 creativecore: CreativeCore (Fabric) 2.6.12 creeperoverhaul: Creeper Overhaul 1.3.1 customstars: Custom Stars 1.1+1.18.2 decorative_blocks: Decorative Blocks 2.1.1 detailab: Detail Armor Bar 2.6.2+1.18-fabric dragonloot: DragonLoot 1.1.0 dual_riders: Dual Riders 1.1.1 dusk: Dusk Mod 1.18.2-2.1 dyed: Dyed 1.0.2 dynamicfps: Dynamic FPS 2.1.0 com_moandjiezana_toml_toml4j: toml4j 0.7.2 eatinganimationid: Eating Animation 1.8 ecologics: Ecologics 1.7.9 enchanted-vertical-slabs: Enchanted Vertical Slabs 1.4.1 enchantedtooltips: Enchanted ToolTips 1.3.6-1.18 kyrptconfig: Kyrpt Config 1.4.5-1.18 blue_endless_jankson: jankson 1.2.1 enderscape: Enderscape 0.3.4-1.18.2 enhanced_mushrooms: Enhanced Mushrooms 4.0.1 entityculling: EntityCulling-Fabric 1.5.1 equipmentcompare: Equipment Compare 1.2.12 etched: Etched 2.2.0 javazoom_jlayer: jlayer 1.0.1 evs-betterend: Enchanted Vertical Slabs - BetterEnd Edition 1.0.0 expandability: ExpandAbility 6.0.0 fabric: Fabric API 0.58.0+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.2+2373a54560 fabric-biome-api-v1: Fabric Biome API (v1) 8.0.6+651bcc5960 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.12+3ac43d9560 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.23+d7c144a860 fabric-content-registries-v0: Fabric Content Registries (v0) 3.1.1+c85f2e3860 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.1+9fcb91d260 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.20+489d6f8260 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.19+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.2+17cbbd4360 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.14+91896a4960 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.12+54e5b2ec60 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.10+b4f4f6cd60 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.0+cc71601c60 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.0+1997ad1260 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.2+e747827960 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.4+cc71601c60 fabric-models-v0: Fabric Models (v0) 0.3.6+d7c144a860 fabric-networking-api-v1: Fabric Networking API (v1) 1.0.23+2d30af4b60 fabric-networking-v0: Fabric Networking (v0) 0.3.10+b4f4f6cd60 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.3+032c981d60 fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60 fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.10+0d9ab37260 fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.13+d882b91560 fabric-renderer-indigo: Fabric Renderer - Indigo 0.5.3+41a02c8a60 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.11+b4f4f6cd60 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-rendering-v0: Fabric Rendering (v0) 1.1.13+b4f4f6cd60 fabric-rendering-v1: Fabric Rendering (v1) 1.10.7+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.2+446e059560 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.10+d882b91560 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.2+1f6558e860 fabric-textures-v0: Fabric Textures (v0) 1.0.12+3ac43d9560 fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.3+f4563ac860 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.0+e747827960 fabric-language-kotlin: Fabric Language Kotlin 1.8.3+kotlin.1.7.10 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.10 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.10 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.10 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.10 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.3 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.4.0 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.0 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.0 fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6 fabricloader: Fabric Loader 0.14.9 fallingleaves: Falling Leaves 1.11.1+1.18.2 fallingtree: FallingTree 3.5.3 fancymenu: FancyMenu 2.12.1 farmersdelight: Farmer's Delight 1.18.2-1.2.1 farsight: Farsight Mod 1.18-1.9 fastbench: FastBench 1.18.1-3 feature_nbt_deadlock_be_gone: Feature NBT Deadlock Be Gone - Fabric 2.0.0+1.18.2-rc1 ferritecore: FerriteCore 4.2.1 flytre_lib: FlytreLib 1.8.1 forgeconfigapiport: Forge Config API Port 3.2.4 friendlyfire: FriendlyFire 11.0.2 geckolib3: Geckolib 3.0.60 com_eliotlash_mclib_mclib: mclib 18 com_eliotlash_molang_molang: molang 18 goblintraders: Goblin Traders 1.5.1 guardvillagers: Guard Villagers Fabric 1.18.2-1.0.14 harvest_scythes: Harvest Scythes 2.5.1 iceberg: Iceberg 1.0.38 illuminations: Illuminations 1.10.4 immersive_portals: Immersive Portals 1.4.9 imm_ptl_core: Immersive Portals Core 1.4.9 q_misc_util: QMiscUtil 1.4.9 immersive_weathering: Immersive Weathering 2.5.6 incantationem: Incantationem 1.1.3+1.18.2 indium: Indium 1.0.7+mc1.18.2 infusion_table: Infusion Table 1.1.0 inventoryhud: Inventory HUD + 3.4.2 iris: Iris 1.3.1 org_anarres_jcpp: jcpp 1.4.14 irisflw: Iris Flywheel Compat 1.18.2-0.1.5-ALPHA ironchests: Iron Chests 1.7.4 libgui: LibGui 5.4.2+1.18.2 jankson: Jankson 4.0.0+j1.2.0 libninepatch: LibNinePatch 1.1.0 java: OpenJDK 64-Bit Server VM 17 kleeslabs: KleeSlabs 11.1.1 konkrete: Konkrete 1.5.0 krypton: Krypton 0.1.9 com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT kubejs: KubeJS 1802.5.5-build.546 kubejs_create: KubeJS Create 1802.2.2-build.28 lapisreserve: Lapis Reserve 1.0.8 lazydfu: LazyDFU 0.1.2 legendarytooltips: Legendary Tooltips 1.3.3 levelz: LevelZ 1.3.3 lithium: Lithium 0.7.10 locksmith: Locksmith 1.0.3 logprot: Logprot Mod 1.18-1.6 lovely_snails: Lovely Snails 1.0.4+1.18 mannequins: Mannequins 2.1.0 megane: megane 7.9.0 megane-api: megane-api 7.9.0 megane-applied-energistics-2: megane-applied-energistics-2 7.9.0 megane-create: megane-create 7.9.0 megane-fabric-transfer: megane-fabric-transfer 7.9.0 megane-reborn-core: megane-reborn-core 7.9.0 megane-reborn-energy: megane-reborn-energy 7.9.0 megane-runtime: megane-runtime 7.9.0 megane-tech-reborn: megane-tech-reborn 7.9.0 megane-vanilla: megane-vanilla 7.9.0 minecraft: Minecraft 1.18.2 mo_glass: Mo Glass 1.6.1-MC1.18.2 mobscarecrow: Mob Scarecrow 2.1.1 modmenu: Mod Menu 3.2.3 mousetweaks: Mouse Tweaks 2.22 mousewheelie: Mouse Wheelie 1.10.2+mc1.18.2 amecsapi: Amecs API 1.3.6+mc22w06a coat: Coat 1.0.0-beta.18+mc1.18.2 tweed4_annotated: tweed4_annotated 1.3.0+mc1.18.2 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+mc1.18.2 tweed4_tailor_coat: tweed4_tailor_coat 1.1.2+mc1.18.2 tweed4_tailor_screen: tweed4_tailor_screen 1.1.1+mc1.18.2 naturalist: Naturalist 1.1.1 nears: Nears 1.1.8 notenoughanimations: NotEnoughAnimations 1.6.0 notenoughcrashes: Not Enough Crashes 4.1.6+1.18.2 opaccreatesupport: OPAC Create Mod Support 1.1.0 openpartiesandclaims: Open Parties and Claims 0.12.0 owo: oωo 0.7.2-no-cme+1.18 oxidized: Oxidized 1.6.4 paintings: Paintings++ 9.1.2.1 patchouli: Patchouli 1.18.2-71.1-FABRIC pistorder: Pistorder 1.5.0 pollen: Pollen 1.5.0 polymorph: Polymorph 0.0.21-1.18.2 presencefootsteps: Presence Footsteps 1.5.1 kirin: Kirin UI 1.10.0 prism: Prism 1.0.1 publicguiannouncement: Public Gui Announcement 3.2.0.1 pyrotastic: Pyrotastic 1.18.2+0.0.2 quarryplus: QuarryPlus 18.5.0 quartzelv: Quartz Elevator 2.1.2+1.18.2 raised: Raised 1.1.2 reborncore: Reborn Core 5.2.0 team_reborn_energy: Energy 2.2.0 reeses-sodium-options: Reese's Sodium Options 1.4.7+mc1.18.2-build.58 replanter: Replanter 1.3 rhino: Rhino 1802.2.0-build.232 roughlyenoughitems: Roughly Enough Items 8.3.529 error_notifier: Error Notifier 1.0.9 rpgdifficulty: Rpg Difficulty 1.0.12 seedfix: Seed Fix 1.0.1 simple-rpc: Simple RPC 3.1.1 me_hypherionmc_simplerpc_simple-rpc-common: simple-rpc-common 4.0.3 sodium: Sodium 0.4.1+build.15 org_joml_joml: joml 1.10.2 sodium-extra: Sodium Extra 0.4.10+mc1.18.2-build.63 caffeineconfig: CaffeineConfig 1.0.0+1.17 someforgepatchesported: Some Forge Patches Ported 1.0.3 spark: spark 1.9.11 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT sprout: Sprout 1.3.1 spyglass-improvements: Spyglass Improvements 1.2+mc1.18.2+fabric starlight: Starlight 1.0.2+fabric.89b8d9f techreborn: Tech Reborn 5.2.0 terrablender: TerraBlender 1.2.0.126 thonkutil: ThonkUtil 2.14.1+1.18 thonkutil-base: ThonkUtil Base 1.12.2+23c1dc2c60 thonkutil-capes-v1: ThonkUtil Capes (v1) 1.3.2+9e23427060 thonkutil-coords-v1: ThonkUtil Coords (v1) 1.0.19+9b80223760 thonkutil-customization-v1: ThonkUtil Customization (v1) 1.0.14+9b80223760 thonkutil-legacy: ThonkUtil Legacy 1.0.20+9b80223760 thonkutil-modchecker-v1: ThonkUtil ModChecker (v1) 1.0.12+9b80223760 thonkutil-potions-v0: ThonkUtil Potions (v0) 1.4.1+9b80223760 thonkutil-titlescreen-v1: ThonkUtil TitleScreen (v1) 1.1.9+9b80223760 thonkutil-trades-v1: ThonkUtil Trades (v1) 1.1.20+9b80223760 timeoutout: TimeOut Out 1.0.1+1.18 toolstats: ToolStats 9.0.3 tooltipfix: ToolTip Fix 1.0.4-1.18 trinketofundying: Trinket of Undying 2.0.2-1.18.2 trinkets: Trinkets 3.3.1 trinketshulkerboxes: Trinket Shulker Boxes 2.0.2-1.18.2 twigs: Twigs 1.1.3-patch2+1.18.2 valhelsia_core: Valhelsia Core 1.18.2-0.4.0 valhelsia_tweaks: Valhelsia Tweaks 1.18.2-fabric-0.1.0 visuality: Visuality 0.4.2 goosik-config: goosik-config 0.2.0 tlcosmetica: Cosmetica 0.4.0 waystones: Waystones 10.1.0 wilderworld: WilderWorld 2.2.2 chord: Chord 1.8.0+1.18.2-fabric wolveswitharmor: Wolves With Armor 1.7.1-1.18.2 maybe-data: Maybe data 1.2.1-1.18.2 static-content: Static Content 1.0.1-1.16.2 staticdata: Static Data 1.1.2 wthit: wthit 4.13.3 xaerominimap: Xaero's Minimap 22.14.1 xaeroworldmap: Xaero's World Map 1.27.0 yigd: You're in Grave Danger 1.3.9 yosbr: YOSBR 0.1.1 yungsapi: YUNG's API 1.18.2-Fabric-2.0.8 Loaded Shaderpack: (off) Flywheel Backend: GL33 Instanced Arrays Launched Version: fabric-loader-0.14.9-1.18.2 Backend library: LWJGL version 3.2.2 build 10 Backend API: NVIDIA GeForce GTX 1070/PCIe/SSE2 GL version 3.2.0 NVIDIA 527.56, NVIDIA Corporation Window size: 2560x1440 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric' Type: Integrated Server (map_client.txt) Graphics mode: fancy Resource Packs: vanilla, Fabric Mods, continuity/default, continuity/glass_pane_culling_fix, minecraft/supporteatinganimation, file/EclecticTrove-1.18-1.0.1.zip, file/Fantasy_Ores_Modded[v1.7].zip, file/Fantasy_Ores[1.16.x to 1.18.x][v4].zip, file/xali's Enchanted Books v0.9.zip (incompatible), file/xali's Potions v1.0.zip (incompatible), file/xali's Enchanced Biome River Pond v1.2.2.zip (incompatible), file/xali's Enhanced Modded v0.2.2.zip, file/xali's Enhanced Vanilla v1.9.2 Fabric.zip, file/xali's Enhanced Jungle Wood v1.2.zip (incompatible), file/xali's Bushy Leaves v1.1.zip Current Language: English (US) CPU: 6x Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz Server Running: true Player Count: 2 / 8; [class_3222['DamiCappex'/152, l='ServerWorld minecraft:overworld come vuoi tu', x=-557.14, y=84.39, z=2487.50], class_3222['Kteams'/382076, l='ServerWorld minecraft:overworld come vuoi tu', x=-566.49, y=86.00, z=2488.06]] Data Packs: vanilla, Fabric Mods World Generation: Stable Client Crashes Since Restart: 1 Integrated Server Crashes Since Restart: 0 Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader), Flywheel (flywheel), Create (create), Fabric Lifecycle Events (v1) (fabric-lifecycle-events-v1)

Operating System

windows 11

Mod Version

0.5.0g

Minecraft Version

1.18.2

Forge Version

valhelsia enchanted vanilla, fabric.

Other Mods

I was playing valhelsia enchanted vanilla with my friend*

Additional Context

I was already lagging at 50 fps, too many machines.
I have 1070 with i5 8500*

commented

tryed to redo the bug but couldn't

commented

Just experienced the same crash https://mclo.gs/lZBXJLW

If you think this is related to the fact it's the fabric version of the mod I can move the issue there.

Mod Version: Create 0.5.0g-796+1.19.2
Minecraft Version: 1.19.2
Forge (Fabric) Version: Fabric Loader 0.14.12-1.19.2

No screenshots unfortunately, but it happened for me with a gantry instead of piston, and it crashed as soon as I tried moving a contraption that had been moved before without crashing.

commented

i think so