Advertisement
Guest User

Untitled

a guest
Nov 8th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.01 KB | None | 0 0
  1. Exception during UpdaterModule.Update
  2. Traceback (most recent call last):
  3. File "lib\update.pyo", line 101, in run
  4. File "lib\update.pyo", line 282, in _Update
  5. File "lib\update.pyo", line 254, in ApplyPatch
  6. File "lib\steps\applyHttpPatch.pyo", line 38, in Run
  7. File "zsync\zsync.pyo", line 698, in ApplyPatch
  8. File "zsync\zsync.pyo", line 698, in ApplyPatch
  9. File "zsync\zsync.pyo", line 651, in PatchFile
  10. File "zsync\zsync.pyo", line 642, in PatchFile
  11. File "zsync\fileSync.pyo", line 382, in GetBlock
  12. KeyError: (-31149035, '\xe2|\xe2\x9d\xd0\xd5\x03n\x12\xb2\xd2\xc6\x1du\xbb\xbb')
  13. Locals by frame, innermost last:
  14. Frame __bootstrap in threading.pyo at line 524:
  15. self = <UpdaterModule(UpdaterModuleThread, started 3220)>
  16. Frame __bootstrap_inner in threading.pyo at line 551:
  17. self = <UpdaterModule(UpdaterModuleThread, started 3220)>
  18. Frame run in lib\update.pyo at line 126:
  19. self = <UpdaterModule(UpdaterModuleThread, started 3220)>
  20. self._Thread__args = ()
  21. self._Thread__block = <Condition(<thread.lock object at 0x07977FF0>, 0)>
  22. self._Thread__daemonic = False
  23. self._Thread__ident = 3220
  24. self._Thread__initialized = True
  25. self._Thread__kwargs = {}
  26. self._Thread__name = 'UpdaterModuleThread'
  27. self._Thread__started = <threading._Event object at 0x07914E10>
  28. self._Thread__stderr = <lib.log.StderrStream object at 0x038448D0>
  29. self._Thread__stopped = False
  30. self._Thread__target = None
  31. self.action = <lib.steps.applyHttpPatch.ApplyHttpPatch object at 0x0803C670>
  32. self.cache = u'C:\\EVE TEST SERVER\\EVE\\launcher\\cache'
  33. self.folder = u'C:\\EVE TEST SERVER\\EVE'
  34. self.hash_database = <ChecksumDB at 'C:\\EVETES~1\\EVE\\launcher\\cache\\checksums'>
  35. self.info = <function wrapper at 0x07C1D4B0>
  36. self.isNotRunning = <threading._Event object at 0x07BF6BF0>
  37. self.isRunning = <threading._Event object at 0x07BF6950>
  38. self.settings = <lib.userSettings.UserSettings instance at 0x0384E5F8>
  39. self.successful = False
  40. self.view = <lib.ui.frame.LauncherFrame; proxy of <Swig Object of type 'wxFrame *' at 0x7d3bc00> >
  41. Frame _Update in lib\update.pyo at line 292:
  42. create_patch = True
  43. patch_file = u'C:\\EVE TEST SERVER\\EVE\\EVE_Online_824956-842112_win.patch'
  44. self = <UpdaterModule(UpdaterModuleThread, started 3220)>
  45. self._Thread__args = ()
  46. self._Thread__block = <Condition(<thread.lock object at 0x07977FF0>, 0)>
  47. self._Thread__daemonic = False
  48. self._Thread__ident = 3220
  49. self._Thread__initialized = True
  50. self._Thread__kwargs = {}
  51. self._Thread__name = 'UpdaterModuleThread'
  52. self._Thread__started = <threading._Event object at 0x07914E10>
  53. self._Thread__stderr = <lib.log.StderrStream object at 0x038448D0>
  54. self._Thread__stopped = False
  55. self._Thread__target = None
  56. self.action = <lib.steps.applyHttpPatch.ApplyHttpPatch object at 0x0803C670>
  57. self.cache = u'C:\\EVE TEST SERVER\\EVE\\launcher\\cache'
  58. self.folder = u'C:\\EVE TEST SERVER\\EVE'
  59. self.hash_database = <ChecksumDB at 'C:\\EVETES~1\\EVE\\launcher\\cache\\checksums'>
  60. self.info = <function wrapper at 0x07C1D4B0>
  61. self.isNotRunning = <threading._Event object at 0x07BF6BF0>
  62. self.isRunning = <threading._Event object at 0x07BF6950>
  63. self.settings = <lib.userSettings.UserSettings instance at 0x0384E5F8>
  64. self.successful = False
  65. self.view = <lib.ui.frame.LauncherFrame; proxy of <Swig Object of type 'wxFrame *' at 0x7d3bc00> >
  66. Frame ApplyPatch in lib\update.pyo at line 257:
  67. patchFile = u'C:\\EVE TEST SERVER\\EVE\\EVE_Online_824956-842112_win.patch'
  68. self = <UpdaterModule(UpdaterModuleThread, started 3220)>
  69. self._Thread__args = ()
  70. self._Thread__block = <Condition(<thread.lock object at 0x07977FF0>, 0)>
  71. self._Thread__daemonic = False
  72. self._Thread__ident = 3220
  73. self._Thread__initialized = True
  74. self._Thread__kwargs = {}
  75. self._Thread__name = 'UpdaterModuleThread'
  76. self._Thread__started = <threading._Event object at 0x07914E10>
  77. self._Thread__stderr = <lib.log.StderrStream object at 0x038448D0>
  78. self._Thread__stopped = False
  79. self._Thread__target = None
  80. self.action = <lib.steps.applyHttpPatch.ApplyHttpPatch object at 0x0803C670>
  81. self.cache = u'C:\\EVE TEST SERVER\\EVE\\launcher\\cache'
  82. self.folder = u'C:\\EVE TEST SERVER\\EVE'
  83. self.hash_database = <ChecksumDB at 'C:\\EVETES~1\\EVE\\launcher\\cache\\checksums'>
  84. self.info = <function wrapper at 0x07C1D4B0>
  85. self.isNotRunning = <threading._Event object at 0x07BF6BF0>
  86. self.isRunning = <threading._Event object at 0x07BF6950>
  87. self.settings = <lib.userSettings.UserSettings instance at 0x0384E5F8>
  88. self.successful = False
  89. self.view = <lib.ui.frame.LauncherFrame; proxy of <Swig Object of type 'wxFrame *' at 0x7d3bc00> >
  90. Frame Run in lib\steps\applyHttpPatch.pyo at line 38:
  91. self = <lib.steps.applyHttpPatch.ApplyHttpPatch object at 0x0803C670>
  92. self.cache = u'C:\\EVE TEST SERVER\\EVE\\launcher\\cache'
  93. self.folder = u'C:\\EVE TEST SERVER\\EVE'
  94. self.hash_database = <ChecksumDB at 'C:\\EVETES~1\\EVE\\launcher\\cache\\checksums'>
  95. self.info = <function wrapper at 0x07C1D4B0>
  96. self.patch_file = u'C:\\EVE TEST SERVER\\EVE\\EVE_Online_824956-842112_win.patch'
  97. self.progress = <lib.updaterProgress.UpdaterProgress object at 0x0803C0D0>
  98. self.stepWeight = [(0, <function <lambda> at 0x039B2330>), (1.0, <function <lambda> at 0x039B2270>)]
  99. self.z = <zsync.zsync.ApplyPatch instance at 0x108CCFA8>
  100. Frame ApplyPatch in zsync\zsync.pyo at line 698:
  101. fileRel = 'resDX9GallenteShips01.stuff'
  102. folder = u'C:\\EVE TEST SERVER\\EVE'
  103. p = <lib.updaterProgress.UpdaterProgress object at 0x0803C0D0>
  104. patchDataPool = <zsync.fileSync.DataPool instance at 0x1061A418>
  105. self = <zsync.zsync.ApplyPatch instance at 0x108CCFA8>
  106. self.datapool = <zsync.fileSync.DataPool instance at 0x1061A418>
  107. self.doDeletes = True
  108. self.folder = u'C:\\EVE TEST SERVER\\EVE'
  109. self.hashdb = <ChecksumDB at 'C:\\EVETES~1\\EVE\\launcher\\cache\\checksums'>
  110. self.loaded_blockindex = [((1937481473, '\xf4\xec\x91\x08m>\xc7j\x1c\xc7\x85\xf5\x87P\x8e\xa5'), 0L, 38615), ((1072238964, 'g\xcb\x14\xb4\r\xc3\xb1~\x8bnQ-\xb3>\xba\x81'), 38615L, 13943), ((863968727, '\xe9d"N[\x97gAf\xfa\x8em\x04\x89\xc4\xcb'), 52558L, 21036), ((-226062513, '\xd9+oB0\xc2\x9df\xaeGz\xc9QG\x7f\xab'), 73594L, 23860), ((294602056, '\x15}\xf3\x91\x1bQn\xf0s\xd2\xcfo\xdc\xa6\xcc\x8a'), 97454L, 23109), ((927131342, '<BO`>_t!E\x86\xaa\xe7\x91_\x81E'), 120563L, 23930), ((-972847581, "[\\'\xdd\xb6\xc1\xbca\x90\x96\xb5L\x06\x1e\xb1\x8a"), 144493L, 25808), ((-25266564, '\x17\x02\x89\xca\xe1\x1e\xf3=g\xd8g\xa6.\xa4\xd0\x85'), 170301L, 16287), ((208270163, 'M\xf0\x08|\x81r\x05\xe9\xa6\xa6cO\xeeg\x9d\xcb'), 186588L, 19302), ((638077725, '\x05\x99\xc9\xf1K\x84\r\xbd\x15\xdd\xc1!\x892\x05\xbe'), 205890L, 19362), ((-1289275681, '\xd2l\xf3;\xb4\x13\xaf\x96\x04\xfe\x96\x07\xec\xb7\x9d='), 225252L, 18263), ((1101132421, 'X\x90Oi\xa1b\xc5G\xde\xd9\xac\x15\x90!@\xf3'), 243515L, 19093), ((594876286, '\xe6\x08\x91\x07\xcf:\xa0\x99mH\xe2\xa7\xf5\xa0V\x10'), 262608L, 19392), ((-1635037606, 'oN\xa9\xb2\xe5\x96\xdf\xc2\xb5~X\xab\xafm\x8f\x84'), 282000L, 49537), ((826011242, '\xb7\x9aB\xd0\x18$d\x13d\xb9\xee]\xb0$F2'), 331537L, 20594), ((1297098733, '\xc0\x85\xee\x971\xc4h\xc4\xe3\x0eD82\x89\xc5\xa6'), 352131L, 17185), ((-757716763, '\xa7\xee\xaf\x9eUF\x1f`\xb5(\x10i\x12\xe4(\x06'), 369316L, 17327), ((-1387573508, '\x1a\xa9\xf2\xcaT\x95\xb7\x04\xf5,\x84\r\xe2\x85\xa0\xb9'), 386643L, 64508), ((-1619560770, '\x00\xb3c\xc9!O@\xa2\xcf\x02"I\xe1\xc0D='), 451151L, 57530), ((-168633255, '\x10\x80%e\xfb\xe3H\x8a\x9a4C.\x17b2\x10'), 508681L, 23455), ((-1871292856, '=\xcdz\x9b\xf0:\xef\x9f\xa4C\xbd*\xe6UL\t'), 532136L, 20702), ((-468539160, 'Z1\x02\xbf\xad\xa0~BE\xbc\x90T\x18\xdeC|'), 552838L, 18887), ((1734585308, '\xa1\xd6\xc2\xf8b\xcd:m`\x86{W\x1a\xd2\xfa\xb0'), 571725L, 18802), ((506078789, '\xd3\x0b\xfd\x8cA[\xb9\x8e\x81\xd3\xec:rDd\xcb'), 590527L, 20223), ((537045868, '\nEeY$5;\xcf\xc9\xf1N\xca\xa9n\xd5\xe5'), 610750L, 20310), ((-1894464217, '\xc7\rT\x1b\xecA\x14\x95\xf1\xff\x81C(N\x852'), 631060L, 22769), ((2114680526, '\xd3tNN\xde\x1c\xdd|%\xf8c\xeeO\xa5\xb1\xb8'), 653829L, 31258), ((800132861, '\x9a\xcd\xe6MF(\xa9\x19.\x99\xf5,\xf4,\xe6\x9f'), 685087L, 30833), ((-590448118, '\x80\xfc\xb6E\xd6dVA"\xb6\x98\xf5K\xeae\x81'), 715920L, 31340), ((268756323, '\xde\x8a\xfa\x88U\xc3S\xce\xd5\xa2\xa0a\x89\x91S\xe0'), 747260L, 31648), ((1817954179, '^6\x14\xa9\x14\xcfkm{a\x98\xc5\xff\x8f4\x11'), 778908L, 29275), ((-458711158, 'Z\x90\xbb2\xaa\x95@\xc1|\xb9\x1e\x00i\xf9\x8b\n'), 808183L, 5544), ((-1725098311, '`\xd8\xbfu\x04TC\xe1\xfa)t\xb0\xe2\x15/('), 813727L, 39702), ((23161306, '\x9fN-\xc8 \xa01!\xba\xc1]\xf2\xe2\x95\xae]'), 853429L, 55635), ((-1536064868, '\xdb\xb8\xb1\x18\x8a\x9f\x02!\xf5\xf4\x80E\x92r\xbe\xb9'), 909064L, 32270), ((363071860, '\xe0x\x89\xad\xa1\x0e\xb6\xf9\xff(\x85\xbf\x17\xd5\xc8\xce'), 941334L, 34313), ((973088580, '\xe1\x08\xc2\x99\x8d\x19\x86O[\xb4\xbb\xcb\x0e\x98\xad\x8
  111. self.loaded_filesToRepair = {'resJumpGates.stuff': '668ca8720d189d437d5d5d8e8b01e6f28e865aee', 'resDX9PlanetsOther.stuff': 'feacc19768933dcf9acdde0070067782ab179f7d', 'bulkdata\\2001700035.cache2': '3288263c8f30e9b447f96cc4f349a520b351d3cb', 'resCharacterModularFemaleHiRes02.stuff': '0e65f24cdf47937e706caf0f8c7128c022185b34', 'bin\\unicodedata.pyd': '08a0da7a42d8b9a72d96a1685bbccde8127a64a9', 'resDX9AmarrStations02.stuff': 'eb2b215db517e44f19684f477559910efb3c42a8', 'resDX9GallenteShips01.stuff': '145501b4a393b2e34ead4f5e65b0312a09a30423', 'res\\audio\\264982055.wem': None, 'bin\\python27.dll': '1d4f6188aed188a17c9b88f179cb03253b16449a', 'bin\\_ime.dll': None, 'resCharacterModularMaleHiRes02.stuff': 'a5eaae08f4e534fe999fda86341ed1df358d6a36', 'bin\\cacert.pem': None, 'resCharacterModularFemaleHiRes01.stuff': 'f982774fd05cb8f5145ea4bc49c30c27162ee3be', 'resDX9Deployables01.stuff': '458fbf7929514eb5fb873aa8dac3313c7bb7f79f', 'resDX9WorldObjects.stuff': '1da53b1c1d03dad250a87bb32f238e699be951d9', 'resUI00.stuff': '8b1dd1a4eb0fd1ae459006083fb79fc1bd852b69', 'resDX9GallenteStations.stuff': 'ca3c53ea942237f2c6368a091884505635693c4c', 'bulkdata\\2209999.cache2': 'c7ccebcadfe0addfe15d0f65130a08454e902a6e', 'code.ccp': 'c06d9832a2c74ccb21b4dabee30e5983e49fdaa6', 'resDX9Universal.stuff': '82f2e173da27593b660080e18cd017599a281ac6', 'bulkdata\\2002200001.cache2': 'dbbbf629633e5b48ddea7abe46708c1f1c90c1cd', 'bin\\pyEvePathfinder.dll': 'c891d713a1261089254aa551d9ec32ec7ddcbfad', 'resSpaceEffects.stuff': 'cccc9a7b8d853946eaa364cbc1a6bec7c1596a59', 'resDX9MinmatarStations01.stuff': '77fc89e7f15202d0aeae72c7bdf33a17adfcab83', 'bin\\blue.dll': '86a57d1fbd9e8b751f8305138b38f6923fb74c74', 'resDX9MinmatarStations.stuff': 'feabf52924da331a9223923808824109bc8f7d64', 'res\\audio\\863075685.wem': None, 'res\\audio\\Common.bnk': 'afc09fd72d575d7e720cf4b1de0728e02fe70204', 'res\\audio\\908652550.wem': None, 'resDX9Drones.stuff': '1f49a0dbcc41c46b6405c0b678148d3899b933b0', 'resDX9CONCORDShips.stuff': '858418f78e8bea8eefdefbf82a9a8a56488a1945', 'resDX9CaldariShips00.stuff': '6d1dcbfaeab6dd1aca19ddba5ade71c0aa4ac172', 'resDX9Structure.stuff': '60a1420e063e1eba5dd0ebb34f6c8aef256a898b', 'resDX9SOCTShips.stuff': 'd08500c38124a1d85b0c3de2beb138530ced9973', 'resDX9CaldariStations01.stuff': 'a3e019b7a31725f15075ce912ff0ebd1e3388f00', 'res\\audio\\Music.bnk': 'aaa0ec9eb5bc2dc56c5b79fdcde4ec59a2bd0674', 'resUItexture01.stuff': 'b0f6a64406cfaf68ca67702f3f65adbdf46354ec', 'res\\audio\\667079437.wem': None, 'bulkdata\\1800004.cache2': '3a89f0906c130183b197de5b185dc38d06209e1e', 'bin\\_GameWorld.dll': 'fafd244eeb8b2dee94489a45aacbf32f33baefa1', 'resDX9GallenteShips00.stuff': '70f0e16e89636872cc5dd67660d524f8a657a735', 'bin\\_twitch.dll': '2cb0fd015d563cacf8012954c3449a0a82e41ec5', 'res\\audio\\Interface.bnk': '2b1f34898196020242bc842d68b5c8d50873379e', 'resDX9AmarrStations.stuff': 'd53f0819044e392d5992083e34f200c8fc6e6ea4', 'bulkdata\\1800006.cache2': '1babfd220988b574bda65dc8eb24d28e4b04ecd5', 'bulkdata\\600004.c
  112. self.loaded_goodBlocks = {'res\\audio\\908652550.wem;': [], 'resDX9PiratesShips.stuff;ec74dbcf49e01dcb4396ca1270d0fd81b2164012': [(1, (65536L, 131072L)), (8, (525750L, 591286L)), (9, (591286L, 656822L)), (10, (656822L, 722358L)), (11, (722358L, 787894L)), (12, (787894L, 853430L)), (13, (853430L, 918966L)), (14, (918966L, 984502L)), (15, (984502L, 1050038L)), (16, (1050038L, 1115574L)), (17, (1115574L, 1181110L)), (18, (1181110L, 1246646L)), (19, (1246646L, 1312182L)), (20, (1312182L, 1377718L)), (21, (1377718L, 1443254L)), (22, (1443254L, 1508790L)), (23, (1508790L, 1574326L)), (24, (1574326L, 1639862L)), (25, (1639862L, 1705398L)), (26, (1705398L, 1770934L)), (27, (1770934L, 1836470L)), (28, (1836470L, 1902006L)), (29, (1902006L, 1967542L)), (30, (1967542L, 2033078L)), (31, (2033078L, 2098614L)), (32, (2098614L, 2164150L)), (33, (2164150L, 2229686L)), (34, (2229686L, 2295222L)), (35, (2295222L, 2360758L)), (36, (2360758L, 2426294L)), (37, (2426294L, 2491830L)), (38, (2491830L, 2557366L)), (39, (2557366L, 2622902L)), (40, (2622902L, 2688438L)), (41, (2688438L, 2753974L)), (42, (2753974L, 2819510L)), (43, (2819510L, 2885046L)), (44, (2885046L, 2950582L)), (45, (2950582L, 3016118L)), (46, (3016118L, 3081654L)), (47, (3081654L, 3147190L)), (48, (3147190L, 3212726L)), (49, (3212726L, 3278262L)), (50, (3278262L, 3343798L)), (51, (3343798L, 3409334L)), (52, (3409334L, 3474870L)), (53, (3474870L, 3540406L)), (54, (3540406L, 3605942L)), (55, (3605942L, 3671478L)), (56, (3671478L, 3737014L)), (57, (3737014L, 3802550L)), (58, (3802550L, 3868086L)), (59, (3868086L, 3933622L)), (60, (3933622L, 3999158L)), (67, (4393540L, 4459076L)), (68, (4459076L, 4524612L)), (69, (4524612L, 4590148L)), (70, (4590148L, 4655684L)), (71, (4655684L, 4721220L)), (72, (4721220L, 4786756L)), (73, (4786756L, 4852292L)), (74, (4852292L, 4917828L)), (75, (4917828L, 4983364L)), (76, (4983364L, 5048900L)), (77, (5048900L, 5114436L)), (78, (5114436L, 5179972L)), (79, (5179972L, 5245508L)), (80, (5245508L, 5311044L)), (81, (5311044L, 5376580L)), (82, (5376580L, 5442116L)), (83, (5442116L, 5507652L)), (84, (5507652L, 5573188L)), (85, (5573188L, 5638724L)), (86, (5638724L, 5704260L)), (87, (5704260L, 5769796L)), (88, (5769796L, 5835332L)), (89, (5835332L, 5900868L)), (90, (5900868L, 5966404L)), (91, (5966404L, 6031940L)), (92, (6031940L, 6097476L)), (93, (6097476L, 6163012L)), (94, (6163012L, 6228548L)), (95, (6228548L, 6294084L)), (96, (6294084L, 6359620L)), (97, (6359620L, 6425156L)), (98, (6425156L, 6490692L)), (99, (6490692L, 6556228L)), (100, (6556228L, 6621764L)), (101, (6621764L, 6687300L)), (102, (6687300L, 6752836L)), (103, (6752836L, 6818372L)), (104, (6818372L, 6883908L)), (105, (6883908L, 6949444L)), (106, (6949444L, 7014980L)), (107, (7014980L, 7080516L)), (108, (7080516L, 7146052L)), (109, (7146052L, 7211588L)), (110, (7211588L, 7277124L)), (111, (7277124L, 7342660L)), (112, (7342660L, 7408196L)), (113, (7408196L, 7473732L)), (114, (7473732L, 7539268L)), (115, (7539268L, 7604804L)), (116, (7604804L,
  113. self.loaded_info = <zsync.dataPackage.ReadSyncPackage object at 0x0816AC10>
  114. self.patchResumeDataEnd = 432504519
  115. self.patchfile = u'C:\\EVE TEST SERVER\\EVE\\EVE_Online_824956-842112_win.patch'
  116. self.progress = <lib.updaterProgress.UpdaterProgress object at 0x0803C0D0>
  117. self.rsums = {'resJumpGates.stuff': <zsync.rollingChecksum.RollingSum object at 0x0816A510>, 'resDX9PlanetsOther.stuff': <zsync.rollingChecksum.RollingSum object at 0x07BC9C10>, 'bulkdata\\2001700035.cache2': <zsync.rollingChecksum.RollingSum object at 0x08186A90>, 'resCharacterModularFemaleHiRes02.stuff': <zsync.rollingChecksum.RollingSum object at 0x08186D30>, 'bin\\unicodedata.pyd': <zsync.rollingChecksum.RollingSum object at 0x07BAF950>, 'bulkdata\\800003.cache2': <zsync.rollingChecksum.RollingSum object at 0x105D0690>, 'resDX9AmarrStations02.stuff': <zsync.rollingChecksum.RollingSum object at 0x112A90F0>, 'resDX9GallenteShips01.stuff': <zsync.rollingChecksum.RollingSum object at 0x1182A330>, 'res\\audio\\264982055.wem': <zsync.rollingChecksum.RollingSum object at 0x080F5D50>, 'bin\\python27.dll': <zsync.rollingChecksum.RollingSum object at 0x081BA1B0>, 'bin\\_ime.dll': <zsync.rollingChecksum.RollingSum object at 0x07E8FDD0>, 'resCharacterModularMaleHiRes02.stuff': <zsync.rollingChecksum.RollingSum object at 0x081E1450>, 'bin\\cacert.pem': <zsync.rollingChecksum.RollingSum object at 0x110404F0>, 'resCharacterModularFemaleHiRes01.stuff': <zsync.rollingChecksum.RollingSum object at 0x11040770>, 'resDX9Deployables01.stuff': <zsync.rollingChecksum.RollingSum object at 0x10EE3610>, 'resDX9WorldObjects.stuff': <zsync.rollingChecksum.RollingSum object at 0x10D90930>, 'resUI00.stuff': <zsync.rollingChecksum.RollingSum object at 0x112183D0>, 'resDX9GallenteStations.stuff': <zsync.rollingChecksum.RollingSum object at 0x081C8850>, 'bulkdata\\2209999.cache2': <zsync.rollingChecksum.RollingSum object at 0x0802AC90>, 'code.ccp': <zsync.rollingChecksum.RollingSum object at 0x0802AE10>, 'resDX9Universal.stuff': <zsync.rollingChecksum.RollingSum object at 0x0800BF30>, 'bulkdata\\2002200001.cache2': <zsync.rollingChecksum.RollingSum object at 0x11DFB7D0>, 'bin\\pyEvePathfinder.dll': <zsync.rollingChecksum.RollingSum object at 0x08011A30>, 'resSpaceEffects.stuff': <zsync.rollingChecksum.RollingSum object at 0x08011EF0>, 'resDX9MinmatarStations01.stuff': <zsync.rollingChecksum.RollingSum object at 0x080184B0>, 'bin\\blue.dll': <zsync.rollingChecksum.RollingSum object at 0x10E66330>, 'resDX9MinmatarStations.stuff': <zsync.rollingChecksum.RollingSum object at 0x10E67730>, 'res\\audio\\863075685.wem': <zsync.rollingChecksum.RollingSum object at 0x07BACDF0>, 'res\\audio\\Common.bnk': <zsync.rollingChecksum.RollingSum object at 0x07BC92D0>, 'res\\audio\\908652550.wem': <zsync.rollingChecksum.RollingSum object at 0x080E5FD0>, 'resDX9Drones.stuff': <zsync.rollingChecksum.RollingSum object at 0x0817E090>, 'resDX9CONCORDShips.stuff': <zsync.rollingChecksum.RollingSum object at 0x07BAFE70>, 'resDX9CaldariShips00.stuff': <zsync.rollingChecksum.RollingSum object at 0x10FAEFB0>, 'resDX9Structure.stuff': <zsync.rollingChecksum.RollingSum object at 0x0794B690>, 'resDX9CaldariStations01.stuff': <zsync.rollingChecksum.RollingSum object at 0x03954130>, 'resDX9SOCTShips.stuff': <zsync.rollingC
  118. self.symlinks = []
  119. total = 117454
  120. Frame PatchFile in zsync\zsync.pyo at line 651:
  121. block = 3032
  122. chksm = <sha1 HASH object @ 08111220>
  123. fileAbs = u'C:\\EVE TEST SERVER\\EVE\\resDX9GallenteShips01.stuff'
  124. fileRel = 'resDX9GallenteShips01.stuff'
  125. first = 183232660L
  126. folder = u'C:\\EVE TEST SERVER\\EVE'
  127. fp = <closed file u'C:\\EVE TEST SERVER\\EVE\\tmp44tcnb.tmp', mode 'wb' at 0x07E6C288>
  128. fromHash = '145501b4a393b2e34ead4f5e65b0312a09a30423'
  129. goodBlocks = [(247, (451105L, 516641L)), (248, (516641L, 582177L)), (249, (582177L, 647713L)), (250, (647713L, 713249L)), (251, (713249L, 778785L)), (252, (778785L, 844321L)), (253, (844321L, 909857L)), (254, (909857L, 975393L)), (255, (975393L, 1040929L)), (256, (1040929L, 1106465L)), (257, (1106465L, 1172001L)), (258, (1172001L, 1237537L)), (259, (1237537L, 1303073L)), (260, (1303073L, 1368609L)), (261, (1368609L, 1434145L)), (262, (1434145L, 1499681L)), (263, (1499681L, 1565217L)), (264, (1565217L, 1630753L)), (271, (2025027L, 2090563L)), (272, (2090563L, 2156099L)), (273, (2156099L, 2221635L)), (274, (2221635L, 2287171L)), (275, (2287171L, 2352707L)), (276, (2352707L, 2418243L)), (277, (2418243L, 2483779L)), (278, (2483779L, 2549315L)), (279, (2549315L, 2614851L)), (280, (2614851L, 2680387L)), (281, (2680387L, 2745923L)), (282, (2745923L, 2811459L)), (283, (2811459L, 2876995L)), (284, (2876995L, 2942531L)), (285, (2942531L, 3008067L)), (286, (3008067L, 3073603L)), (287, (3073603L, 3139139L)), (288, (3139139L, 3204675L)), (289, (3204675L, 3270211L)), (290, (3270211L, 3335747L)), (291, (3335747L, 3401283L)), (292, (3401283L, 3466819L)), (293, (3466819L, 3532355L)), (294, (3532355L, 3597891L)), (295, (3597891L, 3663427L)), (296, (3663427L, 3728963L)), (297, (3728963L, 3794499L)), (298, (3794499L, 3860035L)), (299, (3860035L, 3925571L)), (300, (3925571L, 3991107L)), (301, (3991107L, 4056643L)), (302, (4056643L, 4122179L)), (303, (4122179L, 4187715L)), (304, (4187715L, 4253251L)), (305, (4253251L, 4318787L)), (306, (4318787L, 4384323L)), (307, (4384323L, 4449859L)), (308, (4449859L, 4515395L)), (309, (4515395L, 4580931L)), (310, (4580931L, 4646467L)), (311, (4646467L, 4712003L)), (312, (4712003L, 4777539L)), (313, (4777539L, 4843075L)), (314, (4843075L, 4908611L)), (315, (4908611L, 4974147L)), (316, (4974147L, 5039683L)), (317, (5039683L, 5105219L)), (318, (5105219L, 5170755L)), (319, (5170755L, 5236291L)), (320, (5236291L, 5301827L)), (321, (5301827L, 5367363L)), (322, (5367363L, 5432899L)), (324, (5497437L, 5562973L)), (325, (5562973L, 5628509L)), (326, (5628509L, 5694045L)), (327, (5694045L, 5759581L)), (328, (5759581L, 5825117L)), (329, (5825117L, 5890653L)), (330, (5890653L, 5956189L)), (331, (5956189L, 6021725L)), (332, (6021725L, 6087261L)), (333, (6087261L, 6152797L)), (334, (6152797L, 6218333L)), (335, (6218333L, 6283869L)), (336, (6283869L, 6349405L)), (337, (6349405L, 6414941L)), (338, (6414941L, 6480477L)), (339, (6480477L, 6546013L)), (340, (6546013L, 6611549L)), (341, (6611549L, 6677085L)), (342, (6677085L, 6742621L)), (343, (6742621L, 6808157L)), (350, (7202431L, 7267967L)), (351, (7267967L, 7333503L)), (352, (7333503L, 7399039L)), (353, (7399039L, 7464575L)), (354, (7464575L, 7530111L)), (355, (7530111L, 7595647L)), (356, (7595647L, 7661183L)), (357, (7661183L, 7726719L)), (358, (7726719L, 7792255L)), (359, (7792255L, 7857791L)), (360, (7857791L, 7923327L)), (361, (7923327L, 7988863L)), (362, (7988863L, 8054399L)), (363, (8054399L, 8119935L)),
  130. goodBlocksEntry = 'resDX9GallenteShips01.stuff;145501b4a393b2e34ead4f5e65b0312a09a30423'
  131. goodDataPool = <zsync.fileSync.DataPool instance at 0x10E872D8>
  132. identity = (-31149035, '\xe2|\xe2\x9d\xd0\xd5\x03n\x12\xb2\xd2\xc6\x1du\xbb\xbb')
  133. isCompressed = {247: False, 248: False, 249: False, 250: False, 251: False, 252: False, 253: False, 254: False, 255: False, 256: False, 257: False, 258: False, 259: False, 260: False, 261: False, 262: False, 263: False, 264: False, 271: False, 272: False, 273: False, 274: False, 275: False, 276: False, 277: False, 278: False, 279: False, 280: False, 281: False, 282: False, 283: False, 284: False, 285: False, 286: False, 287: False, 288: False, 289: False, 290: False, 291: False, 292: False, 293: False, 294: False, 295: False, 296: False, 297: False, 298: False, 299: False, 300: False, 301: False, 302: False, 303: False, 304: False, 305: False, 306: False, 307: False, 308: False, 309: False, 310: False, 311: False, 312: False, 313: False, 314: False, 315: False, 316: False, 317: False, 318: False, 319: False, 320: False, 321: False, 322: False, 324: False, 325: False, 326: False, 327: False, 328: False, 329: False, 330: False, 331: False, 332: False, 333: False, 334: False, 335: False, 336: False, 337: False, 338: False, 339: False, 340: False, 341: False, 342: False, 343: False, 350: False, 351: False, 352: False, 353: False, 354: False, 355: False, 356: False, 357: False, 358: False, 359: False, 360: False, 361: False, 362: False, 363: False, 364: False, 365: False, 373: False, 374: False, 375: False, 376: False, 377: False, 378: False, 379: False, 380: False, 381: False, 382: False, 383: False, 384: False, 385: False, 386: False, 387: False, 395: False, 396: False, 397: False, 398: False, 399: False, 400: False, 401: False, 402: False, 403: False, 404: False, 405: False, 406: False, 407: False, 408: False, 409: False, 410: False, 412: False, 413: False, 414: False, 415: False, 416: False, 417: False, 418: False, 419: False, 420: False, 421: False, 422: False, 423: False, 424: False, 425: False, 426: False, 427: False, 428: False, 429: False, 430: False, 431: False, 432: False, 439: False, 440: False, 441: False, 442: False, 443: False, 444: False, 445: False, 446: False, 447: False, 448: False, 449: False, 450: False, 451: False, 452: False, 453: False, 454: False, 455: False, 462: False, 463: False, 464: False, 465: False, 466: False, 467: False, 468: False, 469: False, 470: False, 471: False, 472: False, 473: False, 474: False, 475: False, 476: False, 477: False, 480: False, 481: False, 482: False, 483: False, 484: False, 485: False, 486: False, 487: False, 488: False, 489: False, 490: False, 491: False, 492: False, 493: False, 494: False, 495: False, 496: False, 497: False, 498: False, 499: False, 506: False, 507: False, 508: False, 509: False, 510: False, 511: False, 512: False, 513: False, 514: False, 515: False, 516: False, 517: False, 518: False, 519: False, 520: False, 521: False, 523: False, 524: False, 525: False, 526: False, 527: False, 528: False, 529: False, 530: False, 531: False, 532: False, 533: False, 534: False, 535: False, 536: False, 537: False, 538: False, 539: False, 540: False, 541: False, 542: False, 543: False, 551: False, 552: False,
  134. last = 183290429L
  135. localHash = '145501b4a393b2e34ead4f5e65b0312a09a30423'
  136. localPool = <zsync.fileSync.DataPool instance at 0x10E872D8>
  137. n = 0
  138. p = <lib.updaterProgress.UpdaterProgress object at 0x0803C0D0>
  139. patchDataPool = <zsync.fileSync.DataPool instance at 0x1061A418>
  140. rsum = <zsync.rollingChecksum.RollingSum object at 0x1182A330>
  141. rsumList = [(-31149035, '\xe2|\xe2\x9d\xd0\xd5\x03n\x12\xb2\xd2\xc6\x1du\xbb\xbb'), (129833434, 'Al\xb0\xa5\xc3E\x8c\xc3\x8c\xaaiU%\x1d\xe3\xf9'), (-183547400, 'C\xa9\xe4$Y\x084Mf/\xe7\x11\x1cco\xcb'), (-1684020879, '\xa8eP\xd4\x902\\<\xc0\x94\xbd\xdb\xdf\xc2"\x93'), (-1543091867, 'Y\x7f\xae\x96m\x08\xff\xd5\x86\xcb,z\xa9\xa4\x8ba'), (204007583, 'Ps\x02;\x06\xe3\xd3\x18\\\x99\xee\x97O\x14Zb'), (1591311153, '\xfd\xc5\x9c\xa6l8\x844\xcc2x\xa2\x9e58\xaa'), (-163206128, '\xa6\x1d\r\x17\xfe\xb5\xad\xc8g\x8f\x01\xf7\x1dZ\x01\xb1'), (-661052927, "\xf0[g\x92\xb3\xf9\xbd4E'\x0e\xf5|1sm"), (-2073478792, '$\xbd=\xcc\x0f\reD/\x86\xa2\x88\xe3V*C'), (-2049315346, '\xf31\x84\xe9\xf7\x8a\xb65\xb8\x10w\xf09\xb7\xee\x10'), (582267176, 'xm\x1a\x04\xa1W\xeb\xdf\x01\xd7,\xb6T\xd6\xeaI'), (1780476497, 'w\xc5k\xa4|[[\xda\x03\xa4\xee\xa0\xe1\xf2C\x97'), (1932808262, 'L\xbb\xff\x19\xea\xd4\xe8\xa6\xeb\xaf\xce\xbb\x84\x9b_\x1b'), (6189350, '>`\xbd\x85\xa4\xc3o\x10g\x9cCJ\xa0E\x94\xb3'), (547200274, 'r\x10\xc7\xa3\xbf8\xfc\xba\x19\xd1\xcd\xf9\x1d\x9dNE'), (-142124752, '\x17\xbf\x8e\xdb\x9e\xbb"_*\xd3\x12$|\xe4;@'), (890051405, 'Ul\x9d\xa1C\x8e-\xb4\xf2\x86\t\\\xa8\x943D'), (1685541672, '"\x82j\xbc\xba\x0e\xfb\x87\xa6\x1c\x8cp\xa7f\xc4Q'), (1122719773, '\xb6S\xb0I\xe8\xc2\x0e>\x9d\xd6\xd7_"\xc0\x08\xfd'), (909884800, '\xc8\xf1\x89\xee\xbd\xe6]^\xa8e\x872\x17\x16\xdc`'), (1809190509, 'g\x16\x82\xf0\xb64mIt\xd5\xb8\xf9\x1e%&\xa0'), (-776171308, '\xae\x7f\xb1Dg?\xa7\xae\xd0\x92]\x9a25\xcc\xa9'), (-214955681, '\x14Q\x99\xb0*\x9f*;,ut\xb6\x9a\xf4~\xaf'), (1328133039, "z\xe3\x1d\xe4\xe5\xaf'\xc5dy\xdfR\x9e\x01\x88\xea"), (-1039613351, '&\x9dh\x19|\x05p\xcb\x9f\xaf\xd0G\x1ao\xd3G'), (-1991443616, '\x1b|8\x04\x80K\xe0\xf59r\xc3\x97\xc9\x841\xbe'), (-1317234545, '\xf7y{\x07\xb8~`_"\xc1\x7f\xa9\xc6\x95\x80\xc4'), (-1979587832, ')\xa3v\xf1\xe7\x7f\x14\xb8[\x96\x08\xd4Z\xfa77'), (-2030237991, 'oBO;X\x94\x1d\x98\x86\xc6|\x90\xc5\xe4\x8c\x9a'), (-2032461882, '*BA;4\x0f\xc0H~\x8b\xd0\xc2O\xee\x12\xff'), (1442765246, '\x8b\xa5\xd5+q\x0c\xc1\xff\x01\x89R\xa6\xc7\xb1(\xbf'), (1340130275, '\xac\xebl\xb6\x82\xc3\xd4\x9d\t\r}v\x8c\x1e\xcd\x84'), (-491514912, 'Qz$;YZ\x0c\xcd\x12^JX\x88\x00`\x12'), (1021677909, 'P,\x8cwly\x01\r&D\x88;\x0fJ\xfd\xe6'), (-2063491741, '\xa5\x96\x8f\x13\x02\xd7\x80\xc0\x94>y\xc5/s\xfa\x02'), (1607449631, '\x95\xfdz\xc1\x14\x8a\xbd*A!\x0f\xd9|\xe2\xe1\xab'), (1932015685, "4\xdfd\xf4\xc7a\x94\rH,j'\xad\x9dV\\"), (-346922577, '\x1aF\xb91\xd0y1\x03%\x07q\xb5\x02(\xfe\x1f'), (-590303982, '7\nOya\xa8\x13\x9c&\xc7\x10R)\xa9\xdf\xeb'), (-2050090340, '\x89W\xb7\xfb\x17\xc4\xbc9\x0c\xcb\xc4\xa2\xa9\x88H\xcd'), (1597439872, '\xd8\xab&\x16\xb8\xde\xfb\x0c\x95\x9eg\xe6\xf2\x9c\xb8\xf3'), (-1799600323, '\xc0\xd6K\x8c\xf8\x93e\x89\xd6\xd42\xc7\xc6\xe0\x9e\x15'), (1334348919, 'y\x8f_9-a|\x1b\xa5 \x0b\x91\x06v\xb7\xe2'), (-637219426, '\\+\r\xcc\xf2\x83\xba0\rJ\x06@\xcb\x82\xe9\x0e'), (1447282835, 'd\x19\x01Y\xca\x9a\x11\x96\x81(R\xc0\x85]\xdf\x90'), (596193627, '\xb1^K\x01\x10\xcd\x00J\x8b\x96\x
  142. self = <zsync.zsync.ApplyPatch instance at 0x108CCFA8>
  143. self.datapool = <zsync.fileSync.DataPool instance at 0x1061A418>
  144. self.doDeletes = True
  145. self.folder = u'C:\\EVE TEST SERVER\\EVE'
  146. self.hashdb = <ChecksumDB at 'C:\\EVETES~1\\EVE\\launcher\\cache\\checksums'>
  147. self.loaded_blockindex = [((1937481473, '\xf4\xec\x91\x08m>\xc7j\x1c\xc7\x85\xf5\x87P\x8e\xa5'), 0L, 38615), ((1072238964, 'g\xcb\x14\xb4\r\xc3\xb1~\x8bnQ-\xb3>\xba\x81'), 38615L, 13943), ((863968727, '\xe9d"N[\x97gAf\xfa\x8em\x04\x89\xc4\xcb'), 52558L, 21036), ((-226062513, '\xd9+oB0\xc2\x9df\xaeGz\xc9QG\x7f\xab'), 73594L, 23860), ((294602056, '\x15}\xf3\x91\x1bQn\xf0s\xd2\xcfo\xdc\xa6\xcc\x8a'), 97454L, 23109), ((927131342, '<BO`>_t!E\x86\xaa\xe7\x91_\x81E'), 120563L, 23930), ((-972847581, "[\\'\xdd\xb6\xc1\xbca\x90\x96\xb5L\x06\x1e\xb1\x8a"), 144493L, 25808), ((-25266564, '\x17\x02\x89\xca\xe1\x1e\xf3=g\xd8g\xa6.\xa4\xd0\x85'), 170301L, 16287), ((208270163, 'M\xf0\x08|\x81r\x05\xe9\xa6\xa6cO\xeeg\x9d\xcb'), 186588L, 19302), ((638077725, '\x05\x99\xc9\xf1K\x84\r\xbd\x15\xdd\xc1!\x892\x05\xbe'), 205890L, 19362), ((-1289275681, '\xd2l\xf3;\xb4\x13\xaf\x96\x04\xfe\x96\x07\xec\xb7\x9d='), 225252L, 18263), ((1101132421, 'X\x90Oi\xa1b\xc5G\xde\xd9\xac\x15\x90!@\xf3'), 243515L, 19093), ((594876286, '\xe6\x08\x91\x07\xcf:\xa0\x99mH\xe2\xa7\xf5\xa0V\x10'), 262608L, 19392), ((-1635037606, 'oN\xa9\xb2\xe5\x96\xdf\xc2\xb5~X\xab\xafm\x8f\x84'), 282000L, 49537), ((826011242, '\xb7\x9aB\xd0\x18$d\x13d\xb9\xee]\xb0$F2'), 331537L, 20594), ((1297098733, '\xc0\x85\xee\x971\xc4h\xc4\xe3\x0eD82\x89\xc5\xa6'), 352131L, 17185), ((-757716763, '\xa7\xee\xaf\x9eUF\x1f`\xb5(\x10i\x12\xe4(\x06'), 369316L, 17327), ((-1387573508, '\x1a\xa9\xf2\xcaT\x95\xb7\x04\xf5,\x84\r\xe2\x85\xa0\xb9'), 386643L, 64508), ((-1619560770, '\x00\xb3c\xc9!O@\xa2\xcf\x02"I\xe1\xc0D='), 451151L, 57530), ((-168633255, '\x10\x80%e\xfb\xe3H\x8a\x9a4C.\x17b2\x10'), 508681L, 23455), ((-1871292856, '=\xcdz\x9b\xf0:\xef\x9f\xa4C\xbd*\xe6UL\t'), 532136L, 20702), ((-468539160, 'Z1\x02\xbf\xad\xa0~BE\xbc\x90T\x18\xdeC|'), 552838L, 18887), ((1734585308, '\xa1\xd6\xc2\xf8b\xcd:m`\x86{W\x1a\xd2\xfa\xb0'), 571725L, 18802), ((506078789, '\xd3\x0b\xfd\x8cA[\xb9\x8e\x81\xd3\xec:rDd\xcb'), 590527L, 20223), ((537045868, '\nEeY$5;\xcf\xc9\xf1N\xca\xa9n\xd5\xe5'), 610750L, 20310), ((-1894464217, '\xc7\rT\x1b\xecA\x14\x95\xf1\xff\x81C(N\x852'), 631060L, 22769), ((2114680526, '\xd3tNN\xde\x1c\xdd|%\xf8c\xeeO\xa5\xb1\xb8'), 653829L, 31258), ((800132861, '\x9a\xcd\xe6MF(\xa9\x19.\x99\xf5,\xf4,\xe6\x9f'), 685087L, 30833), ((-590448118, '\x80\xfc\xb6E\xd6dVA"\xb6\x98\xf5K\xeae\x81'), 715920L, 31340), ((268756323, '\xde\x8a\xfa\x88U\xc3S\xce\xd5\xa2\xa0a\x89\x91S\xe0'), 747260L, 31648), ((1817954179, '^6\x14\xa9\x14\xcfkm{a\x98\xc5\xff\x8f4\x11'), 778908L, 29275), ((-458711158, 'Z\x90\xbb2\xaa\x95@\xc1|\xb9\x1e\x00i\xf9\x8b\n'), 808183L, 5544), ((-1725098311, '`\xd8\xbfu\x04TC\xe1\xfa)t\xb0\xe2\x15/('), 813727L, 39702), ((23161306, '\x9fN-\xc8 \xa01!\xba\xc1]\xf2\xe2\x95\xae]'), 853429L, 55635), ((-1536064868, '\xdb\xb8\xb1\x18\x8a\x9f\x02!\xf5\xf4\x80E\x92r\xbe\xb9'), 909064L, 32270), ((363071860, '\xe0x\x89\xad\xa1\x0e\xb6\xf9\xff(\x85\xbf\x17\xd5\xc8\xce'), 941334L, 34313), ((973088580, '\xe1\x08\xc2\x99\x8d\x19\x86O[\xb4\xbb\xcb\x0e\x98\xad\x8
  148. self.loaded_filesToRepair = {'resJumpGates.stuff': '668ca8720d189d437d5d5d8e8b01e6f28e865aee', 'resDX9PlanetsOther.stuff': 'feacc19768933dcf9acdde0070067782ab179f7d', 'bulkdata\\2001700035.cache2': '3288263c8f30e9b447f96cc4f349a520b351d3cb', 'resCharacterModularFemaleHiRes02.stuff': '0e65f24cdf47937e706caf0f8c7128c022185b34', 'bin\\unicodedata.pyd': '08a0da7a42d8b9a72d96a1685bbccde8127a64a9', 'resDX9AmarrStations02.stuff': 'eb2b215db517e44f19684f477559910efb3c42a8', 'resDX9GallenteShips01.stuff': '145501b4a393b2e34ead4f5e65b0312a09a30423', 'res\\audio\\264982055.wem': None, 'bin\\python27.dll': '1d4f6188aed188a17c9b88f179cb03253b16449a', 'bin\\_ime.dll': None, 'resCharacterModularMaleHiRes02.stuff': 'a5eaae08f4e534fe999fda86341ed1df358d6a36', 'bin\\cacert.pem': None, 'resCharacterModularFemaleHiRes01.stuff': 'f982774fd05cb8f5145ea4bc49c30c27162ee3be', 'resDX9Deployables01.stuff': '458fbf7929514eb5fb873aa8dac3313c7bb7f79f', 'resDX9WorldObjects.stuff': '1da53b1c1d03dad250a87bb32f238e699be951d9', 'resUI00.stuff': '8b1dd1a4eb0fd1ae459006083fb79fc1bd852b69', 'resDX9GallenteStations.stuff': 'ca3c53ea942237f2c6368a091884505635693c4c', 'bulkdata\\2209999.cache2': 'c7ccebcadfe0addfe15d0f65130a08454e902a6e', 'code.ccp': 'c06d9832a2c74ccb21b4dabee30e5983e49fdaa6', 'resDX9Universal.stuff': '82f2e173da27593b660080e18cd017599a281ac6', 'bulkdata\\2002200001.cache2': 'dbbbf629633e5b48ddea7abe46708c1f1c90c1cd', 'bin\\pyEvePathfinder.dll': 'c891d713a1261089254aa551d9ec32ec7ddcbfad', 'resSpaceEffects.stuff': 'cccc9a7b8d853946eaa364cbc1a6bec7c1596a59', 'resDX9MinmatarStations01.stuff': '77fc89e7f15202d0aeae72c7bdf33a17adfcab83', 'bin\\blue.dll': '86a57d1fbd9e8b751f8305138b38f6923fb74c74', 'resDX9MinmatarStations.stuff': 'feabf52924da331a9223923808824109bc8f7d64', 'res\\audio\\863075685.wem': None, 'res\\audio\\Common.bnk': 'afc09fd72d575d7e720cf4b1de0728e02fe70204', 'res\\audio\\908652550.wem': None, 'resDX9Drones.stuff': '1f49a0dbcc41c46b6405c0b678148d3899b933b0', 'resDX9CONCORDShips.stuff': '858418f78e8bea8eefdefbf82a9a8a56488a1945', 'resDX9CaldariShips00.stuff': '6d1dcbfaeab6dd1aca19ddba5ade71c0aa4ac172', 'resDX9Structure.stuff': '60a1420e063e1eba5dd0ebb34f6c8aef256a898b', 'resDX9SOCTShips.stuff': 'd08500c38124a1d85b0c3de2beb138530ced9973', 'resDX9CaldariStations01.stuff': 'a3e019b7a31725f15075ce912ff0ebd1e3388f00', 'res\\audio\\Music.bnk': 'aaa0ec9eb5bc2dc56c5b79fdcde4ec59a2bd0674', 'resUItexture01.stuff': 'b0f6a64406cfaf68ca67702f3f65adbdf46354ec', 'res\\audio\\667079437.wem': None, 'bulkdata\\1800004.cache2': '3a89f0906c130183b197de5b185dc38d06209e1e', 'bin\\_GameWorld.dll': 'fafd244eeb8b2dee94489a45aacbf32f33baefa1', 'resDX9GallenteShips00.stuff': '70f0e16e89636872cc5dd67660d524f8a657a735', 'bin\\_twitch.dll': '2cb0fd015d563cacf8012954c3449a0a82e41ec5', 'res\\audio\\Interface.bnk': '2b1f34898196020242bc842d68b5c8d50873379e', 'resDX9AmarrStations.stuff': 'd53f0819044e392d5992083e34f200c8fc6e6ea4', 'bulkdata\\1800006.cache2': '1babfd220988b574bda65dc8eb24d28e4b04ecd5', 'bulkdata\\600004.c
  149. self.loaded_goodBlocks = {'res\\audio\\908652550.wem;': [], 'resDX9PiratesShips.stuff;ec74dbcf49e01dcb4396ca1270d0fd81b2164012': [(1, (65536L, 131072L)), (8, (525750L, 591286L)), (9, (591286L, 656822L)), (10, (656822L, 722358L)), (11, (722358L, 787894L)), (12, (787894L, 853430L)), (13, (853430L, 918966L)), (14, (918966L, 984502L)), (15, (984502L, 1050038L)), (16, (1050038L, 1115574L)), (17, (1115574L, 1181110L)), (18, (1181110L, 1246646L)), (19, (1246646L, 1312182L)), (20, (1312182L, 1377718L)), (21, (1377718L, 1443254L)), (22, (1443254L, 1508790L)), (23, (1508790L, 1574326L)), (24, (1574326L, 1639862L)), (25, (1639862L, 1705398L)), (26, (1705398L, 1770934L)), (27, (1770934L, 1836470L)), (28, (1836470L, 1902006L)), (29, (1902006L, 1967542L)), (30, (1967542L, 2033078L)), (31, (2033078L, 2098614L)), (32, (2098614L, 2164150L)), (33, (2164150L, 2229686L)), (34, (2229686L, 2295222L)), (35, (2295222L, 2360758L)), (36, (2360758L, 2426294L)), (37, (2426294L, 2491830L)), (38, (2491830L, 2557366L)), (39, (2557366L, 2622902L)), (40, (2622902L, 2688438L)), (41, (2688438L, 2753974L)), (42, (2753974L, 2819510L)), (43, (2819510L, 2885046L)), (44, (2885046L, 2950582L)), (45, (2950582L, 3016118L)), (46, (3016118L, 3081654L)), (47, (3081654L, 3147190L)), (48, (3147190L, 3212726L)), (49, (3212726L, 3278262L)), (50, (3278262L, 3343798L)), (51, (3343798L, 3409334L)), (52, (3409334L, 3474870L)), (53, (3474870L, 3540406L)), (54, (3540406L, 3605942L)), (55, (3605942L, 3671478L)), (56, (3671478L, 3737014L)), (57, (3737014L, 3802550L)), (58, (3802550L, 3868086L)), (59, (3868086L, 3933622L)), (60, (3933622L, 3999158L)), (67, (4393540L, 4459076L)), (68, (4459076L, 4524612L)), (69, (4524612L, 4590148L)), (70, (4590148L, 4655684L)), (71, (4655684L, 4721220L)), (72, (4721220L, 4786756L)), (73, (4786756L, 4852292L)), (74, (4852292L, 4917828L)), (75, (4917828L, 4983364L)), (76, (4983364L, 5048900L)), (77, (5048900L, 5114436L)), (78, (5114436L, 5179972L)), (79, (5179972L, 5245508L)), (80, (5245508L, 5311044L)), (81, (5311044L, 5376580L)), (82, (5376580L, 5442116L)), (83, (5442116L, 5507652L)), (84, (5507652L, 5573188L)), (85, (5573188L, 5638724L)), (86, (5638724L, 5704260L)), (87, (5704260L, 5769796L)), (88, (5769796L, 5835332L)), (89, (5835332L, 5900868L)), (90, (5900868L, 5966404L)), (91, (5966404L, 6031940L)), (92, (6031940L, 6097476L)), (93, (6097476L, 6163012L)), (94, (6163012L, 6228548L)), (95, (6228548L, 6294084L)), (96, (6294084L, 6359620L)), (97, (6359620L, 6425156L)), (98, (6425156L, 6490692L)), (99, (6490692L, 6556228L)), (100, (6556228L, 6621764L)), (101, (6621764L, 6687300L)), (102, (6687300L, 6752836L)), (103, (6752836L, 6818372L)), (104, (6818372L, 6883908L)), (105, (6883908L, 6949444L)), (106, (6949444L, 7014980L)), (107, (7014980L, 7080516L)), (108, (7080516L, 7146052L)), (109, (7146052L, 7211588L)), (110, (7211588L, 7277124L)), (111, (7277124L, 7342660L)), (112, (7342660L, 7408196L)), (113, (7408196L, 7473732L)), (114, (7473732L, 7539268L)), (115, (7539268L, 7604804L)), (116, (7604804L,
  150. self.loaded_info = <zsync.dataPackage.ReadSyncPackage object at 0x0816AC10>
  151. self.patchResumeDataEnd = 432504519
  152. self.patchfile = u'C:\\EVE TEST SERVER\\EVE\\EVE_Online_824956-842112_win.patch'
  153. self.progress = <lib.updaterProgress.UpdaterProgress object at 0x0803C0D0>
  154. self.rsums = {'resJumpGates.stuff': <zsync.rollingChecksum.RollingSum object at 0x0816A510>, 'resDX9PlanetsOther.stuff': <zsync.rollingChecksum.RollingSum object at 0x07BC9C10>, 'bulkdata\\2001700035.cache2': <zsync.rollingChecksum.RollingSum object at 0x08186A90>, 'resCharacterModularFemaleHiRes02.stuff': <zsync.rollingChecksum.RollingSum object at 0x08186D30>, 'bin\\unicodedata.pyd': <zsync.rollingChecksum.RollingSum object at 0x07BAF950>, 'bulkdata\\800003.cache2': <zsync.rollingChecksum.RollingSum object at 0x105D0690>, 'resDX9AmarrStations02.stuff': <zsync.rollingChecksum.RollingSum object at 0x112A90F0>, 'resDX9GallenteShips01.stuff': <zsync.rollingChecksum.RollingSum object at 0x1182A330>, 'res\\audio\\264982055.wem': <zsync.rollingChecksum.RollingSum object at 0x080F5D50>, 'bin\\python27.dll': <zsync.rollingChecksum.RollingSum object at 0x081BA1B0>, 'bin\\_ime.dll': <zsync.rollingChecksum.RollingSum object at 0x07E8FDD0>, 'resCharacterModularMaleHiRes02.stuff': <zsync.rollingChecksum.RollingSum object at 0x081E1450>, 'bin\\cacert.pem': <zsync.rollingChecksum.RollingSum object at 0x110404F0>, 'resCharacterModularFemaleHiRes01.stuff': <zsync.rollingChecksum.RollingSum object at 0x11040770>, 'resDX9Deployables01.stuff': <zsync.rollingChecksum.RollingSum object at 0x10EE3610>, 'resDX9WorldObjects.stuff': <zsync.rollingChecksum.RollingSum object at 0x10D90930>, 'resUI00.stuff': <zsync.rollingChecksum.RollingSum object at 0x112183D0>, 'resDX9GallenteStations.stuff': <zsync.rollingChecksum.RollingSum object at 0x081C8850>, 'bulkdata\\2209999.cache2': <zsync.rollingChecksum.RollingSum object at 0x0802AC90>, 'code.ccp': <zsync.rollingChecksum.RollingSum object at 0x0802AE10>, 'resDX9Universal.stuff': <zsync.rollingChecksum.RollingSum object at 0x0800BF30>, 'bulkdata\\2002200001.cache2': <zsync.rollingChecksum.RollingSum object at 0x11DFB7D0>, 'bin\\pyEvePathfinder.dll': <zsync.rollingChecksum.RollingSum object at 0x08011A30>, 'resSpaceEffects.stuff': <zsync.rollingChecksum.RollingSum object at 0x08011EF0>, 'resDX9MinmatarStations01.stuff': <zsync.rollingChecksum.RollingSum object at 0x080184B0>, 'bin\\blue.dll': <zsync.rollingChecksum.RollingSum object at 0x10E66330>, 'resDX9MinmatarStations.stuff': <zsync.rollingChecksum.RollingSum object at 0x10E67730>, 'res\\audio\\863075685.wem': <zsync.rollingChecksum.RollingSum object at 0x07BACDF0>, 'res\\audio\\Common.bnk': <zsync.rollingChecksum.RollingSum object at 0x07BC92D0>, 'res\\audio\\908652550.wem': <zsync.rollingChecksum.RollingSum object at 0x080E5FD0>, 'resDX9Drones.stuff': <zsync.rollingChecksum.RollingSum object at 0x0817E090>, 'resDX9CONCORDShips.stuff': <zsync.rollingChecksum.RollingSum object at 0x07BAFE70>, 'resDX9CaldariShips00.stuff': <zsync.rollingChecksum.RollingSum object at 0x10FAEFB0>, 'resDX9Structure.stuff': <zsync.rollingChecksum.RollingSum object at 0x0794B690>, 'resDX9CaldariStations01.stuff': <zsync.rollingChecksum.RollingSum object at 0x03954130>, 'resDX9SOCTShips.stuff': <zsync.rollingC
  155. self.symlinks = []
  156. tmpOut = u'C:\\EVE TEST SERVER\\EVE\\tmp44tcnb.tmp'
  157. toHash = 'b70b8a2abc30f37e8c55296794a445a564a27e9e'
  158. Frame GetBlock in zsync\fileSync.pyo at line 382:
  159. identity = (-31149035, '\xe2|\xe2\x9d\xd0\xd5\x03n\x12\xb2\xd2\xc6\x1du\xbb\xbb')
  160. self = <zsync.fileSync.DataPool instance at 0x1061A418>
  161. self.collection = {(-162903885, '\x88\xf5\x8dL\xcd&2\xd7\xc7T=\x95\xcb\xb4\xb3\xeb'): (129262517L, 129282703L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (-406140804, '\xa2 \xf8cw\xde\xb9\x99\xbdKn\xa9FN\xcf\xba'): (244693989L, 244697813L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (-1325692902, 'Sn\x8fL\x8e-\x86F\xdf\xd6\x19\xb4\xe8\xaf\xfb\xbc'): (311097983L, 311164349L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (-433940202, '\xf8R=\xf83U\x04\xd0\xd1o\xefB\xf2\x8cG\xfc'): (221202095L, 221222312L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (1767467670, 'U\xf9B\xb9\xd7\xee\x0b\x04\xf9\xc5\t\xd8lJ\x86\xe8'): (204282415L, 204294334L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (-974562968, "\xba\xe9\xab\xe9TD\xef'\x16\xfb\xc5\xabR:_L"): (131028330L, 131094696L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (-824923234, '\xad\xd0\xe6F\x052Z\xa7\x83\x180q{\xa7\x19\x86'): (310242265L, 310276862L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (-616801826, '\xe7%\x87\xa0\x10\x01\n\xe8\x8f\xab\xc4\x80\x1b\xd9$\x81'): (109107295L, 109135377L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (882588751, 'F\xf2\xca\xef!\x03\x07\x98G\xdb_XO\r\xcb\x0f'): (343157360L, 343176896L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (1398945496, '\xe0\xae\xc4\xf9e>W\xefj\x12\x98D\xde\xeb\x1c|'): (80120749L, 80142635L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (2087927295, 's}\xe1}\x04\x14\xa4\xd1(\xa5CY\xd1qc\xaf'): (118764752L, 118786263L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (-85707357, '\x1fi;SK_^\xf0wl\xee\xdc\xdf\xf2\x0c\xea'): (47456799L, 47481924L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (665538623, '\xa6(\xcb\x8e\rR\x8d\x98i\x90\x07\xd9=\xd4\xfc\xec'): (414756154L, 414786951L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (1443714107, 'H\x90e\x14\\\xc5\xec\xf3\xb0\xd2\xd3\x98\xa7\xb8\xab\x04'): (273463036L, 273480866L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (-1808830867, '\xa3\xe7\xbbPE\xd0\x00~s\x06PgC{e\xc8'): (101006359L, 101034397L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (-979003750, '\xcaY-/\xa5\x90F\x1f\x81\x03\xa3\xd8\x84\xc0\t\x04'): (259552882L, 259555437L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (-1368170928, 'q\xf2:\xe9B\xea\n\x1e\x16\xc2&\xaf\x8e\xd4\xe0\x1b'): (219457500L, 219470613L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (991456739, '\xfd\xf8o\xe1\xbf\xdec\x8cp\x17#\x819\xf0\xe8\x96'): (346926867L, 346950926L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (-1397371312, '\xa8\x1d\x01l(\xd8\xa0\xfb\xb5\xebo\xf1(0]\xfb'): (115553222L, 115573040L, u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch'), (9068806, 'L\x05\xfc\xfe\xb6\x89\xf2E:CQ\xa9`
  162. self.fileHandlers = {u'c:\\eve test server\\eve\\eve_online_824956-842112_win.patch': None}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement