Copystate on chest crashes game
Crafter-Y opened this issue ยท 1 comments
Steps to reproduce
I downloaded the source code and used runClient
to start a game instance of the mod.
I created a new world
I placed a chest
I looked at the chest
I ran the /copystate
command
Result
The game crashed
Stacktrace
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 04.06.23, 23:01
Description: Exception in server tick loop
java.lang.StackOverflowError: Exception in server tick loop
at net.minecraft.client.MinecraftClient.addBlockEntityNbt(MinecraftClient.java)
at net.minecraft.client.MinecraftClient.addBlockEntityNbt(MinecraftClient.java)
at net.minecraft.client.MinecraftClient.addBlockEntityNbt(MinecraftClient.java)
at net.minecraft.client.MinecraftClient.addBlockEntityNbt(MinecraftClient.java)
......
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- 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.2, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 1068117824 bytes (1018 MiB) / 2273312768 bytes (2168 MiB) up to 4278190080 bytes (4080 MiB)
CPUs: 12
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 5 1600 Six-Core Processor
Identifier: AuthenticAMD Family 23 Model 1 Stepping 1
Microarchitecture: unknown
Frequency (GHz): 3,19
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: Radeon RX 570 Series
Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
Graphics card #0 VRAM (MB): 4095,00
Graphics card #0 deviceId: 0x67df
Graphics card #0 versionInfo: DriverVersion=31.0.12027.9001
Memory slot #0 capacity (MB): 16384,00
Memory slot #0 clockSpeed (GHz): 2,13
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 16384,00
Memory slot #1 clockSpeed (GHz): 2,13
Memory slot #1 type: DDR4
Virtual memory max (MB): 24252,77
Virtual memory used (MB): 21056,70
Swap memory total (MB): 7936,00
Swap memory used (MB): 426,05
JVM Flags: 0 total;
Fabric Mods:
fabric 0.53.0+1.18.2
fabric-api-base 0.4.4+d7c144a860
fabric-api-lookup-api-v1 1.6.0+2373a54560
fabric-biome-api-v1 8.0.4+7b0f312660
fabric-blockrenderlayer-v1 1.1.12+3ac43d9560
fabric-command-api-v1 1.1.9+d7c144a860
fabric-commands-v0 0.2.8+b4f4f6cd60
fabric-containers-v0 0.1.21+d7c144a860
fabric-content-registries-v0 3.0.4+d82b939260
fabric-convention-tags-v1 1.0.1+474e4f7960
fabric-crash-report-info-v1 0.2.0+a6b0947860
fabric-data-generation-api-v1 2.0.9+e19de87d60
fabric-dimensions-v1 2.1.17+2540745460
fabric-entity-events-v1 1.4.8+d7c144a860
fabric-events-interaction-v0 0.4.19+d7c144a860
fabric-events-lifecycle-v0 0.2.15+d7c144a860
fabric-game-rule-api-v1 1.0.13+d7c144a860
fabric-gametest-api-v1 1.0.17+91b7aa6660
fabric-item-api-v1 1.5.0+85719ab760
fabric-item-groups-v0 0.3.12+91896a4960
fabric-key-binding-api-v1 1.0.12+54e5b2ec60
fabric-keybindings-v0 0.2.10+b4f4f6cd60
fabric-lifecycle-events-v1 2.0.3+2d83e92c60
fabric-loot-tables-v1 1.0.11+d7c144a860
fabric-mining-level-api-v1 2.1.1+81ea5b3c60
fabric-models-v0 0.3.6+d7c144a860
fabric-networking-api-v1 1.0.21+d882b91560
fabric-networking-v0 0.3.8+b4f4f6cd60
fabric-object-builder-api-v1 2.1.1+032c981d60
fabric-particles-v1 0.2.12+526dc1ac60
fabric-registry-sync-v0 0.9.8+0d9ab37260
fabric-renderer-api-v1 0.4.13+d882b91560
fabric-renderer-indigo 0.5.0+7faf0d8860
fabric-renderer-registries-v1 3.2.11+b4f4f6cd60
fabric-rendering-data-attachment-v1 0.3.7+d7c144a860
fabric-rendering-fluids-v1 2.0.2+54e5b2ec60
fabric-rendering-v0 1.1.13+b4f4f6cd60
fabric-rendering-v1 1.10.7+54e5b2ec60
fabric-resource-conditions-api-v1 2.0.3+91b7aa6660
fabric-resource-loader-v0 0.5.0+2afceb2960
fabric-screen-api-v1 1.0.10+d882b91560
fabric-screen-handler-api-v1 1.2.0+1f6558e860
fabric-textures-v0 1.0.12+3ac43d9560
fabric-transfer-api-v1 1.6.1+f4563ac860
fabric-transitive-access-wideners-v1 1.0.0+bd8a4a1860
fabricloader 0.14.6
java 17
minecraft 1.18.2
redstonetools 1.18.2-1.1.4
worldedit 7.2.10+1088-1742f98
Server Running: true
Player Count: 1 / 8; [ServerPlayerEntity['Player721'/198, l='ServerLevel[New World]', x=48.24, y=67.00, z=-18.18]]
Data Packs: vanilla, Fabric Mods
World Generation: Stable
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
@Matthias1590 could you please assign me to fixing this bug? I already did it so I would love to contribute to this awesome mod ๐
(It will take me some time to upload though as im really new to github)