Vanilla 1.21.7 Crash Report

#sfZRIh1
204 lines
Raw
Analysis
Minecraft version:
1.21.7
Java version:
21.0.3
1---- Minecraft Crash Report ----
2// Uh... Did I do that?
3
4Time: 2025-08-18 00:32:46
5Description: mouseReleased event handler
6
7java.lang.IllegalArgumentException: Failed to hash minecraft:map_post_processing=>SCALE: Component of type minecraft:map_post_processing is not encodable
8 at net.minecraft.client.multiplayer.ClientPacketListener.lambda$new$1(SourceFile:464)
9 at com.mojang.serialization.DataResult$Error.getOrThrow(DataResult.java:287)
10 at net.minecraft.client.multiplayer.ClientPacketListener.lambda$new$1(SourceFile:464)
11 at net.minecraft.network.HashedPatchMap.create(SourceFile:32)
12 at java.base/java.lang.Iterable.forEach(Iterable.java:75)
13 at net.minecraft.network.HashedPatchMap.create(SourceFile:32)
14 at net.minecraft.network.HashedStack.create(SourceFile:69)
15 at net.minecraft.client.multiplayer.MultiPlayerGameMode.handleInventoryMouseClick(SourceFile:468)
16 at net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.slotClicked(SourceFile:602)
17 at net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.mouseReleased(SourceFile:555)
18 at net.minecraft.client.MouseHandler.onPress(SourceFile:133)
19 at net.minecraft.client.MouseHandler.lambda$setup$4(SourceFile:226)
20 at net.minecraft.util.thread.BlockableEventLoop.execute(SourceFile:110)
21 at net.minecraft.client.MouseHandler.lambda$setup$5(SourceFile:226)
22 at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
23 at org.lwjgl.system.JNI.invokeV(Native Method)
24 at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
25 at com.mojang.blaze3d.systems.RenderSystem.pollEvents(SourceFile:148)
26 at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:170)
27 at com.mojang.blaze3d.platform.Window.updateDisplay(SourceFile:308)
28 at net.minecraft.client.Minecraft.runTick(SourceFile:1380)
29 at net.minecraft.client.Minecraft.run(SourceFile:947)
30 at net.minecraft.client.main.Main.main(SourceFile:265)
31 at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
32 at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
33 at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
34
35
36A detailed walkthrough of the error, its code path and all known details is as follows:
37---------------------------------------------------------------------------------------
38
39-- Head --
40Thread: Render thread
41Stacktrace:
42 at net.minecraft.client.multiplayer.ClientPacketListener.lambda$new$1(SourceFile:464)
43 at com.mojang.serialization.DataResult$Error.getOrThrow(DataResult.java:287)
44 at net.minecraft.client.multiplayer.ClientPacketListener.lambda$new$1(SourceFile:464)
45 at net.minecraft.network.HashedPatchMap.create(SourceFile:32)
46 at java.base/java.lang.Iterable.forEach(Iterable.java:75)
47 at net.minecraft.network.HashedPatchMap.create(SourceFile:32)
48 at net.minecraft.network.HashedStack.create(SourceFile:69)
49 at net.minecraft.client.multiplayer.MultiPlayerGameMode.handleInventoryMouseClick(SourceFile:468)
50 at net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.slotClicked(SourceFile:602)
51 at net.minecraft.client.gui.screens.inventory.AbstractContainerScreen.mouseReleased(SourceFile:555)
52 at net.minecraft.client.MouseHandler.onPress(SourceFile:133)
53 at net.minecraft.client.MouseHandler.lambda$setup$4(SourceFile:226)
54 at net.minecraft.util.thread.BlockableEventLoop.execute(SourceFile:110)
55 at net.minecraft.client.MouseHandler.lambda$setup$5(SourceFile:226)
56 at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
57 at org.lwjgl.system.JNI.invokeV(Native Method)
58 at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
59 at com.mojang.blaze3d.systems.RenderSystem.pollEvents(SourceFile:148)
60 at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:170)
61
62-- Affected screen --
63Details:
64 Screen name: ggl
65Stacktrace:
66 at net.minecraft.client.MouseHandler.onPress(SourceFile:133)
67 at net.minecraft.client.MouseHandler.lambda$setup$4(SourceFile:226)
68 at net.minecraft.util.thread.BlockableEventLoop.execute(SourceFile:110)
69 at net.minecraft.client.MouseHandler.lambda$setup$5(SourceFile:226)
70 at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
71 at org.lwjgl.system.JNI.invokeV(Native Method)
72 at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
73 at com.mojang.blaze3d.systems.RenderSystem.pollEvents(SourceFile:148)
74 at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:170)
75 at com.mojang.blaze3d.platform.Window.updateDisplay(SourceFile:308)
76 at net.minecraft.client.Minecraft.runTick(SourceFile:1380)
77 at net.minecraft.client.Minecraft.run(SourceFile:947)
78 at net.minecraft.client.main.Main.main(SourceFile:265)
79 at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
80 at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
81 at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
82
83-- Mouse --
84Details:
85 Mouse location: Scaled: (129.500000, 125.500000). Absolute: (259.000000, 251.000000)
86 Screen size: ~~ERROR~~ IllegalFormatConversionException: f != java.lang.Integer
87 Button: 0
88Stacktrace:
89 at net.minecraft.client.MouseHandler.onPress(SourceFile:133)
90 at net.minecraft.client.MouseHandler.lambda$setup$4(SourceFile:226)
91 at net.minecraft.util.thread.BlockableEventLoop.execute(SourceFile:110)
92 at net.minecraft.client.MouseHandler.lambda$setup$5(SourceFile:226)
93 at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
94 at org.lwjgl.system.JNI.invokeV(Native Method)
95 at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
96 at com.mojang.blaze3d.systems.RenderSystem.pollEvents(SourceFile:148)
97 at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:170)
98 at com.mojang.blaze3d.platform.Window.updateDisplay(SourceFile:308)
99 at net.minecraft.client.Minecraft.runTick(SourceFile:1380)
100 at net.minecraft.client.Minecraft.run(SourceFile:947)
101 at net.minecraft.client.main.Main.main(SourceFile:265)
102 at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
103 at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
104 at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
105
106-- Uptime --
107Details:
108 JVM uptime: 690.338s
109 Wall uptime: 674.747s
110 High-res time: 674.156s
111 Client ticks: 13390 ticks / 669.500s
112Stacktrace:
113 at net.minecraft.client.Minecraft.fillReport(SourceFile:2411)
114 at net.minecraft.client.Minecraft.emergencySaveAndCrash(SourceFile:1016)
115 at net.minecraft.client.Minecraft.run(SourceFile:968)
116 at net.minecraft.client.main.Main.main(SourceFile:265)
117 at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
118 at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
119 at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
120
121-- Affected level --
122Details:
123 All players: 2 total; gwh{name=Rajoy, id=69, pos=(-8.457491675133088, 133.0, -3.2474768250993225), mode=SURVIVAL, permission=4}, gwi{name=DaveDuart, id=196, pos=(-2.3776401404659486, 129.0, 9.762948781798775), mode=SURVIVAL, permission=0}
124 Chunk stats: 729, 473
125 Level dimension: minecraft:overworld
126 Level spawn location: World: (0,140,0), Section: (at 0,12,0 in 0,8,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)
127 Level time: 2982 game time, 2982 day time
128 Server brand: Purpur
129 Server type: Non-integrated multiplayer server
130 Tracked entity count: 106
131
132-- Last reload --
133Details:
134 Reload number: 1
135 Reload reason: initial
136 Finished: Yes
137 Packs: vanilla
138
139-- System Details --
140Details:
141 Minecraft Version: 1.21.7
142 Minecraft Version ID: 1.21.7
143 Operating System: Windows 10 (amd64) version 10.0
144 Java Version: 21.0.3, Microsoft
145 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
146 Memory: 817623792 bytes (779 MiB) / 2147483648 bytes (2048 MiB) up to 5368709120 bytes (5120 MiB)
147 CPUs: 8
148 Processor Vendor: AuthenticAMD
149 Processor Name: AMD Ryzen 5 PRO 2400G with Radeon Vega Graphics
150 Identifier: AuthenticAMD Family 23 Model 17 Stepping 0
151 Microarchitecture: Zen
152 Frequency (GHz): 3.60
153 Number of physical packages: 1
154 Number of physical CPUs: 4
155 Number of logical CPUs: 8
156 Graphics card #0 name: AMD Radeon(TM) Vega 11 Graphics
157 Graphics card #0 vendor: Advanced Micro Devices, Inc.
158 Graphics card #0 VRAM (MiB): 2048.00
159 Graphics card #0 deviceId: VideoController1
160 Graphics card #0 versionInfo: 31.0.21902.5
161 Graphics card #1 name: NVIDIA GeForce RTX 3060
162 Graphics card #1 vendor: NVIDIA
163 Graphics card #1 VRAM (MiB): 12288.00
164 Graphics card #1 deviceId: VideoController2
165 Graphics card #1 versionInfo: 32.0.15.8088
166 Memory slot #0 capacity (MiB): 8192.00
167 Memory slot #0 clockSpeed (GHz): 2.93
168 Memory slot #0 type: DDR4
169 Memory slot #1 capacity (MiB): 8192.00
170 Memory slot #1 clockSpeed (GHz): 2.93
171 Memory slot #1 type: DDR4
172 Memory slot #2 capacity (MiB): 8192.00
173 Memory slot #2 clockSpeed (GHz): 2.93
174 Memory slot #2 type: DDR4
175 Virtual memory max (MiB): 31948.00
176 Virtual memory used (MiB): 23296.86
177 Swap memory total (MiB): 7424.00
178 Swap memory used (MiB): 78.51
179 Space in storage for jna.tmpdir (MiB): <path not set>
180 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
181 Space in storage for io.netty.native.workdir (MiB): <path not set>
182 Space in storage for java.io.tmpdir (MiB): available: 260260.14, total: 953069.00
183 Space in storage for workdir (MiB): available: 260260.14, total: 953069.00
184 JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx5120m
185 Launched Version: 1.21.7
186 Launcher name: PrismLauncher
187 Backend library: LWJGL version 3.3.3+5
188 Backend API: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 3.2.0 NVIDIA 580.88, NVIDIA Corporation
189 Window size: 798x828
190 GFLW Platform: win32
191 Render Extensions: GL_ARB_buffer_storage, GL_KHR_debug, GL_ARB_vertex_attrib_binding, GL_ARB_direct_state_access
192 GL debug messages:
193 Is Modded: Probably not. Client jar signature and brand is untouched
194 Universe: 400921fb54442d18
195 Type: Client (map_client.txt)
196 Graphics mode: fancy
197 Render Distance: 10/12 chunks
198 Resource Packs: vanilla
199 Current Language: en_us
200 Locale: en_ES
201 System encoding: Cp1252
202 File encoding: UTF-8
203 CPU: 8x AMD Ryzen 5 PRO 2400G with Radeon Vega Graphics
204
This log will be saved for 90 days from their last view.
Report abuse