Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"OpenGL Error 1280 (Invalid Enum)" #2291

Closed
nasfinasfinasfi1 opened this issue Apr 5, 2019 · 2 comments
Closed

"OpenGL Error 1280 (Invalid Enum)" #2291

nasfinasfinasfi1 opened this issue Apr 5, 2019 · 2 comments

Comments

@nasfinasfinasfi1
Copy link

nasfinasfinasfi1 commented Apr 5, 2019

When booting up Minecraft on 1.13.2 on version OptiFine-1.13.2_HD_U_E6.jar that error occurs. It happens every 11 seconds from the moment the game is at "Reloading Custom Textures". This shows up in chat
image

The error in the game output is this:

OpenGL API ERROR: 1280 (Error has been generated. GL error GL_INVALID_ENUM in (null): (ID: 173538523) Generic error) java.lang.Exception: Stack trace at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) at org.lwjgl.system.JNI.invokePV(Native Method) at org.lwjgl.glfw.GLFW.glfwSwapBuffers(GLFW.java:4518) at cgd.a(MainWindow.java:457) at cft.c(SourceFile:875) at cft.a(SourceFile:395) at net.minecraft.client.main.Main.main(SourceFile:144) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Resource packs:
96f743018ca1a68d161f312f9b387386-Texture Update V3.3 Java.zip, Lower Shield.zip

F3 Screenshot:
image

I don't know if this is helpful, but the OpenGL version is:
4.3.0 - Build 20.19.15.4642

EDIT:
The error still occurs on version 1.13.2-OptiFine_HD_U_E7, though every 3 seconds instead of 11

@sp614x
Copy link
Owner

sp614x commented Apr 9, 2019

The error is reported at GPU swap buffers, which doesn't do anything special.
org.lwjgl.glfw.GLFW.glfwSwapBuffers(GLFW.java:4518)

Updating the graphics driver or enable/disable VBOs may help.

@sp614x sp614x closed this as completed Apr 9, 2019
@sp614x
Copy link
Owner

sp614x commented Apr 9, 2019

Does this happen with the default resource pack?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants