Guest User

Untitled

a guest
May 21st, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. Unable to download remote build number
  2. Traceback (most recent call last):
  3. File "lib\update.pyo", line 597, in run
  4. File "lib\update.pyo", line 654, in IsUpdateRequired
  5. File "lib\update.pyo", line 215, in __init__
  6. File "lib\decorators.pyo", line 18, in __call__
  7. File "lib\info.pyo", line 182, in GetRemoteBuildNumber
  8. RemoteBuildNumberUnavailable: Unable to fetch build number from server
  9. Locals by frame, innermost last:
  10. Frame __bootstrap in threading.pyo at line 503:
  11. self = <UpdaterModule(UpdaterModuleThread, started 5036)>
  12. Frame __bootstrap_inner in threading.pyo at line 530:
  13. self = <UpdaterModule(UpdaterModuleThread, started 5036)>
  14. Frame run in lib\update.pyo at line 635:
  15. self = <UpdaterModule(UpdaterModuleThread, started 5036)>
  16. self._Thread__args = ()
  17. self._Thread__block = <Condition(<thread.lock object at 0x05223B50>, 0)>
  18. self._Thread__daemonic = False
  19. self._Thread__ident = 5036
  20. self._Thread__initialized = True
  21. self._Thread__kwargs = {}
  22. self._Thread__name = 'UpdaterModuleThread'
  23. self._Thread__started = <threading._Event object at 0x057360B0>
  24. self._Thread__stderr = <lib.log.StderrStream object at 0x04E8C550>
  25. self._Thread__stopped = False
  26. self._Thread__target = None
  27. self.average = 0
  28. self.cache = u'C:\\Program Files (x86)\\CCP\\EVE\\launcher\\cache'
  29. self.folder = u'C:\\Program Files (x86)\\CCP\\EVE'
  30. self.hashdb = <ChecksumDB at 'C:\\PROGRA~2\\CCP\\EVE\\launcher\\cache\\checksums'>
  31. self.info = <function wrapper at 0x05737D70>
  32. self.isNotRunning = <threading._Event object at 0x05736930>
  33. self.isRunning = <threading._Event object at 0x05736890>
  34. self.proc = None
  35. self.server = 'TQ'
  36. self.settings = <lib.userSettings.UserSettings instance at 0x0543A5A8>
  37. self.successful = False
  38. self.throttle = 0
  39. self.view = <lib.ui.frame.LauncherFrame; proxy of <Swig Object of type 'wxFrame *' at 0x34cc258> >
  40. Frame IsUpdateRequired in lib\update.pyo at line 656:
  41. args = [u'C:\\Program Files (x86)\\CCP\\EVE', <ChecksumDB at 'C:\\PROGRA~2\\CCP\\EVE\\launcher\\cache\\checksums'>, u'C:\\Program Files (x86)\\CCP\\EVE\\launcher\\cache', <function wrapper at 0x05737D70>]
  42. self = <UpdaterModule(UpdaterModuleThread, started 5036)>
  43. self._Thread__args = ()
  44. self._Thread__block = <Condition(<thread.lock object at 0x05223B50>, 0)>
  45. self._Thread__daemonic = False
  46. self._Thread__ident = 5036
  47. self._Thread__initialized = True
  48. self._Thread__kwargs = {}
  49. self._Thread__name = 'UpdaterModuleThread'
  50. self._Thread__started = <threading._Event object at 0x057360B0>
  51. self._Thread__stderr = <lib.log.StderrStream object at 0x04E8C550>
  52. self._Thread__stopped = False
  53. self._Thread__target = None
  54. self.average = 0
  55. self.cache = u'C:\\Program Files (x86)\\CCP\\EVE\\launcher\\cache'
  56. self.folder = u'C:\\Program Files (x86)\\CCP\\EVE'
  57. self.hashdb = <ChecksumDB at 'C:\\PROGRA~2\\CCP\\EVE\\launcher\\cache\\checksums'>
  58. self.info = <function wrapper at 0x05737D70>
  59. self.isNotRunning = <threading._Event object at 0x05736930>
  60. self.isRunning = <threading._Event object at 0x05736890>
  61. self.proc = None
  62. self.server = 'TQ'
  63. self.settings = <lib.userSettings.UserSettings instance at 0x0543A5A8>
  64. self.successful = False
  65. self.throttle = 0
  66. self.view = <lib.ui.frame.LauncherFrame; proxy of <Swig Object of type 'wxFrame *' at 0x34cc258> >
  67. Frame __init__ in lib\update.pyo at line 217:
  68. cache = u'C:\\Program Files (x86)\\CCP\\EVE\\launcher\\cache'
  69. folder = u'C:\\Program Files (x86)\\CCP\\EVE'
  70. hashdb = <ChecksumDB at 'C:\\PROGRA~2\\CCP\\EVE\\launcher\\cache\\checksums'>
  71. info = <function wrapper at 0x05737D70>
  72. self = <lib.update.ValidateClient instance at 0x0573AF08>
  73. url = 'http://cdn1.eveonline.com/%(build)s/RepairData_%(build)s.dat'
  74. Frame __call__ in lib\decorators.pyo at line 18:
  75. args = (u'C:\\Program Files (x86)\\CCP\\EVE',)
  76. self = <lib.decorators.memoize instance at 0x04AA4D28>
  77. Frame GetRemoteBuildNumber in lib\info.pyo at line 182:
  78. folder = u'C:\\Program Files (x86)\\CCP\\EVE'
  79. url = 'http://client.eveonline.com/patches/premium_patchinfoTQ_inc.txt'
Advertisement
Add Comment
Please, Sign In to add comment