Skip to content

Instantly share code, notes, and snippets.

@MistGo
Created August 28, 2023 15:21
Show Gist options
  • Save MistGo/67cf600db959b843232aaafdc4cafb3a to your computer and use it in GitHub Desktop.
Save MistGo/67cf600db959b843232aaafdc4cafb3a to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 2023-08-28 15:10:28
Description: Ticking block entity
java.lang.IllegalArgumentException: Transfer variant may not be blank.
at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlank(StoragePreconditions.java:39)
at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlankNotNegative(StoragePreconditions.java:58)
at net.fabricmc.fabric.api.transfer.v1.item.base.SingleStackStorage.extract(SingleStackStorage.java:136)
at net.fabricmc.fabric.api.transfer.v1.item.base.SingleStackStorage.extract(SingleStackStorage.java:42)
at io.github.fabricators_of_create.porting_lib.transfer.TransferUtil.clearStorage(TransferUtil.java:343)
at com.simibubi.create.content.contraptions.MountedStorageManager.clear(MountedStorageManager.java:189)
at com.simibubi.create.content.contraptions.Contraption.addBlocksToWorld(Contraption.java:1132)
at com.simibubi.create.content.contraptions.AbstractContraptionEntity.disassemble(AbstractContraptionEntity.java:667)
at com.simibubi.create.content.contraptions.OrientedContraptionEntity.method_5848(OrientedContraptionEntity.java:156)
at net.minecraft.class_1297.method_5772(class_1297.java:2138)
at com.simibubi.create.content.contraptions.mounted.CartAssemblerBlockEntity.disassembleCart(CartAssemblerBlockEntity.java:223)
at com.simibubi.create.content.contraptions.mounted.CartAssemblerBlockEntity.disassemble(CartAssemblerBlockEntity.java:193)
at com.simibubi.create.content.contraptions.mounted.CartAssemblerBlockEntity.tryAssemble(CartAssemblerBlockEntity.java:86)
at com.simibubi.create.content.contraptions.mounted.CartAssemblerBlockEntity.tick(CartAssemblerBlockEntity.java:65)
at com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
at net.minecraft.class_1937.method_18471(class_1937.java:470)
at net.minecraft.class_3218.method_18765(class_3218.java:390)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
at net.minecraft.class_3176.method_3813(class_3176.java:283)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
at java.base/java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlank(StoragePreconditions.java:39)
at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlankNotNegative(StoragePreconditions.java:58)
at net.fabricmc.fabric.api.transfer.v1.item.base.SingleStackStorage.extract(SingleStackStorage.java:136)
at net.fabricmc.fabric.api.transfer.v1.item.base.SingleStackStorage.extract(SingleStackStorage.java:42)
at io.github.fabricators_of_create.porting_lib.transfer.TransferUtil.clearStorage(TransferUtil.java:343)
at com.simibubi.create.content.contraptions.MountedStorageManager.clear(MountedStorageManager.java:189)
at com.simibubi.create.content.contraptions.Contraption.addBlocksToWorld(Contraption.java:1132)
at com.simibubi.create.content.contraptions.AbstractContraptionEntity.disassemble(AbstractContraptionEntity.java:667)
at com.simibubi.create.content.contraptions.OrientedContraptionEntity.method_5848(OrientedContraptionEntity.java:156)
at net.minecraft.class_1297.method_5772(class_1297.java:2138)
at com.simibubi.create.content.contraptions.mounted.CartAssemblerBlockEntity.disassembleCart(CartAssemblerBlockEntity.java:223)
at com.simibubi.create.content.contraptions.mounted.CartAssemblerBlockEntity.disassemble(CartAssemblerBlockEntity.java:193)
at com.simibubi.create.content.contraptions.mounted.CartAssemblerBlockEntity.tryAssemble(CartAssemblerBlockEntity.java:86)
at com.simibubi.create.content.contraptions.mounted.CartAssemblerBlockEntity.tick(CartAssemblerBlockEntity.java:65)
at com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
at net.minecraft.class_1937.method_18471(class_1937.java:470)
at net.minecraft.class_3218.method_18765(class_3218.java:390)
-- Block entity being ticked --
Details:
Name: create:cart_assembler // com.simibubi.create.content.contraptions.mounted.CartAssemblerBlockEntity
Block: Block{create:cart_assembler}[backwards=false,powered=false,rail_type=regular,shape=north_south,waterlogged=false]
Block location: World: (-1999,30,3384), Section: (at 1,14,8 in -125,1,211; chunk contains blocks -2000,-64,3376 to -1985,319,3391), Region: (-4,6; contains chunks -128,192 to -97,223, blocks -2048,-64,3072 to -1537,319,3583)
Block: Block{create:cart_assembler}[backwards=false,powered=false,rail_type=regular,shape=north_south,waterlogged=false]
Block location: World: (-1999,30,3384), Section: (at 1,14,8 in -125,1,211; chunk contains blocks -2000,-64,3376 to -1985,319,3391), Region: (-4,6; contains chunks -128,192 to -97,223, blocks -2048,-64,3072 to -1537,319,3583)
Stacktrace:
at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
at net.minecraft.class_1937.method_18471(class_1937.java:470)
at net.minecraft.class_3218.method_18765(class_3218.java:390)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
at net.minecraft.class_3176.method_3813(class_3176.java:283)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
at java.base/java.lang.Thread.run(Unknown Source)
-- Affected level --
Details:
All players: 1 total; [class_3222['MistGo'/27901, l='ServerLevel[world]', x=-1997.10, y=30.00, z=3386.31]]
Chunk stats: 4610
Level dimension: minecraft:overworld
Level spawn location: World: (-96,64,48), Section: (at 0,0,0 in -6,4,3; chunk contains blocks -96,-64,48 to -81,319,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
Level time: 8111408 game time, 8915170 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 13603 (now: false), thunder time: 113091 (now: false)
Known server brands: fabric
Removed feature flags:
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
at net.minecraft.class_3176.method_3813(class_3176.java:283)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
at java.base/java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Linux (amd64) version 5.15.0-79-generic
Java Version: 17.0.8, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 6340837376 bytes (6047 MiB) / 8589934592 bytes (8192 MiB) up to 8589934592 bytes (8192 MiB)
CPUs: 2
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
Identifier: Intel64 Family 6 Model 23 Stepping 10
Microarchitecture: Penryn (Client) / Penryn (Server)
Frequency (GHz): 3.00
Number of physical packages: 1
Number of physical CPUs: 2
Number of logical CPUs: 2
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): 8064.64
Virtual memory used (MB): 9726.25
Swap memory total (MB): 4096.00
Swap memory used (MB): 1860.88
JVM Flags: 2 total; -Xmx8G -Xms8G
Fabric Mods:
create: Create 0.5.1-d-build.1161+mc1.20.1
com_electronwill_night-config_core: core 3.6.3
com_electronwill_night-config_toml: toml 3.6.3
com_google_code_findbugs_jsr305: jsr305 3.0.2
forgeconfigapiport: Forge Config API Port 8.0.0
milk: Milk Lib 1.2.60
dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
porting_lib_accessors: Porting Lib Accessors 2.1.1127+1.20
porting_lib_base: Porting Lib Base 2.1.1127+1.20
porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1127+1.20
porting_lib_utility: Porting Lib Utility 2.1.1127+1.20
porting_lib_brewing: Porting Lib Brewing 2.1.1127+1.20
porting_lib_client_events: Porting Lib Client Events 2.1.1127+1.20
porting_lib_entity: Porting Lib Entity 2.1.1127+1.20
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.1.1127+1.20
porting_lib_extensions: Porting Lib Extensions 2.1.1127+1.20
porting_lib_attributes: Porting Lib Attributes 2.1.1127+1.20
porting_lib_common: Porting Lib Common 2.1.1127+1.20
porting_lib_core: Porting Lib Core 2.1.1127+1.20
porting_lib_gametest: Porting Lib GameTest 2.1.1127+1.20
porting_lib_fake_players: Porting Lib Fake Players 2.1.1127+1.20
porting_lib_models: Porting Lib Models 2.1.1127+1.20
porting_lib_model_loader: Porting Lib Model Loader 2.1.1127+1.20
porting_lib_networking: Porting Lib Networking 2.1.1127+1.20
porting_lib_obj_loader: Porting Lib Obj Loader 2.1.1127+1.20
porting_lib_tags: Porting Lib Tags 3.0
porting_lib_tool_actions: Porting Lib Tool Actions 2.1.1127+1.20
porting_lib_transfer: Porting Lib Transfer 2.1.1127+1.20
reach-entity-attributes: Reach Entity Attributes 2.4.0
registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
porting_lib_data: Porting Lib Data 2.1.1090+1.20
porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
fabric-api: Fabric API 0.87.0+1.20.1
fabric-api-base: Fabric API Base 0.4.30+7abfd51577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.35+4d8536c977
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.10+b3afc78b77
fabric-block-api-v1: Fabric Block API (v1) 1.0.9+e022e5d177
fabric-command-api-v1: Fabric Command API (v1) 1.2.33+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.12+b3afc78b77
fabric-commands-v0: Fabric Commands (v0) 0.2.50+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.63+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.9+b3afc78b77
fabric-convention-tags-v1: Fabric Convention Tags 1.5.4+a1a980da77
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.2.2+1e61dba177
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.53+8536527b77
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.22+b3afc78b77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1+e91849a877
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.62+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.38+b04edc7a77
fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.10+23d9108177
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.21+b3afc78b77
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.39+b3afc78b77
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.43+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.7+3265161977
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.49+b3afc78b77
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.10+eeb8eb3677
fabric-networking-v0: Fabric Networking (v0) 0.3.50+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.1+6beca84877
fabric-particles-v1: Fabric Particles (v1) 1.1.1+201a23a077
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.20+b3afc78b77
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.2+4df89eb277
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.34+b3afc78b77
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.27+b3afc78b77
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.5+ea08f9d877
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.9+132c48c177
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.29+b3afc78b77
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.0+cdf060b277
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77
fabricloader: Fabric Loader 0.14.22
java: OpenJDK 64-Bit Server VM 17
jei: Just Enough Items 15.2.0.27
lithium: Lithium 0.11.2
memoryleakfix: Memory Leak Fix 1.1.1
com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.8
minecraft: Minecraft 1.20.1
noelytra_mr: No Elytra 1-v1
player_events_api: Player Events API 2.4.5
railways: Create: Steam 'n' Rails 1.5.0+fabric-mc1.20.1-build.547
mm: Manningham Mills 2.3
spark: spark 1.10.49
tabtps-fabric: TabTPS 1.3.18
adventure-platform-fabric: adventure-platform-fabric 5.10.0-SNAPSHOT
net_kyori_adventure-api: adventure-api 4.14.0
net_kyori_adventure-key: adventure-key 4.14.0
net_kyori_adventure-platform-api: adventure-platform-api 4.3.0
net_kyori_adventure-text-logger-slf4j: adventure-text-logger-slf4j 4.14.0
net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.14.0
net_kyori_adventure-text-serializer-ansi: adventure-text-serializer-ansi 4.14.0
net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.14.0
net_kyori_adventure-text-serializer-json: adventure-text-serializer-json 4.14.0
net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.14.0
net_kyori_ansi: ansi 1.0.1
net_kyori_examination-api: examination-api 1.3.0
net_kyori_examination-string: examination-string 1.3.0
cloud: Cloud 1.8.3
cloud_commandframework_cloud-brigadier_: cloud-brigadier 1.8.3
cloud_commandframework_cloud-core_: cloud-core 1.8.3
cloud_commandframework_cloud-services_: cloud-services 1.8.3
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
io_leangen_geantyref_geantyref: geantyref 1.3.13
cloud_commandframework_cloud-minecraft-extras: cloud-minecraft-extras 1.8.3
com_typesafe_config: config 1.4.2
net_kyori_adventure-serializer-configurate4: adventure-serializer-configurate4 4.14.0
net_kyori_adventure-text-feature-pagination: adventure-text-feature-pagination 4.0.0-SNAPSHOT
net_kyori_adventure-text-serializer-legacy: adventure-text-serializer-legacy 4.14.0
org_spongepowered_configurate-core: configurate-core 4.1.2
org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
tsasatus: Server Status 1.0.0
me_lucko_spark-api: spark-api 0.1-SNAPSHOT
org_apache_httpcomponents_client5_httpclient5: httpclient5 5.2.1
org_apache_httpcomponents_client5_httpclient5-fluent: httpclient5-fluent 5.2.1
org_apache_httpcomponents_core5_httpcore5: httpcore5 5.2.2
org_apache_httpcomponents_core5_httpcore5-h2: httpcore5-h2 5.2.2
Server Running: true
Player Count: 1 / 20; [class_3222['MistGo'/27901, l='ServerLevel[world]', x=-1997.10, y=30.00, z=3386.31]]
Data Packs: vanilla, fabric
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment