Skip to content

Instantly share code, notes, and snippets.

@stubb
Created October 15, 2014 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stubb/97894fcc45192135b2c8 to your computer and use it in GitHub Desktop.
Save stubb/97894fcc45192135b2c8 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "run_uh.py", line 380, in <module>
main()
File "run_uh.py", line 189, in main
ret = horizons.main.start(options)
File "/home/kili/Repositories/unknown-horizons/horizons/main.py", line 268, in start
horizons.globals.fife.run()
File "/home/kili/Repositories/unknown-horizons/horizons/engine/engine.py", line 276, in run
self.loop()
File "/home/kili/Repositories/unknown-horizons/horizons/engine/engine.py", line 288, in loop
f()
File "/home/kili/Repositories/unknown-horizons/horizons/timer.py", line 112, in check_tick
f(self.tick_next_id)
File "/home/kili/Repositories/unknown-horizons/horizons/scheduler.py", line 96, in tick
callback.callback()
File "/home/kili/Repositories/unknown-horizons/horizons/gui/widgets/routeconfig.py", line 438, in _init_gui
for entry in self.instance.route.waypoints:
AttributeError: 'Unit[' object has no attribute 'ro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment