Перейти к содержимому
Mineforgian

RTSSFix

Fixes the crashes/hangs on minecraft while using RTSS

Загрузки
35
Подписчики
0
Обновлён
17 июня 2026 г.
Лицензия
MIT

Опубликован 17 июня 2026 г.

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+

Ченджлог

1.0.0Релиз26.1.2 · 17 июня 2026 г.

First release

Комментарии

Загружаем…