Guest User

Untitled

a guest
May 8th, 2015
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.06 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "launcher.py", line 117, in main
  3. File "lib\controller.pyo", line 120, in __init__
  4. File "wx\lib\pubsub\core\arg1\publisher.pyo", line 36, in sendMessage
  5. File "wx\lib\pubsub\core\arg1\publishermixin.pyo", line 23, in publish
  6. File "wx\lib\pubsub\core\topicobj.pyo", line 370, in _publish
  7. File "wx\lib\pubsub\core\topicobj.pyo", line 389, in __sendMessage
  8. File "wx\lib\pubsub\core\arg1\publishermixin.pyo", line 34, in _mix_callListener
  9. File "wx\lib\pubsub\core\arg1\listenerimpl.pyo", line 51, in __call__
  10. File "lib\controller.pyo", line 123, in OnInit
  11. File "lib\initialization.pyo", line 199, in InitializeLauncher
  12. File "lib\initialization.pyo", line 47, in InitInfo
  13. File "lib\info.pyo", line 188, in Setup
  14. File "lib\info.pyo", line 175, in Get
  15. File "lib\info.pyo", line 161, in GetLauncherInfoFunc
  16. File "lib\info.pyo", line 149, in GetLauncherInfo
  17. File "lib\decorators.pyo", line 20, in __call__
  18. File "lib\info.pyo", line 80, in GetInfoFromUrl
  19. File "lib\http.pyo", line 112, in get
  20. File "requests\api.pyo", line 59, in get
  21. File "requests\api.pyo", line 48, in request
  22. File "requests\sessions.pyo", line 442, in request
  23. File "requests\sessions.pyo", line 603, in merge_environment_settings
  24. File "requests\utils.pyo", line 516, in get_environ_proxies
  25. File "requests\utils.pyo", line 505, in should_bypass_proxies
  26. File "urllib.pyo", line 1575, in proxy_bypass
  27. File "urllib.pyo", line 1526, in proxy_bypass_registry
  28. UnicodeEncodeError: 'ascii' codec can't encode character u'\u203a' in position 123: ordinal not in range(128)
  29. Locals by frame, innermost last:
  30. Frame <module> in launcher.py at line 147:
  31. EnsureDirectoryIsWritable = <function EnsureDirectoryIsWritable at 0x02509BF0>
  32. Event = <class 'lib.analytics.objects.Event'>
  33. IsLowerFolderPrivsRun = <function IsLowerFolderPrivsRun at 0x02509C30>
  34. NoInternetError = <class 'lib.exceptions.NoInternetError'>
  35. ServerUnreachableException = <class 'lib.exceptions.ServerUnreachableException'>
  36. Shutdown = <function Shutdown at 0x038501F0>
  37. __builtins__ = <module '__builtin__' (built-in)>
  38. __doc__ = None
  39. __name__ = '__main__'
  40. __package__ = None
  41. esky = <module 'esky' from 'D:\Louis\CCP\launcher\appdata\EVE_Online_Launcher-2.2.859950.win32\library.zip\esky\__init__.pyo'>
  42. launcherApp = <module 'lib.ui.launcherApp' from 'D:\Louis\CCP\launcher\appdata\EVE_Online_Launcher-2.2.859950.win32\library.zip\lib\ui\launcherApp.pyo'>
  43. launcher_helper = <module 'lib.launcher_helper' from 'D:\Louis\CCP\launcher\appdata\EVE_Online_Launcher-2.2.859950.win32\library.zip\lib\launcher_helper.pyo'>
  44. log = <module 'lib.log' from 'D:\Louis\CCP\launcher\appdata\EVE_Online_Launcher-2.2.859950.win32\library.zip\lib\log.pyo'>
  45. main = <function main at 0x03969FB0>
  46. os = <module 'os' from 'D:\Louis\CCP\launcher\appdata\EVE_Online_Launcher-2.2.859950.win32\library.zip\os.pyo'>
  47. signal = <module 'signal' (built-in)>
  48. sys = <module 'sys' (built-in)>
  49. utilities = <module 'utilities' from 'D:\Louis\CCP\launcher\appdata\EVE_Online_Launcher-2.2.859950.win32\library.zip\utilities.pyo'>
  50. utils = <module 'lib.utils' from 'D:\Louis\CCP\launcher\appdata\EVE_Online_Launcher-2.2.859950.win32\library.zip\lib\utils.pyo'>
  51. winapitools = <module 'lib.winapitools' from 'D:\Louis\CCP\launcher\appdata\EVE_Online_Launcher-2.2.859950.win32\library.zip\lib\winapitools.pyo'>
  52. zipextimporter = <module 'zipextimporter' from 'D:\Louis\CCP\launcher\appdata\EVE_Online_Launcher-2.2.859950.win32\library.zip\zipextimporter.pyo'>
  53. zsync = <module 'zsync' from 'D:\Louis\CCP\launcher\appdata\EVE_Online_Launcher-2.2.859950.win32\library.zip\zsync\__init__.pyo'>
  54. Frame main in launcher.py at line 134:
  55. app = <lib.ui.launcherApp.LauncherApp; proxy of <Swig Object of type 'wxPyApp *' at 0x3905600> >
  56. controller = <module 'lib.controller' from 'D:\Louis\CCP\launcher\appdata\EVE_Online_Launcher-2.2.859950.win32\library.zip\lib\controller.pyo'>
  57. runtime = <lib.analytics.objects.Event object at 0x03847CD0>
  58. Frame __init__ in lib\controller.pyo at line 120:
  59. app = <lib.ui.launcherApp.LauncherApp; proxy of <Swig Object of type 'wxPyApp *' at 0x3905600> >
  60. self = <lib.controller.Controller instance at 0x03968440>
  61. Frame sendMessage in wx\lib\pubsub\core\arg1\publisher.pyo at line 36:
  62. data = None
  63. self = <wx.lib.pubsub.core.publisher.Publisher instance at 0x03857B20>
  64. self._PublisherBase__topicMgr = <wx.lib.pubsub.core.topicmgr.TopicManager instance at 0x038BC760>
  65. self._PublisherBase__treeConfig = <wx.lib.pubsub.core.treeconfig.TreeConfig instance at 0x03858CD8>
  66. topicMgr = <wx.lib.pubsub.core.topicmgr.TopicManager instance at 0x038BC760>
  67. topicName = 'app_init'
  68. topicObj = <wx.lib.pubsub.core.topicobj.Topic instance at 0x03974828>
  69. Frame publish in wx\lib\pubsub\core\arg1\publishermixin.pyo at line 23:
  70. data = None
  71. self = <wx.lib.pubsub.core.topicobj.Topic instance at 0x03974828>
  72. self._Topic__description = 'UNDOCUMENTED: created without spec'
  73. self._Topic__handlingUncaughtListenerExc = False
  74. self._Topic__listeners = {<wx.lib.pubsub.core.listenerimpl.Listener instance at 0x03978AA8>: <wx.lib.pubsub.core.listenerimpl.Listener instance at 0x03978AA8>}
  75. self._Topic__msgArgs = <wx.lib.pubsub.core.topicargspecimpl.ArgsInfo instance at 0x03970288>
  76. self._Topic__parentTopic = <weakref at 0399A9F0; to 'instance' at 038BC878>
  77. self._Topic__subTopics = {}
  78. self._Topic__tupleName = ('app_init',)
  79. self._Topic__validator = <wx.lib.pubsub.core.listenerimpl.ListenerValidator instance at 0x039786E8>
  80. self._treeConfig = <wx.lib.pubsub.core.treeconfig.TreeConfig instance at 0x03858CD8>
  81. Frame _publish in wx\lib\pubsub\core\topicobj.pyo at line 370:
  82. data = None
  83. iterState = None
  84. self = <wx.lib.pubsub.core.topicobj.Topic instance at 0x03974828>
  85. self._Topic__description = 'UNDOCUMENTED: created without spec'
  86. self._Topic__handlingUncaughtListenerExc = False
  87. self._Topic__listeners = {<wx.lib.pubsub.core.listenerimpl.Listener instance at 0x03978AA8>: <wx.lib.pubsub.core.listenerimpl.Listener instance at 0x03978AA8>}
  88. self._Topic__msgArgs = <wx.lib.pubsub.core.topicargspecimpl.ArgsInfo instance at 0x03970288>
  89. self._Topic__parentTopic = <weakref at 0399A9F0; to 'instance' at 038BC878>
  90. self._Topic__subTopics = {}
  91. self._Topic__tupleName = ('app_init',)
  92. self._Topic__validator = <wx.lib.pubsub.core.listenerimpl.ListenerValidator instance at 0x039786E8>
  93. self._treeConfig = <wx.lib.pubsub.core.treeconfig.TreeConfig instance at 0x03858CD8>
  94. Frame __sendMessage in wx\lib\pubsub\core\topicobj.pyo at line 395:
  95. data = None
  96. handler = None
  97. iterState = None
  98. listener = <wx.lib.pubsub.core.listenerimpl.Listener instance at 0x03978AA8>
  99. self = <wx.lib.pubsub.core.topicobj.Topic instance at 0x03974828>
  100. topicObj = <wx.lib.pubsub.core.topicobj.Topic instance at 0x03974828>
  101. Frame _mix_callListener in wx\lib\pubsub\core\arg1\publishermixin.pyo at line 34:
  102. data = None
  103. iterState = None
  104. listener = <wx.lib.pubsub.core.listenerimpl.Listener instance at 0x03978AA8>
  105. self = <wx.lib.pubsub.core.topicobj.Topic instance at 0x03974828>
  106. self._Topic__description = 'UNDOCUMENTED: created without spec'
  107. self._Topic__handlingUncaughtListenerExc = False
  108. self._Topic__listeners = {<wx.lib.pubsub.core.listenerimpl.Listener instance at 0x03978AA8>: <wx.lib.pubsub.core.listenerimpl.Listener instance at 0x03978AA8>}
  109. self._Topic__msgArgs = <wx.lib.pubsub.core.topicargspecimpl.ArgsInfo instance at 0x03970288>
  110. self._Topic__parentTopic = <weakref at 0399A9F0; to 'instance' at 038BC878>
  111. self._Topic__subTopics = {}
  112. self._Topic__tupleName = ('app_init',)
  113. self._Topic__validator = <wx.lib.pubsub.core.listenerimpl.ListenerValidator instance at 0x039786E8>
  114. self._treeConfig = <wx.lib.pubsub.core.treeconfig.TreeConfig instance at 0x03858CD8>
  115. Frame __call__ in wx\lib\pubsub\core\arg1\listenerimpl.pyo at line 51:
  116. actualTopic = <wx.lib.pubsub.core.topicobj.Topic instance at 0x03974828>
  117. cb = <bound method ?.OnInit of <lib.controller.Controller instance at 0x03968440>>
  118. data = None
  119. kwargs = {}
  120. msg = <wx.lib.pubsub.core.listenerimpl.Message instance at 0x039702B0>
  121. self = <wx.lib.pubsub.core.listenerimpl.Listener instance at 0x03978AA8>
  122. Frame OnInit in lib\controller.pyo at line 123:
  123. event = <wx.lib.pubsub.core.listenerimpl.Message instance at 0x039702B0>
  124. self = <lib.controller.Controller instance at 0x03968440>
  125. self.app = <lib.ui.launcherApp.LauncherApp; proxy of <Swig Object of type 'wxPyApp *' at 0x3905600> >
  126. self.folder = None
  127. self.settings = None
  128. self.upToDate = None
  129. self.view = None
  130. Frame InitializeLauncher in lib\initialization.pyo at line 199:
  131. folder = u'D:\\Louis\\CCP'
  132. launcherResourcesDir = u'D:\\Louis\\CCP\\launcher\\appdata\\EVE_Online_Launcher-2.2.859950.win32'
  133. Frame InitInfo in lib\initialization.pyo at line 47:
  134. cacheDir = u'D:\\Louis\\CCP\\launcher\\cache'
  135. folder = u'D:\\Louis\\CCP'
  136. name = 'Tranquility'
  137. server = 'TQ'
  138. Frame Setup in lib\info.pyo at line 188:
  139. cachedir = u'D:\\Louis\\CCP\\launcher\\cache'
  140. server = 'TQ'
  141. Frame Get in lib\info.pyo at line 175:
  142. cachedir = u'D:\\Louis\\CCP\\launcher\\cache'
  143. default = None
  144. path = ''
  145. server = 'TQ'
  146. Frame GetLauncherInfoFunc in lib\info.pyo at line 161:
  147. cachedir = u'D:\\Louis\\CCP\\launcher\\cache'
  148. server = 'TQ'
  149. Frame GetLauncherInfo in lib\info.pyo at line 149:
  150. cachedir = u'D:\\Louis\\CCP\\launcher\\cache'
  151. infoPath = u'D:\\Louis\\CCP\\launcher\\cache\\win_launcherinfoTQ_inc.txt'
  152. server = 'TQ'
  153. url = 'https://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
  154. Frame __call__ in lib\decorators.pyo at line 20:
  155. args = ('https://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt', u'D:\\Louis\\CCP\\launcher\\cache\\win_launcherinfoTQ_inc.txt')
  156. self = <lib.decorators.memoize instance at 0x02C8BAF8>
  157. Frame GetInfoFromUrl in lib\info.pyo at line 92:
  158. directory = u'D:\\Louis\\CCP\\launcher\\cache'
  159. path = u'D:\\Louis\\CCP\\launcher\\cache\\win_launcherinfoTQ_inc.txt'
  160. url = 'https://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
  161. Frame get in lib\http.pyo at line 112:
  162. a = ('https://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt',)
  163. kw = {'headers': {'Logger': 'EVELauncher', 'pragma': 'no-cache', 'User-Agent': 'EVEOnlineLauncher/2.2.859950'}, 'hooks': {'response': <function LogHeaders at 0x0299E8F0>}, 'stream': True, 'timeout': 10, 'verify': 'D:\\Louis\\CCP\\launcher\\appdata\\EVE_Online_Launcher-2.2.859950.win32\\certs\\cacert.pem'}
  164. url = 'https://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
  165. Frame get in requests\api.pyo at line 59:
  166. kwargs = {'stream': True, 'verify': 'D:\\Louis\\CCP\\launcher\\appdata\\EVE_Online_Launcher-2.2.859950.win32\\certs\\cacert.pem', 'headers': {'Logger': 'EVELauncher', 'pragma': 'no-cache', 'User-Agent': 'EVEOnlineLauncher/2.2.859950'}, 'timeout': 10, 'hooks': {'response': <function LogHeaders at 0x0299E8F0>}, 'allow_redirects': True}
  167. url = 'https://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
  168. Frame request in requests\api.pyo at line 48:
  169. kwargs = {'stream': True, 'verify': 'D:\\Louis\\CCP\\launcher\\appdata\\EVE_Online_Launcher-2.2.859950.win32\\certs\\cacert.pem', 'headers': {'Logger': 'EVELauncher', 'pragma': 'no-cache', 'User-Agent': 'EVEOnlineLauncher/2.2.859950'}, 'timeout': 10, 'hooks': {'response': <function LogHeaders at 0x0299E8F0>}, 'allow_redirects': True}
  170. method = 'get'
  171. session = <requests.sessions.Session object at 0x091469F0>
  172. url = 'https://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
  173. Frame request in requests\sessions.pyo at line 442:
  174. allow_redirects = True
  175. auth = None
  176. cert = None
  177. cookies = None
  178. data = None
  179. files = None
  180. headers = {'Logger': 'EVELauncher', 'pragma': 'no-cache', 'User-Agent': 'EVEOnlineLauncher/2.2.859950'}
  181. hooks = {'response': <function LogHeaders at 0x0299E8F0>}
  182. method = 'get'
  183. params = None
  184. prep = <PreparedRequest [GET]>
  185. proxies = {}
  186. req = <Request [GET]>
  187. self = <requests.sessions.Session object at 0x091469F0>
  188. self.adapters = OrderedDict([('https://', <requests.adapters.HTTPAdapter object at 0x09146A50>), ('http://', <requests.adapters.HTTPAdapter object at 0x09146AD0>)])
  189. self.auth = None
  190. self.cert = None
  191. self.cookies = <<class 'requests.cookies.RequestsCookieJar'>[]>
  192. self.headers = {'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'python-requests/2.4.1 CPython/2.7.3 Windows/7'}
  193. self.hooks = {'response': []}
  194. self.max_redirects = 30
  195. self.params = {}
  196. self.proxies = {}
  197. self.redirect_cache = {}
  198. self.stream = False
  199. self.trust_env = True
  200. self.verify = True
  201. stream = True
  202. timeout = 10
  203. url = 'https://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
  204. verify = 'D:\\Louis\\CCP\\launcher\\appdata\\EVE_Online_Launcher-2.2.859950.win32\\certs\\cacert.pem'
  205. Frame merge_environment_settings in requests\sessions.pyo at line 603:
  206. cert = None
  207. proxies = {}
  208. self = <requests.sessions.Session object at 0x091469F0>
  209. self.adapters = OrderedDict([('https://', <requests.adapters.HTTPAdapter object at 0x09146A50>), ('http://', <requests.adapters.HTTPAdapter object at 0x09146AD0>)])
  210. self.auth = None
  211. self.cert = None
  212. self.cookies = <<class 'requests.cookies.RequestsCookieJar'>[]>
  213. self.headers = {'Connection': 'keep-alive', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'User-Agent': 'python-requests/2.4.1 CPython/2.7.3 Windows/7'}
  214. self.hooks = {'response': []}
  215. self.max_redirects = 30
  216. self.params = {}
  217. self.proxies = {}
  218. self.redirect_cache = {}
  219. self.stream = False
  220. self.trust_env = True
  221. self.verify = True
  222. stream = True
  223. url = 'https://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
  224. verify = 'D:\\Louis\\CCP\\launcher\\appdata\\EVE_Online_Launcher-2.2.859950.win32\\certs\\cacert.pem'
  225. Frame get_environ_proxies in requests\utils.pyo at line 516:
  226. url = 'https://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
  227. Frame should_bypass_proxies in requests\utils.pyo at line 507:
  228. get_proxy = <function <lambda> at 0x091CF8B0>
  229. netloc = 'client.eveonline.com'
  230. no_proxy = None
  231. url = 'https://client.eveonline.com/patches/win_launcherinfoTQ_inc.txt'
  232. Frame proxy_bypass in urllib.pyo at line 1575:
  233. host = 'client.eveonline.com'
  234. Frame proxy_bypass_registry in urllib.pyo at line 1529:
  235. _winreg = <module '_winreg' (built-in)>
  236. host = 'client.eveonline.com'
  237. internetSettings = <PyHKEY object at 0x08F68FF0>
  238. proxyEnable = 0
  239. re = <module 're' from 'D:\Louis\CCP\launcher\appdata\EVE_Online_Launcher-2.2.859950.win32\library.zip\re.pyo'>
Advertisement
Add Comment
Please, Sign In to add comment