Fabric 1.21.1 Crash Report

#pH8mkET
279 lines
Raw
Analysis
Minecraft version:
1.21.1
Java version:
21.0.3
Fabric loader version:
0.16.5
The entity 'Glow Squid' at the location -1.32, -31.37, -7 is causing issues while ticking.
Line #5
Solutions
Remove the entity 'Glow Squid' at the location -1.32, -31.37, -7.
1---- Minecraft Crash Report ----
2// Daisy, daisy...
3
4Time: 2024-09-25 07:41:40
5Description: Ticking entity
6
7java.lang.NullPointerException: Cannot invoke "net.minecraft.class_638.method_8316(net.minecraft.class_2338)" because "net.minecraft.class_310.method_1551().field_1687" is null
8 at com.goby56.wakes.simulation.WakeNode.validPos(WakeNode.java:199)
9 at com.goby56.wakes.simulation.WakeHandler.insert(WakeHandler.java:76)
10 at com.goby56.wakes.utils.WakesUtils.placeWakeTrail(WakesUtils.java:95)
11 at net.minecraft.entity.Entity.spawnEffects(Entity.java:11055)
12 at net.minecraft.entity.Entity.handler$dmd005$wakes$tick(Entity.java:11026)
13 at net.minecraft.entity.Entity.tick(Entity.java:488)
14 at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2468)
15 at net.minecraft.entity.mob.MobEntity.tick(MobEntity.java:372)
16 at net.minecraft.class_3218.mixinextras$bridge$method_5773$205(class_3218.java)
17 at net.minecraft.server.world.ServerWorld.wrapOperation$dcm000$puzzleslib$tickNonPassenger(ServerWorld.java:8797)
18 at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:770)
19 at net.minecraft.world.World.tickEntity(World.java:498)
20 at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:408)
21 at net.minecraft.world.EntityList.forEach(EntityList.java:54)
22 at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:372)
23 at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:1021)
24 at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:912)
25 at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:114)
26 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:697)
27 at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
28 at java.base/java.lang.Thread.run(Unknown Source)
29
30
31A detailed walkthrough of the error, its code path and all known details is as follows:
32---------------------------------------------------------------------------------------
33
34-- Head --
35Thread: Server thread
36Stacktrace:
37 at com.goby56.wakes.simulation.WakeNode.validPos(WakeNode.java:199)
38 at com.goby56.wakes.simulation.WakeHandler.insert(WakeHandler.java:76)
39 at com.goby56.wakes.utils.WakesUtils.placeWakeTrail(WakesUtils.java:95)
40 at net.minecraft.entity.Entity.spawnEffects(Entity.java:11055)
41 at net.minecraft.entity.Entity.handler$dmd005$wakes$tick(Entity.java:11026)
42 at net.minecraft.entity.Entity.tick(Entity.java:488)
43 at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2468)
44 at net.minecraft.entity.mob.MobEntity.tick(MobEntity.java:372)
45 at net.minecraft.class_3218.mixinextras$bridge$method_5773$205(class_3218.java)
46 at net.minecraft.server.world.ServerWorld.wrapOperation$dcm000$puzzleslib$tickNonPassenger(ServerWorld.java:8797)
47 at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld.java:770)
48 at net.minecraft.world.World.tickEntity(World.java:498)
49 at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:408)
50 at net.minecraft.world.EntityList.forEach(EntityList.java:54)
51
52-- Entity being ticked --
53Details:
54 Entity Type: minecraft:glow_squid (net.minecraft.class_5776)
55 Entity ID: 15466
56 Entity Name: Glow Squid
57 Entity's Exact location: -1.32, -31.37, -7.00
58 Entity's Block location: World: (-2,-32,-8), Section: (at 14,0,8 in -1,-2,-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)
59 Entity's Momentum: -0.00, 0.00, 0.00
60 Entity's Passengers: []
61 Entity's Vehicle: null
62Stacktrace:
63 at net.minecraft.world.World.tickEntity(World.java:498)
64 at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld.java:408)
65 at net.minecraft.world.EntityList.forEach(EntityList.java:54)
66 at net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:372)
67 at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:1021)
68 at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:912)
69 at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:114)
70 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:697)
71 at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
72 at java.base/java.lang.Thread.run(Unknown Source)
73
74-- Affected level --
75Details:
76 All players: 0 total; []
77 Chunk stats: 841
78 Level dimension: minecraft:overworld
79 Level spawn location: World: (0,68,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)
80 Level time: 25643 game time, 52841 day time
81 Level name: New World
82 Level game mode: Game mode: creative (ID 1). Hardcore: false. Commands: true
83 Level weather: Rain time: 39323 (now: false), thunder time: 131484 (now: false)
84 Known server brands: vanilla, fabric
85 Removed feature flags:
86 Level was modded: true
87 Level storage version: 0x04ABD - Anvil
88 Loaded entity count: 94
89Stacktrace:
90 at net.minecraft.server.world.ServerWorld.addDetailsToCrashReport(ServerWorld.java:1693)
91 at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:1024)
92 at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:912)
93 at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:114)
94 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:697)
95 at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
96 at java.base/java.lang.Thread.run(Unknown Source)
97
98-- System Details --
99Details:
100 Minecraft Version: 1.21.1
101 Minecraft Version ID: 1.21.1
102 Operating System: Windows 11 (amd64) version 10.0
103 Java Version: 21.0.3, Azul Systems, Inc.
104 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
105 Memory: 915922448 bytes (873 MiB) / 3363831808 bytes (3208 MiB) up to 17045651456 bytes (16256 MiB)
106 CPUs: 16
107 Processor Vendor: GenuineIntel
108 Processor Name: 11th Gen Intel(R) Core(TM) i7-11700KF @ 3.60GHz
109 Identifier: Intel64 Family 6 Model 167 Stepping 1
110 Microarchitecture: Rocket Lake
111 Frequency (GHz): 3.60
112 Number of physical packages: 1
113 Number of physical CPUs: 8
114 Number of logical CPUs: 16
115 Graphics card #0 name: NVIDIA GeForce RTX 2080 Ti
116 Graphics card #0 vendor: NVIDIA
117 Graphics card #0 VRAM (MiB): 11264.00
118 Graphics card #0 deviceId: VideoController1
119 Graphics card #0 versionInfo: 32.0.15.6109
120 Memory slot #0 capacity (MiB): 16384.00
121 Memory slot #0 clockSpeed (GHz): 3.60
122 Memory slot #0 type: DDR4
123 Memory slot #1 capacity (MiB): 16384.00
124 Memory slot #1 clockSpeed (GHz): 3.60
125 Memory slot #1 type: DDR4
126 Virtual memory max (MiB): 34694.87
127 Virtual memory used (MiB): 17005.77
128 Swap memory total (MiB): 2048.00
129 Swap memory used (MiB): 35.13
130 Space in storage for jna.tmpdir (MiB): available: 161326.86, total: 476039.00
131 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 161326.86, total: 476039.00
132 Space in storage for io.netty.native.workdir (MiB): available: 161326.86, total: 476039.00
133 Space in storage for java.io.tmpdir (MiB): available: 161326.86, total: 476039.00
134 Space in storage for workdir (MiB): available: 161326.86, total: 476039.00
135 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16256M -XX:+DisableExplicitGC -XX:+UseCompressedOops
136 Fabric Mods:
137 axolotlbuckets: Axolotl Buckets 1.2.0
138 carpetvariants: Carpet Variants 1.21.1-1.0.2
139 clean-debug: Clean F3 0.4.7
140 cloth-config: Cloth Config v15 15.0.140
141 cloth-basic-math: cloth-basic-math 0.6.1
142 collective: Collective 7.84
143 dynamic_asset_generator: Dynamic Asset Generator 6.1.2
144 dynamiclights: Dynamic Lights 1.8.3+mod
145 dynamicsoundfilters: Dynamic Sound Filters 1.4.0+1.21.1
146 easyanvils: Easy Anvils 21.1.0
147 easymagic: Easy Magic 21.1.0
148 enhancedblockentities: Enhanced Block Entities 0.10.2+1.21
149 entityculling: EntityCulling 1.7.0
150 evs: Enchanted Vertical Slabs 2.3
151 excavated_variants: Excavated Variants 4.3.1
152 defaultresources: Default Resources 3.6.0
153 fabric-api: Fabric API 0.104.0+1.21.1
154 fabric-api-base: Fabric API Base 0.4.42+6573ed8c19
155 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.68+b559734419
156 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.29+5bd9f1bc19
157 fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a719
158 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8c19
159 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
160 fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
161 fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
162 fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
163 fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
164 fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.16+b559734419
165 fabric-convention-tags-v1: Fabric Convention Tags 2.0.22+7f945d5b19
166 fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.7.0+4053855719
167 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
168 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.28+1daea21519
169 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.19+16c4ae2519
170 fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
171 fabric-entity-events-v1: Fabric Entity Events (v1) 1.7.0+2122d82819
172 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.12+ba9dae0619
173 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
174 fabric-item-api-v1: Fabric Item API (v1) 11.0.0+afdfc92119
175 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.5+3fc0e55219
176 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a719
177 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
178 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.12+6c1df36019
179 fabric-loot-api-v2: Fabric Loot API (v2) 3.0.14+3f89f5a519
180 fabric-loot-api-v3: Fabric Loot API (v3) 1.0.2+3f89f5a519
181 fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8c19
182 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6b19
183 fabric-networking-api-v1: Fabric Networking API (v1) 4.2.2+60c3209b19
184 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.0+40875a9319
185 fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
186 fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.12+6508971219
187 fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.1.2+60c3209b19
188 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49c19
189 fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49c19
190 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b319
191 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2e19
192 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
193 fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b319
194 fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd019
195 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
196 fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.0+5659912919
197 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
198 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.86+b559734419
199 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
200 fabric-transfer-api-v1: Fabric Transfer API (v1) 5.2.0+d38f898f19
201 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.1.0+1daea21519
202 fabricloader: Fabric Loader 0.16.5
203 ferritecore: FerriteCore 7.0.0
204 fog: Fog 1.4.1-1.21.1
205 architectury: Architectury 13.0.6
206 forgeconfigapiport: Forge Config API Port 21.1.0
207 com_electronwill_night-config_core: core 3.8.0
208 com_electronwill_night-config_toml: toml 3.8.0
209 head_in_the_clouds: Head In The Clouds 1.1.0
210 hideexperimentalwarning: Hide Experimental Warning 1.2
211 indium: Indium 1.0.35+mc1.21
212 iris: Iris 1.7.3+mc1.21
213 io_github_douira_glsl-transformer: glsl-transformer 2.0.1
214 org_anarres_jcpp: jcpp 1.4.14
215 org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
216 java: OpenJDK 64-Bit Server VM 21
217 kiwi: Kiwi Library 15.1.1+fabric
218 letitrain: letitrain 2.2.2
219 lithium: Lithium 0.13.1
220 midnightlib: MidnightLib 1.6.3
221 minecraft: Minecraft 1.21.1
222 modernfix: ModernFix 5.19.3+mc1.21.1
223 modmenu: Mod Menu 11.0.2
224 mr_better_babies: Better Babies 0.7.13
225 mr_developer_resources: Data API 1.6.3
226 mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.2d
227 mr_typewriter_daycounter: Typewriter Daycounter 1.0
228 mru: Mineblock's Repeated Utilities 1.0.2+1.21+fabric
229 noisium: Noisium 2.3.0+mc1.21-1.21.1
230 notenoughanimations: NotEnoughAnimations 1.7.6
231 nullscape: Nullscape 1.2.7
232 nvidium: Nvidium 0.3.1
233 owo: oωo 0.12.14+1.21
234 blue_endless_jankson: jankson 1.2.2
235 io_wispforest_endec: endec 0.1.5
236 io_wispforest_endec_gson: gson 0.1.3
237 io_wispforest_endec_jankson: jankson 0.1.3
238 io_wispforest_endec_netty: netty 0.1.2
239 particlerain: Particle Rain 2.1.4
240 particular: Particular 1.1.1+1.21
241 placeholder-api: Placeholder API 2.4.1+1.21
242 puzzleslib: Puzzles Lib 21.1.10
243 shulkerboxtooltip: Shulker Box Tooltip 5.1.1+1.21.1
244 slimyboyos: SlimyBoyos 14.0.2
245 snowrealmagic: Snow! Real Magic! 11.0.7+fabric
246 sodium: Sodium 0.5.11+mc1.21
247 sounds: Sounds 2.1.0+1.21+fabric
248 mixinextras: MixinExtras 0.5.0-beta.2
249 yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.21-fabric
250 com_twelvemonkeys_common_common-image: common-image 3.10.0
251 com_twelvemonkeys_common_common-io: common-io 3.10.0
252 com_twelvemonkeys_common_common-lang: common-lang 3.10.0
253 com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
254 com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
255 com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
256 org_quiltmc_parsers_gson: gson 0.2.1
257 org_quiltmc_parsers_json: json 0.2.1
258 swingthrough: SwingThrough 1.0.5+1.21
259 threadtweak: ThreadTweak 0.1.5+mc1.21.1
260 villagerhats: Villager Hats 1.7.2+1.21
261 visuality: Visuality 0.7.7+1.21
262 visualkeys: VisualKeys 0.0.3
263 visualworkbench: Visual Workbench 21.1.0
264 wakes: Wakes 0.3.0+1.21.1
265 com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
266 satin: Satin 2.0.0
267 Loaded Shaderpack: RenderPearl v2.1.2.zip
268 Profile: HIGH (+0 options changed by user)
269 Server Running: true
270 Player Count: 0 / 8; []
271 Active Data Packs: vanilla, dynamic_asset_generator/dynamic_asset_generator:builtin_data, dynamic_asset_generator/excavated_variants:data, fabric, carpetvariants, collective, dynamiclights, easyanvils (incompatible), easymagic (incompatible), evs, excavated_variants, fabric-convention-tags-v2, fog (incompatible), mr_better_babies, mr_developer_resources, mr_true_ending, mr_typewriter_daycounter, nullscape, slimyboyos (incompatible), snowrealmagic (incompatible), sounds (incompatible), villagerhats (incompatible), visualworkbench (incompatible)
272 Available Data Packs: bundle, carpetvariants, collective, dynamic_asset_generator/dynamic_asset_generator:builtin_data, dynamic_asset_generator/excavated_variants:data, dynamiclights, easyanvils (incompatible), easymagic (incompatible), evs, excavated_variants, fabric, fabric-convention-tags-v2, fog (incompatible), mr_better_babies, mr_developer_resources, mr_true_ending, mr_typewriter_daycounter, nullscape, slimyboyos (incompatible), snowrealmagic (incompatible), sounds (incompatible), trade_rebalance, vanilla, villagerhats (incompatible), visualworkbench (incompatible)
273 Enabled Feature Flags: minecraft:vanilla
274 World Generation: Experimental
275 World Seed: -8203119802552239462
276 Type: Integrated Server (map_client.txt)
277 Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
278 Launched Version: 1.21.1
279
This log will be saved for 90 days from their last view.
Report abuse