▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/RTSSFix
RTSSFix

RTSSFix

Fixes the crashes/hangs on minecraft while using RTSS

Оцените первым
42
0

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

SoftwareStatus
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+

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.1.x

Платформы

Поддерживаемые окружения

Клиент

Ссылки


Создатели

Детали

Лицензия:
Опубликован:2 месяца назад
Обновлён:2 месяца назад
Главная