Genesis
Genesis copied to clipboard
The window pops up but only displays a black screen, with no rendered content.
Ubuntu 22.04 Python 3.9 RTX 4090
Use SSH(remote desktop )
First,there is a problem that "pyglet.gl.ContextException: Could not create GL context "
and I use this mothed.
conda install -c conda-forge libstdcxx-ng
This resolved the initial error, but a new issue has arisen. When running the program, the window successfully pops up, but the content only displays a black screen
Meanwhile, I change this:
but it does't work.
I don't know how to sovle it :(