DNW entries
Is there some reason that when checking the DNW box it is still required to give scores to the categories?Also, if it's useful to have easy fixes for entries that DNW out of the box collected in a single thread, please feel free to co-opt this thread for such a purpose (especially for those games that have no diary entries on which to comment)
(log in to comment)
Comments
Traceback (most recent call last):
File "run_game.py", line 11, in <module>
main = game.Core(screen)
File "PyWeek-10-finals/stratejelly/Stratejelly/game.py", line 92, in __init__
"map":MapState(self),
File "PyWeek-10-finals/stratejelly/Stratejelly/game.py", line 170, in __init__
self.levels.append(LevelNode(self.screen,i+1,(x+100,y+250),completion))
File "PyWeek-10-finals/stratejelly/Stratejelly/gui.py", line 103, in __init__
data = pickle.load(f)
File "/usr/lib/python2.6/pickle.py", line 1370, in load
return Unpickler(file).load()
File "/usr/lib/python2.6/pickle.py", line 858, in load
dispatch[key](self)
File "/usr/lib/python2.6/pickle.py", line 966, in load_string
raise ValueError, "insecure string pickle"
ValueError: insecure string pickle
Wibbly Waves I had to comment out the "pygame.mixer.pre_init(44100,16,2,4096)" line to get it working (sound was there too). And it was worth it too!
In
Roly-Poly Samurai just shows me an empty (white) window and plays awesome music and I can hear some intriguing sound effects. I have Python 2.6.2 and Pyglet 1.1.4 (on a Mac). There's no console output and I've debugged it as far as checking if the on_draw() function runs regularly (it does). Does anybody have a solution for this or should I debug further?
Doom central. It's using Pygame, so I will be less likely to be able to fix it.
The rest of the games work though, so it's not like I forgot to turn on my screen :).
I have pretty much the same issue (except the window is gray) with The rest of the games work though, so it's not like I forgot to turn on my screen :).
Teetering Towers work for you? that uses the same stuff as ours I believe (pygame + pyopengl)
That's a shame. I don't have a Mac to figure this out with. Does
Minescape segfaults on me after the title screen. I thought I asked on it before but I can't find the post now.
It would be nice to sort this out before the next PyWeek.
richard on 2010/04/05 05:52:
Is there some reason that when checking the DNW box it is still required to give scores to the categories?Yes, I'm lazy and never get around to fixing the code :-)