---- Minecraft Crash Report ---- // Don't be sad. I'll do better next time, I promise! Time: 2026-08-21 17:30:41 Description: mouseClicked event handler java.lang.IndexOutOfBoundsException at java.base/java.nio.Buffer$1.apply(Buffer.java:756) at java.base/java.nio.Buffer$1.apply(Buffer.java:753) at java.base/jdk.internal.util.Preconditions$4.apply(Preconditions.java:213) at java.base/jdk.internal.util.Preconditions$4.apply(Preconditions.java:210) at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:98) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302) at java.base/java.nio.Buffer.checkIndex(Buffer.java:767) at java.base/java.nio.DirectByteBuffer.get(DirectByteBuffer.java:340) at com.mojang.blaze3d.platform.InputConstants.isKeyDown(InputConstants.java:626) at net.minecraft.client.KeyMapping.setAll(KeyMapping.java:76) at net.minecraft.client.MouseHandler.grabMouse(MouseHandler.java:394) at net.minecraft.client.gui.Gui.setScreen(Gui.java:290) at net.minecraft.client.gui.screens.PauseScreen.lambda$createPauseMenu$0(PauseScreen.java:113) at net.minecraft.client.gui.components.Button.onPress(Button.java:109) at net.minecraft.client.gui.components.AbstractButton.onClick(AbstractButton.java:53) at net.minecraft.client.gui.components.AbstractWidget.mouseClicked(AbstractWidget.java:126) at net.minecraft.client.gui.components.events.ContainerEventHandler.mouseClicked(ContainerEventHandler.java:47) at net.minecraft.client.MouseHandler.onButton(MouseHandler.java:116) at com.mojang.blaze3d.platform.SDLEventHandler.lambda$handleMouseButtonEvent$0(SDLEventHandler.java:112) at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:173) at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:114) at com.mojang.blaze3d.platform.SDLEventHandler.handleMouseButtonEvent(SDLEventHandler.java:112) at com.mojang.blaze3d.platform.SDLEventHandler.pollEvents(SDLEventHandler.java:47) at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:168) at net.minecraft.client.Minecraft.run(Minecraft.java:966) at net.minecraft.client.main.Main.main(Main.java:292) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at java.base/java.nio.Buffer$1.apply(Buffer.java:756) at java.base/java.nio.Buffer$1.apply(Buffer.java:753) at java.base/jdk.internal.util.Preconditions$4.apply(Preconditions.java:213) at java.base/jdk.internal.util.Preconditions$4.apply(Preconditions.java:210) at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:98) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302) at java.base/java.nio.Buffer.checkIndex(Buffer.java:767) at java.base/java.nio.DirectByteBuffer.get(DirectByteBuffer.java:340) at com.mojang.blaze3d.platform.InputConstants.isKeyDown(InputConstants.java:626) at net.minecraft.client.KeyMapping.setAll(KeyMapping.java:76) at net.minecraft.client.MouseHandler.grabMouse(MouseHandler.java:394) at net.minecraft.client.gui.Gui.setScreen(Gui.java:290) at net.minecraft.client.gui.screens.PauseScreen.lambda$createPauseMenu$0(PauseScreen.java:113) at net.minecraft.client.gui.components.Button.onPress(Button.java:109) at net.minecraft.client.gui.components.AbstractButton.onClick(AbstractButton.java:53) at net.minecraft.client.gui.components.AbstractWidget.mouseClicked(AbstractWidget.java:126) at net.minecraft.client.gui.components.events.ContainerEventHandler.mouseClicked(ContainerEventHandler.java:47) at net.minecraft.client.MouseHandler.onButton(MouseHandler.java:116) at com.mojang.blaze3d.platform.SDLEventHandler.lambda$handleMouseButtonEvent$0(SDLEventHandler.java:112) at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:173) at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:114) at com.mojang.blaze3d.platform.SDLEventHandler.handleMouseButtonEvent(SDLEventHandler.java:112) -- Affected screen -- Details: Screen name: net.minecraft.client.gui.screens.PauseScreen Stacktrace: at net.minecraft.client.MouseHandler.onButton(MouseHandler.java:116) at com.mojang.blaze3d.platform.SDLEventHandler.lambda$handleMouseButtonEvent$0(SDLEventHandler.java:112) at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:173) at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:114) at com.mojang.blaze3d.platform.SDLEventHandler.handleMouseButtonEvent(SDLEventHandler.java:112) at com.mojang.blaze3d.platform.SDLEventHandler.pollEvents(SDLEventHandler.java:47) at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:168) at net.minecraft.client.Minecraft.run(Minecraft.java:966) at net.minecraft.client.main.Main.main(Main.java:292) -- Mouse -- Details: Mouse location: Scaled: (274.000000, 69.000000). Absolute: (548.000000, 138.000000) Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2 Button: 1 Stacktrace: at net.minecraft.client.MouseHandler.onButton(MouseHandler.java:116) at com.mojang.blaze3d.platform.SDLEventHandler.lambda$handleMouseButtonEvent$0(SDLEventHandler.java:112) at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:173) at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:114) at com.mojang.blaze3d.platform.SDLEventHandler.handleMouseButtonEvent(SDLEventHandler.java:112) at com.mojang.blaze3d.platform.SDLEventHandler.pollEvents(SDLEventHandler.java:47) at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:168) at net.minecraft.client.Minecraft.run(Minecraft.java:966) at net.minecraft.client.main.Main.main(Main.java:292) -- Uptime -- Details: JVM uptime: 24.624s Wall uptime: 20.652s High-res time: 20.517s Client ticks: 325 ticks / 16.250s Stacktrace: at net.minecraft.client.Minecraft.fillReport(Minecraft.java:2538) at net.minecraft.client.Minecraft.emergencySaveAndCrash(Minecraft.java:1011) at net.minecraft.client.Minecraft.run(Minecraft.java:988) at net.minecraft.client.main.Main.main(Main.java:292) -- Window -- Details: Error section: Post render -- Affected level -- Details: All players: 1 total; LocalPlayer{name=MuzikBike, id=105, pos=(2.9997480265959717E7, 64.0, 2.9999682236675095E7), mode=CREATIVE, permission=owner} Chunk stats: 1521, 87 Level dimension: minecraft:overworld Level time: 3817935 game time, 222000 day time 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) Server brand: vanilla Server type: Integrated singleplayer server Tracked entity count: 142 Client weather: Raining: false, thundering: false -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: vanilla, vanilla -- System Details -- Details: Minecraft Version: 26.3 Snapshot 9 Minecraft Version ID: 26.3-snapshot-9 Operating System: Linux (amd64) version 6.8.0-138-generic Java Version: 25.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 1227409312 bytes (1170 MiB) / 1677721600 bytes (1600 MiB) up to 8589934592 bytes (8192 MiB) Memory (heap): init: 512MiB, used: 414MiB, committed: 1600MiB, max: 8192MiB Memory (non-heap): init: 007MiB, used: 206MiB, committed: 216MiB, max: 000MiB CPUs: 12 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 7600 6-Core Processor Identifier: AuthenticAMD Family 25 Model 97 Stepping 2 Microarchitecture: Zen 3 Frequency (GHz): 5.17 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: Navi 32 [Radeon RX 7700 XT / 7800 XT] Graphics card #0 vendor: Advanced Micro Devices, Inc. [AMD/ATI] (0x1002) Graphics card #0 VRAM (MiB): 16640.00 Graphics card #0 deviceId: 0x747e Graphics card #0 versionInfo: unknown Virtual memory max (MiB): 16378.92 Virtual memory used (MiB): 7863.55 Swap memory total (MiB): 512.00 Swap memory used (MiB): 0.00 Space in storage for jna.tmpdir (MiB): available: 190752.61, total: 445650.97 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 190752.61, total: 445650.97 Space in storage for io.netty.native.workdir (MiB): available: 190752.61, total: 445650.97 Space in storage for java.io.tmpdir (MiB): available: 15825.29, total: 15866.93 Space in storage for workdir (MiB): available: 190752.61, total: 445650.97 Operating System Version: GNU/Linux Ubuntu 24.04.4 LTS (Noble Numbat) build 6.8.0-138-generic Process Elevated: false Process Loads: Uptime: 24s, user: 45s (188.85%), kernel: 2s (6.69%), total: 46s (195.54%) Process Virtual Size (MiB): 15735.90 Process Resident Size (MiB): 1438.00 JVM Flags: 8 total; -Xss1M -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Debug Flags: 1 total; -DMC_DEBUG_ENABLED=true Launched Version: 26.3-snapshot-9 Launcher name: minecraft-launcher Backend library: LWJGL version 3.4.2+13 Window size: 854x480 Surface Info: FIFO, 854 x 480 SDL Platform: Linux Graphics Device: AMD Radeon RX 7800 XT (RADV NAVI32) Graphics Backend: Vulkan Graphics Vendor: AMD Graphics Drivers: 1.4.318 radv Mesa 25.2.8-0ubuntu0.24.04.2 Graphics Device Extensions: VK_EXT_calibrated_timestamps (D), VK_KHR_synchronization2 (D), VK_EXT_multi_draw (D), VK_AMD_buffer_marker (D), VK_EXT_vertex_attribute_divisor (D), VK_KHR_swapchain (D), VK_KHR_surface (I), VK_KHR_push_descriptor (D), VK_KHR_xlib_surface (I), VK_EXT_debug_utils (I), VK_KHR_dynamic_rendering (D) Graphics Device Type: DISCRETE Graphics Device Features: DeviceFeatures[wireframeFillMode=true, shaderDrawParameters=true, multiDrawDirectInterleaved=true, multiDrawDirectSeparate=false, multiDrawIndirect=true, drawIndirect=true, nonZeroFirstInstance=true, persistentMapping=true] Backend failure message: OpenGL is not supported: Could not retrieve OpenGL functions Backend failure reason: opengl_missing Backend failure missing capabilities: GL debug messages: Is Modded: Probably not. Client jar signature and brand is untouched Universe: 400921fb54442d18 Type: Client Transparency: regular Render Distance: 16/16 chunks Narrator config: OFF Narrator status: true Resource Packs: vanilla Sound Cache: 933382 bytes in 3 buffers Current Language: en_us Locale: en_GB System encoding: UTF-8 File encoding: UTF-8 CPU: 12x AMD Ryzen 5 7600 6-Core Processor Server Running: true Player Count: 1 / 8; [ServerPlayer['MuzikBike'/105, l='ServerLevel[icantevensaynotobackup]', x=29997480.27, y=64.00, z=29999682.24]] Active Data Packs: vanilla Available Data Packs: minecart_improvements, redstone_experiments, trade_rebalance, vanilla Enabled Feature Flags: minecraft:vanilla World Generation: Stable World Seed: 106 Suppressed Exceptions: ~~NONE~~ Type: Integrated Server Is Modded: Probably not. Client jar signature and brand is untouched; Server jar signature and brand is untouched Launched Version: 26.3-snapshot-9