Guest User

Untitled

a guest
Mar 18th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "launcher.py", line 44, in <module>
  3. File "lib\initialization.pyc", line 196, in StartLauncher
  4. File "lib\update.pyc", line 1097, in GetRemoteBuildNumber
  5. RemoteInfoUnreachableException: <urlopen error timed out: 'http://client.eveonline.com/patches/premium_patchinfoTQ_inc.txt'>
  6. Locals by frame, innermost last:
  7. Frame <module> in launcher.py at line 56:
  8. NoInternetError = <class 'lib.exceptions.NoInternetError'>
  9. ServerUnreachableException = <class 'lib.exceptions.ServerUnreachableException'>
  10. Shutdown = <function Shutdown at 0x024C1BB0>
  11. StartLauncher = <function StartLauncher at 0x027D79B0>
  12. __builtins__ = <module '__builtin__' (built-in)>
  13. __doc__ = '\n This is the entry point into the launcher, it handles setting up the working\n directory, logging and finally importing and starting the laucher within a\n log-proof try/exeception clause so we can catch almost any exception and display\n an error message.\n'
  14. __name__ = '__main__'
  15. __package__ = None
  16. exc_plus = <function exc_plus at 0x023FF430>
  17. lib = <module 'lib' from 'C:\Program Files\CCP\EVE\launcher\library.zip\lib\__init__.pyc'>
  18. localization = <module 'localization' from 'C:\Program Files\CCP\EVE\launcher\library.zip\localization\__init__.pyc'>
  19. os = <module 'os' from 'C:\Program Files\CCP\EVE\launcher\library.zip\os.pyc'>
  20. socket = <module 'socket' from 'C:\Program Files\CCP\EVE\launcher\library.zip\socket.pyc'>
  21. sys = <module 'sys' (built-in)>
  22. threading = <module 'threading' from 'C:\Program Files\CCP\EVE\launcher\library.zip\threading.pyc'>
  23. urllib2 = <module 'urllib2' from 'C:\Program Files\CCP\EVE\launcher\library.zip\urllib2.pyc'>
  24. wx = <module 'wx' from 'C:\Program Files\CCP\EVE\launcher\library.zip\wx\__init__.pyc'>
  25. zipextimporter = <module 'zipextimporter' from 'C:\Program Files\CCP\EVE\launcher\library.zip\zipextimporter.pyc'>
  26. Frame StartLauncher in lib\initialization.pyc at line 196:
  27. app = <wx._core.App; proxy of <Swig Object of type 'wxPyApp *' at 0xcf3058> >
  28. channels = ['ch_update']
  29. client = {'edition': 'premium', 'aid': '0', 'role': 'client', 'port': '26000', 'server': 'Tranquility'}
  30. folder = u'C:\\Program Files\\CCP\\EVE'
  31. host = '23.21.134.55'
  32. languageFromLocale = 'en'
  33. languageFromSettings = 'en'
  34. languageToUse = 'en'
  35. logs = ['Log sending is enabled', "Running from u'C:\\\\Program Files\\\\CCP\\\\EVE'", "Working directory u'C:\\\\Program Files\\\\CCP\\\\EVE\\\\launcher'"]
  36. message = 'enabled'
  37. port = 81
  38. settings = <lib.userSettings.UserSettings instance at 0x02A5AEB8>
  39. threshold = 35
  40. Frame GetRemoteBuildNumber in lib\update.pyc at line 1097:
  41. err = URLError("timed out: 'http://client.eveonline.com/patches/premium_patchinfoTQ_inc.txt'",)
  42. folder = u'C:\\Program Files\\CCP\\EVE'
  43. force = False
  44. url = 'http://client.eveonline.com/patches/premium_patchinfoTQ_inc.txt'
Advertisement
Add Comment
Please, Sign In to add comment