Advertisement
Guest User

Untitled

a guest
Dec 27th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Panda3D-1.9.0\python\lib\runpy.py", line 162, in _run_module_as_main
  3. "__main__", fname, loader, pkg_name)
  4. File "C:\Panda3D-1.9.0\python\lib\runpy.py", line 72, in _run_code
  5. exec code in run_globals
  6. File "L:\toontown\src-feature-the-experiment\toontown\ai\ServiceStart.py", lin
  7. e 53, in <module>
  8. run()
  9. File "otp\ai\AIBase.py", line 179, in run
  10. self.taskMgr.run()
  11. File "C:\Panda3D-1.9.0\direct\task\Task.py", line 502, in run
  12. self.step()
  13. File "C:\Panda3D-1.9.0\direct\task\Task.py", line 460, in step
  14. self.mgr.poll()
  15. File "C:\Panda3D-1.9.0\direct\showbase\Messenger.py", line 424, in __taskChain
  16. Dispatch
  17. self.__dispatch(*eventTuple)
  18. File "C:\Panda3D-1.9.0\direct\showbase\Messenger.py", line 482, in __dispatch
  19. method (*(extraArgs + sentArgs))
  20. File "C:\Panda3D-1.9.0\direct\distributed\AstronInternalRepository.py", line 4
  21. 95, in lostConnection
  22. self.notify.error('Lost connection to gameserver!')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement