unable to run ookoobah

python run_game.py
rendered a fullscreen black window with nothing. Left it for awhile to make sure. Ran it with both python3.x and python2.x in Ubuntu 14.04. No traceback was given. Had to kill the process

$ python
Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.
>>> import pyglet
>>> pyglet.version '1.1.4'

(log in to comment)

Comments

Hi. Our game bundles a recent development version of pyglet, and I wonder if that's the cause of the problem. Maybe it'll work if you rename or remove "pyglet-c9188efc2e30" directory before running the game?
That seemed to have no effect. http://codepad.org/hQXm8ts4
ok i switched fullscreen off via commenting out the line: http://codepad.org/Eq1B64sN after that it works. My screen resolution is 1920x1080.
argh! :(
metulburr: Cool! Thanks for sharing your solution. I wonder what could be wrong with a full screen mode, though.
It could be your version of SDL. I remember I had trouble getting full screen to work on OSX and SDL was the culprit.
im on windows, and linux distros ubuntu, arch, and gentoo, no mac. Not sure if pyglet would be different, but pygame fullscreen i have no problem with. http://codepad.org/45hci3FH
Oh right, heh, forgot it was pyglet. I was actually surprised pyglet worked for me fine.