Advertisement
Guest User

Untitled

a guest
May 4th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 115.41 KB | None | 0 0
  1. 2013-05-04 01:44:29,025 - root - initialization - INFO - ######################################### Logging Started ##########################################
  2. 2013-05-04 01:44:29,028 - root - info - INFO - server address: 'duality'
  3. 2013-05-04 01:44:29,039 - overrides - overrides - ERROR - No value set for resource u'DEFAULTDOMAIN'
  4. 2013-05-04 01:44:29,039 - overrides - overrides - INFO - Using domain: http://client.eveonline.com/patches/
  5. 2013-05-04 01:44:29,039 - root - info - INFO - Getting info file from http://client.eveonline.com/patches/win_launcherinfoDUALITY_inc.txt
  6. 2013-05-04 01:44:29,045 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTP connection (1): client.eveonline.com
  7. 2013-05-04 01:44:29,298 - root - initialization - INFO - Initialized launcher info for server: 'DUALITY'
  8. 2013-05-04 01:44:29,299 - root - usersettings - INFO - Cache dir: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache'
  9. 2013-05-04 01:44:29,299 - ch_exceptions - log - CH_LOG - Unable to load any user-settings.
  10. 2013-05-04 01:44:29,302 - overrides - overrides - ERROR - No value set for resource u'FORCELANGUAGE'
  11. 2013-05-04 01:44:29,302 - root - initialization - INFO - Initializing app with language: 'en'
  12. 2013-05-04 01:44:29,305 - ch_startup - log - CH_LOG - Launcher started
  13. 2013-05-04 01:44:29,305 - root - initialization - INFO - Log sending is disabled pending Splunk integration
  14. 2013-05-04 01:44:29,305 - root - initialization - INFO - Running from u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  15. 2013-05-04 01:44:29,305 - root - initialization - INFO - Working directory u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  16. 2013-05-04 01:44:29,306 - root - launcher - ERROR - Traceback (most recent call last):
  17. File "launcher.py", line 74, in main
  18. File "lib\controller.pyo", line 90, in __init__
  19. File "wx\lib\pubsub\pubsub1\pub.pyo", line 750, in sendMessage
  20. File "wx\lib\pubsub\pubsub1\pub.pyo", line 423, in sendMessage
  21. File "wx\lib\pubsub\pubsub1\pub.pyo", line 261, in sendMessage
  22. File "lib\controller.pyo", line 93, in OnInit
  23. File "lib\initialization.pyo", line 191, in InitializeLauncher
  24. File "lib\initialization.pyo", line 135, in EnableLogReporting
  25. File "lib\utils.pyo", line 122, in GetMachineOSName
  26. UnboundLocalError: local variable 'name' referenced before assignment
  27. Locals by frame, innermost last:
  28. Frame <module> in launcher.py at line 101:
  29. EnsureDirectoryIsWritable = <function EnsureDirectoryIsWritable at 0x026DFDB0>
  30. IsLowerFolderPrivsRun = <function IsLowerFolderPrivsRun at 0x026DFDF0>
  31. NoInternetError = <class 'lib.exceptions.NoInternetError'>
  32. ServerUnreachableException = <class 'lib.exceptions.ServerUnreachableException'>
  33. Shutdown = <function Shutdown at 0x0433EFB0>
  34. __builtins__ = <module '__builtin__' (built-in)>
  35. __doc__ = None
  36. __name__ = '__main__'
  37. __package__ = None
  38. esky = <module 'esky' from 'C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata\EVE_Online_Launcher-2.1.528627-beta.3.win32\library.zip\esky\__init__.pyo'>
  39. lh = <module 'lib.launcher_helper' from 'C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata\EVE_Online_Launcher-2.1.528627-beta.3.win32\library.zip\lib\launcher_helper.pyo'>
  40. lib = <module 'lib' from 'C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata\EVE_Online_Launcher-2.1.528627-beta.3.win32\library.zip\lib\__init__.pyo'>
  41. main = <function main at 0x04345970>
  42. os = <module 'os' from 'C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata\EVE_Online_Launcher-2.1.528627-beta.3.win32\library.zip\os.pyo'>
  43. signal = <module 'signal' (built-in)>
  44. sys = <module 'sys' (built-in)>
  45. utilities = <module 'utilities' from 'C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata\EVE_Online_Launcher-2.1.528627-beta.3.win32\library.zip\utilities.pyo'>
  46. zipextimporter = <module 'zipextimporter' from 'C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata\EVE_Online_Launcher-2.1.528627-beta.3.win32\library.zip\zipextimporter.pyo'>
  47. Frame main in launcher.py at line 91:
  48. app = <lib.ui.launcherApp.LauncherApp; proxy of <Swig Object of type 'wxPyApp *' at 0x4379ad8> >
  49. Frame __init__ in lib\controller.pyo at line 90:
  50. app = <lib.ui.launcherApp.LauncherApp; proxy of <Swig Object of type 'wxPyApp *' at 0x4379ad8> >
  51. publisher = <wx.lib.pubsub.pub.PublisherClass instance at 0x0420F558>
  52. self = <lib.controller.Controller instance at 0x0433FA80>
  53. Frame sendMessage in wx\lib\pubsub\pubsub1\pub.pyo at line 750:
  54. aTopic = (1,)
  55. data = None
  56. message = <wx.lib.pubsub.core.datamsg.Message instance at 0x0434C080>
  57. onTopicNeverCreated = None
  58. self = <wx.lib.pubsub.pub.PublisherClass instance at 0x0420F558>
  59. self._PublisherClass__deliveryCount = 0
  60. self._PublisherClass__messageCount = 1
  61. self._PublisherClass__topicTree = <wx.lib.pubsub.pub._TopicTreeRoot instance at 0x0420F6C0>
  62. topic = 1
  63. Frame sendMessage in wx\lib\pubsub\pubsub1\pub.pyo at line 423:
  64. deliveryCount = 0
  65. message = <wx.lib.pubsub.core.datamsg.Message instance at 0x0434C080>
  66. node = <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04342468>
  67. onTopicNeverCreated = None
  68. self = <wx.lib.pubsub.pub._TopicTreeRoot instance at 0x0420F6C0>
  69. self._TopicTreeNode__callables = []
  70. self._TopicTreeNode__onDeadListenerWeakCB = <wx.lib.pubsub.core.weakmethod.WeakMethod at 69269944>
  71. self._TopicTreeNode__subtopics = {0: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04342A80>, 1: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04342468>, 2: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04342B48>, 3: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04344170>, 4: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x
  72. self._TopicTreeNode__topicPath = ('',)
  73. self._TopicTreeRoot__callbackDict = {<wx.lib.pubsub.core.weakmethod.WeakMethod at 70566136>: [<weakref at 04349510; to 'instance' at 04344F80>], <wx.lib.pubsub.core.weakmethod.WeakMethod at 70566336>: [<weakref at 04349570; to 'instance' at 043440A8>], <wx.lib.pubsub.core.weakmethod.WeakMethod at 70567336>: [<weakref at 04349750; to '
  74. self._TopicTreeRoot__callbackDictCleanup = 0
  75. topic = (1,)
  76. topicItem = 1
  77. Frame sendMessage in wx\lib\pubsub\pubsub1\pub.pyo at line 261:
  78. cb = <wx.lib.pubsub.core.weakmethod.WeakMethod at 70533208>
  79. deliveryCount = 0
  80. listener = <bound method Controller.OnInit of <lib.controller.Controller instance at 0x0433FA80>>
  81. message = <wx.lib.pubsub.core.datamsg.Message instance at 0x0434C080>
  82. self = <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04342468>
  83. self._TopicTreeNode__callables = [<wx.lib.pubsub.core.weakmethod.WeakMethod at 70533208>]
  84. self._TopicTreeNode__onDeadListenerWeakCB = <wx.lib.pubsub.core.weakmethod.WeakMethod at 69269944>
  85. self._TopicTreeNode__subtopics = {}
  86. self._TopicTreeNode__topicPath = (1,)
  87. Frame OnInit in lib\controller.pyo at line 93:
  88. evt = <wx.lib.pubsub.core.datamsg.Message instance at 0x0434C080>
  89. self = <lib.controller.Controller instance at 0x0433FA80>
  90. self.app = <lib.ui.launcherApp.LauncherApp; proxy of <Swig Object of type 'wxPyApp *' at 0x4379ad8> >
  91. self.buildConfiguration = {}
  92. self.folder = None
  93. self.settings = None
  94. self.view = None
  95. Frame InitializeLauncher in lib\initialization.pyo at line 191:
  96. folder = u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  97. launcherResourcesDir = u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528627-beta.3.win32'
  98. settings = <lib.userSettings.UserSettings instance at 0x0775B9E0>
  99. Frame EnableLogReporting in lib\initialization.pyo at line 135:
  100. client = {'usescriptindexfiles': '1', 'appname': 'EVE', 'region': 'ccp', 'socketio': 'iocp', 'sync': '527910', 'server': 'duality', 'edition': 'premium', 'version': '8.22', 'role': 'client', 'build': '527910', 'branch': '//depot/games/branches/staging/EVE-2013-R2-BARRY/eve', 'aid': '0', 'codename': 'EVE-EVE-
  101. folder = u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  102. languageFromLocale = 'en-us'
  103. languageToUse = 'en'
  104. logs = ['Log sending is disabled pending Splunk integration', "Running from u'C:\\\\Users\\\\StoplookingatmynameCCP\\\\Desktop\\\\EVE'", "Working directory u'C:\\\\Users\\\\StoplookingatmynameCCP\\\\Desktop\\\\EVE'"]
  105. message = 'disabled pending Splunk integration'
  106. settings = <lib.userSettings.UserSettings instance at 0x0775B9E0>
  107. Frame GetMachineOSName in lib\utils.pyo at line 122:
  108. majorVersion = 6
  109. minorVersion = 2
  110. osInfoDict = sys.getwindowsversion(major=6, minor=2, build=9200, platform=2, service_pack='')
  111. Traceback (most recent call last):
  112. File "launcher.py", line 74, in main
  113. File "lib\controller.pyo", line 90, in __init__
  114. File "wx\lib\pubsub\pubsub1\pub.pyo", line 750, in sendMessage
  115. File "wx\lib\pubsub\pubsub1\pub.pyo", line 423, in sendMessage
  116. File "wx\lib\pubsub\pubsub1\pub.pyo", line 261, in sendMessage
  117. File "lib\controller.pyo", line 93, in OnInit
  118. File "lib\initialization.pyo", line 191, in InitializeLauncher
  119. File "lib\initialization.pyo", line 135, in EnableLogReporting
  120. File "lib\utils.pyo", line 122, in GetMachineOSName
  121. UnboundLocalError: local variable 'name' referenced before assignment
  122. 2013-05-04 01:44:29,306 - root - launcherapp - INFO - Show Exception Dialog, data: 'Traceback (most recent call last):\n File "launcher.py", line 74, in main\n File "lib\\controller.pyo", line 90, in __init__\n File "wx\\lib\\pubsub\\pubsub1\\pub.pyo", line 750, in sendMessage\n File "wx\\lib\\pubsub\\pubsub1\\pub.pyo", line 423, in sendMessage\n File "wx\\lib\\pubsub\\pubsub1\\pub.pyo", line 261, in sendMessage\n File "lib\\controller.pyo", line 93, in OnInit\n File "lib\\initialization.pyo", line 191, in InitializeLauncher\n File "lib\\initialization.pyo", line 135, in EnableLogReporting\n File "lib\\utils.pyo", line 122, in GetMachineOSName\nUnboundLocalError: local variable \'name\' referenced before assignment\n Locals by frame, innermost last:\n Frame <module> in launcher.py at line 101:\n EnsureDirectoryIsWritable = <function EnsureDirectoryIsWritable at 0x026DFDB0>\n IsLowerFolderPrivsRun = <function IsLowerFolderPrivsRun at 0x026DFDF0>\n NoInternetError = <class \'lib.exceptions.NoInternetError\'>\n ServerUnreachableException = <class \'lib.exceptions.ServerUnreachableException\'>\n Shutdown = <function Shutdown at 0x0433EFB0>\n __builtins__ = <module \'__builtin__\' (built-in)>\n __doc__ = None\n __name__ = \'__main__\'\n __package__ = None\n esky = <module \'esky\' from \'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528627-beta.3.win32\\library.zip\\esky\\__init__.pyo\'>\n lh = <module \'lib.launcher_helper\' from \'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528627-beta.3.win32\\library.zip\\lib\\launcher_helper.pyo\'>\n lib = <module \'lib\' from \'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528627-beta.3.win32\\library.zip\\lib\\__init__.pyo\'>\n main = <function main at 0x04345970>\n os = <module \'os\' from \'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528627-beta.3.win32\\library.zip\\os.pyo\'>\n signal = <module \'signal\' (built-in)>\n sys = <module \'sys\' (built-in)>\n utilities = <module \'utilities\' from \'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528627-beta.3.win32\\library.zip\\utilities.pyo\'>\n zipextimporter = <module \'zipextimporter\' from \'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528627-beta.3.win32\\library.zip\\zipextimporter.pyo\'>\n Frame main in launcher.py at line 91:\n app = <lib.ui.launcherApp.LauncherApp; proxy of <Swig Object of type \'wxPyApp *\' at 0x4379ad8> >\n Frame __init__ in lib\\controller.pyo at line 90:\n app = <lib.ui.launcherApp.LauncherApp; proxy of <Swig Object of type \'wxPyApp *\' at 0x4379ad8> >\n publisher = <wx.lib.pubsub.pub.PublisherClass instance at 0x0420F558>\n self = <lib.controller.Controller instance at 0x0433FA80>\n Frame sendMessage in wx\\lib\\pubsub\\pubsub1\\pub.pyo at line 750:\n aTopic = (1,)\n data = None\n message = <wx.lib.pubsub.core.datamsg.Message instance at 0x0434C080>\n onTopicNeverCreated = None\n self = <wx.lib.pubsub.pub.PublisherClass instance at 0x0420F558>\n self._PublisherClass__deliveryCount = 0\n self._PublisherClass__messageCount = 1\n self._PublisherClass__topicTree = <wx.lib.pubsub.pub._TopicTreeRoot instance at 0x0420F6C0>\n topic = 1\n Frame sendMessage in wx\\lib\\pubsub\\pubsub1\\pub.pyo at line 423:\n deliveryCount = 0\n message = <wx.lib.pubsub.core.datamsg.Message instance at 0x0434C080>\n node = <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04342468>\n onTopicNeverCreated = None\n self = <wx.lib.pubsub.pub._TopicTreeRoot instance at 0x0420F6C0>\n self._TopicTreeNode__callables = []\n self._TopicTreeNode__onDeadListenerWeakCB = <wx.lib.pubsub.core.weakmethod.WeakMethod at 69269944>\n self._TopicTreeNode__subtopics = {0: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04342A80>, 1: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04342468>, 2: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04342B48>, 3: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04344170>, 4: <wx.lib.pubsub.pub._TopicTreeNode instance at 0x\n self._TopicTreeNode__topicPath = (\'\',)\n self._TopicTreeRoot__callbackDict = {<wx.lib.pubsub.core.weakmethod.WeakMethod at 70566136>: [<weakref at 04349510; to \'instance\' at 04344F80>], <wx.lib.pubsub.core.weakmethod.WeakMethod at 70566336>: [<weakref at 04349570; to \'instance\' at 043440A8>], <wx.lib.pubsub.core.weakmethod.WeakMethod at 70567336>: [<weakref at 04349750; to \'\n self._TopicTreeRoot__callbackDictCleanup = 0\n topic = (1,)\n topicItem = 1\n Frame sendMessage in wx\\lib\\pubsub\\pubsub1\\pub.pyo at line 261:\n cb = <wx.lib.pubsub.core.weakmethod.WeakMethod at 70533208>\n deliveryCount = 0\n listener = <bound method Controller.OnInit of <lib.controller.Controller instance at 0x0433FA80>>\n message = <wx.lib.pubsub.core.datamsg.Message instance at 0x0434C080>\n self = <wx.lib.pubsub.pub._TopicTreeNode instance at 0x04342468>\n self._TopicTreeNode__callables = [<wx.lib.pubsub.core.weakmethod.WeakMethod at 70533208>]\n self._TopicTreeNode__onDeadListenerWeakCB = <wx.lib.pubsub.core.weakmethod.WeakMethod at 69269944>\n self._TopicTreeNode__subtopics = {}\n self._TopicTreeNode__topicPath = (1,)\n Frame OnInit in lib\\controller.pyo at line 93:\n evt = <wx.lib.pubsub.core.datamsg.Message instance at 0x0434C080>\n self = <lib.controller.Controller instance at 0x0433FA80>\n self.app = <lib.ui.launcherApp.LauncherApp; proxy of <Swig Object of type \'wxPyApp *\' at 0x4379ad8> >\n self.buildConfiguration = {}\n self.folder = None\n self.settings = None\n self.view = None\n Frame InitializeLauncher in lib\\initialization.pyo at line 191:\n folder = u\'C:\\\\Users\\\\StoplookingatmynameCCP\\\\Desktop\\\\EVE\'\n launcherResourcesDir = u\'C:\\\\Users\\\\StoplookingatmynameCCP\\\\Desktop\\\\EVE\\\\launcher\\\\appdata\\\\EVE_Online_Launcher-2.1.528627-beta.3.win32\'\n settings = <lib.userSettings.UserSettings instance at 0x0775B9E0>\n Frame EnableLogReporting in lib\\initialization.pyo at line 135:\n client = {\'usescriptindexfiles\': \'1\', \'appname\': \'EVE\', \'region\': \'ccp\', \'socketio\': \'iocp\', \'sync\': \'527910\', \'server\': \'duality\', \'edition\': \'premium\', \'version\': \'8.22\', \'role\': \'client\', \'build\': \'527910\', \'branch\': \'//depot/games/branches/staging/EVE-2013-R2-BARRY/eve\', \'aid\': \'0\', \'codename\': \'EVE-EVE-\n folder = u\'C:\\\\Users\\\\StoplookingatmynameCCP\\\\Desktop\\\\EVE\'\n languageFromLocale = \'en-us\'\n languageToUse = \'en\'\n logs = [\'Log sending is disabled pending Splunk integration\', "Running from u\'C:\\\\\\\\Users\\\\\\\\StoplookingatmynameCCP\\\\\\\\Desktop\\\\\\\\EVE\'", "Working directory u\'C:\\\\\\\\Users\\\\\\\\StoplookingatmynameCCP\\\\\\\\Desktop\\\\\\\\EVE\'"]\n message = \'disabled pending Splunk integration\'\n settings = <lib.userSettings.UserSettings instance at 0x0775B9E0>\n Frame GetMachineOSName in lib\\utils.pyo at line 122:\n majorVersion = 6\n minorVersion = 2\n osInfoDict = sys.getwindowsversion(major=6, minor=2, build=9200, platform=2, service_pack=\'\')\n'
  123. 2013-05-04 01:44:36,029 - root - log - INFO - Shutting down launcher
  124. 2013-05-04 01:55:26,676 - root - initialization - INFO - ######################################### Logging Started ##########################################
  125. 2013-05-04 01:55:26,677 - root - info - INFO - server address: '87.237.38.50'
  126. 2013-05-04 01:55:26,687 - overrides - overrides - ERROR - No value set for resource u'DEFAULTDOMAIN'
  127. 2013-05-04 01:55:26,687 - overrides - overrides - INFO - Using domain: http://client.eveonline.com/patches/
  128. 2013-05-04 01:55:26,687 - root - info - INFO - Getting info file from http://client.eveonline.com/patches/win_launcherinfoSISI_inc.txt
  129. 2013-05-04 01:55:26,691 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTP connection (1): client.eveonline.com
  130. 2013-05-04 01:55:26,943 - root - initialization - INFO - Initialized launcher info for server: 'SISI'
  131. 2013-05-04 01:55:26,943 - root - usersettings - INFO - Cache dir: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache'
  132. 2013-05-04 01:55:26,943 - ch_exceptions - log - CH_LOG - Unable to load any user-settings.
  133. 2013-05-04 01:55:26,946 - overrides - overrides - ERROR - No value set for resource u'FORCELANGUAGE'
  134. 2013-05-04 01:55:26,946 - root - initialization - INFO - Initializing app with language: 'en'
  135. 2013-05-04 01:55:26,947 - root - log - INFO - Adding splunk logging to server at 'https://clientlogger.testeveonline.com'
  136. 2013-05-04 01:55:26,947 - ch_startup - log - CH_LOG - Launcher started
  137. 2013-05-04 01:55:26,948 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): clientlogger.testeveonline.com
  138. 2013-05-04 01:55:28,553 - root - initialization - INFO - Log sending is disabled pending Splunk integration
  139. 2013-05-04 01:55:28,555 - root - initialization - INFO - Running from u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  140. 2013-05-04 01:55:28,555 - root - initialization - INFO - Working directory u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  141. 2013-05-04 01:55:28,555 - root - initialization - INFO - {'LauncherSettings': {'Game Client Version': '527910', 'Game Server': 'SISI', 'Platform': 'Windows 8', 'Default Language': 'en-us', 'Local Version': '2.1.528861-beta.3', 'Chosen Language': 'en'}}
  142. 2013-05-04 01:55:28,621 - root - controller - INFO - Steam API initialized? False
  143. 2013-05-04 01:55:28,657 - browser - browser - INFO - cefbrowser initialized
  144. 2013-05-04 01:55:28,661 - root - assets - WARNING - cwd doesn't contain assets: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  145. 2013-05-04 01:55:28,674 - lib.torrent - torrent - INFO - ConnectionTimeout set to: 90
  146. 2013-05-04 01:55:28,680 - root - selfupdate - INFO - Appdata: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata
  147. 2013-05-04 01:55:28,680 - root - selfupdate - INFO - rightFolderName = EVE_Online_Launcher-2.1.528861-beta.3.win32
  148. 2013-05-04 01:55:28,680 - root - selfupdate - INFO - Cleanup deleting: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata\EVE_Online_Launcher-2.1.528627-beta.3.win32
  149. 2013-05-04 01:55:29,326 - root - selfupdate - INFO - Deletion successful
  150. 2013-05-04 01:55:29,328 - root - selfupdate - INFO - Local version: 2.1.528861-beta.3
  151. 2013-05-04 01:55:29,328 - root - selfupdate - INFO - cache dir: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\cache
  152. 2013-05-04 01:55:29,329 - root - selfupdate - INFO - Downloading update from https://web.ccpgamescdn.com/launcher/singularity/selfupdates.htm
  153. 2013-05-04 01:55:29,329 - root - controllerfunctions - WARNING - Could not retrieve steam token
  154. 2013-05-04 01:55:29,329 - overrides - overrides - WARNING - Detected region as ccp
  155. 2013-05-04 01:55:29,331 - root - controllerfunctions - INFO - landing page: 'https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility' backup page: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  156. 2013-05-04 01:55:29,332 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): client.testeveonline.com
  157. 2013-05-04 01:55:30,605 - root - selfupdate - INFO - _links: {'': {u'2.1.528861-beta.3': {u'http://content.eveonline.com/EveOnlineLauncher/beta/EVE_Online_Launcher-2.1.528861-beta.3.win32.zip': 40}}, u'2.1.528627-beta.3': {}, u'2.1.528538-beta.3': {u'2.1.528627-beta.3': {u'EVE_Online_Launcher-2.1.528627-beta.3.win32.from-2.1.528538-beta.3.patch': 1}}, u'2.1.528861-beta.3': {u'2.1.528861-beta.3': {u'EVE_Online_Launcher-2.1.528861-beta.3.win32.from-2.1.528861-beta.3.patch': 1}}}
  158. 2013-05-04 01:55:30,605 - root - selfupdate - INFO - Downloading update from https://web.ccpgamescdn.com/launcher/singularity/selfupdates.htm
  159. 2013-05-04 01:55:30,819 - root - selfupdate - INFO - Found new version 2.1.528861-beta.3
  160. 2013-05-04 01:55:31,089 - browser - browser - INFO - Loading Url: u'https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility'
  161. 2013-05-04 01:55:31,089 - browser - browser - INFO - Registered backupUrl base as u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  162. 2013-05-04 01:55:34,936 - browser - browser - INFO - Received OnURLLoaded for URL=https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility (status: 200 | websites awaiting load: 0)
  163. 2013-05-04 01:55:36,292 - lib.stuffFileBuilder - stufffilebuilder - INFO - Mounted 101 files from C:\Users\StoplookingatmynameCCP\Desktop\EVE
  164. 2013-05-04 01:56:08,418 - root - controller - INFO - Found revision information for 44487 files.
  165. 2013-05-04 01:56:08,420 - lib.stuffFileBuilder - stufffilebuilder - INFO - Downloading build info from https://web.ccpgamescdn.com/launcher/singularity/flatres.ini
  166. 2013-05-04 01:56:08,420 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): web.ccpgamescdn.com
  167. 2013-05-04 01:56:08,803 - lib.torrent - torrent - INFO - Queuing https://web.ccpgamescdn.com/launcher/singularity/eve.torrent for normal download
  168. 2013-05-04 01:56:08,904 - lib.torrent - torrent - INFO - Dequeing normal download from https://web.ccpgamescdn.com/launcher/singularity/eve.torrent
  169. 2013-05-04 01:56:12,921 - root - controllerfunctions - INFO - Exiting launcher
  170. 2013-05-04 01:56:12,921 - root - controllerfunctions - INFO - disable
  171. 2013-05-04 01:56:12,924 - lib.torrent - torrent - INFO - signalling torrent thread to stop at Sat May 04 01:56:12 2013.
  172. 2013-05-04 01:56:43,901 - lib.torrent - torrent - ERROR - Error fetching revision for file C:\Users\StoplookingatmynameCCP\Desktop\EVE\EVE_Online_442745-453043_win.patch from disk
  173. Traceback (most recent call last):
  174. File "lib\torrent.pyo", line 580, in GetSHA1FromFile
  175. MemoryError
  176. 2013-05-04 01:56:44,010 - lib.torrent - torrent - ERROR - An unhandled exception occured.
  177. Traceback (most recent call last):
  178. File "lib\torrent.pyo", line 134, in run
  179. File "lib\torrent.pyo", line 151, in ProcessDownloadQueue
  180. File "lib\torrent.pyo", line 471, in DownloadTorrentFile
  181. File "lib\torrent.pyo", line 552, in GetHashesFromFilesystem
  182. File "lib\torrent.pyo", line 567, in GetRevisionForFile
  183. File "lib\torrent.pyo", line 580, in GetSHA1FromFile
  184. MemoryError
  185. 2013-05-04 01:56:44,365 - lib.stuffFileBuilder - stufffilebuilder - INFO - Signalling stuffFileBuilder thread to stop at Sat May 04 01:56:44 2013
  186. 2013-05-04 01:56:44,477 - root - controllerfunctions - INFO - done exiting
  187. 2013-05-04 01:56:44,627 - ch_status - log - CH_LOG - Launcher run successful
  188. 2013-05-04 01:56:44,727 - root - log - INFO - Shutting down launcher
  189. 2013-05-04 01:57:04,858 - root - initialization - INFO - ######################################### Logging Started ##########################################
  190. 2013-05-04 01:57:04,858 - root - info - INFO - server address: 'singularity'
  191. 2013-05-04 01:57:04,869 - overrides - overrides - ERROR - No value set for resource u'DEFAULTDOMAIN'
  192. 2013-05-04 01:57:04,869 - overrides - overrides - INFO - Using domain: http://client.eveonline.com/patches/
  193. 2013-05-04 01:57:04,869 - root - info - INFO - Getting info file from http://client.eveonline.com/patches/win_launcherinfoSISI_inc.txt
  194. 2013-05-04 01:57:04,875 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTP connection (1): client.eveonline.com
  195. 2013-05-04 01:57:05,140 - root - initialization - INFO - Initialized launcher info for server: 'SISI'
  196. 2013-05-04 01:57:05,140 - root - usersettings - INFO - Cache dir: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache'
  197. 2013-05-04 01:57:05,140 - ch_exceptions - log - CH_LOG - Unable to load any user-settings.
  198. 2013-05-04 01:57:05,142 - overrides - overrides - ERROR - No value set for resource u'FORCELANGUAGE'
  199. 2013-05-04 01:57:05,142 - root - initialization - INFO - Initializing app with language: 'en'
  200. 2013-05-04 01:57:05,144 - root - log - INFO - Adding splunk logging to server at 'https://clientlogger.testeveonline.com'
  201. 2013-05-04 01:57:05,144 - ch_startup - log - CH_LOG - Launcher started
  202. 2013-05-04 01:57:05,145 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): clientlogger.testeveonline.com
  203. 2013-05-04 01:57:06,852 - root - initialization - INFO - Log sending is disabled pending Splunk integration
  204. 2013-05-04 01:57:06,852 - root - initialization - INFO - Running from u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  205. 2013-05-04 01:57:06,852 - root - initialization - INFO - Working directory u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  206. 2013-05-04 01:57:06,854 - root - initialization - INFO - {'LauncherSettings': {'Game Client Version': '527910', 'Game Server': 'SISI', 'Platform': 'Windows 8', 'Default Language': 'en-us', 'Local Version': '2.1.528861-beta.3', 'Chosen Language': 'en'}}
  207. 2013-05-04 01:57:06,944 - root - controller - INFO - Steam API initialized? False
  208. 2013-05-04 01:57:06,967 - browser - browser - INFO - cefbrowser initialized
  209. 2013-05-04 01:57:06,970 - root - assets - WARNING - cwd doesn't contain assets: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  210. 2013-05-04 01:57:06,986 - lib.torrent - torrent - INFO - ConnectionTimeout set to: 90
  211. 2013-05-04 01:57:06,993 - root - selfupdate - INFO - Appdata: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata
  212. 2013-05-04 01:57:06,993 - root - selfupdate - INFO - rightFolderName = EVE_Online_Launcher-2.1.528861-beta.3.win32
  213. 2013-05-04 01:57:06,994 - root - selfupdate - INFO - Local version: 2.1.528861-beta.3
  214. 2013-05-04 01:57:06,996 - root - selfupdate - INFO - cache dir: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\cache
  215. 2013-05-04 01:57:06,996 - root - selfupdate - INFO - Downloading update from https://web.ccpgamescdn.com/launcher/singularity/selfupdates.htm
  216. 2013-05-04 01:57:06,996 - root - controllerfunctions - WARNING - Could not retrieve steam token
  217. 2013-05-04 01:57:06,996 - overrides - overrides - WARNING - Detected region as ccp
  218. 2013-05-04 01:57:06,996 - root - controllerfunctions - INFO - landing page: 'https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility' backup page: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  219. 2013-05-04 01:57:06,997 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): client.testeveonline.com
  220. 2013-05-04 01:57:07,135 - root - selfupdate - INFO - _links: {'': {u'2.1.528861-beta.3': {u'http://content.eveonline.com/EveOnlineLauncher/beta/EVE_Online_Launcher-2.1.528861-beta.3.win32.zip': 40}}, u'2.1.528627-beta.3': {}, u'2.1.528538-beta.3': {u'2.1.528627-beta.3': {u'EVE_Online_Launcher-2.1.528627-beta.3.win32.from-2.1.528538-beta.3.patch': 1}}, u'2.1.528861-beta.3': {u'2.1.528861-beta.3': {u'EVE_Online_Launcher-2.1.528861-beta.3.win32.from-2.1.528861-beta.3.patch': 1}}}
  221. 2013-05-04 01:57:07,135 - root - selfupdate - INFO - Downloading update from https://web.ccpgamescdn.com/launcher/singularity/selfupdates.htm
  222. 2013-05-04 01:57:07,315 - root - selfupdate - INFO - Found new version 2.1.528861-beta.3
  223. 2013-05-04 01:57:07,407 - lib.stuffFileBuilder - stufffilebuilder - INFO - Mounted 101 files from C:\Users\StoplookingatmynameCCP\Desktop\EVE
  224. 2013-05-04 01:57:07,417 - browser - browser - INFO - Loading Url: u'https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility'
  225. 2013-05-04 01:57:07,417 - browser - browser - INFO - Registered backupUrl base as u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  226. 2013-05-04 01:57:08,392 - browser - browser - INFO - Received OnURLLoaded for URL=https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility (status: 200 | websites awaiting load: 0)
  227. 2013-05-04 01:57:08,861 - root - controller - INFO - Found revision information for 44487 files.
  228. 2013-05-04 01:57:08,861 - lib.stuffFileBuilder - stufffilebuilder - INFO - Downloading build info from https://web.ccpgamescdn.com/launcher/singularity/flatres.ini
  229. 2013-05-04 01:57:08,862 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): web.ccpgamescdn.com
  230. 2013-05-04 01:57:09,240 - lib.torrent - torrent - INFO - Queuing https://web.ccpgamescdn.com/launcher/singularity/eve.torrent for normal download
  231. 2013-05-04 01:57:09,380 - lib.torrent - torrent - INFO - Dequeing normal download from https://web.ccpgamescdn.com/launcher/singularity/eve.torrent
  232. 2013-05-04 01:57:19,861 - lib.torrent - torrent - ERROR - Error fetching revision for file C:\Users\StoplookingatmynameCCP\Desktop\EVE\EVE_Online_442745-453043_win.patch from disk
  233. Traceback (most recent call last):
  234. File "lib\torrent.pyo", line 580, in GetSHA1FromFile
  235. MemoryError
  236. 2013-05-04 01:57:19,966 - lib.torrent - torrent - ERROR - An unhandled exception occured.
  237. Traceback (most recent call last):
  238. File "lib\torrent.pyo", line 134, in run
  239. File "lib\torrent.pyo", line 151, in ProcessDownloadQueue
  240. File "lib\torrent.pyo", line 471, in DownloadTorrentFile
  241. File "lib\torrent.pyo", line 552, in GetHashesFromFilesystem
  242. File "lib\torrent.pyo", line 567, in GetRevisionForFile
  243. File "lib\torrent.pyo", line 580, in GetSHA1FromFile
  244. MemoryError
  245. 2013-05-04 01:57:42,806 - root - controllerfunctions - INFO - Exiting launcher
  246. 2013-05-04 01:57:42,806 - root - controllerfunctions - INFO - disable
  247. 2013-05-04 01:57:42,809 - lib.torrent - torrent - INFO - signalling torrent thread to stop at Sat May 04 01:57:42 2013.
  248. 2013-05-04 01:57:42,872 - lib.stuffFileBuilder - stufffilebuilder - INFO - Signalling stuffFileBuilder thread to stop at Sat May 04 01:57:42 2013
  249. 2013-05-04 01:57:42,953 - root - controllerfunctions - INFO - done exiting
  250. 2013-05-04 01:57:43,111 - ch_status - log - CH_LOG - Launcher run successful
  251. 2013-05-04 01:57:43,213 - root - log - INFO - Shutting down launcher
  252. 2013-05-04 01:57:44,457 - root - initialization - INFO - ######################################### Logging Started ##########################################
  253. 2013-05-04 01:57:44,457 - root - info - INFO - server address: 'singularity'
  254. 2013-05-04 01:57:44,467 - overrides - overrides - ERROR - No value set for resource u'DEFAULTDOMAIN'
  255. 2013-05-04 01:57:44,469 - overrides - overrides - INFO - Using domain: http://client.eveonline.com/patches/
  256. 2013-05-04 01:57:44,469 - root - info - INFO - Getting info file from http://client.eveonline.com/patches/win_launcherinfoSISI_inc.txt
  257. 2013-05-04 01:57:44,473 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTP connection (1): client.eveonline.com
  258. 2013-05-04 01:57:44,733 - root - initialization - INFO - Initialized launcher info for server: 'SISI'
  259. 2013-05-04 01:57:44,733 - root - usersettings - INFO - Cache dir: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache'
  260. 2013-05-04 01:57:44,733 - ch_exceptions - log - CH_LOG - Unable to load any user-settings.
  261. 2013-05-04 01:57:44,736 - overrides - overrides - ERROR - No value set for resource u'FORCELANGUAGE'
  262. 2013-05-04 01:57:44,736 - root - initialization - INFO - Initializing app with language: 'en'
  263. 2013-05-04 01:57:44,739 - root - log - INFO - Adding splunk logging to server at 'https://clientlogger.testeveonline.com'
  264. 2013-05-04 01:57:44,739 - ch_startup - log - CH_LOG - Launcher started
  265. 2013-05-04 01:57:44,739 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): clientlogger.testeveonline.com
  266. 2013-05-04 01:57:46,165 - root - initialization - INFO - Log sending is disabled pending Splunk integration
  267. 2013-05-04 01:57:46,165 - root - initialization - INFO - Running from u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  268. 2013-05-04 01:57:46,165 - root - initialization - INFO - Working directory u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  269. 2013-05-04 01:57:46,167 - root - initialization - INFO - {'LauncherSettings': {'Game Client Version': '527910', 'Game Server': 'SISI', 'Platform': 'Windows 8', 'Default Language': 'en-us', 'Local Version': '2.1.528861-beta.3', 'Chosen Language': 'en'}}
  270. 2013-05-04 01:57:46,256 - root - controller - INFO - Steam API initialized? False
  271. 2013-05-04 01:57:46,276 - browser - browser - INFO - cefbrowser initialized
  272. 2013-05-04 01:57:46,279 - root - assets - WARNING - cwd doesn't contain assets: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  273. 2013-05-04 01:57:46,296 - lib.torrent - torrent - INFO - ConnectionTimeout set to: 90
  274. 2013-05-04 01:57:46,302 - root - selfupdate - INFO - Appdata: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata
  275. 2013-05-04 01:57:46,302 - root - selfupdate - INFO - rightFolderName = EVE_Online_Launcher-2.1.528861-beta.3.win32
  276. 2013-05-04 01:57:46,303 - root - selfupdate - INFO - Local version: 2.1.528861-beta.3
  277. 2013-05-04 01:57:46,303 - root - selfupdate - INFO - cache dir: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\cache
  278. 2013-05-04 01:57:46,305 - root - selfupdate - INFO - Downloading update from https://web.ccpgamescdn.com/launcher/singularity/selfupdates.htm
  279. 2013-05-04 01:57:46,305 - root - controllerfunctions - WARNING - Could not retrieve steam token
  280. 2013-05-04 01:57:46,305 - overrides - overrides - WARNING - Detected region as ccp
  281. 2013-05-04 01:57:46,305 - root - controllerfunctions - INFO - landing page: 'https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility' backup page: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  282. 2013-05-04 01:57:46,306 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): client.testeveonline.com
  283. 2013-05-04 01:57:46,469 - root - selfupdate - INFO - _links: {'': {u'2.1.528861-beta.3': {u'http://content.eveonline.com/EveOnlineLauncher/beta/EVE_Online_Launcher-2.1.528861-beta.3.win32.zip': 40}}, u'2.1.528627-beta.3': {}, u'2.1.528538-beta.3': {u'2.1.528627-beta.3': {u'EVE_Online_Launcher-2.1.528627-beta.3.win32.from-2.1.528538-beta.3.patch': 1}}, u'2.1.528861-beta.3': {u'2.1.528861-beta.3': {u'EVE_Online_Launcher-2.1.528861-beta.3.win32.from-2.1.528861-beta.3.patch': 1}}}
  284. 2013-05-04 01:57:46,469 - root - selfupdate - INFO - Downloading update from https://web.ccpgamescdn.com/launcher/singularity/selfupdates.htm
  285. 2013-05-04 01:57:46,621 - root - selfupdate - INFO - Found new version 2.1.528861-beta.3
  286. 2013-05-04 01:57:46,714 - lib.stuffFileBuilder - stufffilebuilder - INFO - Mounted 101 files from C:\Users\StoplookingatmynameCCP\Desktop\EVE
  287. 2013-05-04 01:57:46,755 - browser - browser - INFO - Loading Url: u'https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility'
  288. 2013-05-04 01:57:46,755 - browser - browser - INFO - Registered backupUrl base as u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  289. 2013-05-04 01:57:47,694 - browser - browser - INFO - Received OnURLLoaded for URL=https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility (status: 200 | websites awaiting load: 0)
  290. 2013-05-04 01:57:48,161 - root - controller - INFO - Found revision information for 44487 files.
  291. 2013-05-04 01:57:48,161 - lib.stuffFileBuilder - stufffilebuilder - INFO - Downloading build info from https://web.ccpgamescdn.com/launcher/singularity/flatres.ini
  292. 2013-05-04 01:57:48,161 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): web.ccpgamescdn.com
  293. 2013-05-04 01:57:48,542 - lib.torrent - torrent - INFO - Queuing https://web.ccpgamescdn.com/launcher/singularity/eve.torrent for normal download
  294. 2013-05-04 01:57:48,778 - lib.torrent - torrent - INFO - Dequeing normal download from https://web.ccpgamescdn.com/launcher/singularity/eve.torrent
  295. 2013-05-04 01:57:50,846 - root - controllerfunctions - INFO - Exiting launcher
  296. 2013-05-04 01:57:50,846 - root - controllerfunctions - INFO - disable
  297. 2013-05-04 01:57:50,849 - lib.torrent - torrent - INFO - signalling torrent thread to stop at Sat May 04 01:57:50 2013.
  298. 2013-05-04 01:57:59,302 - lib.torrent - torrent - ERROR - Error fetching revision for file C:\Users\StoplookingatmynameCCP\Desktop\EVE\EVE_Online_442745-453043_win.patch from disk
  299. Traceback (most recent call last):
  300. File "lib\torrent.pyo", line 580, in GetSHA1FromFile
  301. MemoryError
  302. 2013-05-04 01:57:59,405 - lib.torrent - torrent - ERROR - An unhandled exception occured.
  303. Traceback (most recent call last):
  304. File "lib\torrent.pyo", line 134, in run
  305. File "lib\torrent.pyo", line 151, in ProcessDownloadQueue
  306. File "lib\torrent.pyo", line 471, in DownloadTorrentFile
  307. File "lib\torrent.pyo", line 552, in GetHashesFromFilesystem
  308. File "lib\torrent.pyo", line 567, in GetRevisionForFile
  309. File "lib\torrent.pyo", line 580, in GetSHA1FromFile
  310. MemoryError
  311. 2013-05-04 01:57:59,760 - lib.stuffFileBuilder - stufffilebuilder - INFO - Signalling stuffFileBuilder thread to stop at Sat May 04 01:57:59 2013
  312. 2013-05-04 01:57:59,801 - root - controllerfunctions - INFO - done exiting
  313. 2013-05-04 01:57:59,977 - ch_status - log - CH_LOG - Launcher run successful
  314. 2013-05-04 01:58:00,078 - root - log - INFO - Shutting down launcher
  315. 2013-05-04 01:58:15,017 - root - initialization - INFO - ######################################### Logging Started ##########################################
  316. 2013-05-04 01:58:15,019 - root - info - INFO - server address: 'duality'
  317. 2013-05-04 01:58:15,029 - overrides - overrides - ERROR - No value set for resource u'DEFAULTDOMAIN'
  318. 2013-05-04 01:58:15,029 - overrides - overrides - INFO - Using domain: http://client.eveonline.com/patches/
  319. 2013-05-04 01:58:15,029 - root - info - INFO - Getting info file from http://client.eveonline.com/patches/win_launcherinfoDUALITY_inc.txt
  320. 2013-05-04 01:58:15,035 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTP connection (1): client.eveonline.com
  321. 2013-05-04 01:58:15,286 - root - initialization - INFO - Initialized launcher info for server: 'DUALITY'
  322. 2013-05-04 01:58:15,286 - root - usersettings - INFO - Cache dir: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache'
  323. 2013-05-04 01:58:15,286 - ch_exceptions - log - CH_LOG - Unable to load any user-settings.
  324. 2013-05-04 01:58:15,289 - overrides - overrides - ERROR - No value set for resource u'FORCELANGUAGE'
  325. 2013-05-04 01:58:15,289 - root - initialization - INFO - Initializing app with language: 'en'
  326. 2013-05-04 01:58:15,292 - ch_startup - log - CH_LOG - Launcher started
  327. 2013-05-04 01:58:15,292 - root - initialization - INFO - Log sending is disabled pending Splunk integration
  328. 2013-05-04 01:58:15,292 - root - initialization - INFO - Running from u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  329. 2013-05-04 01:58:15,292 - root - initialization - INFO - Working directory u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  330. 2013-05-04 01:58:15,292 - root - initialization - INFO - {'LauncherSettings': {'Game Client Version': '527910', 'Game Server': 'DUALITY', 'Platform': 'Windows 8', 'Default Language': 'en-us', 'Local Version': '2.1.528861-beta.3', 'Chosen Language': 'en'}}
  331. 2013-05-04 01:58:15,358 - root - controller - INFO - Steam API initialized? False
  332. 2013-05-04 01:58:15,377 - browser - browser - INFO - cefbrowser initialized
  333. 2013-05-04 01:58:15,381 - root - assets - WARNING - cwd doesn't contain assets: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  334. 2013-05-04 01:58:15,397 - lib.torrent - torrent - INFO - ConnectionTimeout set to: 90
  335. 2013-05-04 01:58:15,400 - root - selfupdate - INFO - Appdata: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata
  336. 2013-05-04 01:58:15,401 - root - selfupdate - INFO - rightFolderName = EVE_Online_Launcher-2.1.528861-beta.3.win32
  337. 2013-05-04 01:58:15,401 - root - selfupdate - INFO - Local version: 2.1.528861-beta.3
  338. 2013-05-04 01:58:15,403 - root - selfupdate - INFO - cache dir: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\cache
  339. 2013-05-04 01:58:15,403 - root - selfupdate - ERROR - Verison finder never initiated! SelfUpdate failed
  340. 2013-05-04 01:58:15,404 - root - controllerfunctions - WARNING - Could not retrieve steam token
  341. 2013-05-04 01:58:15,404 - overrides - overrides - WARNING - Detected region as ccp
  342. 2013-05-04 01:58:15,404 - root - controllerfunctions - INFO - landing page: 'http://client.eveonline.com/launcher/en?steam_token=&server=tranquility' backup page: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  343. 2013-05-04 01:58:15,404 - browser - browser - INFO - Loading Url: u'http://client.eveonline.com/launcher/en?steam_token=&server=tranquility'
  344. 2013-05-04 01:58:15,404 - browser - browser - INFO - Registered backupUrl base as u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  345. 2013-05-04 01:58:16,947 - browser - browser - INFO - Received OnURLLoaded for URL=http://client.eveonline.com/launcher/en?steam_token=&server=tranquility (status: 200 | websites awaiting load: 0)
  346. 2013-05-04 01:58:29,773 - root - controllerfunctions - INFO - Exiting launcher
  347. 2013-05-04 01:58:29,775 - root - controllerfunctions - INFO - disable
  348. 2013-05-04 01:58:29,776 - lib.torrent - torrent - INFO - signalling torrent thread to stop at Sat May 04 01:58:29 2013.
  349. 2013-05-04 01:58:29,933 - lib.stuffFileBuilder - stufffilebuilder - INFO - Signalling stuffFileBuilder thread to stop at Sat May 04 01:58:29 2013
  350. 2013-05-04 01:58:30,177 - root - controllerfunctions - INFO - done exiting
  351. 2013-05-04 01:58:30,204 - ch_status - log - CH_LOG - Launcher run successful
  352. 2013-05-04 01:58:30,204 - root - log - INFO - Shutting down launcher
  353. 2013-05-04 01:58:31,115 - root - initialization - INFO - ######################################### Logging Started ##########################################
  354. 2013-05-04 01:58:31,115 - root - info - INFO - server address: 'duality'
  355. 2013-05-04 01:58:31,127 - overrides - overrides - ERROR - No value set for resource u'DEFAULTDOMAIN'
  356. 2013-05-04 01:58:31,127 - overrides - overrides - INFO - Using domain: http://client.eveonline.com/patches/
  357. 2013-05-04 01:58:31,127 - root - info - INFO - Getting info file from http://client.eveonline.com/patches/win_launcherinfoDUALITY_inc.txt
  358. 2013-05-04 01:58:31,131 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTP connection (1): client.eveonline.com
  359. 2013-05-04 01:58:31,391 - root - initialization - INFO - Initialized launcher info for server: 'DUALITY'
  360. 2013-05-04 01:58:31,391 - root - usersettings - INFO - Cache dir: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache'
  361. 2013-05-04 01:58:31,391 - ch_exceptions - log - CH_LOG - Unable to load any user-settings.
  362. 2013-05-04 01:58:31,394 - overrides - overrides - ERROR - No value set for resource u'FORCELANGUAGE'
  363. 2013-05-04 01:58:31,394 - root - initialization - INFO - Initializing app with language: 'en'
  364. 2013-05-04 01:58:31,397 - ch_startup - log - CH_LOG - Launcher started
  365. 2013-05-04 01:58:31,397 - root - initialization - INFO - Log sending is disabled pending Splunk integration
  366. 2013-05-04 01:58:31,398 - root - initialization - INFO - Running from u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  367. 2013-05-04 01:58:31,398 - root - initialization - INFO - Working directory u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  368. 2013-05-04 01:58:31,398 - root - initialization - INFO - {'LauncherSettings': {'Game Client Version': '527910', 'Game Server': 'DUALITY', 'Platform': 'Windows 8', 'Default Language': 'en-us', 'Local Version': '2.1.528861-beta.3', 'Chosen Language': 'en'}}
  369. 2013-05-04 01:58:31,490 - root - controller - INFO - Steam API initialized? False
  370. 2013-05-04 01:58:31,510 - browser - browser - INFO - cefbrowser initialized
  371. 2013-05-04 01:58:31,513 - root - assets - WARNING - cwd doesn't contain assets: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  372. 2013-05-04 01:58:31,529 - lib.torrent - torrent - INFO - ConnectionTimeout set to: 90
  373. 2013-05-04 01:58:31,532 - root - selfupdate - INFO - Appdata: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata
  374. 2013-05-04 01:58:31,532 - root - selfupdate - INFO - rightFolderName = EVE_Online_Launcher-2.1.528861-beta.3.win32
  375. 2013-05-04 01:58:31,533 - root - selfupdate - INFO - Local version: 2.1.528861-beta.3
  376. 2013-05-04 01:58:31,535 - root - selfupdate - INFO - cache dir: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\cache
  377. 2013-05-04 01:58:31,535 - root - selfupdate - ERROR - Verison finder never initiated! SelfUpdate failed
  378. 2013-05-04 01:58:31,535 - root - controllerfunctions - WARNING - Could not retrieve steam token
  379. 2013-05-04 01:58:31,535 - overrides - overrides - WARNING - Detected region as ccp
  380. 2013-05-04 01:58:31,536 - root - controllerfunctions - INFO - landing page: 'http://client.eveonline.com/launcher/en?steam_token=&server=tranquility' backup page: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  381. 2013-05-04 01:58:31,536 - browser - browser - INFO - Loading Url: u'http://client.eveonline.com/launcher/en?steam_token=&server=tranquility'
  382. 2013-05-04 01:58:31,536 - browser - browser - INFO - Registered backupUrl base as u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  383. 2013-05-04 01:58:32,216 - browser - browser - INFO - Received OnURLLoaded for URL=http://client.eveonline.com/launcher/en?steam_token=&server=tranquility (status: 200 | websites awaiting load: 0)
  384. 2013-05-04 01:58:35,766 - root - controllerfunctions - INFO - Exiting launcher
  385. 2013-05-04 01:58:35,766 - root - controllerfunctions - INFO - disable
  386. 2013-05-04 01:58:35,769 - lib.torrent - torrent - INFO - signalling torrent thread to stop at Sat May 04 01:58:35 2013.
  387. 2013-05-04 01:58:35,799 - lib.stuffFileBuilder - stufffilebuilder - INFO - Signalling stuffFileBuilder thread to stop at Sat May 04 01:58:35 2013
  388. 2013-05-04 01:58:36,048 - root - controllerfunctions - INFO - done exiting
  389. 2013-05-04 01:58:36,075 - ch_status - log - CH_LOG - Launcher run successful
  390. 2013-05-04 01:58:36,075 - root - log - INFO - Shutting down launcher
  391. 2013-05-04 01:58:47,558 - initialization - INFO - ######################################### Logging Started ##########################################
  392. 2013-05-04 01:58:47,559 - update - INFO - server address: '87.237.38.50'
  393. 2013-05-04 01:58:47,559 - info - INFO - Getting Info from http://client.eveonline.com/patches/win_launcherinfoSISI_inc.txt
  394. 2013-05-04 01:58:47,559 - urllib2mods - WARNING - Request: ['GET /patches/win_launcherinfoSISI_inc.txt HTTP/1.1', 'Host: client.eveonline.com', 'User-Agent: EVEOnlineLauncher/1.32', 'Connection: close', 'Pragma: no-cache', 'Accept-Encoding: gzip']
  395. 2013-05-04 01:58:47,792 - urllib2mods - INFO - Received 'gzip' encoded response
  396. 2013-05-04 01:58:47,792 - urllib2mods - WARNING - Response: ['Content-Type: text/plain', 'Content-Encoding: gzip', 'Last-Modified: Tue, 30 Apr 2013 16:55:20 GMT', 'Accept-Ranges: bytes', 'ETag: "32c4d37fc345ce1:0"', 'Vary: Accept-Encoding', 'Server: Microsoft-IIS/7.5', 'X-Powered-By: ASP.NET', 'Date: Sat, 04 May 2013 05:58:48 GMT', 'Connection: close', 'Content-Length: 1122']
  397. 2013-05-04 01:58:47,806 - initialization - INFO - Initialized launcher info for server: 'SISI'
  398. 2013-05-04 01:58:47,806 - usersettings - INFO - Cache dir: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache'
  399. 2013-05-04 01:58:47,806 - log - CH_LOG - Unable to load any user-settings.
  400. 2013-05-04 01:58:47,809 - initialization - INFO - Initializing app with language: 'en'
  401. 2013-05-04 01:58:47,855 - log - CH_LOG - Launcher started
  402. 2013-05-04 01:58:47,857 - initialization - INFO - Log sending is enabled
  403. 2013-05-04 01:58:47,857 - initialization - INFO - Running from u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  404. 2013-05-04 01:58:47,857 - initialization - INFO - Working directory u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher_old'
  405. 2013-05-04 01:58:47,858 - initialization - INFO - ################################# Launcher initialization complete #################################
  406. 2013-05-04 01:58:47,858 - urllib2mods - WARNING - Request: ['GET /patches/premium_patchinfoSISI_inc.txt HTTP/1.1', 'Host: client.eveonline.com', 'User-Agent: EVEOnlineLauncher/1.32', 'Connection: close', 'Pragma: no-cache', 'Accept-Encoding: gzip']
  407. 2013-05-04 01:58:48,084 - urllib2mods - INFO - Received 'gzip' encoded response
  408. 2013-05-04 01:58:48,084 - urllib2mods - WARNING - Response: ['Content-Type: text/plain', 'Content-Encoding: gzip', 'Last-Modified: Fri, 03 May 2013 15:53:49 GMT', 'Accept-Ranges: bytes', 'ETag: "7d81d9661648ce1:0"', 'Vary: Accept-Encoding', 'Server: Microsoft-IIS/7.5', 'X-Powered-By: ASP.NET', 'Date: Sat, 04 May 2013 05:58:48 GMT', 'Connection: close', 'Content-Length: 154']
  409. 2013-05-04 01:58:48,085 - initialization - INFO - # #
  410. 2013-05-04 01:58:48,085 - initialization - INFO - # EVE Launcher local version 1.32 #
  411. 2013-05-04 01:58:48,085 - initialization - INFO - # EVE Launcher remote version 1.32 #
  412. 2013-05-04 01:58:48,085 - initialization - INFO - # EVE Launcher chosen language 'en' #
  413. 2013-05-04 01:58:48,085 - initialization - INFO - # EVE Launcher default language 'en' #
  414. 2013-05-04 01:58:48,085 - initialization - INFO - # EVE Game Server 'SISI' #
  415. 2013-05-04 01:58:48,085 - initialization - INFO - # EVE Game Server version 529690 #
  416. 2013-05-04 01:58:48,085 - initialization - INFO - # EVE Game Client version 527910 #
  417. 2013-05-04 01:58:48,085 - initialization - INFO - # #
  418. 2013-05-04 01:58:48,085 - initialization - INFO - ####################################################################################################
  419. 2013-05-04 01:58:48,085 - selfupdate - INFO - Remote version: 1.32
  420. 2013-05-04 01:58:48,085 - selfupdate - INFO - Local version: 1.32
  421. 2013-05-04 01:58:48,086 - selfupdate - INFO - Data URL: http://cdn1.eveonline.com/EveOnlineLauncher/launcherUpdateData/launcherupdate_1_320.dat
  422. 2013-05-04 01:58:48,086 - selfupdate - INFO - Updater URL: http://cdn1.eveonline.com/EveOnlineLauncher/launcherInstaller/EVEOnlineLauncher_1_32_test_sisi.exe
  423. 2013-05-04 01:58:48,086 - selfupdate - INFO - cache dir: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\cache
  424. 2013-05-04 01:58:48,086 - selfupdate - INFO - launcher is up to date
  425. 2013-05-04 01:58:48,088 - usersettings - INFO - Cache dir: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache'
  426. 2013-05-04 01:58:48,088 - log - CH_LOG - Unable to load any user-settings.
  427. 2013-05-04 01:58:48,311 - frame - INFO - landing page: 'https://client.testeveonline.com/launcherv3/en?server=singularity' backup page: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\html\\Launcher_{languageID}.html'
  428. 2013-05-04 01:58:48,312 - browser - INFO - initializing BrowserWrapper with url: https://client.testeveonline.com/launcherv3/en?server=singularity
  429. 2013-05-04 01:58:48,335 - browser - INFO - cefbrowser initialized
  430. 2013-05-04 01:58:48,335 - browser - INFO - Registered backupUrl base as u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\html\\Launcher_{languageID}.html'
  431. 2013-05-04 01:58:48,338 - update - INFO - checksum db: 'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache\\checksums'
  432. 2013-05-04 01:58:48,395 - info - INFO - Getting Info from http://client.eveonline.com/patches/win_launcherinfoSISI_inc.txt
  433. 2013-05-04 01:58:48,395 - update - INFO - server: 'SISI'
  434. 2013-05-04 01:58:48,395 - update - INFO - folder: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  435. 2013-05-04 01:58:48,395 - update - INFO - hashdb: <ChecksumDB at 'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache\\checksums'>
  436. 2013-05-04 01:58:48,395 - update - INFO - cachedir: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache\\Download'
  437. 2013-05-04 01:58:48,404 - controller - INFO - SetClientUpToDate False
  438. 2013-05-04 01:58:48,407 - update - INFO - validation url: 'http://cdn1.eveonline.com/529690/RepairData_529690.dat'
  439. 2013-05-04 01:58:48,407 - update - INFO - Initializing... Initializing...
  440. 2013-05-04 01:58:48,407 - update - INFO - starting client validation
  441. 2013-05-04 01:58:48,407 - update - INFO - initialize progress bar (1,) {}
  442. 2013-05-04 01:58:48,407 - update - INFO - progress: Initializing...
  443. 2013-05-04 01:58:48,407 - urllib2mods - WARNING - Request: ['GET /529690/RepairData_529690.dat HTTP/1.1', 'Host: cdn1.eveonline.com', 'User-Agent: EVEOnlineLauncher/1.32', 'Connection: close', 'Accept-Encoding: gzip']
  444. 2013-05-04 01:58:48,684 - urllib2mods - INFO - Received None encoded response
  445. 2013-05-04 01:58:48,684 - urllib2mods - WARNING - Response: ['Date: Sat, 04 May 2013 05:58:49 GMT', 'Expires: Sat, 04 May 2013 16:13:39 GMT', 'Last-Modified: Fri, 03 May 2013 14:07:55 GMT', 'Cache-Control: max-age=86400', 'Content-Type: text/plain; charset=UTF-8', 'ETag: "19427bd0a-4dbd0e09e64c0"', 'Accept-Ranges: bytes', 'Server: Level-3 Origin Storage 1.6.2', 'Content-Length: 6780599562', 'Connection: close']
  446. 2013-05-04 01:58:49,372 - update - INFO - initialize progress bar (12186564157L,) {}
  447. 2013-05-04 01:58:49,372 - update - INFO - progress: Initializing...
  448. 2013-05-04 01:58:49,372 - checksum - INFO - Checksum for resDX9Scene.stuff#sha1 not in db, calculating...
  449. 2013-05-04 01:58:51,990 - checksum - INFO - Checksum for res\audio\271569019.ogg#sha1 not in db, calculating...
  450. 2013-05-04 01:58:52,016 - checksum - INFO - Checksum for resPlaceableMinmatar.stuff#sha1 not in db, calculating...
  451. 2013-05-04 01:58:52,117 - checksum - INFO - Checksum for res\audio\208767047.ogg#sha1 not in db, calculating...
  452. 2013-05-04 01:58:52,171 - update - INFO - client validation result: False
  453. 2013-05-04 01:58:52,171 - repair - WARNING - Folder: u'c:\\users\\StoplookingatmynameCCP\\desktop\\eve'
  454. 2013-05-04 01:58:52,171 - repair - WARNING - Ignore: ('C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher_old\\launcher.exe',)
  455. 2013-05-04 01:58:52,171 - repair - WARNING - Current process: u'c:\\users\\StoplookingatmynameCCP\\desktop\\eve\\launcher_old\\launcher.exe'
  456. 2013-05-04 01:58:52,173 - repair - WARNING - Found process: u'c:\\program files (x86)\\rocketdock\\rocketdock.exe'
  457. 2013-05-04 01:58:52,173 - repair - WARNING - Found process: u'c:\\program files (x86)\\steam\\steam.exe'
  458. 2013-05-04 01:58:52,173 - repair - WARNING - Found process: u'c:\\program files (x86)\\xneat clipboard manager\\xneatclipmngr.exe'
  459. 2013-05-04 01:58:52,173 - repair - WARNING - Found process: u'c:\\users\\StoplookingatmynameCCP\\appdata\\local\\smartbar\\application\\quickshare.exe'
  460. 2013-05-04 01:58:52,173 - repair - WARNING - Found process: u'c:\\program files (x86)\\renesas electronics\\usb 3.0 host controller driver\\application\\nusb3mon.exe'
  461. 2013-05-04 01:58:52,174 - repair - WARNING - Found process: u'c:\\program files (x86)\\common files\\java\\java update\\jusched.exe'
  462. 2013-05-04 01:58:52,174 - repair - WARNING - Found process: u'c:\\users\\StoplookingatmynameCCP\\appdata\\local\\google\\chrome\\application\\chrome.exe'
  463. 2013-05-04 01:58:52,174 - repair - WARNING - Found process: u'c:\\users\\StoplookingatmynameCCP\\appdata\\local\\google\\chrome\\application\\chrome.exe'
  464. 2013-05-04 01:58:52,174 - repair - WARNING - Found process: u'c:\\users\\StoplookingatmynameCCP\\appdata\\local\\google\\chrome\\application\\chrome.exe'
  465. 2013-05-04 01:58:52,174 - repair - WARNING - Found process: u'c:\\users\\StoplookingatmynameCCP\\appdata\\local\\google\\chrome\\application\\chrome.exe'
  466. 2013-05-04 01:58:52,174 - repair - WARNING - Found process: u'c:\\users\\StoplookingatmynameCCP\\appdata\\local\\google\\chrome\\application\\chrome.exe'
  467. 2013-05-04 01:58:52,174 - repair - WARNING - Found process: u'c:\\users\\StoplookingatmynameCCP\\appdata\\local\\google\\chrome\\application\\chrome.exe'
  468. 2013-05-04 01:58:52,174 - repair - WARNING - Found process: u'c:\\users\\StoplookingatmynameCCP\\appdata\\local\\google\\chrome\\application\\chrome.exe'
  469. 2013-05-04 01:58:52,174 - repair - WARNING - Found process: u'c:\\program files (x86)\\guitar pro 6\\guitarpro.exe'
  470. 2013-05-04 01:58:52,174 - repair - WARNING - Found process: u'c:\\users\\StoplookingatmynameCCP\\appdata\\local\\google\\chrome\\application\\chrome.exe'
  471. 2013-05-04 01:58:52,174 - repair - WARNING - Found process: u'c:\\users\\StoplookingatmynameCCP\\appdata\\local\\google\\chrome\\application\\chrome.exe'
  472. 2013-05-04 01:58:52,174 - repair - WARNING - Found process: u'c:\\users\\StoplookingatmynameCCP\\desktop\\eve\\launcher_old\\launcher.exe'
  473. 2013-05-04 01:58:52,174 - repair - WARNING - Using pattern u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher_old\\launcher.exe'
  474. 2013-05-04 01:58:52,176 - log - CH_LOG - Client update: started
  475. 2013-05-04 01:58:52,178 - zsync - INFO - resume patch: 0
  476. 2013-05-04 01:58:52,178 - update - INFO - Creating HttpPatch using url: http://cdn1.eveonline.com/529690/RepairData_529690.dat for amount: 0/0
  477. 2013-05-04 01:58:52,178 - update - INFO - Initializing... Initializing...
  478. 2013-05-04 01:58:52,178 - update - INFO - Creating patch: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\EVE_Online_527910-529690_win.patch'
  479. 2013-05-04 01:58:52,178 - update - INFO - initialize progress bar (0, '(1/7) Downloading index:') {'useLocalization': False, 'initText': 'Initializing ...'}
  480. 2013-05-04 01:58:52,178 - update - INFO - (1/7) Downloading index: Initializing ...
  481. 2013-05-04 01:58:52,178 - urllib2mods - WARNING - Request: ['GET /529690/RepairData_529690.dat HTTP/1.1', 'Host: cdn1.eveonline.com', 'User-Agent: EVEOnlineLauncher/1.32', 'Connection: close', 'Accept-Encoding: gzip']
  482. 2013-05-04 01:58:52,829 - urllib2mods - INFO - Received None encoded response
  483. 2013-05-04 01:58:52,829 - urllib2mods - WARNING - Response: ['Cache-Control: max-age=86400', 'Content-Length: 6780599562', 'Content-Type: text/plain; charset=UTF-8', 'ETag: "19427bd0a-4dbd0e09e64c0"', 'Last-Modified: Fri, 03 May 2013 14:07:55 GMT', 'Accept-Ranges: bytes', 'Server: Level-3 Origin Storage 1.6.2', 'Expires: Sat, 04 May 2013 16:12:59 GMT', 'Date: Sat, 04 May 2013 05:58:53 GMT', 'Connection: close']
  484. 2013-05-04 01:58:53,463 - update - INFO - initialize progress bar (0, '(2/7) Hashing files:') {'showBps': False, 'useLocalization': False, 'initText': 'Initializing ...', 'showBytes': False}
  485. 2013-05-04 01:58:53,463 - update - INFO - (2/7) Hashing files: Initializing ...
  486. 2013-05-04 01:58:53,783 - checksum - INFO - Checksum for LogServer.exe#sha1 not in db, calculating...
  487. 2013-05-04 01:58:53,815 - checksum - INFO - Checksum for bin\APEXFramework_x86.dll#sha1 not in db, calculating...
  488. 2013-05-04 01:58:53,880 - checksum - INFO - Checksum for bin\APEX_BasicIOS_x86.dll#sha1 not in db, calculating...
  489. 2013-05-04 01:58:53,904 - checksum - INFO - Checksum for bin\APEX_Clothing_Legacy_x86.dll#sha1 not in db, calculating...
  490. 2013-05-04 01:58:53,959 - checksum - INFO - Checksum for bin\APEX_Clothing_x86.dll#sha1 not in db, calculating...
  491. 2013-05-04 01:58:54,026 - checksum - INFO - Checksum for bin\APEX_Framework_Legacy_x86.dll#sha1 not in db, calculating...
  492. 2013-05-04 01:58:54,066 - checksum - INFO - Checksum for bin\Awesomium.dll#sha1 not in db, calculating...
  493. 2013-05-04 01:58:54,303 - checksum - INFO - Checksum for bin\DirectXRedist.exe#sha1 not in db, calculating...
  494. 2013-05-04 01:58:56,125 - checksum - INFO - Checksum for bin\EveLocalization.dll#sha1 not in db, calculating...
  495. 2013-05-04 01:58:56,253 - checksum - INFO - Checksum for bin\ExeFile.exe#sha1 not in db, calculating...
  496. 2013-05-04 01:58:56,269 - checksum - INFO - Checksum for bin\Extensions.dll#sha1 not in db, calculating...
  497. 2013-05-04 01:58:56,312 - checksum - INFO - Checksum for bin\Microsoft.VC80.CRT\Microsoft.VC80.CRT.manifest#sha1 not in db, calculating...
  498. 2013-05-04 01:58:56,326 - checksum - INFO - Checksum for bin\Microsoft.VC80.CRT\msvcm80.dll#sha1 not in db, calculating...
  499. 2013-05-04 01:58:56,358 - checksum - INFO - Checksum for bin\Microsoft.VC80.CRT\msvcp80.dll#sha1 not in db, calculating...
  500. 2013-05-04 01:58:56,377 - checksum - INFO - Checksum for bin\Microsoft.VC80.CRT\msvcr80.dll#sha1 not in db, calculating...
  501. 2013-05-04 01:58:56,388 - checksum - INFO - Checksum for bin\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest#sha1 not in db, calculating...
  502. 2013-05-04 01:58:56,390 - checksum - INFO - Checksum for bin\Microsoft.VC90.CRT\msvcm90.dll#sha1 not in db, calculating...
  503. 2013-05-04 01:58:56,417 - checksum - INFO - Checksum for bin\Microsoft.VC90.CRT\msvcp90.dll#sha1 not in db, calculating...
  504. 2013-05-04 01:58:56,434 - checksum - INFO - Checksum for bin\Microsoft.VC90.CRT\msvcr90.dll#sha1 not in db, calculating...
  505. 2013-05-04 01:58:56,456 - checksum - INFO - Checksum for bin\PhysXCooking.dll#sha1 not in db, calculating...
  506. 2013-05-04 01:58:56,510 - checksum - INFO - Checksum for bin\PhysXCore.dll#sha1 not in db, calculating...
  507. 2013-05-04 01:58:56,575 - checksum - INFO - Checksum for bin\PhysXDevice.dll#sha1 not in db, calculating...
  508. 2013-05-04 01:58:56,628 - checksum - INFO - Checksum for bin\PhysXLoader.dll#sha1 not in db, calculating...
  509. 2013-05-04 01:58:56,667 - checksum - INFO - Checksum for bin\_GameWorld.dll#sha1 not in db, calculating...
  510. 2013-05-04 01:58:56,898 - checksum - INFO - Checksum for bin\_PlanetResources.dll#sha1 not in db, calculating...
  511. 2013-05-04 01:58:56,930 - checksum - INFO - Checksum for bin\_audio2.dll#sha1 not in db, calculating...
  512. 2013-05-04 01:58:57,086 - checksum - INFO - Checksum for bin\_ctypes.pyd#sha1 not in db, calculating...
  513. 2013-05-04 01:58:57,119 - checksum - INFO - Checksum for bin\_ssl.pyd#sha1 not in db, calculating...
  514. 2013-05-04 01:58:57,180 - checksum - INFO - Checksum for bin\_trinity_dx11_deploy.dll#sha1 not in db, calculating...
  515. 2013-05-04 01:58:57,348 - checksum - INFO - Checksum for bin\_trinity_dx9_deploy.dll#sha1 not in db, calculating...
  516. 2013-05-04 01:58:57,490 - checksum - INFO - Checksum for bin\_vivox.dll#sha1 not in db, calculating...
  517. 2013-05-04 01:58:57,565 - checksum - INFO - Checksum for bin\_yaml.pyd#sha1 not in db, calculating...
  518. 2013-05-04 01:58:57,588 - checksum - INFO - Checksum for bin\binkw32.dll#sha1 not in db, calculating...
  519. 2013-05-04 01:58:57,611 - checksum - INFO - Checksum for bin\blue.dll#sha1 not in db, calculating...
  520. 2013-05-04 01:58:57,684 - checksum - INFO - Checksum for bin\ccpBrowser.exe#sha1 not in db, calculating...
  521. 2013-05-04 01:58:57,766 - checksum - INFO - Checksum for bin\ccpBrowserHost.dll#sha1 not in db, calculating...
  522. 2013-05-04 01:58:57,805 - checksum - INFO - Checksum for bin\ccpBrowserThunk.dll#sha1 not in db, calculating...
  523. 2013-05-04 01:58:57,868 - checksum - INFO - Checksum for bin\chartdir.dll#sha1 not in db, calculating...
  524. 2013-05-04 01:58:58,010 - checksum - INFO - Checksum for bin\cuda.dll#sha1 not in db, calculating...
  525. 2013-05-04 01:58:58,095 - checksum - INFO - Checksum for bin\cudart.dll#sha1 not in db, calculating...
  526. 2013-05-04 01:58:58,173 - checksum - INFO - Checksum for bin\cudart32_30_9.dll#sha1 not in db, calculating...
  527. 2013-05-04 01:58:58,217 - checksum - INFO - Checksum for bin\db.dll#sha1 not in db, calculating...
  528. 2013-05-04 01:58:58,256 - checksum - INFO - Checksum for bin\dbghelp.dll#sha1 not in db, calculating...
  529. 2013-05-04 01:58:58,270 - checksum - INFO - Checksum for bin\destiny.dll#sha1 not in db, calculating...
  530. 2013-05-04 01:58:58,309 - checksum - INFO - Checksum for bin\eveBanner.exe#sha1 not in db, calculating...
  531. 2013-05-04 01:58:58,329 - checksum - INFO - Checksum for bin\geo2.dll#sha1 not in db, calculating...
  532. 2013-05-04 01:58:58,355 - checksum - INFO - Checksum for bin\icudt38.dll#sha1 not in db, calculating...
  533. 2013-05-04 01:58:58,444 - checksum - INFO - Checksum for bin\libsndfile-1.dll#sha1 not in db, calculating...
  534. 2013-05-04 01:58:58,473 - checksum - INFO - Checksum for bin\msvcp100.dll#sha1 not in db, calculating...
  535. 2013-05-04 01:58:58,483 - checksum - INFO - Checksum for bin\msvcr100.dll#sha1 not in db, calculating...
  536. 2013-05-04 01:58:58,496 - checksum - INFO - Checksum for bin\ortp.dll#sha1 not in db, calculating...
  537. 2013-05-04 01:58:58,532 - checksum - INFO - Checksum for bin\physxcudart_20.dll#sha1 not in db, calculating...
  538. 2013-05-04 01:58:58,551 - checksum - INFO - Checksum for bin\pxtask_cuda_x86.dll#sha1 not in db, calculating...
  539. 2013-05-04 01:58:58,586 - checksum - INFO - Checksum for bin\pyFSD.pyd#sha1 not in db, calculating...
  540. 2013-05-04 01:58:58,621 - checksum - INFO - Checksum for bin\pychartdir27.pyd#sha1 not in db, calculating...
  541. 2013-05-04 01:58:58,661 - checksum - INFO - Checksum for bin\pyexpat.pyd#sha1 not in db, calculating...
  542. 2013-05-04 01:58:58,687 - checksum - INFO - Checksum for bin\python27.dll#sha1 not in db, calculating...
  543. 2013-05-04 01:58:58,769 - checksum - INFO - Checksum for bin\tbb.dll#sha1 not in db, calculating...
  544. 2013-05-04 01:58:58,829 - checksum - INFO - Checksum for bin\telemetry32.dll#sha1 not in db, calculating...
  545. 2013-05-04 01:58:58,868 - checksum - INFO - Checksum for bin\umbra.dll#sha1 not in db, calculating...
  546. 2013-05-04 01:58:58,918 - checksum - INFO - Checksum for bin\unicodedata.pyd#sha1 not in db, calculating...
  547. 2013-05-04 01:58:58,963 - checksum - INFO - Checksum for bin\vivoxoal.dll#sha1 not in db, calculating...
  548. 2013-05-04 01:58:59,003 - checksum - INFO - Checksum for bin\vivoxsdk.dll#sha1 not in db, calculating...
  549. 2013-05-04 01:58:59,111 - checksum - INFO - Checksum for bin\zlib1.dll#sha1 not in db, calculating...
  550. 2013-05-04 01:58:59,135 - checksum - INFO - Checksum for bulkdata\1000001.cache2#sha1 not in db, calculating...
  551. 2013-05-04 01:58:59,153 - checksum - INFO - Checksum for bulkdata\100300014.cache2#sha1 not in db, calculating...
  552. 2013-05-04 01:58:59,153 - checksum - INFO - Checksum for bulkdata\100300015.cache2#sha1 not in db, calculating...
  553. 2013-05-04 01:58:59,167 - checksum - INFO - Checksum for bulkdata\100300020.cache2#sha1 not in db, calculating...
  554. 2013-05-04 01:58:59,177 - checksum - INFO - Checksum for bulkdata\1200001.cache2#sha1 not in db, calculating...
  555. 2013-05-04 01:58:59,194 - checksum - INFO - Checksum for bulkdata\1400002.cache2#sha1 not in db, calculating...
  556. 2013-05-04 01:58:59,213 - checksum - INFO - Checksum for bulkdata\1400008.cache2#sha1 not in db, calculating...
  557. 2013-05-04 01:58:59,247 - checksum - INFO - Checksum for bulkdata\1400009.cache2#sha1 not in db, calculating...
  558. 2013-05-04 01:58:59,265 - checksum - INFO - Checksum for bulkdata\1400010.cache2#sha1 not in db, calculating...
  559. 2013-05-04 01:58:59,279 - checksum - INFO - Checksum for bulkdata\1400011.cache2#sha1 not in db, calculating...
  560. 2013-05-04 01:58:59,299 - checksum - INFO - Checksum for bulkdata\1400016.cache2#sha1 not in db, calculating...
  561. 2013-05-04 01:58:59,319 - checksum - INFO - Checksum for bulkdata\1800001.cache2#sha1 not in db, calculating...
  562. 2013-05-04 01:58:59,332 - checksum - INFO - Checksum for bulkdata\1800003.cache2#sha1 not in db, calculating...
  563. 2013-05-04 01:58:59,336 - checksum - INFO - Checksum for bulkdata\1800004.cache2#sha1 not in db, calculating...
  564. 2013-05-04 01:58:59,342 - checksum - INFO - Checksum for bulkdata\1800005.cache2#sha1 not in db, calculating...
  565. 2013-05-04 01:58:59,357 - checksum - INFO - Checksum for bulkdata\1800006.cache2#sha1 not in db, calculating...
  566. 2013-05-04 01:58:59,371 - checksum - INFO - Checksum for bulkdata\1800007.cache2#sha1 not in db, calculating...
  567. 2013-05-04 01:58:59,372 - checksum - INFO - Checksum for bulkdata\2000001.cache2#sha1 not in db, calculating...
  568. 2013-05-04 01:58:59,378 - checksum - INFO - Checksum for bulkdata\2001600002.cache2#sha1 not in db, calculating...
  569. 2013-05-04 01:58:59,391 - checksum - INFO - Checksum for bulkdata\2001600003.cache2#sha1 not in db, calculating...
  570. 2013-05-04 01:58:59,405 - checksum - INFO - Checksum for bulkdata\2001600004.cache2#sha1 not in db, calculating...
  571. 2013-05-04 01:58:59,424 - checksum - INFO - Checksum for bulkdata\2001600005.cache2#sha1 not in db, calculating...
  572. 2013-05-04 01:58:59,424 - checksum - INFO - Checksum for bulkdata\2001600006.cache2#sha1 not in db, calculating...
  573. 2013-05-04 01:58:59,428 - checksum - INFO - Checksum for bulkdata\2001600007.cache2#sha1 not in db, calculating...
  574. 2013-05-04 01:58:59,443 - checksum - INFO - Checksum for bulkdata\2001700035.cache2#sha1 not in db, calculating...
  575. 2013-05-04 01:58:59,444 - checksum - INFO - Checksum for bulkdata\2001800005.cache2#sha1 not in db, calculating...
  576. 2013-05-04 01:58:59,444 - checksum - INFO - Checksum for bulkdata\2001900002.cache2#sha1 not in db, calculating...
  577. 2013-05-04 01:58:59,444 - checksum - INFO - Checksum for bulkdata\2001900003.cache2#sha1 not in db, calculating...
  578. 2013-05-04 01:58:59,447 - checksum - INFO - Checksum for bulkdata\2002200001.cache2#sha1 not in db, calculating...
  579. 2013-05-04 01:58:59,456 - checksum - INFO - Checksum for bulkdata\2002200002.cache2#sha1 not in db, calculating...
  580. 2013-05-04 01:58:59,467 - checksum - INFO - Checksum for bulkdata\2002200006.cache2#sha1 not in db, calculating...
  581. 2013-05-04 01:58:59,477 - checksum - INFO - Checksum for bulkdata\2002200009.cache2#sha1 not in db, calculating...
  582. 2013-05-04 01:58:59,493 - checksum - INFO - Checksum for bulkdata\2002200010.cache2#sha1 not in db, calculating...
  583. 2013-05-04 01:58:59,493 - checksum - INFO - Checksum for bulkdata\2002200011.cache2#sha1 not in db, calculating...
  584. 2013-05-04 01:58:59,496 - checksum - INFO - Checksum for bulkdata\2002400001.cache2#sha1 not in db, calculating...
  585. 2013-05-04 01:58:59,496 - checksum - INFO - Checksum for bulkdata\2002400002.cache2#sha1 not in db, calculating...
  586. 2013-05-04 01:58:59,496 - checksum - INFO - Checksum for bulkdata\2002400003.cache2#sha1 not in db, calculating...
  587. 2013-05-04 01:58:59,497 - checksum - INFO - Checksum for bulkdata\2002400004.cache2#sha1 not in db, calculating...
  588. 2013-05-04 01:58:59,510 - checksum - INFO - Checksum for bulkdata\2002400005.cache2#sha1 not in db, calculating...
  589. 2013-05-04 01:58:59,512 - checksum - INFO - Checksum for bulkdata\2002500001.cache2#sha1 not in db, calculating...
  590. 2013-05-04 01:58:59,513 - checksum - INFO - Checksum for bulkdata\2002500002.cache2#sha1 not in db, calculating...
  591. 2013-05-04 01:58:59,529 - checksum - INFO - Checksum for bulkdata\2002500005.cache2#sha1 not in db, calculating...
  592. 2013-05-04 01:58:59,530 - checksum - INFO - Checksum for bulkdata\2002600001.cache2#sha1 not in db, calculating...
  593. 2013-05-04 01:58:59,530 - checksum - INFO - Checksum for bulkdata\2002600002.cache2#sha1 not in db, calculating...
  594. 2013-05-04 01:58:59,532 - checksum - INFO - Checksum for bulkdata\2002600004.cache2#sha1 not in db, calculating...
  595. 2013-05-04 01:58:59,533 - checksum - INFO - Checksum for bulkdata\2002600005.cache2#sha1 not in db, calculating...
  596. 2013-05-04 01:58:59,533 - checksum - INFO - Checksum for bulkdata\2002600010.cache2#sha1 not in db, calculating...
  597. 2013-05-04 01:58:59,535 - checksum - INFO - Checksum for bulkdata\2002600011.cache2#sha1 not in db, calculating...
  598. 2013-05-04 01:58:59,536 - checksum - INFO - Checksum for bulkdata\2002600012.cache2#sha1 not in db, calculating...
  599. 2013-05-04 01:58:59,536 - checksum - INFO - Checksum for bulkdata\2003100001.cache2#sha1 not in db, calculating...
  600. 2013-05-04 01:58:59,538 - checksum - INFO - Checksum for bulkdata\2003100002.cache2#sha1 not in db, calculating...
  601. 2013-05-04 01:58:59,540 - checksum - INFO - Checksum for bulkdata\2003100003.cache2#sha1 not in db, calculating...
  602. 2013-05-04 01:58:59,543 - checksum - INFO - Checksum for bulkdata\2209987.cache2#sha1 not in db, calculating...
  603. 2013-05-04 01:58:59,565 - checksum - INFO - Checksum for bulkdata\2209999.cache2#sha1 not in db, calculating...
  604. 2013-05-04 01:58:59,572 - checksum - INFO - Checksum for bulkdata\2800006.cache2#sha1 not in db, calculating...
  605. 2013-05-04 01:58:59,588 - checksum - INFO - Checksum for bulkdata\2809992.cache2#sha1 not in db, calculating...
  606. 2013-05-04 01:58:59,589 - checksum - INFO - Checksum for bulkdata\3200001.cache2#sha1 not in db, calculating...
  607. 2013-05-04 01:58:59,592 - checksum - INFO - Checksum for bulkdata\3200002.cache2#sha1 not in db, calculating...
  608. 2013-05-04 01:58:59,601 - checksum - INFO - Checksum for bulkdata\3200010.cache2#sha1 not in db, calculating...
  609. 2013-05-04 01:58:59,614 - checksum - INFO - Checksum for bulkdata\3200011.cache2#sha1 not in db, calculating...
  610. 2013-05-04 01:58:59,615 - checksum - INFO - Checksum for bulkdata\3200012.cache2#sha1 not in db, calculating...
  611. 2013-05-04 01:58:59,617 - checksum - INFO - Checksum for bulkdata\3200015.cache2#sha1 not in db, calculating...
  612. 2013-05-04 01:58:59,631 - checksum - INFO - Checksum for bulkdata\3200016.cache2#sha1 not in db, calculating...
  613. 2013-05-04 01:58:59,648 - checksum - INFO - Checksum for bulkdata\5100001.cache2#sha1 not in db, calculating...
  614. 2013-05-04 01:58:59,655 - checksum - INFO - Checksum for bulkdata\5100004.cache2#sha1 not in db, calculating...
  615. 2013-05-04 01:58:59,668 - checksum - INFO - Checksum for bulkdata\600001.cache2#sha1 not in db, calculating...
  616. 2013-05-04 01:58:59,670 - checksum - INFO - Checksum for bulkdata\600002.cache2#sha1 not in db, calculating...
  617. 2013-05-04 01:58:59,710 - checksum - INFO - Checksum for bulkdata\600004.cache2#sha1 not in db, calculating...
  618. 2013-05-04 01:58:59,773 - checksum - INFO - Checksum for bulkdata\600005.cache2#sha1 not in db, calculating...
  619. 2013-05-04 01:58:59,792 - checksum - INFO - Checksum for bulkdata\600006.cache2#sha1 not in db, calculating...
  620. 2013-05-04 01:58:59,808 - checksum - INFO - Checksum for bulkdata\600007.cache2#sha1 not in db, calculating...
  621. 2013-05-04 01:58:59,823 - checksum - INFO - Checksum for bulkdata\600008.cache2#sha1 not in db, calculating...
  622. 2013-05-04 01:58:59,832 - checksum - INFO - Checksum for bulkdata\600010.cache2#sha1 not in db, calculating...
  623. 2013-05-04 01:58:59,841 - checksum - INFO - Checksum for bulkdata\6400004.cache2#sha1 not in db, calculating...
  624. 2013-05-04 01:58:59,842 - checksum - INFO - Checksum for bulkdata\7300003.cache2#sha1 not in db, calculating...
  625. 2013-05-04 01:58:59,845 - checksum - INFO - Checksum for bulkdata\7300004.cache2#sha1 not in db, calculating...
  626. 2013-05-04 01:58:59,845 - checksum - INFO - Checksum for bulkdata\7300005.cache2#sha1 not in db, calculating...
  627. 2013-05-04 01:58:59,864 - checksum - INFO - Checksum for bulkdata\800003.cache2#sha1 not in db, calculating...
  628. 2013-05-04 01:58:59,907 - checksum - INFO - Checksum for bulkdata\800004.cache2#sha1 not in db, calculating...
  629. 2013-05-04 01:58:59,923 - checksum - INFO - Checksum for bulkdata\800005.cache2#sha1 not in db, calculating...
  630. 2013-05-04 01:58:59,944 - checksum - INFO - Checksum for bulkdata\800006.cache2#sha1 not in db, calculating...
  631. 2013-05-04 01:59:00,007 - checksum - INFO - Checksum for bulkdata\800007.cache2#sha1 not in db, calculating...
  632. 2013-05-04 01:59:00,029 - checksum - INFO - Checksum for bulkdata\800009.cache2#sha1 not in db, calculating...
  633. 2013-05-04 01:59:00,030 - checksum - INFO - Checksum for bulkdata\mapbulk.db#sha1 not in db, calculating...
  634. 2013-05-04 01:59:00,302 - checksum - INFO - Checksum for bulkdata\version#sha1 not in db, calculating...
  635. 2013-05-04 01:59:00,303 - checksum - INFO - Checksum for ca-bundle.crt#sha1 not in db, calculating...
  636. 2013-05-04 01:59:00,305 - checksum - INFO - Checksum for eve.exe#sha1 not in db, calculating...
  637. 2013-05-04 01:59:00,308 - checksum - INFO - Checksum for lib\carbonlib.ccp#sha1 not in db, calculating...
  638. 2013-05-04 01:59:00,339 - checksum - INFO - Checksum for lib\carbonstdlib.ccp#sha1 not in db, calculating...
  639. 2013-05-04 01:59:00,359 - checksum - INFO - Checksum for lib\eveHangar.zip#sha1 not in db, calculating...
  640. 2013-05-04 01:59:00,378 - checksum - INFO - Checksum for lib\eveSpaceObject.zip#sha1 not in db, calculating...
  641. 2013-05-04 01:59:00,388 - checksum - INFO - Checksum for lib\evelib.ccp#sha1 not in db, calculating...
  642. 2013-05-04 01:59:00,403 - checksum - INFO - Checksum for manifest.dat#sha1 not in db, calculating...
  643. 2013-05-04 01:59:00,417 - checksum - INFO - Checksum for res.stuff#sha1 not in db, calculating...
  644. 2013-05-04 01:59:00,444 - checksum - INFO - Checksum for resCharacterAnimation.stuff#sha1 not in db, calculating...
  645. 2013-05-04 01:59:00,552 - checksum - INFO - Checksum for resCharacterCreationBackdrops00.stuff#sha1 not in db, calculating...
  646. 2013-05-04 01:59:01,983 - checksum - INFO - Checksum for resCharacterCreationBackdrops01.stuff#sha1 not in db, calculating...
  647. 2013-05-04 01:59:02,490 - checksum - INFO - Checksum for resCharacterCreationUI.stuff#sha1 not in db, calculating...
  648. 2013-05-04 01:59:03,969 - checksum - INFO - Checksum for resCharacterInterior.stuff#sha1 not in db, calculating...
  649. 2013-05-04 01:59:03,989 - checksum - INFO - Checksum for resCharacterLOD.stuff#sha1 not in db, calculating...
  650. 2013-05-04 01:59:04,290 - checksum - INFO - Checksum for resCharacterMisc.stuff#sha1 not in db, calculating...
  651. 2013-05-04 01:59:04,857 - checksum - INFO - Checksum for resCharacterModularFemale.stuff#sha1 not in db, calculating...
  652. 2013-05-04 01:59:06,375 - checksum - INFO - Checksum for resCharacterModularFemale01.stuff#sha1 not in db, calculating...
  653. 2013-05-04 01:59:06,553 - checksum - INFO - Checksum for resCharacterModularFemaleHairHiRes.stuff#sha1 not in db, calculating...
  654. 2013-05-04 01:59:08,163 - checksum - INFO - Checksum for resCharacterModularFemaleHeadHiRes.stuff#sha1 not in db, calculating...
  655. 2013-05-04 01:59:08,289 - checksum - INFO - Checksum for resCharacterModularFemaleHiRes00.stuff#sha1 not in db, calculating...
  656. 2013-05-04 01:59:08,966 - controller - INFO - Exiting launcher
  657. 2013-05-04 01:59:08,966 - controller - INFO - disable
  658. 2013-05-04 01:59:08,966 - controller - INFO - stopping update
  659. 2013-05-04 01:59:08,966 - update - INFO - Implementing progress cancel action
  660. 2013-05-04 01:59:08,999 - log - CH_LOG - Client update: canceled
  661. 2013-05-04 01:59:09,029 - controller - INFO - cleanclose
  662. 2013-05-04 01:59:09,032 - controller - INFO - done exiting
  663. 2013-05-04 01:59:09,186 - launcher - INFO - Launcher run successful
  664. 2013-05-04 01:59:09,186 - launcher - INFO - Shutting down launcher
  665. 2013-05-04 01:59:09,469 - controller - INFO - update was unsuccessful
  666. 2013-05-04 02:03:22,286 - root - initialization - INFO - ######################################### Logging Started ##########################################
  667. 2013-05-04 02:03:22,288 - root - info - INFO - server address: 'singularity'
  668. 2013-05-04 02:03:22,298 - overrides - overrides - ERROR - No value set for resource u'DEFAULTDOMAIN'
  669. 2013-05-04 02:03:22,299 - overrides - overrides - INFO - Using domain: http://client.eveonline.com/patches/
  670. 2013-05-04 02:03:22,299 - root - info - INFO - Getting info file from http://client.eveonline.com/patches/win_launcherinfoSISI_inc.txt
  671. 2013-05-04 02:03:22,303 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTP connection (1): client.eveonline.com
  672. 2013-05-04 02:03:22,561 - root - initialization - INFO - Initialized launcher info for server: 'SISI'
  673. 2013-05-04 02:03:22,561 - root - usersettings - INFO - Cache dir: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache'
  674. 2013-05-04 02:03:22,561 - ch_exceptions - log - CH_LOG - Unable to load any user-settings.
  675. 2013-05-04 02:03:22,563 - overrides - overrides - ERROR - No value set for resource u'FORCELANGUAGE'
  676. 2013-05-04 02:03:22,563 - root - initialization - INFO - Initializing app with language: 'en'
  677. 2013-05-04 02:03:22,566 - root - log - INFO - Adding splunk logging to server at 'https://clientlogger.testeveonline.com'
  678. 2013-05-04 02:03:22,566 - ch_startup - log - CH_LOG - Launcher started
  679. 2013-05-04 02:03:22,568 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): clientlogger.testeveonline.com
  680. 2013-05-04 02:03:24,282 - root - initialization - INFO - Log sending is disabled pending Splunk integration
  681. 2013-05-04 02:03:24,282 - root - initialization - INFO - Running from u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  682. 2013-05-04 02:03:24,282 - root - initialization - INFO - Working directory u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  683. 2013-05-04 02:03:24,282 - root - initialization - INFO - {'LauncherSettings': {'Game Client Version': '527910', 'Game Server': 'SISI', 'Platform': 'Windows 8', 'Default Language': 'en-us', 'Local Version': '2.1.528861-beta.3', 'Chosen Language': 'en'}}
  684. 2013-05-04 02:03:24,371 - root - controller - INFO - Steam API initialized? False
  685. 2013-05-04 02:03:24,391 - browser - browser - INFO - cefbrowser initialized
  686. 2013-05-04 02:03:24,394 - root - assets - WARNING - cwd doesn't contain assets: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  687. 2013-05-04 02:03:24,410 - lib.torrent - torrent - INFO - ConnectionTimeout set to: 90
  688. 2013-05-04 02:03:24,415 - root - selfupdate - INFO - Appdata: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata
  689. 2013-05-04 02:03:24,415 - root - selfupdate - INFO - rightFolderName = EVE_Online_Launcher-2.1.528861-beta.3.win32
  690. 2013-05-04 02:03:24,417 - root - selfupdate - INFO - Local version: 2.1.528861-beta.3
  691. 2013-05-04 02:03:24,417 - root - selfupdate - INFO - cache dir: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\cache
  692. 2013-05-04 02:03:24,418 - root - selfupdate - INFO - Downloading update from https://web.ccpgamescdn.com/launcher/singularity/selfupdates.htm
  693. 2013-05-04 02:03:24,420 - root - controllerfunctions - WARNING - Could not retrieve steam token
  694. 2013-05-04 02:03:24,420 - overrides - overrides - WARNING - Detected region as ccp
  695. 2013-05-04 02:03:24,420 - root - controllerfunctions - INFO - landing page: 'https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility' backup page: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  696. 2013-05-04 02:03:24,421 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): client.testeveonline.com
  697. 2013-05-04 02:03:24,657 - root - selfupdate - INFO - _links: {'': {u'2.1.528861-beta.3': {u'http://content.eveonline.com/EveOnlineLauncher/beta/EVE_Online_Launcher-2.1.528861-beta.3.win32.zip': 40}}, u'2.1.528627-beta.3': {}, u'2.1.528538-beta.3': {u'2.1.528627-beta.3': {u'EVE_Online_Launcher-2.1.528627-beta.3.win32.from-2.1.528538-beta.3.patch': 1}}, u'2.1.528861-beta.3': {u'2.1.528861-beta.3': {u'EVE_Online_Launcher-2.1.528861-beta.3.win32.from-2.1.528861-beta.3.patch': 1}}}
  698. 2013-05-04 02:03:24,658 - root - selfupdate - INFO - Downloading update from https://web.ccpgamescdn.com/launcher/singularity/selfupdates.htm
  699. 2013-05-04 02:03:24,799 - root - selfupdate - INFO - Found new version 2.1.528861-beta.3
  700. 2013-05-04 02:03:24,894 - lib.stuffFileBuilder - stufffilebuilder - INFO - Mounted 101 files from C:\Users\StoplookingatmynameCCP\Desktop\EVE
  701. 2013-05-04 02:03:24,957 - browser - browser - INFO - Loading Url: u'https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility'
  702. 2013-05-04 02:03:24,957 - browser - browser - INFO - Registered backupUrl base as u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  703. 2013-05-04 02:03:25,959 - root - controller - INFO - Found revision information for 44487 files.
  704. 2013-05-04 02:03:25,959 - lib.stuffFileBuilder - stufffilebuilder - INFO - Downloading build info from https://web.ccpgamescdn.com/launcher/singularity/flatres.ini
  705. 2013-05-04 02:03:25,960 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): web.ccpgamescdn.com
  706. 2013-05-04 02:03:26,207 - browser - browser - INFO - Received OnURLLoaded for URL=https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility (status: 200 | websites awaiting load: 0)
  707. 2013-05-04 02:03:26,493 - lib.torrent - torrent - INFO - Queuing https://web.ccpgamescdn.com/launcher/singularity/eve.torrent for normal download
  708. 2013-05-04 02:03:26,533 - lib.torrent - torrent - INFO - Dequeing normal download from https://web.ccpgamescdn.com/launcher/singularity/eve.torrent
  709. 2013-05-04 02:03:45,687 - lib.torrent - torrent - INFO - Downloading torrent file from: https://web.ccpgamescdn.com/launcher/singularity/eve.torrent
  710. 2013-05-04 02:03:45,687 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): web.ccpgamescdn.com
  711. 2013-05-04 02:03:45,913 - lib.torrent - torrent - INFO - Writing file C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\cache\torrent.torrent
  712. 2013-05-04 02:03:48,365 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): web.ccpgamescdn.com
  713. 2013-05-04 02:04:04,663 - lib.torrent - torrent - INFO - Queuing C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\cache\torrent.torrent for download into C:\Users\StoplookingatmynameCCP\Desktop\EVE
  714. 2013-05-04 02:04:04,897 - lib.torrent - torrent - INFO - We have 45339 existing hashes, and downloaded information for 45283 hashes.
  715. 2013-05-04 02:04:05,045 - lib.torrent - torrent - INFO - Diffing tells us that we have 292 files to download.
  716. 2013-05-04 02:04:08,219 - lib.torrent - torrent - INFO - Prioritized 45238 files. Downloading 292 and skipping 44946 of them.
  717. 2013-05-04 02:04:08,243 - lib.torrent - torrent - INFO - Done adding torrent
  718. 2013-05-04 02:04:09,247 - lib.torrent - torrent - INFO - State Changed: client: state changed to: downloading
  719. 2013-05-04 02:04:13,766 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_01_ama_base.black
  720. 2013-05-04 02:04:13,766 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_01_ama_base.gr2
  721. 2013-05-04 02:04:13,766 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_01_ama_base.nxb
  722. 2013-05-04 02:04:13,766 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_01_ama_base_materials.black
  723. 2013-05-04 02:04:13,766 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_02_ama_01_nm.dds
  724. 2013-05-04 02:04:13,766 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_02_ama_01_os.dds
  725. 2013-05-04 02:04:17,026 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_02_ama_base.black
  726. 2013-05-04 02:04:17,026 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_02_ama_base.gr2
  727. 2013-05-04 02:04:17,026 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_02_ama_base.nxb
  728. 2013-05-04 02:04:17,026 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_02_ama_base_materials.black
  729. 2013-05-04 02:04:17,026 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_03_04_09_ama_combo.black
  730. 2013-05-04 02:04:17,026 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_03_04_09_ama_combo.gr2
  731. 2013-05-04 02:04:17,026 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_03_04_09_ama_combo.nxb
  732. 2013-05-04 02:04:17,026 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_03_04_09_ama_combo_materials.black
  733. 2013-05-04 02:04:26,052 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_05_06_11_ama_combo.black
  734. 2013-05-04 02:04:26,052 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_05_06_11_ama_combo.gr2
  735. 2013-05-04 02:04:26,052 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_05_06_11_ama_combo.nxb
  736. 2013-05-04 02:04:26,052 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_05_06_11_ama_combo_materials.black
  737. 2013-05-04 02:04:26,052 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_08_10_ama_combo.black
  738. 2013-05-04 02:04:26,052 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_08_10_ama_combo.gr2
  739. 2013-05-04 02:04:26,052 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_08_10_ama_combo.nxb
  740. 2013-05-04 02:04:26,052 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_08_10_ama_combo_materials.black
  741. 2013-05-04 02:04:26,052 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_12_13_14_ama_combo.black
  742. 2013-05-04 02:04:26,052 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_12_13_14_ama_combo.gr2
  743. 2013-05-04 02:04:26,052 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_12_13_14_ama_combo.nxb
  744. 2013-05-04 02:04:26,052 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_12_13_14_ama_combo_materials.black
  745. 2013-05-04 02:04:26,052 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_floor\floor_01_ama_base.black
  746. 2013-05-04 02:04:28,811 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_floor\floor_01_ama_base.gr2
  747. 2013-05-04 02:04:28,811 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_floor\floor_01_ama_base.nxb
  748. 2013-05-04 02:04:28,811 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_floor\floor_01_ama_base_materials.black
  749. 2013-05-04 02:04:28,811 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_floor\floor_01_ama_nm.dds
  750. 2013-05-04 02:04:33,828 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_floor\floor_01_ama_os.dds
  751. 2013-05-04 02:04:33,828 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_floor\floor_02_ama_base.black
  752. 2013-05-04 02:04:33,828 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_floor\floor_02_ama_base.gr2
  753. 2013-05-04 02:04:33,828 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_floor\floor_02_ama_base.nxb
  754. 2013-05-04 02:04:33,828 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_floor\floor_02_ama_base_materials.black
  755. 2013-05-04 02:04:36,839 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Gallente\modular_walkway\walkway_pipesleft_gal_base.nxb
  756. 2013-05-04 02:04:36,839 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Gallente\modular_walkway\walkway_pipesleft_gal_base_materials.black
  757. 2013-05-04 02:04:36,839 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Gallente\modular_walkway\walkway_pipesright_gal_base.black
  758. 2013-05-04 02:04:39,348 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Minmatar\modular_walkway\walkway_console_01_min_os.dds
  759. 2013-05-04 02:04:39,348 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Minmatar\modular_walkway\walkway_pipes_01_min.black
  760. 2013-05-04 02:04:41,858 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Gallente\modular_ceiling\cq_ceiling_gal.black
  761. 2013-05-04 02:04:46,371 - lib.torrent - torrent - INFO - Completed file: res\audio\506340472.ogg
  762. 2013-05-04 02:04:46,371 - lib.torrent - torrent - INFO - Completed file: res\audio\50803180.ogg
  763. 2013-05-04 02:04:46,371 - lib.torrent - torrent - INFO - Completed file: res\audio\508062584.ogg
  764. 2013-05-04 02:04:46,371 - lib.torrent - torrent - INFO - Completed file: res\audio\508711074.ogg
  765. 2013-05-04 02:04:46,371 - lib.torrent - torrent - INFO - Completed file: res\audio\512234062.ogg
  766. 2013-05-04 02:04:46,371 - lib.torrent - torrent - INFO - Completed file: res\audio\51300265.ogg
  767. 2013-05-04 02:04:46,371 - lib.torrent - torrent - INFO - Completed file: res\audio\514363945.ogg
  768. 2013-05-04 02:04:46,371 - lib.torrent - torrent - INFO - Completed file: res\audio\515002305.ogg
  769. 2013-05-04 02:04:46,371 - lib.torrent - torrent - INFO - Completed file: res\audio\515226995.ogg
  770. 2013-05-04 02:04:50,635 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Gallente\modular_floor\floor_02_gal_02_os.dds
  771. 2013-05-04 02:04:50,635 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Gallente\modular_floor\floor_02_gal_base.black
  772. 2013-05-04 02:05:05,928 - lib.torrent - torrent - ERROR - ErrorCode: 504, message: 504 (unknown HTTP error)
  773. 2013-05-04 02:06:16,131 - root - controllerfunctions - INFO - Exiting launcher
  774. 2013-05-04 02:06:16,131 - root - controllerfunctions - INFO - disable
  775. 2013-05-04 02:06:16,132 - lib.torrent - torrent - INFO - signalling torrent thread to stop at Sat May 04 02:06:16 2013.
  776. 2013-05-04 02:06:16,210 - lib.stuffFileBuilder - stufffilebuilder - INFO - Signalling stuffFileBuilder thread to stop at Sat May 04 02:06:16 2013
  777. 2013-05-04 02:06:16,348 - root - controllerfunctions - INFO - done exiting
  778. 2013-05-04 02:06:16,509 - ch_status - log - CH_LOG - Launcher run successful
  779. 2013-05-04 02:06:16,611 - root - log - INFO - Shutting down launcher
  780. 2013-05-04 02:06:22,721 - root - initialization - INFO - ######################################### Logging Started ##########################################
  781. 2013-05-04 02:06:22,723 - root - info - INFO - server address: 'singularity'
  782. 2013-05-04 02:06:22,733 - overrides - overrides - ERROR - No value set for resource u'DEFAULTDOMAIN'
  783. 2013-05-04 02:06:22,733 - overrides - overrides - INFO - Using domain: http://client.eveonline.com/patches/
  784. 2013-05-04 02:06:22,734 - root - info - INFO - Getting info file from http://client.eveonline.com/patches/win_launcherinfoSISI_inc.txt
  785. 2013-05-04 02:06:22,739 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTP connection (1): client.eveonline.com
  786. 2013-05-04 02:06:22,996 - root - initialization - INFO - Initialized launcher info for server: 'SISI'
  787. 2013-05-04 02:06:22,996 - root - usersettings - INFO - Cache dir: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache'
  788. 2013-05-04 02:06:22,996 - ch_exceptions - log - CH_LOG - Unable to load any user-settings.
  789. 2013-05-04 02:06:22,999 - overrides - overrides - ERROR - No value set for resource u'FORCELANGUAGE'
  790. 2013-05-04 02:06:22,999 - root - initialization - INFO - Initializing app with language: 'en'
  791. 2013-05-04 02:06:23,002 - root - log - INFO - Adding splunk logging to server at 'https://clientlogger.testeveonline.com'
  792. 2013-05-04 02:06:23,002 - ch_startup - log - CH_LOG - Launcher started
  793. 2013-05-04 02:06:23,002 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): clientlogger.testeveonline.com
  794. 2013-05-04 02:06:24,510 - root - initialization - INFO - Log sending is disabled pending Splunk integration
  795. 2013-05-04 02:06:24,510 - root - initialization - INFO - Running from u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  796. 2013-05-04 02:06:24,510 - root - initialization - INFO - Working directory u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  797. 2013-05-04 02:06:24,512 - root - initialization - INFO - {'LauncherSettings': {'Game Client Version': '527910', 'Game Server': 'SISI', 'Platform': 'Windows 8', 'Default Language': 'en-us', 'Local Version': '2.1.528861-beta.3', 'Chosen Language': 'en'}}
  798. 2013-05-04 02:06:24,601 - root - controller - INFO - Steam API initialized? False
  799. 2013-05-04 02:06:24,624 - browser - browser - INFO - cefbrowser initialized
  800. 2013-05-04 02:06:24,625 - root - assets - WARNING - cwd doesn't contain assets: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  801. 2013-05-04 02:06:24,640 - lib.torrent - torrent - INFO - ConnectionTimeout set to: 90
  802. 2013-05-04 02:06:24,645 - root - selfupdate - INFO - Appdata: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata
  803. 2013-05-04 02:06:24,645 - root - selfupdate - INFO - rightFolderName = EVE_Online_Launcher-2.1.528861-beta.3.win32
  804. 2013-05-04 02:06:24,648 - root - selfupdate - INFO - Local version: 2.1.528861-beta.3
  805. 2013-05-04 02:06:24,648 - root - selfupdate - INFO - cache dir: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\cache
  806. 2013-05-04 02:06:24,648 - root - selfupdate - INFO - Downloading update from https://web.ccpgamescdn.com/launcher/singularity/selfupdates.htm
  807. 2013-05-04 02:06:24,648 - root - controllerfunctions - WARNING - Could not retrieve steam token
  808. 2013-05-04 02:06:24,648 - overrides - overrides - WARNING - Detected region as ccp
  809. 2013-05-04 02:06:24,650 - root - controllerfunctions - INFO - landing page: 'https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility' backup page: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  810. 2013-05-04 02:06:24,651 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): client.testeveonline.com
  811. 2013-05-04 02:06:24,799 - root - selfupdate - INFO - _links: {'': {u'2.1.528861-beta.3': {u'http://content.eveonline.com/EveOnlineLauncher/beta/EVE_Online_Launcher-2.1.528861-beta.3.win32.zip': 40}}, u'2.1.528627-beta.3': {}, u'2.1.528538-beta.3': {u'2.1.528627-beta.3': {u'EVE_Online_Launcher-2.1.528627-beta.3.win32.from-2.1.528538-beta.3.patch': 1}}, u'2.1.528861-beta.3': {u'2.1.528861-beta.3': {u'EVE_Online_Launcher-2.1.528861-beta.3.win32.from-2.1.528861-beta.3.patch': 1}}}
  812. 2013-05-04 02:06:24,799 - root - selfupdate - INFO - Downloading update from https://web.ccpgamescdn.com/launcher/singularity/selfupdates.htm
  813. 2013-05-04 02:06:24,957 - root - selfupdate - INFO - Found new version 2.1.528861-beta.3
  814. 2013-05-04 02:06:25,049 - lib.stuffFileBuilder - stufffilebuilder - INFO - Mounted 101 files from C:\Users\StoplookingatmynameCCP\Desktop\EVE
  815. 2013-05-04 02:06:25,229 - browser - browser - INFO - Loading Url: u'https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility'
  816. 2013-05-04 02:06:25,229 - browser - browser - INFO - Registered backupUrl base as u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  817. 2013-05-04 02:06:26,196 - root - controller - INFO - Found revision information for 44487 files.
  818. 2013-05-04 02:06:26,196 - lib.stuffFileBuilder - stufffilebuilder - INFO - Downloading build info from https://web.ccpgamescdn.com/launcher/singularity/flatres.ini
  819. 2013-05-04 02:06:26,197 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): web.ccpgamescdn.com
  820. 2013-05-04 02:06:26,207 - browser - browser - INFO - Received OnURLLoaded for URL=https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility (status: 200 | websites awaiting load: 0)
  821. 2013-05-04 02:06:26,565 - lib.torrent - torrent - INFO - Queuing https://web.ccpgamescdn.com/launcher/singularity/eve.torrent for normal download
  822. 2013-05-04 02:06:26,776 - lib.torrent - torrent - INFO - Dequeing normal download from https://web.ccpgamescdn.com/launcher/singularity/eve.torrent
  823. 2013-05-04 02:06:31,368 - lib.torrent - torrent - INFO - Old torrentfile since Fri, 03 May 2013 17:13:58 GMT
  824. 2013-05-04 02:06:31,368 - lib.torrent - torrent - INFO - Downloading torrent file from: https://web.ccpgamescdn.com/launcher/singularity/eve.torrent
  825. 2013-05-04 02:06:31,368 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): web.ccpgamescdn.com
  826. 2013-05-04 02:06:31,516 - lib.torrent - torrent - INFO - Torrent file already up to date
  827. 2013-05-04 02:06:46,558 - lib.torrent - torrent - INFO - Queuing C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\cache\torrent.torrent for download into C:\Users\StoplookingatmynameCCP\Desktop\EVE
  828. 2013-05-04 02:06:46,756 - lib.torrent - torrent - INFO - We have 45343 existing hashes, and downloaded information for 45283 hashes.
  829. 2013-05-04 02:06:46,904 - lib.torrent - torrent - INFO - Diffing tells us that we have 289 files to download.
  830. 2013-05-04 02:06:49,868 - lib.torrent - torrent - INFO - Prioritized 45238 files. Downloading 289 and skipping 44949 of them.
  831. 2013-05-04 02:06:49,891 - lib.torrent - torrent - INFO - Done adding torrent
  832. 2013-05-04 02:06:49,892 - lib.torrent - torrent - INFO - State Changed: client: state changed to: downloading
  833. 2013-05-04 02:06:54,411 - lib.torrent - torrent - INFO - Completed file: res\audio\469320201.ogg
  834. 2013-05-04 02:06:54,411 - lib.torrent - torrent - INFO - Completed file: res\audio\470105656.ogg
  835. 2013-05-04 02:06:54,411 - lib.torrent - torrent - INFO - Completed file: res\audio\473606048.ogg
  836. 2013-05-04 02:06:54,411 - lib.torrent - torrent - INFO - Completed file: res\audio\474301968.ogg
  837. 2013-05-04 02:06:58,171 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_01_ama_base.black
  838. 2013-05-04 02:06:58,171 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_01_ama_base.gr2
  839. 2013-05-04 02:06:58,171 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_01_ama_base.nxb
  840. 2013-05-04 02:06:58,171 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_01_ama_base_materials.black
  841. 2013-05-04 02:06:58,171 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_02_ama_01_nm.dds
  842. 2013-05-04 02:06:58,171 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_02_ama_01_os.dds
  843. 2013-05-04 02:07:03,687 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_02_ama_base.black
  844. 2013-05-04 02:07:03,687 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_02_ama_base.gr2
  845. 2013-05-04 02:07:03,687 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_02_ama_base.nxb
  846. 2013-05-04 02:07:03,687 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_02_ama_base_materials.black
  847. 2013-05-04 02:07:03,687 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_03_04_09_ama_combo.black
  848. 2013-05-04 02:07:03,687 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_03_04_09_ama_combo.gr2
  849. 2013-05-04 02:07:03,687 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_03_04_09_ama_combo.nxb
  850. 2013-05-04 02:07:03,687 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_03_04_09_ama_combo_materials.black
  851. 2013-05-04 02:07:09,953 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_05_06_11_ama_combo.black
  852. 2013-05-04 02:07:09,953 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_05_06_11_ama_combo.gr2
  853. 2013-05-04 02:07:09,953 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_05_06_11_ama_combo.nxb
  854. 2013-05-04 02:07:09,953 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_05_06_11_ama_combo_materials.black
  855. 2013-05-04 02:07:09,953 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_08_10_ama_combo.black
  856. 2013-05-04 02:07:09,953 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_08_10_ama_combo.gr2
  857. 2013-05-04 02:07:09,953 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_08_10_ama_combo.nxb
  858. 2013-05-04 02:07:09,953 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_08_10_ama_combo_materials.black
  859. 2013-05-04 02:07:09,953 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_12_13_14_ama_combo.black
  860. 2013-05-04 02:07:09,953 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_12_13_14_ama_combo.gr2
  861. 2013-05-04 02:07:09,953 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_12_13_14_ama_combo.nxb
  862. 2013-05-04 02:07:09,953 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_ceiling\ceiling_12_13_14_ama_combo_materials.black
  863. 2013-05-04 02:07:09,953 - lib.torrent - torrent - INFO - Completed file: res\Graphics\Interior\Amarr\modular_floor\floor_01_ama_base.black
  864. 2013-05-04 02:07:28,253 - lib.torrent - torrent - ERROR - ErrorCode: 504, message: 504 (unknown HTTP error)
  865. 2013-05-04 02:09:35,938 - lib.torrent - torrent - ERROR - No connections where made within the given timeframe. Peers: 0. DownloadSpeed: 0
  866. 2013-05-04 02:09:36,045 - root - controller - INFO - SetClientUpToDate False (downloading done? False | stuff built? False)
  867. 2013-05-04 02:09:36,045 - root - controller - INFO - Sending the following JavaScript code to the browser: setPlayButtonEnabled(Boolean(false));
  868. 2013-05-04 02:10:30,471 - ch_status - log - CH_LOG - Launcher run successful
  869. 2013-05-04 02:10:30,575 - root - log - INFO - Shutting down launcher
  870. 2013-05-04 02:13:56,530 - root - initialization - INFO - ######################################### Logging Started ##########################################
  871. 2013-05-04 02:13:56,532 - root - info - INFO - server address: 'singularity'
  872. 2013-05-04 02:13:56,542 - overrides - overrides - ERROR - No value set for resource u'DEFAULTDOMAIN'
  873. 2013-05-04 02:13:56,542 - overrides - overrides - INFO - Using domain: http://client.eveonline.com/patches/
  874. 2013-05-04 02:13:56,543 - root - info - INFO - Getting info file from http://client.eveonline.com/patches/win_launcherinfoSISI_inc.txt
  875. 2013-05-04 02:13:56,549 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTP connection (1): client.eveonline.com
  876. 2013-05-04 02:13:56,806 - root - initialization - INFO - Initialized launcher info for server: 'SISI'
  877. 2013-05-04 02:13:56,806 - root - usersettings - INFO - Cache dir: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\cache'
  878. 2013-05-04 02:13:56,806 - ch_exceptions - log - CH_LOG - Unable to load any user-settings.
  879. 2013-05-04 02:13:56,809 - overrides - overrides - ERROR - No value set for resource u'FORCELANGUAGE'
  880. 2013-05-04 02:13:56,809 - root - initialization - INFO - Initializing app with language: 'en'
  881. 2013-05-04 02:13:56,812 - root - log - INFO - Adding splunk logging to server at 'https://clientlogger.testeveonline.com'
  882. 2013-05-04 02:13:56,812 - ch_startup - log - CH_LOG - Launcher started
  883. 2013-05-04 02:13:56,813 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): clientlogger.testeveonline.com
  884. 2013-05-04 02:13:58,444 - root - initialization - INFO - Log sending is disabled pending Splunk integration
  885. 2013-05-04 02:13:58,444 - root - initialization - INFO - Running from u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  886. 2013-05-04 02:13:58,444 - root - initialization - INFO - Working directory u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  887. 2013-05-04 02:13:58,446 - root - initialization - INFO - {'LauncherSettings': {'Game Client Version': '527910', 'Game Server': 'SISI', 'Platform': 'Windows 8', 'Default Language': 'en-us', 'Local Version': '2.1.528861-beta.3', 'Chosen Language': 'en'}}
  888. 2013-05-04 02:13:58,535 - root - controller - INFO - Steam API initialized? False
  889. 2013-05-04 02:13:58,555 - browser - browser - INFO - cefbrowser initialized
  890. 2013-05-04 02:13:58,558 - root - assets - WARNING - cwd doesn't contain assets: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE'
  891. 2013-05-04 02:13:58,573 - lib.torrent - torrent - INFO - ConnectionTimeout set to: 90
  892. 2013-05-04 02:13:58,579 - root - selfupdate - INFO - Appdata: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\appdata
  893. 2013-05-04 02:13:58,579 - root - selfupdate - INFO - rightFolderName = EVE_Online_Launcher-2.1.528861-beta.3.win32
  894. 2013-05-04 02:13:58,582 - root - selfupdate - INFO - Local version: 2.1.528861-beta.3
  895. 2013-05-04 02:13:58,582 - root - selfupdate - INFO - cache dir: C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\cache
  896. 2013-05-04 02:13:58,582 - root - selfupdate - INFO - Downloading update from https://web.ccpgamescdn.com/launcher/singularity/selfupdates.htm
  897. 2013-05-04 02:13:58,582 - root - controllerfunctions - WARNING - Could not retrieve steam token
  898. 2013-05-04 02:13:58,582 - overrides - overrides - WARNING - Detected region as ccp
  899. 2013-05-04 02:13:58,582 - root - controllerfunctions - INFO - landing page: 'https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility' backup page: u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  900. 2013-05-04 02:13:58,585 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): client.testeveonline.com
  901. 2013-05-04 02:13:58,759 - root - selfupdate - INFO - _links: {'': {u'2.1.528861-beta.3': {u'http://content.eveonline.com/EveOnlineLauncher/beta/EVE_Online_Launcher-2.1.528861-beta.3.win32.zip': 40}}, u'2.1.528627-beta.3': {}, u'2.1.528538-beta.3': {u'2.1.528627-beta.3': {u'EVE_Online_Launcher-2.1.528627-beta.3.win32.from-2.1.528538-beta.3.patch': 1}}, u'2.1.528861-beta.3': {u'2.1.528861-beta.3': {u'EVE_Online_Launcher-2.1.528861-beta.3.win32.from-2.1.528861-beta.3.patch': 1}}}
  902. 2013-05-04 02:13:58,759 - root - selfupdate - INFO - Downloading update from https://web.ccpgamescdn.com/launcher/singularity/selfupdates.htm
  903. 2013-05-04 02:13:58,898 - root - selfupdate - INFO - Found new version 2.1.528861-beta.3
  904. 2013-05-04 02:13:58,992 - lib.stuffFileBuilder - stufffilebuilder - INFO - Mounted 101 files from C:\Users\StoplookingatmynameCCP\Desktop\EVE
  905. 2013-05-04 02:13:59,168 - browser - browser - INFO - Loading Url: u'https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility'
  906. 2013-05-04 02:13:59,168 - browser - browser - INFO - Registered backupUrl base as u'C:\\Users\\StoplookingatmynameCCP\\Desktop\\EVE\\launcher\\appdata\\EVE_Online_Launcher-2.1.528861-beta.3.win32\\html\\Launcher_{languageID}.html'
  907. 2013-05-04 02:14:00,039 - root - controller - INFO - Found revision information for 44487 files.
  908. 2013-05-04 02:14:00,039 - lib.stuffFileBuilder - stufffilebuilder - INFO - Downloading build info from https://web.ccpgamescdn.com/launcher/singularity/flatres.ini
  909. 2013-05-04 02:14:00,039 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): web.ccpgamescdn.com
  910. 2013-05-04 02:14:00,227 - browser - browser - INFO - Received OnURLLoaded for URL=https://client.testeveonline.com/launcherv3/en?steam_token=&server=tranquility (status: 200 | websites awaiting load: 0)
  911. 2013-05-04 02:14:00,615 - lib.torrent - torrent - INFO - Queuing https://web.ccpgamescdn.com/launcher/singularity/eve.torrent for normal download
  912. 2013-05-04 02:14:00,849 - lib.torrent - torrent - INFO - Dequeing normal download from https://web.ccpgamescdn.com/launcher/singularity/eve.torrent
  913. 2013-05-04 02:14:04,440 - lib.torrent - torrent - INFO - Old torrentfile since Fri, 03 May 2013 17:13:58 GMT
  914. 2013-05-04 02:14:04,440 - lib.torrent - torrent - INFO - Downloading torrent file from: https://web.ccpgamescdn.com/launcher/singularity/eve.torrent
  915. 2013-05-04 02:14:04,440 - requests.packages.urllib3.connectionpool - connectionpool - INFO - Starting new HTTPS connection (1): web.ccpgamescdn.com
  916. 2013-05-04 02:14:04,645 - lib.torrent - torrent - INFO - Torrent file already up to date
  917. 2013-05-04 02:14:19,743 - lib.torrent - torrent - INFO - Queuing C:\Users\StoplookingatmynameCCP\Desktop\EVE\launcher\cache\torrent.torrent for download into C:\Users\StoplookingatmynameCCP\Desktop\EVE
  918. 2013-05-04 02:14:19,943 - lib.torrent - torrent - INFO - We have 45346 existing hashes, and downloaded information for 45283 hashes.
  919. 2013-05-04 02:14:20,091 - lib.torrent - torrent - INFO - Diffing tells us that we have 287 files to download.
  920. 2013-05-04 02:14:23,154 - lib.torrent - torrent - INFO - Prioritized 45238 files. Downloading 287 and skipping 44951 of them.
  921. 2013-05-04 02:14:23,178 - lib.torrent - torrent - INFO - Done adding torrent
  922. 2013-05-04 02:14:23,178 - lib.torrent - torrent - INFO - State Changed: client: state changed to: downloading
  923. 2013-05-04 02:14:45,733 - lib.torrent - torrent - ERROR - ErrorCode: 504, message: 504 (unknown HTTP error)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement