VulkanMod
VulkanMod copied to clipboard
Pressing F3+L will crash the game
Describe the bug
Pressing F3+L (Start/Stop profiling) will crash the game.
Steps to reproduce
- Add VulkanMod and start Minecraft.
- Enter a world, press F3+L, and the game will crash.
Log files
Crash Report: crash-2025-04-20_16.38.29-client.txt
Log: latest.log
It happened to me too!
崩溃的根本原因是 Minecraft 在按下 F3+L 触发性能分析时,尝试调用了 OpenGL 的功能 GL.getCapabilities(),但由于 VulkanMod 使用了 Vulkan 渲染后端,当前线程没有有效的 OpenGL 上下文,从而导致 IllegalStateException 并崩溃。