Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Jul 1st, 2010 | Syntax: C | Size: 3.33 KB | Hits: 87 | Expires: Never
Copy text to clipboard
  1. MPManager: check tick 5328 ready: no
  2. MPManager: check tick 5328 ready: no
  3. MPManager: check tick 5328 ready: no
  4. MPManager: calling command (tick 5372): <horizons.command.building.Tear object at 0x176a0090>
  5. MPManager: calling command (tick 5372): <horizons.command.building.Tear object at 0x176a0290>
  6. MPManager: calling command (tick 5372): <horizons.command.building.Build object at 0x174fa750>
  7. MPManager: calling command (tick 5372): <horizons.command.building.Build object at 0x174fa050>
  8. MPManager: calling command (tick 5372): <horizons.command.building.Build object at 0x174d7650>
  9. MPManager: calling command (tick 5372): <horizons.command.building.Build object at 0x174e1f50>
  10. MPManager: calling command (tick 5372): <horizons.command.building.Build object at 0x176a3650>
  11. MPManager: calling command (tick 5372): <horizons.command.sounds.PlaySound object at 0x175087d0>
  12. MPManager: check tick 5440 ready: no
  13. MPManager: check tick 5479 ready: no
  14. MPManager: check tick 5479 ready: no
  15. MPManager: check tick 5479 ready: no
  16. MPManager: calling command (tick 5517): <horizons.command.building.Build object at 0x176b6410>
  17. MPManager: calling command (tick 5517): <horizons.command.sounds.PlaySound object at 0x174fa410>
  18. MPManager: check tick 5603 ready: no
  19. MPManager: adding command (next tick: 5603)<horizons.command.production.ToggleActive object at 0x179e1890>
  20. MPManager: check tick 5603 ready: no
  21. MPManager: check tick 5603 ready: no
  22. MPManager: check tick 5603 ready: no
  23. MPManager: check tick 5603 ready: no
  24. MPManager: check tick 5603 ready: no
  25. MPManager: check tick 5603 ready: no
  26. Traceback (most recent call last):
  27.   File "./run_uh.py", line 395, in <module>
  28.     main()
  29.   File "./run_uh.py", line 176, in main
  30.     horizons.main.start(options)
  31.   File "/home/kili/SVN/unknown-horizons/branches/multiplayer/horizons/main.py", line 123, in start
  32.     fife.run()
  33.   File "/home/kili/SVN/unknown-horizons/branches/multiplayer/horizons/engine.py", line 280, in run
  34.     self.loop()
  35.   File "/home/kili/SVN/unknown-horizons/branches/multiplayer/horizons/engine.py", line 293, in loop
  36.     f()
  37.   File "/home/kili/SVN/unknown-horizons/branches/multiplayer/horizons/timer.py", line 99, in check_tick
  38.     r = f(self.tick_next_id)
  39.   File "/home/kili/SVN/unknown-horizons/branches/multiplayer/horizons/manager.py", line 130, in can_tick
  40.     self.networkinterface.send_to_all_clients(commandpacket)
  41.   File "/home/kili/SVN/unknown-horizons/branches/multiplayer/horizons/network/networkinterface.py", line 152, in send_to_all_clients
  42.     self._client.send(packet)
  43.   File "/home/kili/SVN/unknown-horizons/branches/multiplayer/network/client.py", line 268, in send
  44.     self.p2p_send(packet, channelid)
  45.   File "/home/kili/SVN/unknown-horizons/branches/multiplayer/network/client.py", line 283, in p2p_send
  46.     packet.send(player.peer, channelid)
  47.   File "/home/kili/SVN/unknown-horizons/branches/multiplayer/network/packets/__init__.py", line 21, in send
  48.     packet = enet.Packet(self.serialize(), enet.PACKET_FLAG_RELIABLE)
  49.   File "/home/kili/SVN/unknown-horizons/branches/multiplayer/network/packets/__init__.py", line 18, in serialize
  50.     return cPickle.dumps(self, PICKLE_PROTOCOL)
  51. PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed
  52. Logging to /home/kili/.unknown-horizons/log/unknown-horizons-10-07-01_15-32-30.log
  53.  
  54. Unknown Horizons crashed.