1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2024-09-15 14:05:15
|
5 | Description: Ticking block entity
|
6 |
|
7 | java.lang.IllegalArgumentException: Cannot get filter items from non-filter: 0 air
|
8 | at com.simibubi.create.content.logistics.filter.FilterItem.getFilterItems(FilterItem.java:182)
|
9 | at com.simibubi.create.content.logistics.filter.FilterMenu.createGhostInventory(FilterMenu.java:51)
|
10 | at com.simibubi.create.foundation.gui.menu.GhostItemMenu.initAndReadInventory(GhostItemMenu.java:32)
|
11 | at com.simibubi.create.content.logistics.filter.FilterMenu.initAndReadInventory(FilterMenu.java:56)
|
12 | at com.simibubi.create.content.logistics.filter.FilterMenu.initAndReadInventory(FilterMenu.java:13)
|
13 | at com.simibubi.create.foundation.gui.menu.MenuBase.init(MenuBase.java:34)
|
14 | at com.simibubi.create.foundation.gui.menu.MenuBase.<init>(MenuBase.java:27)
|
15 | at com.simibubi.create.foundation.gui.menu.GhostItemMenu.<init>(GhostItemMenu.java:23)
|
16 | at com.simibubi.create.content.logistics.filter.AbstractFilterMenu.<init>(AbstractFilterMenu.java:21)
|
17 | at com.simibubi.create.content.logistics.filter.FilterMenu.<init>(FilterMenu.java:23)
|
18 | at com.simibubi.create.content.logistics.filter.FilterMenu.create(FilterMenu.java:27)
|
19 | at com.simibubi.create.content.logistics.filter.FilterItem.createMenu(FilterItem.java:168)
|
20 | at io.github.fabricators_of_create.porting_lib.util.NetworkHooks.openScreen(NetworkHooks.java:58)
|
21 | at com.simibubi.create.content.logistics.filter.FilterItem.method_7836(FilterItem.java:156)
|
22 | at com.simibubi.create.content.logistics.filter.FilterItem.method_7884(FilterItem.java:67)
|
23 | at net.minecraft.item.ItemStack.useOnBlock(ItemStack.java:272)
|
24 | at com.simibubi.create.content.kinetics.deployer.DeployerHandler.activateInner(DeployerHandler.java:315)
|
25 | at com.simibubi.create.content.kinetics.deployer.DeployerHandler.activate(DeployerHandler.java:134)
|
26 | at com.simibubi.create.content.kinetics.deployer.DeployerBlockEntity.activate(DeployerBlockEntity.java:364)
|
27 | at com.simibubi.create.content.kinetics.deployer.DeployerBlockEntity.tick(DeployerBlockEntity.java:250)
|
28 | at com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
|
29 | at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(class_2818.java:662)
|
30 | at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(class_2818.java:716)
|
31 | at net.minecraft.world.World.tickBlockEntities(World.java:470)
|
32 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:390)
|
33 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
34 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
35 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
36 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
37 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
38 | at java.base/java.lang.Thread.run(Unknown Source)
|
39 |
|
40 |
|
41 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
42 | ---------------------------------------------------------------------------------------
|
43 |
|
44 | -- Head --
|
45 | Thread: Server thread
|
46 | Stacktrace:
|
47 | at com.simibubi.create.content.logistics.filter.FilterItem.getFilterItems(FilterItem.java:182)
|
48 | at com.simibubi.create.content.logistics.filter.FilterMenu.createGhostInventory(FilterMenu.java:51)
|
49 | at com.simibubi.create.foundation.gui.menu.GhostItemMenu.initAndReadInventory(GhostItemMenu.java:32)
|
50 | at com.simibubi.create.content.logistics.filter.FilterMenu.initAndReadInventory(FilterMenu.java:56)
|
51 | at com.simibubi.create.content.logistics.filter.FilterMenu.initAndReadInventory(FilterMenu.java:13)
|
52 | at com.simibubi.create.foundation.gui.menu.MenuBase.init(MenuBase.java:34)
|
53 | at com.simibubi.create.foundation.gui.menu.MenuBase.<init>(MenuBase.java:27)
|
54 | at com.simibubi.create.foundation.gui.menu.GhostItemMenu.<init>(GhostItemMenu.java:23)
|
55 | at com.simibubi.create.content.logistics.filter.AbstractFilterMenu.<init>(AbstractFilterMenu.java:21)
|
56 | at com.simibubi.create.content.logistics.filter.FilterMenu.<init>(FilterMenu.java:23)
|
57 | at com.simibubi.create.content.logistics.filter.FilterMenu.create(FilterMenu.java:27)
|
58 | at com.simibubi.create.content.logistics.filter.FilterItem.createMenu(FilterItem.java:168)
|
59 | at io.github.fabricators_of_create.porting_lib.util.NetworkHooks.openScreen(NetworkHooks.java:58)
|
60 | at com.simibubi.create.content.logistics.filter.FilterItem.method_7836(FilterItem.java:156)
|
61 | at com.simibubi.create.content.logistics.filter.FilterItem.method_7884(FilterItem.java:67)
|
62 | at net.minecraft.item.ItemStack.useOnBlock(ItemStack.java:272)
|
63 | at com.simibubi.create.content.kinetics.deployer.DeployerHandler.activateInner(DeployerHandler.java:315)
|
64 | at com.simibubi.create.content.kinetics.deployer.DeployerHandler.activate(DeployerHandler.java:134)
|
65 | at com.simibubi.create.content.kinetics.deployer.DeployerBlockEntity.activate(DeployerBlockEntity.java:364)
|
66 | at com.simibubi.create.content.kinetics.deployer.DeployerBlockEntity.tick(DeployerBlockEntity.java:250)
|
67 | at com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
|
68 | at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(class_2818.java:662)
|
69 | at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(class_2818.java:716)
|
70 | at net.minecraft.world.World.tickBlockEntities(World.java:470)
|
71 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:390)
|
72 |
|
73 | -- Block entity being ticked --
|
74 | Details:
|
75 | Name: create:deployer // com.simibubi.create.content.kinetics.deployer.DeployerBlockEntity
|
76 | Block: Block{create:deployer}[axis_along_first=false,facing=west]
|
77 | Block location: World: (-4,-60,-2), Section: (at 12,4,14 in -1,-4,-1; chunk contains blocks -16,-64,-16 to -1,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
|
78 | Block: Block{create:deployer}[axis_along_first=false,facing=west]
|
79 | Block location: World: (-4,-60,-2), Section: (at 12,4,14 in -1,-4,-1; chunk contains blocks -16,-64,-16 to -1,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
|
80 | Stacktrace:
|
81 | at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(class_2818.java:662)
|
82 | at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(class_2818.java:716)
|
83 | at net.minecraft.world.World.tickBlockEntities(World.java:470)
|
84 | at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:390)
|
85 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
86 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
87 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
88 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
89 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
90 | at java.base/java.lang.Thread.run(Unknown Source)
|
91 |
|
92 | -- Affected level --
|
93 | Details:
|
94 | All players: 1 total; [class_3222['{MINECRAFT_USERNAME}'/1, l='ServerLevel[New World]', x=-5.31, y=-60.00, z=-4.03]]
|
95 | Chunk stats: 2809
|
96 | Level dimension: minecraft:overworld
|
97 | Level spawn location: World: (0,-60,0), Section: (at 0,4,0 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)
|
98 | Level time: 1166 game time, 1166 day time
|
99 | Level name: New World
|
100 | Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
|
101 | Level weather: Rain time: 53273 (now: false), thunder time: 99706 (now: false)
|
102 | Known server brands: fabric
|
103 | Removed feature flags:
|
104 | Level was modded: true
|
105 | Level storage version: 0x04ABD - Anvil
|
106 | Stacktrace:
|
107 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:897)
|
108 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:824)
|
109 | at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:105)
|
110 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:671)
|
111 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
|
112 | at java.base/java.lang.Thread.run(Unknown Source)
|
113 |
|
114 | -- System Details --
|
115 | Details:
|
116 | Minecraft Version: 1.20.1
|
117 | Minecraft Version ID: 1.20.1
|
118 | Operating System: Windows 10 (amd64) version 10.0
|
119 | Java Version: 17.0.9, Azul Systems, Inc.
|
120 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
|
121 | Memory: 472189232 bytes (450 MiB) / 1623195648 bytes (1548 MiB) up to 8589934592 bytes (8192 MiB)
|
122 | CPUs: 16
|
123 | Processor Vendor: AuthenticAMD
|
124 | Processor Name: AMD Ryzen 7 3700X 8-Core Processor
|
125 | Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
126 | Microarchitecture: Zen 2
|
127 | Frequency (GHz): 3.59
|
128 | Number of physical packages: 1
|
129 | Number of physical CPUs: 8
|
130 | Number of logical CPUs: 16
|
131 | Graphics card #0 name: NVIDIA GeForce RTX 4070 Ti
|
132 | Graphics card #0 vendor: NVIDIA (0x10de)
|
133 | Graphics card #0 VRAM (MB): 4095.00
|
134 | Graphics card #0 deviceId: 0x2782
|
135 | Graphics card #0 versionInfo: DriverVersion=32.0.15.6094
|
136 | Memory slot #0 capacity (MB): 32768.00
|
137 | Memory slot #0 clockSpeed (GHz): 3.60
|
138 | Memory slot #0 type: DDR4
|
139 | Memory slot #1 capacity (MB): 32768.00
|
140 | Memory slot #1 clockSpeed (GHz): 3.60
|
141 | Memory slot #1 type: DDR4
|
142 | Virtual memory max (MB): 69580.03
|
143 | Virtual memory used (MB): 32421.41
|
144 | Swap memory total (MB): 4096.00
|
145 | Swap memory used (MB): 89.51
|
146 | JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192M
|
147 | Fabric Mods:
|
148 | create: Create 0.5.1-f-build.1417+mc1.20.1
|
149 | com_electronwill_night-config_core: core 3.6.6
|
150 | com_electronwill_night-config_toml: toml 3.6.6
|
151 | com_google_code_findbugs_jsr305: jsr305 3.0.2
|
152 | flywheel: Flywheel 0.6.10-2
|
153 | forgeconfigapiport: Forge Config API Port 8.0.0
|
154 | milk: Milk Lib 1.2.60
|
155 | dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
|
156 | porting_lib_accessors: Porting Lib Accessors 2.3.2+1.20.1
|
157 | porting_lib_base: Porting Lib Base 2.3.2+1.20.1
|
158 | porting_lib_attributes: Porting Lib Attributes 2.3.2+1.20.1
|
159 | porting_lib_common: Porting Lib Common 2.3.2+1.20.1
|
160 | porting_lib_config: Porting Lib Config 2.3.2+1.20.1
|
161 | porting_lib_core: Porting Lib Core 2.3.2+1.20.1
|
162 | porting_lib_fluids: Porting Lib Fluids 2.3.2+1.20.1
|
163 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.2+1.20.1
|
164 | porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.2+1.20.1
|
165 | porting_lib_utility: Porting Lib Utility 2.3.2+1.20.1
|
166 | porting_lib_brewing: Porting Lib Brewing 2.3.2+1.20.1
|
167 | porting_lib_client_events: Porting Lib Client Events 2.3.2+1.20.1
|
168 | porting_lib_entity: Porting Lib Entity 2.3.2+1.20.1
|
169 | porting_lib_extensions: Porting Lib Extensions 2.3.2+1.20.1
|
170 | porting_lib_models: Porting Lib Models 2.3.2+1.20.1
|
171 | porting_lib_model_loader: Porting Lib Model Loader 2.3.2+1.20.1
|
172 | porting_lib_networking: Porting Lib Networking 2.3.2+1.20.1
|
173 | porting_lib_obj_loader: Porting Lib Obj Loader 2.3.2+1.20.1
|
174 | porting_lib_tags: Porting Lib Tags 3.0
|
175 | porting_lib_tool_actions: Porting Lib Tool Actions 2.3.2+1.20.1
|
176 | porting_lib_transfer: Porting Lib Transfer 2.3.2+1.20.1
|
177 | reach-entity-attributes: Reach Entity Attributes 2.4.0
|
178 | registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
|
179 | porting_lib_data: Porting Lib Data 2.1.1090+1.20
|
180 | porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
|
181 | porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
|
182 | porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
|
183 | fabric-api: Fabric API 0.92.2+1.20.1
|
184 | fabric-api-base: Fabric API Base 0.4.31+1802ada577
|
185 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
|
186 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
|
187 | fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
|
188 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
|
189 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
|
190 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
|
191 | fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
|
192 | fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
|
193 | fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
|
194 | fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
|
195 | fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
|
196 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
|
197 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
|
198 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
|
199 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
|
200 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
|
201 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
|
202 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
|
203 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
|
204 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
|
205 | fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
|
206 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
|
207 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
|
208 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
|
209 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
|
210 | fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
|
211 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
|
212 | fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
|
213 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
|
214 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
|
215 | fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
|
216 | fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
|
217 | fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
|
218 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
|
219 | fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
|
220 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
|
221 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
|
222 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
|
223 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.2+85287f9f77
|
224 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
|
225 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
|
226 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
|
227 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
|
228 | fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
|
229 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
|
230 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
|
231 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
|
232 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
|
233 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
|
234 | fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
|
235 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
|
236 | fabricloader: Fabric Loader 0.16.5
|
237 | mixinextras: MixinExtras 0.4.1
|
238 | java: OpenJDK 64-Bit Server VM 17
|
239 | minecraft: Minecraft 1.20.1
|
240 | Flywheel Backend: GL33 Instanced Arrays
|
241 | Server Running: true
|
242 | Player Count: 1 / 8; [class_3222['{MINECRAFT_USERNAME}'/1, l='ServerLevel[New World]', x=-5.31, y=-60.00, z=-4.03]]
|
243 | Data Packs: vanilla, fabric
|
244 | Enabled Feature Flags: minecraft:vanilla
|
245 | World Generation: Stable
|
246 | Type: Integrated Server (map_client.txt)
|
247 | Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
|
248 | Launched Version: 1.20.1
|
249 |
|