Fabric 1.20.2 Crash Report

#uGZBpUx
358 lines
Raw
Analysis
Minecraft version:
1.20.2
Java version:
17.0.8
Fabric loader version:
0.14.24
1---- Minecraft Crash Report ----
2// Who set us up the TNT?
3
4Time: 2023-11-22 22:23:15
5Description: Unexpected error
6
7java.lang.IndexOutOfBoundsException: Index (265) is greater than or equal to list size (100)
8 at it.unimi.dsi.fastutil.ints.IntArrayList.removeInt(IntArrayList.java:359)
9 at net.minecraft.client.gui.hud.ChatHud.handler$djc000$meteor-client$onAddMessage(ChatHud.java:2152)
10 at net.minecraft.class_338.method_1815(class_338.java)
11 at net.minecraft.client.gui.hud.ChatHud.addMessage(ChatHud.java:211)
12 at net.minecraft.client.gui.hud.ChatHud.addMessage(ChatHud.java:206)
13 at net.minecraft.client.gui.hud.ChatHud.meteor$add(ChatHud.java:2106)
14 at meteordevelopment.meteorclient.utils.player.ChatUtils.sendMsg(ChatUtils.java:144)
15 at meteordevelopment.meteorclient.utils.player.ChatUtils.sendMsg(ChatUtils.java:126)
16 at meteordevelopment.meteorclient.utils.player.ChatUtils.sendMsg(ChatUtils.java:121)
17 at meteordevelopment.meteorclient.systems.modules.Module.sendToggledMsg(Module.java:91)
18 at meteordevelopment.meteorclient.systems.modules.Modules.onAction(Modules.java:273)
19 at meteordevelopment.meteorclient.systems.modules.Modules.onKey(Modules.java:259)
20 at meteordevelopment.orbit.listeners.LambdaListener.call(LambdaListener.java:83)
21 at meteordevelopment.orbit.EventBus.post(EventBus.java:61)
22 at net.minecraft.client.Keyboard.handler$dlk000$meteor-client$onKey(Keyboard.java:2118)
23 at net.minecraft.class_309.method_1466(class_309.java)
24 at net.minecraft.client.Keyboard.method_22678(Keyboard.java:486)
25 at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:102)
26 at net.minecraft.client.Keyboard.method_22676(Keyboard.java:486)
27 at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
28 at org.lwjgl.system.JNI.invokeV(Native Method)
29 at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3509)
30 at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237)
31 at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1300)
32 at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:856)
33 at net.minecraft.client.main.Main.main(Main.java:253)
34 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
35 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
36 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
37
38
39A detailed walkthrough of the error, its code path and all known details is as follows:
40---------------------------------------------------------------------------------------
41
42-- Head --
43Thread: Render thread
44Stacktrace:
45 at it.unimi.dsi.fastutil.ints.IntArrayList.removeInt(IntArrayList.java:359)
46 at net.minecraft.client.gui.hud.ChatHud.handler$djc000$meteor-client$onAddMessage(ChatHud.java:2152)
47 at net.minecraft.class_338.method_1815(class_338.java)
48 at net.minecraft.client.gui.hud.ChatHud.addMessage(ChatHud.java:211)
49 at net.minecraft.client.gui.hud.ChatHud.addMessage(ChatHud.java:206)
50 at net.minecraft.client.gui.hud.ChatHud.meteor$add(ChatHud.java:2106)
51 at meteordevelopment.meteorclient.utils.player.ChatUtils.sendMsg(ChatUtils.java:144)
52 at meteordevelopment.meteorclient.utils.player.ChatUtils.sendMsg(ChatUtils.java:126)
53 at meteordevelopment.meteorclient.utils.player.ChatUtils.sendMsg(ChatUtils.java:121)
54 at meteordevelopment.meteorclient.systems.modules.Module.sendToggledMsg(Module.java:91)
55 at meteordevelopment.meteorclient.systems.modules.Modules.onAction(Modules.java:273)
56 at meteordevelopment.meteorclient.systems.modules.Modules.onKey(Modules.java:259)
57 at meteordevelopment.orbit.listeners.LambdaListener.call(LambdaListener.java:83)
58 at meteordevelopment.orbit.EventBus.post(EventBus.java:61)
59 at net.minecraft.client.Keyboard.handler$dlk000$meteor-client$onKey(Keyboard.java:2118)
60 at net.minecraft.class_309.method_1466(class_309.java)
61 at net.minecraft.client.Keyboard.method_22678(Keyboard.java:486)
62 at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:102)
63 at net.minecraft.client.Keyboard.method_22676(Keyboard.java:486)
64 at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
65 at org.lwjgl.system.JNI.invokeV(Native Method)
66 at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3509)
67
68-- Affected level --
69Details:
70 All players: 1 total; [class_746['ImNotStable'/153821, l='ClientLevel', x=-161.30, y=47.00, z=-292.25]]
71 Chunk stats: 1024, 201
72 Level dimension: minecraft:world_resources
73 Level spawn location: World: (5,55,1), Section: (at 5,7,1 in 0,3,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)
74 Level time: 385457 game time, 385457 day time
75 Server brand: Pufferfish
76 Server type: Non-integrated multiplayer server
77Stacktrace:
78 at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:451)
79 at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2481)
80 at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:880)
81 at net.minecraft.client.main.Main.main(Main.java:253)
82 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
83 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
84 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
85
86-- Last reload --
87Details:
88 Reload number: 1
89 Reload reason: initial
90 Finished: Yes
91 Packs: vanilla, fabric, file/Crops.zip, file/Font.zip, file/Dark Mode.zip
92
93-- System Details --
94Details:
95 Minecraft Version: 1.20.2
96 Minecraft Version ID: 1.20.2
97 Operating System: Windows 10 (amd64) version 10.0
98 Java Version: 17.0.8, Microsoft
99 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
100 Memory: 379079784 bytes (361 MiB) / 1308622848 bytes (1248 MiB) up to 8589934592 bytes (8192 MiB)
101 CPUs: 16
102 Processor Vendor: AuthenticAMD
103 Processor Name: AMD Ryzen 7 3700X 8-Core Processor
104 Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
105 Microarchitecture: Zen 2
106 Frequency (GHz): 3.59
107 Number of physical packages: 1
108 Number of physical CPUs: 8
109 Number of logical CPUs: 16
110 Graphics card #0 name: NVIDIA GeForce RTX 2060
111 Graphics card #0 vendor: NVIDIA (0x10de)
112 Graphics card #0 VRAM (MB): 4095.00
113 Graphics card #0 deviceId: 0x1f08
114 Graphics card #0 versionInfo: DriverVersion=31.0.15.4617
115 Memory slot #0 capacity (MB): 8192.00
116 Memory slot #0 clockSpeed (GHz): 3.20
117 Memory slot #0 type: DDR4
118 Memory slot #1 capacity (MB): 8192.00
119 Memory slot #1 clockSpeed (GHz): 3.20
120 Memory slot #1 type: DDR4
121 Virtual memory max (MB): 36511.79
122 Virtual memory used (MB): 31687.26
123 Swap memory total (MB): 20214.74
124 Swap memory used (MB): 2182.70
125 JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xms1G -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
126 Fabric Mods:
127 async-pack-scan: Async Pack Scan 0.2.1
128 autofish: Autofish 0.9.11-SNAPSHOT
129 better-suggestions: Better Suggestions 1.2.1
130 betterbeds: Better Beds 1.3.0
131 boatiview: Boat Item View Fabric 0.0.5
132 c2me: Concurrent Chunk Management Engine 0.2.0+alpha.10.126
133 c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.10.126
134 c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.10.126
135 c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.10.126
136 c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.10.126
137 c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.10.126
138 c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.10.126
139 c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.10.126
140 c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.10.126
141 c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.10.126
142 c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.10.126
143 c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.10.126
144 c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.10.126
145 c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.10.126
146 c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.10.126
147 c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.10.126
148 c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.10.126
149 c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.10.126
150 c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.10.126
151 c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.10.126
152 c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.10.126
153 com_electronwill_night-config_core: core 3.6.5
154 com_electronwill_night-config_toml: toml 3.6.5
155 com_ibm_async_asyncutil: asyncutil 0.1.0
156 net_objecthunter_exp4j: exp4j 0.4.8
157 org_threadly_threadly: threadly 7.0
158 carpet: Carpet Mod 1.4.121+v231011
159 chatpatches: Chat Patches 202.5.7
160 com_github_llamalad7_mixinextras: MixinExtras 0.2.0
161 cloth-config: Cloth Config v12 12.0.109
162 cloth-basic-math: cloth-basic-math 0.6.1
163 completeconfig: CompleteConfig 2.5.0
164 completeconfig-base: completeconfig-base 2.5.0
165 completeconfig-gui-cloth: completeconfig-gui-cloth 2.5.0
166 completeconfig-gui-yacl: completeconfig-gui-yacl 2.5.0
167 continuity: Continuity 3.0.0-beta.4+1.20.2
168 debugify: Debugify 1.20.2+1.0
169 detailab: Detail Armor Bar 2.6.3+1.20.2-fabric
170 dynamic_fps: Dynamic FPS 3.2.1
171 easyvillagertrade: EasyVillagerTrade 1.2-1.20
172 entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1
173 exordium: Exordium 1.2.1-mc1.20.2
174 fabric-api: Fabric API 0.90.0+1.20.2
175 fabric-api-base: Fabric API Base 0.4.33+fce67b32a0
176 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.41+fce67b32a0
177 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+661cc8c6a0
178 fabric-block-api-v1: Fabric Block API (v1) 1.0.12+73761d2ea0
179 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+73761d2ea0
180 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.43+f4b7e424a0
181 fabric-client-tags-api-v1: Fabric Client Tags 1.1.4+86b12645a0
182 fabric-command-api-v1: Fabric Command API (v1) 1.2.36+f71b366fa0
183 fabric-command-api-v2: Fabric Command API (v2) 2.2.15+86b12645a0
184 fabric-commands-v0: Fabric Commands (v0) 0.2.53+df3654b3a0
185 fabric-containers-v0: Fabric Containers (v0) 0.1.73+df3654b3a0
186 fabric-content-registries-v0: Fabric Content Registries (v0) 5.0.4+285022b3a0
187 fabric-convention-tags-v1: Fabric Convention Tags 1.5.7+f4b7e424a0
188 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.20+f4b7e424a0
189 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 13.1.3+e3d2bf3fa0
190 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.56+b1229956a0
191 fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.25+f4b7e424a0
192 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.9+daef22a2a0
193 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.68+df3654b3a0
194 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+f4b7e424a0
195 fabric-item-api-v1: Fabric Item API (v1) 2.1.32+43511215a0
196 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.14+e3d2bf3fa0
197 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.38+f4b7e424a0
198 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.36+df3654b3a0
199 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.26+3bafade3a0
200 fabric-loot-api-v2: Fabric Loot API (v2) 2.1.0+3ba460fba0
201 fabric-message-api-v1: Fabric Message API (v1) 6.0.2+e3d2bf3fa0
202 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.54+f4b7e424a0
203 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.5+f4b7e424a0
204 fabric-models-v0: Fabric Models (v0) 0.4.4+9386d8a7a0
205 fabric-networking-api-v1: Fabric Networking API (v1) 3.0.9+e3d2bf3fa0
206 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 12.1.1+b1b4f7b0a0
207 fabric-particles-v1: Fabric Particles (v1) 1.1.4+f4b7e424a0
208 fabric-recipe-api-v1: Fabric Recipe API (v1) 2.0.6+96509552a0
209 fabric-registry-sync-v0: Fabric Registry Sync (v0) 4.0.4+34a3e0e2a0
210 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+2034447ca0
211 fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.1+2034447ca0
212 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.48+df3654b3a0
213 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.39+73761d2ea0
214 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.30+f4b7e424a0
215 fabric-rendering-v0: Fabric Rendering (v0) 1.1.51+df3654b3a0
216 fabric-rendering-v1: Fabric Rendering (v1) 3.0.10+86b12645a0
217 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.10+e3d2bf3fa0
218 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.11+0ba8e9cea0
219 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.39+86b12645a0
220 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.14+f4b7e424a0
221 fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.8+109a65e5a0
222 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 5.0.3+fce67b32a0
223 fabric-language-kotlin: Fabric Language Kotlin 1.10.10+kotlin.1.9.10
224 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.10
225 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.10
226 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.10
227 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.10
228 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.22.0
229 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.3
230 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.3
231 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
232 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.0
233 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.0
234 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.0
235 fabricloader: Fabric Loader 0.14.24
236 fabricskyboxes: FabricSkyBoxes 0.7.3+mc1.20.2
237 fastchest: FastChest 1.5+1.20.2
238 faster_entity_animations: FastAnim 1.6
239 ferritecore: FerriteCore 6.0.1
240 forcecloseworldloadingscreen: kennytv's epic force close loading screen mod for Fabric 2.2.0
241 fsb-interop: FabricSkyBoxes Interop 1.3.6+mc1.20.2-build.52
242 immediatelyfast: ImmediatelyFast 1.2.7+1.20.2
243 net_lenni0451_reflect: Reflect 1.3.0
244 indium: Indium 1.0.27+mc1.20.1
245 iris: Iris 1.6.10
246 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
247 org_anarres_jcpp: jcpp 1.4.14
248 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
249 java: OpenJDK 64-Bit Server VM 17
250 krypton: Krypton 0.2.4
251 com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT
252 lazydfu: LazyDFU 0.1.3
253 libjf: LibJF 3.13.1
254 libjf-base: LibJF Base 3.13.1
255 libjf-config-commands: LibJF Config Commands 3.13.1
256 libjf-config-core-v2: LibJF Config 3.13.1
257 libjf-config-ui-tiny: LibJF Config UI: Tiny 3.13.1
258 libjf-data-manipulation-v0: LibJF Data Manipulation 3.13.1
259 libjf-data-v0: LibJF Data 3.13.1
260 libjf-mainhttp-v0: LibJF MainHTTP 3.13.1
261 libjf-translate-v1: LibJF Translate 3.13.1
262 libjf-unsafe-v0: LibJF Unsafe 3.13.1
263 libjf-web-v1: LibJF Web 3.13.1
264 lithium: Lithium 0.12.0
265 meteor-client: Meteor Client 0.5.5-1978
266 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.12+b1792f7da0
267 minecraft: Minecraft 1.20.2
268 mixin-conflict-helper: Mixin Conflict Helper 1.2.0
269 modernfix: ModernFix 5.9.3+mc1.20.2
270 modmenu: Mod Menu 8.0.0
271 moreculling: More Culling 1.20.1-0.19.0
272 conditional-mixin: conditional mixin 0.3.2
273 morecullingextra: More Culling Extra 1.1-1.20.1
274 no-resource-pack-warnings: No Resource Pack Warnings 1.3.0
275 noxesium: Noxesium 1.0.5+f253e35
276 com_noxcrew_noxesium_api_: api 1.0.5+f253e35
277 nvidium: Nvidium 0.2.0-beta
278 reeses-sodium-options: Reese's Sodium Options 1.7.0+mc1.20.2-build.97
279 skinlayers: 3d Skin Layers 1.5.6-mc1.20.2
280 sodium: Sodium 0.5.3
281 sodium-extra: Sodium Extra 0.5.3+mc1.20.2-build.114
282 caffeineconfig: CaffeineConfig 1.3.0+1.17
283 crowdin-translate: CrowdinTranslate 1.4+1.19.3
284 starlight: Starlight 1.1.3+fabric.5867eae
285 threadtweak: ThreadTweak 1.20.2-0.1.1
286 uglyscoreboardfix: Ugly Scoreboard Fix 2.10.1
287 viafabric: ViaFabric 0.4.11+49-dev
288 org_yaml_snakeyaml: snakeyaml 2.2
289 viafabric-mc120: ViaFabric for 1.20 0.4.11+49-dev
290 viaversion: ViaVersion 4.9.0-23w42a-SNAPSHOT
291 videotape: Video Tape 1.2.1
292 com_github_krlite_pierced: Pierced v1.2
293 vmp: Very Many Players 0.2.0+beta.7.121
294 waveycapes: WaveyCapes 1.3.2
295 yet_another_config_lib_v3: YetAnotherConfigLib 3.2.1+1.20.2
296 com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
297 com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
298 com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
299 com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
300 com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
301 com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
302 org_quiltmc_parsers_gson: gson 0.2.1
303 org_quiltmc_parsers_json: json 0.2.1
304 zoomify: Zoomify 2.12.0
305 com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.0
306 dev_isxander_settxi_settxi-core: settxi-core 2.10.6
307 dev_isxander_settxi_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.10.6
308 Loaded Shaderpack: ComplementaryReimagined_r5.0.1.zip
309 Profile: Custom (+6 options changed by user)
310 NEC status: No NEC detected
311 JVM uptime in seconds: 853.688
312 Launched Version: fabric-loader-0.14.24-1.20.2
313 Backend library: LWJGL version 3.3.2-snapshot
314 Backend API: NVIDIA GeForce RTX 2060/PCIe/SSE2 GL version 3.2.0 NVIDIA 546.17, NVIDIA Corporation
315 Window size: 3840x2035
316 GL Caps: Using framebuffer using OpenGL 3.2
317 GL debug messages: id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. <texture> is not a valid texture name.' x 5
318 Using VBOs: Yes
319 Is Modded: Definitely; Client brand changed to 'fabric'
320 Type: Client (map_client.txt)
321 Graphics mode: fancy
322 Resource Packs: vanilla, fabric, file/Crops.zip, file/Font.zip, file/Dark Mode.zip
323 Current Language: en_us
324 Locale: en_US
325 CPU: 16x AMD Ryzen 7 3700X 8-Core Processor
326
327-- Meteor Client --
328
329Version: 0.5.5
330Dev Build: 1978
331
332[[ Active Modules ]]
333
334[Player]:
335auto-tool
336speed-mine
337
338[Render]:
339esp
340nametags
341storage-esp
342
343[World]:
344timer
345
346[Misc]:
347anti-packet-kick
348auto-reconnect
349
350#@!@# Game crashed! Crash report saved to: #@!@# C:\Users\********\Documents\Fabric 1.20.2\crash-reports\crash-2023-11-22_22.23.15-client.txt
351 <log4j:Event logger="Meteor Client" timestamp="1700713395599" level="INFO" thread="Thread-7">
352 <log4j:Message><![CDATA[Saving]]></log4j:Message>
353 </log4j:Event>
35422:23:15.601
355monitor
356Process Monitor
357XML_ERROR_PARSING
358
This log will be saved for 90 days from their last view.
Report abuse