Guest User

Untitled

a guest
May 23rd, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.93 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "launcher.py", line 44, in <module>
  3. File "lib\initialization.pyc", line 205, in StartLauncher
  4. File "lib\selfUpdate.pyc", line 32, in SelfUpdate
  5. File "lib\selfUpdate.pyc", line 84, in StartUpdate
  6. File "lib\selfUpdate.pyc", line 142, in _UpdateNT
  7. File "lib\selfUpdate.pyc", line 136, in EnsureUpdaterIsLatest
  8. File "lib\selfUpdate.pyc", line 101, in DownloadUpdater
  9. File "lib\selfUpdate.pyc", line 43, in OpenSocket
  10. File "download\urllib2Mods.pyc", line 156, in Opener
  11. File "download\urllib2Mods.pyc", line 121, in func
  12. File "urllib2.pyc", line 126, in urlopen
  13. File "urllib2.pyc", line 397, in open
  14. File "urllib2.pyc", line 510, in http_response
  15. File "urllib2.pyc", line 435, in error
  16. File "urllib2.pyc", line 369, in _call_chain
  17. File "urllib2.pyc", line 518, in http_error_default
  18. HTTPError: HTTP Error 404: Not Found
  19. Locals by frame, innermost last:
  20. Frame <module> in launcher.py at line 56:
  21. NoInternetError = <class 'lib.exceptions.NoInternetError'>
  22. ServerUnreachableException = <class 'lib.exceptions.ServerUnreachableException'>
  23. Shutdown = <function Shutdown at 0x03ECE130>
  24. StartLauncher = <function StartLauncher at 0x04204830>
  25. __builtins__ = <module '__builtin__' (built-in)>
  26. __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'
  27. __name__ = '__main__'
  28. __package__ = None
  29. exc_plus = <function exc_plus at 0x03DC5570>
  30. lib = <module 'lib' from 'D:\eve\launcher\library.zip\lib\__init__.pyc'>
  31. localization = <module 'localization' from 'D:\eve\launcher\library.zip\localization\__init__.pyc'>
  32. os = <module 'os' from 'D:\eve\launcher\library.zip\os.pyc'>
  33. socket = <module 'socket' from 'D:\eve\launcher\library.zip\socket.pyc'>
  34. sys = <module 'sys' (built-in)>
  35. threading = <module 'threading' from 'D:\eve\launcher\library.zip\threading.pyc'>
  36. urllib2 = <module 'urllib2' from 'D:\eve\launcher\library.zip\urllib2.pyc'>
  37. wx = <module 'wx' from 'D:\eve\launcher\library.zip\wx\__init__.pyc'>
  38. zipextimporter = <module 'zipextimporter' from 'D:\eve\launcher\library.zip\zipextimporter.pyc'>
  39. Frame StartLauncher in lib\initialization.pyc at line 205:
  40. app = <wx._core.App; proxy of <Swig Object of type 'wxPyApp *' at 0x255fec8> >
  41. channels = ['ch_update']
  42. client = {'usescriptindexfiles': '1', 'appname': 'EVE', 'region': 'ccp', 'socketio': 'iocp', 'sync': '377452', 'server': 'Tranquility', 'edition': 'premium', 'version': '7.41', 'role': 'client', 'build': '377452', 'branch': '//depot/games/branches/release/EVE-TRANQUILITY/eve', 'aid': '0', 'codename': 'EVE-EVE-TRANQUILITY', 'port': '26000', 'cryptopack': 'CryptoAPI'}
  43. folder = u'D:\\eve'
  44. host = '23.21.134.55'
  45. languageFromLocale = 'en'
  46. languageFromSettings = 'en'
  47. languageToUse = 'en'
  48. line = ''
  49. logs = ['Log sending is enabled', "Running from u'D:\\\\eve'", "Working directory u'D:\\\\eve\\\\launcher'"]
  50. message = 'enabled'
  51. port = 81
  52. settings = <lib.userSettings.UserSettings instance at 0x071DBAF8>
  53. threshold = 35
  54. Frame SelfUpdate in lib\selfUpdate.pyc at line 32:
  55. folder = u'D:\\eve'
  56. Frame StartUpdate in lib\selfUpdate.pyc at line 84:
  57. force = False
  58. logs = ['Remote version: 1.32', 'Local version: 1.319', 'Data URL: http://cdn1.eveonline.com/EveOnlineLauncher/launcherUpdateData/launcherupdate_1_320.dat', 'Updater URL: http://cdn1.eveonline.com/EveOnlineLauncher/launcherUpdaters/updater_TQ_cl377423.exe', u'cache dir: D:\\eve\\launcher\\cache']
  59. self = <lib.selfUpdate.Updater instance at 0x071E3FD0>
  60. self.cacheDir = 'D:\\eve\\launcher\\cache'
  61. self.dataUrl = 'http://cdn1.eveonline.com/EveOnlineLauncher/launcherUpdateData/launcherupdate_1_320.dat'
  62. self.folder = u'D:\\eve'
  63. self.updaterSha1 = '63ef5b073fa1fd93215f56f5479dbffa212591f6'
  64. self.updaterUrl = 'http://cdn1.eveonline.com/EveOnlineLauncher/launcherUpdaters/updater_TQ_cl377423.exe'
  65. Frame _UpdateNT in lib\selfUpdate.pyc at line 142:
  66. self = <lib.selfUpdate.Updater instance at 0x071E3FD0>
  67. self.cacheDir = 'D:\\eve\\launcher\\cache'
  68. self.dataUrl = 'http://cdn1.eveonline.com/EveOnlineLauncher/launcherUpdateData/launcherupdate_1_320.dat'
  69. self.folder = u'D:\\eve'
  70. self.updaterSha1 = '63ef5b073fa1fd93215f56f5479dbffa212591f6'
  71. self.updaterUrl = 'http://cdn1.eveonline.com/EveOnlineLauncher/launcherUpdaters/updater_TQ_cl377423.exe'
  72. updaterPath = 'D:\\eve\\launcher\\cache\\updater.exe'
  73. Frame EnsureUpdaterIsLatest in lib\selfUpdate.pyc at line 136:
  74. chksm = <function <lambda> at 0x071DFA30>
  75. self = <lib.selfUpdate.Updater instance at 0x071E3FD0>
  76. self.cacheDir = 'D:\\eve\\launcher\\cache'
  77. self.dataUrl = 'http://cdn1.eveonline.com/EveOnlineLauncher/launcherUpdateData/launcherupdate_1_320.dat'
  78. self.folder = u'D:\\eve'
  79. self.updaterSha1 = '63ef5b073fa1fd93215f56f5479dbffa212591f6'
  80. self.updaterUrl = 'http://cdn1.eveonline.com/EveOnlineLauncher/launcherUpdaters/updater_TQ_cl377423.exe'
  81. updaterPath = 'D:\\eve\\launcher\\cache\\updater.exe'
  82. Frame DownloadUpdater in lib\selfUpdate.pyc at line 101:
  83. dest = 'D:\\eve\\launcher\\cache\\updater.exe'
  84. dlg = <wx._windows.ProgressDialog; proxy of <Swig Object of type 'wxProgressDialog *' at 0x44e4b30> >
  85. self = <lib.selfUpdate.Updater instance at 0x071E3FD0>
  86. self.cacheDir = 'D:\\eve\\launcher\\cache'
  87. self.dataUrl = 'http://cdn1.eveonline.com/EveOnlineLauncher/launcherUpdateData/launcherupdate_1_320.dat'
  88. self.folder = u'D:\\eve'
  89. self.updaterSha1 = '63ef5b073fa1fd93215f56f5479dbffa212591f6'
  90. self.updaterUrl = 'http://cdn1.eveonline.com/EveOnlineLauncher/launcherUpdaters/updater_TQ_cl377423.exe'
  91. Frame OpenSocket in lib\selfUpdate.pyc at line 48:
  92. headers = {'pragma': 'no-cache'}
  93. msg = HTTPError()
  94. n = 11
  95. req = <urllib2.Request instance at 0x071E6580>
  96. resume = None
  97. timeout = 5
  98. url = 'http://cdn1.eveonline.com/EveOnlineLauncher/launcherUpdaters/updater_TQ_cl377423.exe'
  99. Frame Opener in download\urllib2Mods.pyc at line 156:
  100. _max = 1.0
  101. _min = 1e-20
  102. _urlopen = <function func at 0x041677B0>
  103. a = (<urllib2.Request instance at 0x071E6580>,)
  104. clock = [8.552436054504674e-07]
  105. kw = {'timeout': 5}
  106. lock = <thread.lock object at 0x01E3FF00>
  107. slp = [1e-20]
  108. throttle = [None]
  109. Frame func in download\urllib2Mods.pyc at line 121:
  110. _urlopen = <function urlopen at 0x03DA2A30>
  111. a = (<urllib2.Request instance at 0x071E6580>,)
  112. counter = [1398]
  113. kw = {'timeout': 5}
  114. Frame urlopen in urllib2.pyc at line 126:
  115. data = None
  116. timeout = 5
  117. url = <urllib2.Request instance at 0x071E6580>
  118. Frame open in urllib2.pyc at line 397:
  119. data = None
  120. fullurl = <urllib2.Request instance at 0x071E6580>
  121. meth = <bound method HTTPErrorProcessor.http_response of <urllib2.HTTPErrorProcessor instance at 0x03ECFF08>>
  122. meth_name = 'http_response'
  123. processor = <urllib2.HTTPErrorProcessor instance at 0x03ECFF08>
  124. protocol = 'http'
  125. req = <urllib2.Request instance at 0x071E6580>
  126. response = <addinfourl at 119434736 whose fp = <addinfourl at 119437712 whose fp = <socket._fileobject object at 0x071E94F0>>>
  127. self = <urllib2.OpenerDirector instance at 0x03E5DAA8>
  128. self.addheaders = [('User-agent', 'Python-urllib/2.7')]
  129. self.handle_error = {'http': {'default': [<urllib2.HTTPDefaultErrorHandler instance at 0x03ECFEB8>], 307: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 301: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 302: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 303: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>]}}
  130. self.handle_open = {'unknown': [<urllib2.UnknownHandler instance at 0x03E91EB8>], 'http': [<download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x03ED1080>], 'https': [<urllib2.HTTPSHandler instance at 0x03ECFFD0>], 'file': [<urllib2.FileHandler instance at 0x03ECFF58>], 'ftp': [<urllib2.FTPHandler instance at 0x03ECFF30>]}
  131. self.handlers = [<urllib2.UnknownHandler instance at 0x03E91EB8>, <urllib2.HTTPDefaultErrorHandler instance at 0x03ECFEB8>, <urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>, <urllib2.FTPHandler instance at 0x03ECFF30>, <urllib2.FileHandler instance at 0x03ECFF58>, <urllib2.HTTPSHandler instance at 0x03ECFFD0>, <download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x03ED1080>, <urllib2.HTTPErrorProcessor instance at 0x03ECFF08>]
  132. self.process_request = {'http': [<download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x03ED1080>], 'https': [<urllib2.HTTPSHandler instance at 0x03ECFFD0>]}
  133. self.process_response = {'http': [<urllib2.HTTPErrorProcessor instance at 0x03ECFF08>], 'https': [<urllib2.HTTPErrorProcessor instance at 0x03ECFF08>]}
  134. timeout = 5
  135. Frame http_response in urllib2.pyc at line 510:
  136. code = 404
  137. hdrs = <httplib.HTTPMessage instance at 0x071E7AA8>
  138. msg = 'Not Found'
  139. request = <urllib2.Request instance at 0x071E6580>
  140. response = <addinfourl at 119434736 whose fp = <addinfourl at 119437712 whose fp = <socket._fileobject object at 0x071E94F0>>>
  141. self = <urllib2.HTTPErrorProcessor instance at 0x03ECFF08>
  142. self.parent = <urllib2.OpenerDirector instance at 0x03E5DAA8>
  143. Frame error in urllib2.pyc at line 435:
  144. args = ({'default': [<urllib2.HTTPDefaultErrorHandler instance at 0x03ECFEB8>], 307: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 301: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 302: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 303: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>]}, 'default', 'http_error_default', <urllib2.Request instance at 0x071E6580>, <addinfourl at 119434736 whose fp = <addinfourl at 119437712 whose fp = <socket._fileobject object at 0x071E94F0>>>, 404, 'Not Found', <httplib.HTTPMessage instance at 0x071E7AA8>)
  145. dict = {'default': [<urllib2.HTTPDefaultErrorHandler instance at 0x03ECFEB8>], 307: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 301: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 302: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 303: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>]}
  146. http_err = 1
  147. meth_name = 'http_error_404'
  148. orig_args = (<urllib2.Request instance at 0x071E6580>, <addinfourl at 119434736 whose fp = <addinfourl at 119437712 whose fp = <socket._fileobject object at 0x071E94F0>>>, 404, 'Not Found', <httplib.HTTPMessage instance at 0x071E7AA8>)
  149. proto = 404
  150. result = None
  151. self = <urllib2.OpenerDirector instance at 0x03E5DAA8>
  152. self.addheaders = [('User-agent', 'Python-urllib/2.7')]
  153. self.handle_error = {'http': {'default': [<urllib2.HTTPDefaultErrorHandler instance at 0x03ECFEB8>], 307: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 301: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 302: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 303: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>]}}
  154. self.handle_open = {'unknown': [<urllib2.UnknownHandler instance at 0x03E91EB8>], 'http': [<download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x03ED1080>], 'https': [<urllib2.HTTPSHandler instance at 0x03ECFFD0>], 'file': [<urllib2.FileHandler instance at 0x03ECFF58>], 'ftp': [<urllib2.FTPHandler instance at 0x03ECFF30>]}
  155. self.handlers = [<urllib2.UnknownHandler instance at 0x03E91EB8>, <urllib2.HTTPDefaultErrorHandler instance at 0x03ECFEB8>, <urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>, <urllib2.FTPHandler instance at 0x03ECFF30>, <urllib2.FileHandler instance at 0x03ECFF58>, <urllib2.HTTPSHandler instance at 0x03ECFFD0>, <download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x03ED1080>, <urllib2.HTTPErrorProcessor instance at 0x03ECFF08>]
  156. self.process_request = {'http': [<download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x03ED1080>], 'https': [<urllib2.HTTPSHandler instance at 0x03ECFFD0>]}
  157. self.process_response = {'http': [<urllib2.HTTPErrorProcessor instance at 0x03ECFF08>], 'https': [<urllib2.HTTPErrorProcessor instance at 0x03ECFF08>]}
  158. Frame _call_chain in urllib2.pyc at line 369:
  159. args = (<urllib2.Request instance at 0x071E6580>, <addinfourl at 119434736 whose fp = <addinfourl at 119437712 whose fp = <socket._fileobject object at 0x071E94F0>>>, 404, 'Not Found', <httplib.HTTPMessage instance at 0x071E7AA8>)
  160. chain = {'default': [<urllib2.HTTPDefaultErrorHandler instance at 0x03ECFEB8>], 307: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 301: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 302: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 303: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>]}
  161. func = <bound method HTTPDefaultErrorHandler.http_error_default of <urllib2.HTTPDefaultErrorHandler instance at 0x03ECFEB8>>
  162. handler = <urllib2.HTTPDefaultErrorHandler instance at 0x03ECFEB8>
  163. handlers = [<urllib2.HTTPDefaultErrorHandler instance at 0x03ECFEB8>]
  164. kind = 'default'
  165. meth_name = 'http_error_default'
  166. self = <urllib2.OpenerDirector instance at 0x03E5DAA8>
  167. self.addheaders = [('User-agent', 'Python-urllib/2.7')]
  168. self.handle_error = {'http': {'default': [<urllib2.HTTPDefaultErrorHandler instance at 0x03ECFEB8>], 307: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 301: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 302: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>], 303: [<urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>]}}
  169. self.handle_open = {'unknown': [<urllib2.UnknownHandler instance at 0x03E91EB8>], 'http': [<download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x03ED1080>], 'https': [<urllib2.HTTPSHandler instance at 0x03ECFFD0>], 'file': [<urllib2.FileHandler instance at 0x03ECFF58>], 'ftp': [<urllib2.FTPHandler instance at 0x03ECFF30>]}
  170. self.handlers = [<urllib2.UnknownHandler instance at 0x03E91EB8>, <urllib2.HTTPDefaultErrorHandler instance at 0x03ECFEB8>, <urllib2.HTTPRedirectHandler instance at 0x03ECFEE0>, <urllib2.FTPHandler instance at 0x03ECFF30>, <urllib2.FileHandler instance at 0x03ECFF58>, <urllib2.HTTPSHandler instance at 0x03ECFFD0>, <download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x03ED1080>, <urllib2.HTTPErrorProcessor instance at 0x03ECFF08>]
  171. self.process_request = {'http': [<download.urllib2Mods.HttpHandlerWithCompressionSupport instance at 0x03ED1080>], 'https': [<urllib2.HTTPSHandler instance at 0x03ECFFD0>]}
  172. self.process_response = {'http': [<urllib2.HTTPErrorProcessor instance at 0x03ECFF08>], 'https': [<urllib2.HTTPErrorProcessor instance at 0x03ECFF08>]}
  173. Frame http_error_default in urllib2.pyc at line 518:
  174. code = 404
  175. fp = <addinfourl at 119434736 whose fp = <addinfourl at 119437712 whose fp = <socket._fileobject object at 0x071E94F0>>>
  176. hdrs = <httplib.HTTPMessage instance at 0x071E7AA8>
  177. msg = 'Not Found'
  178. req = <urllib2.Request instance at 0x071E6580>
  179. self = <urllib2.HTTPDefaultErrorHandler instance at 0x03ECFEB8>
  180. self.parent = <urllib2.OpenerDirector instance at 0x03E5DAA8>
Advertisement
Add Comment
Please, Sign In to add comment