Skip to content

Disabling Bug Checks

JellySquid edited this page Oct 10, 2024 · 2 revisions

About these options

These launch arguments can be used to disable various bug checks that Sodium performs when the game is started. For example, this can be used to bypass checks related to driver compatibility that would otherwise stop the game from launching.

Warning

We make a good effort to ensure these bug checks are reliable and correct. You should always try to resolve the problem a bug check is describing before attempting to disable the check outright. No help or support will be provided to any users who choose to make use of these options. You are on your own!

Listing of all available options

-Dsodium.checks.issue899=false - Disables the check for specific broken Intel Gen7 graphics drivers (#899)

-Dsodium.checks.issue1486=false - Disables the check for a range of broken NVIDIA graphics drivers which forcefully enable unstable optimizations (#1486)

-Dsodium.checks.issue2048=false - Disables the check for old incompatible versions of RivaTuner Statistics Server, which cause extreme performance loss and excessive hard drive activity (#2048)

-Dsodium.checks.issue2561=false - Disables the check for incompatible versions of LWJGL libraries, which causes difficult to diagnose crashes at startup (#2561)

-Dsodium.checks.issue2637=false - Disables the check to see if ASUS GPU Tweak III is running, since the overlay is incompatible and causes crashes and other extreme issues in Minecraft (#2637)