Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated last month
What is RTSSFix?
RTSSFix is a tiny Fabric mod that prevents Minecraft from crashing when RivaTuner Statistics Server (RTSS) is running alongside the game.
The Problem
RTSS hooks into Minecraft's GPU context and interferes with its OpenGL timer queries. This causes Minecraft to crash with: IllegalStateException: GlTimerQuery is closed
This happens because RTSS closes GpuQuery objects that Minecraft is still trying to read from, causing the game to throw an unhandled exception and crash during frame rendering.
The Fix
RTSSFix injects into TimerQuery.FrameProfile and safely catches the exception. Instead of crashing, the mod skips the frame timing result for that tick and logs a warning. You keep your FPS overlay, Minecraft keeps running.
Features
- No configuration required
- No gameplay impact
- Fully compatible with other Fabric mods
- Extremely lightweight — one mixin, one class
Compatibility
| Software | Status |
|---|---|
| RivaTuner Statistics Server (RTSS) | ✅ Fixed |
| MSI Afterburner (uses RTSS) | ✅ Fixed |
| EVGA Precision X1 (uses RTSS) | ✅ Fixed |
Requirements
- Minecraft 26.1+
- Fabric Loader 0.19.3+
- Java 25+


