CRASH: pyglet.window.NoSuchConfigException: No standard config is available.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
enjuewemela |
Invalid
|
Undecided
|
Unassigned |
Bug Description
In some machines, enjuewemela crashes with:
$ enjuewemela
Traceback (most recent call last):
File "/usr/bin/
from enjuewemela import main
File "/usr/share/
from cocos.director import director
File "/usr/share/
import_all()
File "/usr/share/
import actions
File "/usr/share/
from basegrid_actions import *
File "/usr/share/
from pyglet.gl import *
File "/usr/lib/
import pyglet.window
File "/usr/lib/
gl.
File "/usr/lib/
_shadow_window = Window(width=1, height=1, visible=False)
File "/usr/lib/
super(
File "/usr/lib/
raise NoSuchConfigExc
pyglet.
The problem is a pyglet one. See this:
http://
Several persons reported that the game runs ok if pyglet is patched as indicated in the comment 8 of that report:
http://
Hope it helps
Changed in enjuewemela: | |
status: | New → Invalid |