Minecraft icon indicating copy to clipboard operation
Minecraft copied to clipboard

pyglet.gl.lib.GLException: (0x500): Invalid enum. An unacceptable value is specified for an enumerated argument.

Open rish-hyun opened this issue 3 years ago • 1 comments

I'm getting an error

Traceback (most recent call last):
  File "c:\Users\risha\OneDrive\Documents\Python\pyglet-test\main.py", line 905, in <module>
    main()
  File "c:\Users\risha\OneDrive\Documents\Python\pyglet-test\main.py", line 900, in main
    setup()
  File "c:\Users\risha\OneDrive\Documents\Python\pyglet-test\main.py", line 893, in setup
    setup_fog()
  File "c:\Users\risha\OneDrive\Documents\Python\pyglet-test\main.py", line 864, in setup_fog
    glEnable(GL_FOG)
  File "C:\Users\risha\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyglet\gl\lib.py", line 114, in errcheck
    raise GLException('(0x%x): %s' % (error, msg))
pyglet.gl.lib.GLException: (0x500): Invalid enum. An unacceptable value is specified for an enumerated argument.

rish-hyun avatar Jan 06 '23 13:01 rish-hyun

Something is wrong internally with the pyglet fog mechanics, this is usually caused by something passing in a variable that isn't what was expected.

Did you change any code? You could also try turning fog off.

Python-Sargent avatar Sep 25 '23 13:09 Python-Sargent