Sodium

Sodium

35M Downloads

Deprecated openGL function

JacobLChrzanowski opened this issue ยท 2 comments

commented

Bug Description

When starting up Minecraft 1.20.x, log is spammed with hundreds-thousands of errors a second. This makes the game unplayable.
I'm running Windows 10 22H2
Nvidia RTX 3080 w/ driver version 31.0.15.4617 (546.17, the latest available)
Java Version: 21.0.1
Fabric Loader 0.14.24
The errors flood in even if I only have Sodium enabled.

Here's a snippet of the errors I see.

[16:07:11] [Thread-4/INFO]: OpenGL debug message: id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glPushMatrix is deprecated and not available in preview contexts.'
[16:07:11] [Thread-4/INFO]: OpenGL debug message: id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glLoadIdentity is deprecated and not available in preview contexts.'
[16:07:11] [Thread-4/INFO]: OpenGL debug message: id=1280, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_ENUM error generated. Cannot enable <cap> in the current profile.'
[16:07:11] [Thread-4/INFO]: OpenGL debug message: id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glBegin is deprecated and not available in preview contexts.'
[16:07:11] [Thread-4/INFO]: OpenGL debug message: id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glColor4fv is deprecated and not available in preview contexts.'
[16:07:11] [Thread-4/INFO]: OpenGL debug message: id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glVertex2fv is deprecated and not available in preview contexts.'

Reproduction Steps

Install Minecraft, install fabric, start Minecraft, close game, install and enable Sodium, start Minecraft, view log.

Log File

minecraft_sodium_errors.log
minecraft_sodium_bare_minimum.log

Crash Report

crash-2023-11-19_16.24.08-client.txt

commented

You have an external application (most likely MSI Afterburner/RTSS) interfering with the game, take a look at #2048 for details.

commented

That did it, thank you.