Benjamin

Results 334 comments of Benjamin

Hi, Since you have plenty of space, and pyglet doesn't create anything, that usually means that you are running out of available inodes. (See `df -i` for that info). This...

Hi @HeuristicPerson, just wondering if you have had any more issues, or any ideas what the original issue was? I've been unable to replicate it on my end.

Hi @TimSchneider42, what do you get for `glxinfo | grep OpenGL` ?

@TimSchneider42 your issue looks different, as your driver details look fine. Is your issue only with custom OpenGL configurations, or does the hello_world.py example also fail?

Hi @nicolasdespres, You may also need to involve Group ordering here to get the desired effect. You will need to use the Group set/unset methods to ensure that depth testing...

Hi, Assuming no issues with the Mesa install, this may be an issue related to Anaconda & paths. Try with the system version of Python and it should work. If...

pyglet relies on the system paths in order to locate the platform libraries (for example: `pyglet.lib.load_library('GL')`). I'm not sure what Anaconda might be doing to the path, as I don't...

Also, pyglet v2.0.8 is fairly old. There have been quite a few bugfixes and improvements since then, so it's recommended to upgrade to the latest point release.

Well that's a good start. Are you running this over SSH? If not, does the `DISPLAY` variable inside your env match outside? ```sh $ echo $DISPLAY :0 ``` vs ```py...

Is this being run over SSH? Does the Conda environment ship its own versions of these libraries? I'm not really sure what else to suggest, but I do have an...