View Single Post
Posts: 451 | Thanked: 334 times | Joined on Sep 2009
#6
OK, getting somewhere, in ~/.slingshot/logfile.txt I get:
Code:
/media/0/kumatux.org-apps/slingshot_0.8.1p_jj_2010-04-24-220555_fremantle_all/bin/planet.py:60: DeprecationWarning: integer argument expected, got float
  self.orig = pygame.transform.scale(self.image, (s, s))
Traceback (most recent call last):
  File "slingshot.py", line 852, in <module>
    if __name__ == '__main__': main()
  File "slingshot.py", line 850, in main
    game.run()
  File "slingshot.py", line 762, in run
    self.draw()
  File "slingshot.py", line 393, in draw
    self.players[self.player].draw_line(self.screen)
  File "/media/0/kumatux.org-apps/slingshot_0.8.1p_jj_2010-04-24-220555_fremantle_all/bin/player.py", line 191, in draw_line
    pygame.draw.aaline(screen, self.color, (sx,sy), (sx + self.power * math.sin(math.radians(self.angle)), sy - self.power * math.cos(math.radians(self.angle))))
ValueError: unsupported bit depth for aaline draw (supports 32 & 24 bit)
 

The Following User Says Thank You to 白い熊 For This Useful Post: