qbektrix / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

pyglet.app.run() Causes the User Session to Crash #633

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
pyglet.app.run() causes the user session to crash, returning user to system 
login screen. I am using a Nvidia GeForce GTX 460 with the latest drivers from 
Nvidia. My operating system is Debian Wheezy.

`python -m pyglet.info` also causes the session to crash.

Original issue reported on code.google.com by chrisane...@gmail.com on 9 Mar 2013 at 7:44

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Ouch. Have you tried other GL packages, like GLUT or PyQtGraph? If it crashes 
hard enough to go back to the login screen, this sounds like it might be a 
problem with the OpenGL configuration / drivers on your system, as opposed to 
something specific that Pyglet is doing.

Original comment by larson.e...@gmail.com on 16 Apr 2014 at 4:05