Results 10 comments of MotWnb

it updated but it doesn't work

yes,i have a same problem

How about DLAA?

By the way, I can run Minecraft with VulkanMod without issues when Litematica is not installed.

The issue appears to stem from the following line in `VulkanMod`: `GLFW.glfwGetVideoMode(GLFW.glfwGetPrimaryMonitor())` The call to `glfwGetPrimaryMonitor()` is returning `null`, which causes a `NullPointerException` when passed into `glfwGetVideoMode()`. This is likely...

Based on your OS **Fedora 42** and the fact that `GLFW` failed to detect the platform, it's likely you're running under **Wayland**. You can confirm with `echo $XDG_SESSION_TYPE`. If it's...

Script evaluation failed: Python exception: 'utf-8' codec can't decode byte 0xd6 in position 175: invalid continuation byte Traceback (most recent call last): File "src\cython\vapoursynth.pyx", line 2239, in vapoursynth.vpy_evaluateScript File "encodings\utf_8_sig.py",...

try to use an older version ---- Replied Message ---- From ***@***.***> Date 01/24/2025 11:23 To ***@***.***> Cc ***@***.***>***@***.***> Subject Re: [f0e/blur] pipe:: Invalid data found when processing input (Issue...

崩溃的根本原因是 Minecraft 在按下 F3+L 触发性能分析时,尝试调用了 OpenGL 的功能 `GL.getCapabilities()`,但由于 VulkanMod 使用了 Vulkan 渲染后端,当前线程没有有效的 OpenGL 上下文,从而导致 `IllegalStateException` 并崩溃。