Game uploaded - anyone want to test it for me?
Hi,EDIT: updated (03.12.09)
I have uploaded my game Get Off My Lawn but am unsure if it runs on Linux and Mac. I realise that everyone's busy, but if anyone gets a second could they please test to see if it runs on their machine -- and if not, post the console output here.
Cheers, Ben
(log in to comment)
Comments
jeroen@antec:~/games/GetOffMyLawn$ python run_game.py Traceback (most recent call last): File "run_game.py", line 6, in g = game.Game() File "src/game.py", line 122, in __init__ self.loadStats() File "src/game.py", line 176, in loadStats self.stats = pickle.load(file) File "/usr/lib/python2.5/pickle.py", line 1370, in load return Unpickler(file).load() File "/usr/lib/python2.5/pickle.py", line 858, in load dispatch[key](self) File "/usr/lib/python2.5/pickle.py", line 1090, in load_global klass = self.find_class(module, name) File "/usr/lib/python2.5/pickle.py", line 1124, in find_class __import__(module) ImportError: No module named copy_reg
here. (Main link changed also)
Thanks for your help.
(Alternatively running dos2unix on the res/*.dat files might also fix the problem.)
Thanks jt, actually I think its got something to do with pickling and binary file mode. I uploaded a fixed version
jtietema on 2009/05/02 10:48:
Hi tried running it on Ubuntu 8.10 but get the following: There is indeed no module stats in the src dir :-S