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

Failed to create drawable #40

Open
bert opened this issue Apr 15, 2013 · 1 comment
Open

Failed to create drawable #40

bert opened this issue Apr 15, 2013 · 1 comment

Comments

@bert
Copy link

bert commented Apr 15, 2013

Hi,

Minecraft won't start and gives the following blurb:

[bert@draaikolk Minecraft]$ python main.py
failed to create drawable
Traceback (most recent call last):
File "main.py", line 7, in
from pyglet.gl import *
File "/usr/lib/python2.6/site-packages/pyglet/gl/init.py", line 510, in
import pyglet.window
File "/usr/lib/python2.6/site-packages/pyglet/window/init.py", line 1684, in
gl._create_shadow_window()
File "/usr/lib/python2.6/site-packages/pyglet/gl/init.py", line 494, in _create_shadow_window
_shadow_window = Window(width=1, height=1, visible=False)
File "/usr/lib/python2.6/site-packages/pyglet/window/xlib/init.py", line 474, in init
super(XlibWindow, self).init(_args, *_kwargs)
File "/usr/lib/python2.6/site-packages/pyglet/window/init.py", line 686, in init
self._create()
File "/usr/lib/python2.6/site-packages/pyglet/window/xlib/init.py", line 683, in _create
self.switch_to()
File "/usr/lib/python2.6/site-packages/pyglet/window/xlib/init.py", line 781, in switch_to
self._context.set_current()
File "/usr/lib/python2.6/site-packages/pyglet/gl/init.py", line 345, in set_current
self._info.set_active_context()
File "/usr/lib/python2.6/site-packages/pyglet/gl/gl_info.py", line 91, in set_active_context
self.vendor = cast(glGetString(GL_VENDOR), c_char_p).value
File "/usr/lib/python2.6/site-packages/pyglet/gl/lib.py", line 105, in errcheck
raise GLException(msg)
pyglet.gl.lib.GLException: invalid value

Running on Fedora 13 with:
python-2.6.4-27.fc13.i686
python-pip-0.8-1.fc13.noarch
pyglet-1.1.4-1.fc13.noarch

@Aareon
Copy link

Aareon commented Oct 31, 2017

@bert, this repository’s minimum Python requirement is python2.7. Older versions are not guaranteed to work.

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