Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: Python  |  size: 0.40 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Traceback (most recent call last):
  2.   File "run_uh.py", line 543, in <module>
  3.     main()
  4.   File "run_uh.py", line 260, in main
  5.     ret = horizons.main.start(options)
  6.   File "/Users/magnusknutas/git/unknown-horizons/horizons/main.py", line 238, in start
  7.     _modules.session.speed_set(GAME_SPEED.TICKS_PER_SECOND*command_line_arguments.gamespeed)
  8. AttributeError: 'NoneType' object has no attribute 'speed_set'