You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Linux Mint (fork of Ubuntu) 64bit v14 with Java Oracle v1.7.0_11 installed. I installed Pyglet from source without issues. Game starts no problem with "python main.py" command. I see a blue screen for about 3 seconds then I see the whole environment. I begin to move my character around for about 2 steps and then the screen locks up on me. I have also tried the arch -i386 command with no luck. I have to end up killing process through terminal.
I know most of you are all running on OSX, but not sure if anyone else tried it with my configuration and got game running?
The text was updated successfully, but these errors were encountered:
I had the same issue on Ubuntu 64bits. You have to disable VSync by adding the argument vsync=False to the window object. The first line of main should therefore look like:
@BertrandBordage Thank you that worked great! Maybe I will add a little if statement to check the os and architecture in main() so this will work for anyone running Linux without same issue.
I am running Linux Mint (fork of Ubuntu) 64bit v14 with Java Oracle v1.7.0_11 installed. I installed Pyglet from source without issues. Game starts no problem with "python main.py" command. I see a blue screen for about 3 seconds then I see the whole environment. I begin to move my character around for about 2 steps and then the screen locks up on me. I have also tried the arch -i386 command with no luck. I have to end up killing process through terminal.
I know most of you are all running on OSX, but not sure if anyone else tried it with my configuration and got game running?
The text was updated successfully, but these errors were encountered: