HomeJavaModsNeoLoading-Vulkan-Fix
NeoLoading-Vulkan-Fix
ModsJava

NeoLoading-Vulkan-Fix

Fixes Vulkan incompatibility with NeoForge in Minecraft 26.2+ by skipping the early loading screen. Client-side only.

⬇ Download on Modrinth

NeoLoading-Vulkan-Fix is a lightweight client-side mod that fixes crashes and freezes caused by NeoForge's Early Loading Screen when Minecraft is running with the Vulkan graphics backend.

The Problem

When you switch Minecraft to use the Vulkan rendering backend (via GpuBackend), NeoForge's Early Loading Screen conflicts with Vulkan's window creation flow, causing the game to freeze or crash during startup.

How It Fixes It

This mod uses Mixin injection to address the issue at two key points:

  1. Detects Vulkan — hooks into Window.createGlfwWindow to detect when Vulkan is the active backend
  2. Skips the conflicting loading screen — when Vulkan is detected, skips EarlyLoadingScreenController initialization
  3. Safely cleans up — in ClientModLoader.finish, uses GLFW native APIs to properly destroy the DisplayWindow instead of calling the original close() method

Compatibility

If you're using Vulkan with NeoForge and experiencing startup crashes, this mod should resolve the issue.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more