On Sat, Apr 23, 2011 at 12:26 AM, ssnake <[email protected]> wrote:
> Hello, I've been using Pyglet lately to make a game, but I keep
> getting these freezes for no apparent reason if I leave it on for more
> than a few minutes it seems. I've eliminated everything I thought
> could be causing them but it has not stopped them. When it happens I
> can still move the window and I don't get an exception, but I hear no
> sound, nothing gets drawn in the window, and it does not react to
> input. I thought it could have been caused by using pygame's event
> loop along with pyglet's for the joystick support, or pygame at all,
> or running the game through Geany, but even with all disabled I still
> get the problem. I do still use pygame for sound however, and I almost
> always have Firefox on with Flash at the same time. I really would
> like to remove this bug before I have to present my game in less than
> a month.

There's some information missing from your post :-)

What version of pyglet? What version of Python? What operating system?
Are your video card drivers up to date?

What does your application do? It seems to incorporate pygame as well
as pyglet. In what way exactly and how do you manage their separate
event loops?

You mention futex_wait_queue_me in your followup message - Google
searching implies you're running on Ubuntu, and you seem to not be
alone: http://ubuntuforums.org/showthread.php?t=1517043


     Richard

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to