Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Exception during UpdaterModule.Update
- Traceback (most recent call last):
- File "lib\update.pyo", line 101, in run
- File "lib\update.pyo", line 282, in _Update
- File "lib\update.pyo", line 254, in ApplyPatch
- File "lib\steps\applyHttpPatch.pyo", line 38, in Run
- File "zsync\zsync.pyo", line 698, in ApplyPatch
- File "zsync\zsync.pyo", line 698, in ApplyPatch
- File "zsync\zsync.pyo", line 651, in PatchFile
- File "zsync\zsync.pyo", line 642, in PatchFile
- File "zsync\fileSync.pyo", line 382, in GetBlock
- KeyError: (1264128453, '\xfd\xe65\xbe\xd1\x07\xd5\x98\xd9\x1d!\xc0\xdaVh\xf8')
- Locals by frame, innermost last:
- Frame __bootstrap in threading.pyo at line 524:
- self = <UpdaterModule(UpdaterModuleThread, started 6176)>
- Frame __bootstrap_inner in threading.pyo at line 551:
- self = <UpdaterModule(UpdaterModuleThread, started 6176)>
- Frame run in lib\update.pyo at line 126:
- self = <UpdaterModule(UpdaterModuleThread, started 6176)>
- self._Thread__args = ()
- self._Thread__block = <Condition(<thread.lock object at 0x08375E50>, 0)>
- self._Thread__daemonic = False
- self._Thread__ident = 6176
- self._Thread__initialized = True
- self._Thread__kwargs = {}
- self._Thread__name = 'UpdaterModuleThread'
- self._Thread__started = <threading._Event object at 0x08313AD0>
- self._Thread__stderr = <lib.log.StderrStream object at 0x035B98B0>
- self._Thread__stopped = False
- self._Thread__target = None
- self.action = <lib.steps.applyHttpPatch.ApplyHttpPatch object at 0x0883B270>
- self.cache = u'D:\\Games\\SISI\\launcher\\cache'
- self.folder = u'D:\\Games\\SISI'
- self.hash_database = <ChecksumDB at 'D:\\Games\\SISI\\launcher\\cache\\checksums'>
- self.info = <function wrapper at 0x086455B0>
- self.isNotRunning = <threading._Event object at 0x0861CAD0>
- self.isRunning = <threading._Event object at 0x08313DF0>
- self.settings = <lib.userSettings.UserSettings instance at 0x035C25F8>
- self.successful = False
- self.view = <lib.ui.frame.LauncherFrame; proxy of <Swig Object of type 'wxFrame *' at 0x379ea10> >
- Frame _Update in lib\update.pyo at line 292:
- create_patch = True
- patch_file = u'D:\\Games\\SISI\\EVE_Online_848647-849863_win.patch'
- self = <UpdaterModule(UpdaterModuleThread, started 6176)>
- self._Thread__args = ()
- self._Thread__block = <Condition(<thread.lock object at 0x08375E50>, 0)>
- self._Thread__daemonic = False
- self._Thread__ident = 6176
- self._Thread__initialized = True
- self._Thread__kwargs = {}
- self._Thread__name = 'UpdaterModuleThread'
- self._Thread__started = <threading._Event object at 0x08313AD0>
- self._Thread__stderr = <lib.log.StderrStream object at 0x035B98B0>
- self._Thread__stopped = False
- self._Thread__target = None
- self.action = <lib.steps.applyHttpPatch.ApplyHttpPatch object at 0x0883B270>
- self.cache = u'D:\\Games\\SISI\\launcher\\cache'
- self.folder = u'D:\\Games\\SISI'
- self.hash_database = <ChecksumDB at 'D:\\Games\\SISI\\launcher\\cache\\checksums'>
- self.info = <function wrapper at 0x086455B0>
- self.isNotRunning = <threading._Event object at 0x0861CAD0>
- self.isRunning = <threading._Event object at 0x08313DF0>
- self.settings = <lib.userSettings.UserSettings instance at 0x035C25F8>
- self.successful = False
- self.view = <lib.ui.frame.LauncherFrame; proxy of <Swig Object of type 'wxFrame *' at 0x379ea10> >
- Frame ApplyPatch in lib\update.pyo at line 257:
- patchFile = u'D:\\Games\\SISI\\EVE_Online_848647-849863_win.patch'
- self = <UpdaterModule(UpdaterModuleThread, started 6176)>
- self._Thread__args = ()
- self._Thread__block = <Condition(<thread.lock object at 0x08375E50>, 0)>
- self._Thread__daemonic = False
- self._Thread__ident = 6176
- self._Thread__initialized = True
- self._Thread__kwargs = {}
- self._Thread__name = 'UpdaterModuleThread'
- self._Thread__started = <threading._Event object at 0x08313AD0>
- self._Thread__stderr = <lib.log.StderrStream object at 0x035B98B0>
- self._Thread__stopped = False
- self._Thread__target = None
- self.action = <lib.steps.applyHttpPatch.ApplyHttpPatch object at 0x0883B270>
- self.cache = u'D:\\Games\\SISI\\launcher\\cache'
- self.folder = u'D:\\Games\\SISI'
- self.hash_database = <ChecksumDB at 'D:\\Games\\SISI\\launcher\\cache\\checksums'>
- self.info = <function wrapper at 0x086455B0>
- self.isNotRunning = <threading._Event object at 0x0861CAD0>
- self.isRunning = <threading._Event object at 0x08313DF0>
- self.settings = <lib.userSettings.UserSettings instance at 0x035C25F8>
- self.successful = False
- self.view = <lib.ui.frame.LauncherFrame; proxy of <Swig Object of type 'wxFrame *' at 0x379ea10> >
- Frame Run in lib\steps\applyHttpPatch.pyo at line 38:
- self = <lib.steps.applyHttpPatch.ApplyHttpPatch object at 0x0883B270>
- self.cache = u'D:\\Games\\SISI\\launcher\\cache'
- self.folder = u'D:\\Games\\SISI'
- self.hash_database = <ChecksumDB at 'D:\\Games\\SISI\\launcher\\cache\\checksums'>
- self.info = <function wrapper at 0x086455B0>
- self.patch_file = u'D:\\Games\\SISI\\EVE_Online_848647-849863_win.patch'
- self.progress = <lib.updaterProgress.UpdaterProgress object at 0x0883B510>
- self.stepWeight = [(0, <function <lambda> at 0x08B8EF30>), (1.0, <function <lambda> at 0x036066F0>)]
- self.z = <zsync.zsync.ApplyPatch instance at 0x08632CD8>
- Frame ApplyPatch in zsync\zsync.pyo at line 698:
- fileRel = 'resDX9MinmatarShips00.stuff'
- folder = u'D:\\Games\\SISI'
- p = <lib.updaterProgress.UpdaterProgress object at 0x0883B510>
- patchDataPool = <zsync.fileSync.DataPool instance at 0x149069B8>
- self = <zsync.zsync.ApplyPatch instance at 0x08632CD8>
- self.datapool = <zsync.fileSync.DataPool instance at 0x149069B8>
- self.doDeletes = True
- self.folder = u'D:\\Games\\SISI'
- self.hashdb = <ChecksumDB at 'D:\\Games\\SISI\\launcher\\cache\\checksums'>
- self.loaded_blockindex = [((-1334644899, '\x07{\xed\xb9n\x89v\xfd\x84\xc9Kw\xc2\x7f\x16\xe9'), 0L, 29307), ((-186979067, '\xb7\x13\x17\x02L\xdb/\xa5\x81\xce>\xb6\xce\x17\xb3\x1c'), 29307L, 34349), ((109081512, 'P3\x11VfG\xa1\xa1\xb9\xa1\x11\xd9t\x0f\xc1\x1e'), 63656L, 37841), ((2046686874, "\xf3{\x93\xe02'\xb7\xa8\xce\x18\xf7\x16\x96\x1ad#"), 101497L, 39296), ((-1250068154, 'z->-\xfc*\x90\x01\xa8\xd3iZ[\x15\xe4`'), 140793L, 39661), ((-1211356352, '\xa6\xcd@\xdb\x1ft\xa7\x84\xf4&\xc6\xf7Z>\xd6\xd9'), 180454L, 43261), ((-1491839870, 'R\xb32k\x0b\xf5o!\xe4IQ\xd1\x8e\xa5d\xbf'), 223715L, 44280), ((427543522, '\xa2\x9d\xbd.\xa1 \x8c\x04S/\xac\x92\xea\x02T\x1b'), 267995L, 24116), ((-206791557, '\x81\xb1\xdc\xb8\x1b\xaf\x03\n~\x86[\x00l\x006j'), 292111L, 25513), ((950941744, '\xb6\xf4\xfae\xf1\x16\xc9\xf1\xfd\x83M\x96\xf6x\xd7\xab'), 317624L, 26333), ((-2001791342, '\xf3\x97xT]O{\xc7\xcb\x07\xe27\xef\x8dwo'), 343957L, 23124), ((-675770778, '+\x83\xc7@v\xdb\xee97Yym}\xcfXZ'), 367081L, 24111), ((-1949536238, '\xa6b\xed\x12b\xe9X\xd7\xe5\xd7\xd4\x98L\x17\xf3;'), 391192L, 25750), ((-1611914848, ':O\x8d\xdd\xae,KNF\x00\x8a\x17\x8e\x02\xd9\xbf'), 416942L, 25552), ((879217184, '5\x18\xe04\xc8\xba\x15\xbc3\x9aD\xbd\xd1\xfc\xbf\xa7'), 442494L, 25499), ((-1267349525, 'l\xfeh\xd2\xa0\xe9\x97\xe8\x08\xces\xfdp\x05\xa5\x93'), 467993L, 25535), ((522043645, '~\x9d\xdc\xf5d\x8b\xbc\xf8J4\x95\x8f\x8b\xb0\xadV'), 493528L, 25364), ((1440770151, 'U5\xdb5\xbd\x91T\xb6\\\xb5\xfa\x88\xde\x04\x14\x96'), 518892L, 27328), ((1589183860, '\xf4xi\xddl,\xc8\x0e\\\xef\xa4\x1a\x87\x97t,'), 546220L, 24259), ((1285014977, '\xda\xfb]7\xc28\xcc{\xf6\x8eyMz|\xcbr'), 570479L, 24217), ((-1842985672, '\x9cH}\xf5\xd9\x8b\xa3]\xb4\xa9\xae\x8cK\xaa4\x9b'), 594696L, 24341), ((-1090167452, '\x93c{\r\xbc\x848\xba\xf2\x16\xfa5*:1\xbe'), 619037L, 23401), ((1431695737, '\tc\x90M\xbd\xad3^C\xdf\xedN\xe6\xfb#\x03'), 642438L, 21219), ((-1576085408, '~\xdf\x84\x14O\x8b\x87\x0b;\xa3p \x8d\xd9Go'), 663657L, 24974), ((559229490, '\x10\xe3\x87\x0f`\xc8\xb6-\xba\xb2\xb7c\xc4l\xa1\xa5'), 688631L, 25417), ((-135095330, "m\x02\x1c\x9ez%\xc0|\x03EF\xfd']N\xd1"), 714048L, 25802), ((1123572519, '\x1b\x8b9\xb0\xd1\x17\xbfLwQ6\x9f\xdf\x05\x01.'), 739850L, 23720), ((-2075556868, 'v\xec{\x1dX\x1d*a\x80kR\xed|\x16TC'), 763570L, 25409), ((556485091, 'w\x13\xd1\xd3k\xaf\x8a4\xc5\xb1\xb8\xa8\xad}\x85\x1e'), 788979L, 45155), ((-1494355256, '\xaa\x00\x08}\x83\x83=\xc2\x8c\xa1i\xc0\xeb\xea{\xb5'), 834134L, 66365), ((1842557905, '\x17\xe7\xe9xA\x9b\xae\xf0d\\c]V\x050\x1b'), 900499L, 30533), ((-1949343117, "'7\xde\xcc\xc1\xb7\x00\xf93\xb5\xbd&\xb8vX\xfd"), 931032L, 23578), ((-1341035221, '7]Q\xcdk\xd1M\x0c*W<\t\x1e\x02\x16\r'), 954610L, 23942), ((-460778094, '\xb5\xf3j\x94\x8a\xf7^\xd9\xa9k\xcf\xcd\xdd\xdf\x1d]'), 978552L, 23667), ((-2132431270, '\x179\x9bo\xc3\x13\xef\x9dB\x8c\xbb\x13_\x10\xaf\xbd'), 1002219L, 24432), ((446041978, '\xc9\xd9]\t\xd2\xa0M\x87\x7f\x07\xa2\x81c\x02\xa8k'), 1026651L, 24652), ((1164317839, '[\x08\x87\xde\xd1\xcc\xa5\x0c\xd7x\
- self.loaded_filesToRepair = {'eve.exe': '5bf611399dfe0e8b886be0e57465b8c5dbf3b720', 'resDX9MinmatarShips00.stuff': '1770322d4724a1fcc0803574ee90c8ecf9fd7350', 'resDX9SpecialShips.stuff': 'e2a0e4311f099a994948727417b5bf3910f4b9bd', 'resDX9AmarrShips00.stuff': 'd056d0b0f585a3f572a01d649d55ebdd46be93fc', 'resDX9AmarrStations01.stuff': 'b39a0979c7424bdd69590732e026605d45992657', 'resDX9RockStructures.stuff': 'd6978442a090b0d53f7b4c0fc6f0be918937d96f', 'resDX9BattleStations.stuff': 'f3e408b5265a38b9c50e455e96a12db6414befd1', 'bin\\staticdata\\mapObjects.db': '375df847cede220221b972a0ba078fb4c66f4624', 'bin\\exefile.exe': 'a3651a81baa0610929d73512144f607ef89efe6b', 'res\\audio\\Init.bnk': '081508f610fdf650d9aa85d6a417102eb50f22e8', 'resCharacterModularMaleHiRes03.stuff': 'a6180edbcfc895d20b92a69210b257259c272f6c', 'bin\\destiny.dll': '877932b81b604635a4a1076a39967c9354d2a670', 'bulkdata\\800004.cache2': '53843645a1e67faa9122309ca2130f3267e2fb5b', 'resDX9CaldariShips01.stuff': '1841a3b619e53a3aa518d74b80a952cd2936e2e7', 'res\\audio\\Hangar.bnk': 'aab6979709858049e2fb231e12cdb24ba183c387', 'bin\\_yaml.pyd': '2f53c8aa75a9104ed4c5dda2ef60f5890ef6afab', 'bin\\staticdata\\blueprints.db': '5e17377d44315f6f51cdcd6495665177f43b68be', 'resJumpGates.stuff': 'baa9a4fb79a88e2d7fae88c226ab9b6f4b85a50b', 'resCharacterModularFemaleHiRes02.stuff': '6b2dcc85b170422597f9c3c52b088c6ea5335fde', 'bin\\unicodedata.pyd': 'a6bb93f9c90b32d335c4a241b494abf02f379e58', 'resDX9AmarrStations02.stuff': '7c66288b283c36383a14150f4d4ae4001392f31a', 'resDX9GallenteShips01.stuff': '91086a9de9a3730cfc373a37ab620efe7216511f', 'bin\\python27.dll': '5b3d82bcc032d7bb8dd8e6b2e2bf348fe894dfa5', 'res\\audio\\292087450.wem': None, 'resCharacterModularMaleHiRes02.stuff': 'd3e7b4c7a481eaaf7a7baf0ee6aa7a980a863182', 'resPlaceableCaldari.stuff': 'c5bc41397f204d105e27f07b7bfc749430d829d1', 'bin\\cacert.pem': None, 'res\\audio\\1046325924.wem': None, 'res\\audio\\1011246592.wem': None, 'resInteriorGallente.stuff': 'a20713d61cd25c28546efc17b6a04b6b1a416c6d', 'res\\audio\\Planets.bnk': '6fcbdebfb00c8600cbc91417d237de34ad1c21cf', 'resDX9Deployables01.stuff': '876c73ec265ac65b3ae3432c341d18518e5fd360', 'resDX9WorldObjects.stuff': '22259b69f587b23e1b1867562e2601ef291574c8', 'resInteriorGeneric.stuff': '5aae1f88e8d33b2e46a2763e1989ba5b6cbb9c84', 'res\\audio\\265157871.wem': None, 'resCharacterModularFemaleHiRes01.stuff': 'd655675a1b7d83f76af7f2edd64bd7e25b5806b8', 'resDX9GallenteStations.stuff': '5a8098bd299a3f3819a0ad0d9d36297ae7f5f0e2', 'code.ccp': '7a5f4d00d65376cf8e0e6c7566b988d24248f797', 'resDX9Universal.stuff': '14c5bbe8d332868510f3185b4f372ddf532acc0e', 'resCharacterModularMale01.stuff': 'a50ca9046d18c4bbb06f49d313f19286ba894813', 'resCharacterModularMaleHiRes01.stuff': '1327612927a756c55965a97063d08de7c28acc52', 'bin\\pyEvePathfinder.dll': 'aca984b03d95484200e571d789e391297f7b72d7', 'resSpaceEffects.stuff': '145c74915fa062ad4b55fc2aeea60357ae1facad', 'resDX9MinmatarStations01.stuff': 'dde9130c72dcb41716655329ad346335703939d0',
- self.loaded_goodBlocks = {'resCharacterModularFemaleHiRes01.stuff;d655675a1b7d83f76af7f2edd64bd7e25b5806b8': [(99, (43487L, 109023L)), (100, (109023L, 174559L)), (101, (174559L, 240095L)), (102, (240095L, 305631L)), (103, (305631L, 371167L)), (181, (373619L, 439155L)), (182, (439155L, 504691L)), (183, (504691L, 570227L)), (184, (570227L, 635763L)), (185, (635763L, 701299L)), (186, (701299L, 766835L)), (187, (766835L, 832371L)), (188, (832371L, 897907L)), (189, (897907L, 963443L)), (190, (963443L, 1028979L)), (191, (1028979L, 1094515L)), (192, (1094515L, 1160051L)), (193, (1160051L, 1225587L)), (194, (1225587L, 1291123L)), (195, (1291123L, 1356659L)), (196, (1356659L, 1422195L)), (197, (1422195L, 1487731L)), (198, (1487731L, 1553267L)), (199, (1553267L, 1618803L)), (200, (1618803L, 1684339L)), (201, (1684339L, 1749875L)), (202, (1749875L, 1815411L)), (203, (1815411L, 1880947L)), (204, (1880947L, 1946483L)), (205, (1946483L, 2012019L)), (206, (2012019L, 2077555L)), (207, (2077555L, 2143091L)), (208, (2143091L, 2208627L)), (209, (2208627L, 2274163L)), (210, (2274163L, 2339699L)), (211, (2339699L, 2405235L)), (212, (2405235L, 2470771L)), (213, (2470771L, 2536307L)), (214, (2536307L, 2601843L)), (215, (2601843L, 2667379L)), (216, (2667379L, 2732915L)), (217, (2732915L, 2798451L)), (218, (2798451L, 2863987L)), (219, (2863987L, 2929523L)), (220, (2929523L, 2995059L)), (221, (2995059L, 3060595L)), (222, (3060595L, 3126131L)), (223, (3126131L, 3191667L)), (224, (3191667L, 3257203L)), (225, (3257203L, 3322739L)), (226, (3322739L, 3388275L)), (227, (3388275L, 3453811L)), (228, (3453811L, 3519347L)), (229, (3519347L, 3584883L)), (230, (3584883L, 3650419L)), (231, (3650419L, 3715955L)), (232, (3715955L, 3781491L)), (233, (3781491L, 3847027L)), (234, (3847027L, 3912563L)), (235, (3912563L, 3978099L)), (236, (3978099L, 4043635L)), (237, (4043635L, 4109171L)), (238, (4109171L, 4174707L)), (239, (4174707L, 4240243L)), (240, (4240243L, 4305779L)), (241, (4305779L, 4371315L)), (242, (4371315L, 4436851L)), (243, (4436851L, 4502387L)), (244, (4502387L, 4567923L)), (245, (4567923L, 4633459L)), (246, (4633459L, 4698995L)), (247, (4698995L, 4764531L)), (248, (4764531L, 4830067L)), (249, (4830067L, 4895603L)), (250, (4895603L, 4961139L)), (251, (4961139L, 5026675L)), (252, (5026675L, 5092211L)), (253, (5092211L, 5157747L)), (254, (5157747L, 5223283L)), (255, (5223283L, 5288819L)), (256, (5288819L, 5354355L)), (257, (5354355L, 5419891L)), (258, (5419891L, 5485427L)), (259, (5485427L, 5550963L)), (260, (5550963L, 5616499L)), (261, (5616499L, 5682035L)), (262, (5682035L, 5747571L)), (263, (5747571L, 5813107L)), (264, (5813107L, 5878643L)), (265, (5878643L, 5944179L)), (266, (5944179L, 6009715L)), (267, (6009715L, 6075251L)), (268, (6075251L, 6140787L)), (269, (6140787L, 6206323L)), (270, (6206323L, 6271859L)), (271, (6271859L, 6337395L)), (272, (6337395L, 6402931L)), (273, (6402931L, 6468467L)), (274, (6468467L, 6534003L)), (275, (6534003L, 6599539L)), (276, (6599539L, 6665075L)), (277, (6665075L,
- self.loaded_info = <zsync.dataPackage.ReadSyncPackage object at 0x08B28930>
- self.patchResumeDataEnd = 1317856994
- self.patchfile = u'D:\\Games\\SISI\\EVE_Online_848647-849863_win.patch'
- self.progress = <lib.updaterProgress.UpdaterProgress object at 0x0883B510>
- self.rsums = {'eve.exe': <zsync.rollingChecksum.RollingSum object at 0x08B28F70>, 'resDX9MinmatarShips00.stuff': <zsync.rollingChecksum.RollingSum object at 0x089ED250>, 'resDX9SpecialShips.stuff': <zsync.rollingChecksum.RollingSum object at 0x08B38030>, 'resDX9AmarrShips00.stuff': <zsync.rollingChecksum.RollingSum object at 0x14CA0790>, 'resDX9AmarrStations01.stuff': <zsync.rollingChecksum.RollingSum object at 0x148C3990>, 'resCharacterModularMaleHiRes01.stuff': <zsync.rollingChecksum.RollingSum object at 0x1500FB50>, 'resDX9BattleStations.stuff': <zsync.rollingChecksum.RollingSum object at 0x1434C4B0>, 'resCharacterMisc.stuff': <zsync.rollingChecksum.RollingSum object at 0x0883B250>, 'start.ini': <zsync.rollingChecksum.RollingSum object at 0x18068FB0>, 'bin\\exefile.exe': <zsync.rollingChecksum.RollingSum object at 0x08B58E50>, 'res\\audio\\292087450.wem': <zsync.rollingChecksum.RollingSum object at 0x08B652D0>, 'res\\audio\\Init.bnk': <zsync.rollingChecksum.RollingSum object at 0x08B65430>, 'resCharacterModularMaleHiRes03.stuff': <zsync.rollingChecksum.RollingSum object at 0x08B65590>, 'bin\\destiny.dll': <zsync.rollingChecksum.RollingSum object at 0x14025270>, 'bulkdata\\800004.cache2': <zsync.rollingChecksum.RollingSum object at 0x14025670>, 'resDX9CaldariShips01.stuff': <zsync.rollingChecksum.RollingSum object at 0x14025890>, 'res\\audio\\Hangar.bnk': <zsync.rollingChecksum.RollingSum object at 0x08AF5B70>, 'bin\\_yaml.pyd': <zsync.rollingChecksum.RollingSum object at 0x08B0B6F0>, 'bin\\staticdata\\blueprints.db': <zsync.rollingChecksum.RollingSum object at 0x08B0B970>, 'resJumpGates.stuff': <zsync.rollingChecksum.RollingSum object at 0x08B08E10>, 'resCharacterModularFemaleHiRes02.stuff': <zsync.rollingChecksum.RollingSum object at 0x1414E970>, 'resDX9Drones.stuff': <zsync.rollingChecksum.RollingSum object at 0x1345CDF0>, 'bulkdata\\800003.cache2': <zsync.rollingChecksum.RollingSum object at 0x13704670>, 'resDX9AmarrStations02.stuff': <zsync.rollingChecksum.RollingSum object at 0x08B25E50>, 'resDX9GallenteShips01.stuff': <zsync.rollingChecksum.RollingSum object at 0x08A860B0>, 'bin\\python27.dll': <zsync.rollingChecksum.RollingSum object at 0x089CA590>, 'resUItexture00.stuff': <zsync.rollingChecksum.RollingSum object at 0x089C8CD0>, 'resCharacterModularMaleHiRes02.stuff': <zsync.rollingChecksum.RollingSum object at 0x13F659F0>, 'resPlaceableCaldari.stuff': <zsync.rollingChecksum.RollingSum object at 0x13EC9FF0>, 'bin\\cacert.pem': <zsync.rollingChecksum.RollingSum object at 0x03709530>, 'res\\audio\\1046325924.wem': <zsync.rollingChecksum.RollingSum object at 0x037097B0>, 'res\\audio\\1011246592.wem': <zsync.rollingChecksum.RollingSum object at 0x03709AF0>, 'resCharacterModularFemaleHiRes01.stuff': <zsync.rollingChecksum.RollingSum object at 0x0830CDF0>, 'res\\audio\\Planets.bnk': <zsync.rollingChecksum.RollingSum object at 0x08542590>, 'resDX9Deployables01.stuff': <zsync.rollingChecksum.RollingSum object at 0x085426F0>, 'resDX9WorldObjects.stuff': <zsy
- self.symlinks = []
- total = 163655
- Frame PatchFile in zsync\zsync.pyo at line 651:
- block = 3839
- chksm = <sha1 HASH object @ 03615B60>
- fileAbs = u'D:\\Games\\SISI\\resDX9MinmatarShips00.stuff'
- fileRel = 'resDX9MinmatarShips00.stuff'
- first = 256374998L
- folder = u'D:\\Games\\SISI'
- fp = <closed file u'D:\\Games\\SISI\\tmpxsbwhe.tmp', mode 'wb' at 0x08C41F98>
- fromHash = '1770322d4724a1fcc0803574ee90c8ecf9fd7350'
- goodBlocks = [(3840, (256440534L, 256506070L)), (3841, (256506070L, 256571606L)), (3729, (251966763L, 252032299L)), (3730, (252032299L, 252097835L)), (3731, (252097835L, 252163371L)), (3732, (252163371L, 252228907L)), (3865, (257367782L, 257433318L)), (3866, (257433318L, 257498854L)), (3867, (257498854L, 257564390L)), (3868, (257564390L, 257629926L)), (3869, (257629926L, 257695462L)), (3870, (257695462L, 257760998L)), (3871, (257760998L, 257826534L)), (3872, (257826534L, 257892070L)), (3873, (257892070L, 257957606L)), (3880, (258355210L, 258420746L)), (3881, (258420746L, 258486282L)), (3761, (252684966L, 252750502L)), (3762, (252750502L, 252816038L)), (3763, (252816038L, 252881574L)), (3764, (252881574L, 252947110L)), (3765, (252947110L, 253012646L)), (3766, (253012646L, 253078182L)), (3767, (253078182L, 253143718L)), (3768, (253143718L, 253209254L)), (3769, (253209254L, 253274790L)), (3770, (253274790L, 253340326L)), (3771, (253340326L, 253405862L)), (3772, (253405862L, 253471398L)), (3773, (253471398L, 253536934L)), (3774, (253536934L, 253602470L)), (3775, (253602470L, 253668006L)), (3776, (253668006L, 253733542L)), (3905, (259282458L, 259347994L)), (3906, (259347994L, 259413530L)), (3907, (259413530L, 259479066L)), (3908, (259479066L, 259544602L)), (3909, (259544602L, 259610138L)), (3910, (259610138L, 259675674L)), (3911, (259675674L, 259741210L)), (3912, (259741210L, 259806746L)), (3913, (259806746L, 259872282L)), (3915, (259933287L, 259998823L)), (3916, (259998823L, 260064359L)), (3917, (260064359L, 260129895L)), (3918, (260129895L, 260195431L)), (3919, (260195431L, 260260967L)), (3920, (260260967L, 260326503L)), (3921, (260326503L, 260392039L)), (3922, (260392039L, 260457575L)), (3923, (260457575L, 260523111L)), (3924, (260523111L, 260588647L)), (3925, (260588647L, 260654183L)), (3926, (260654183L, 260719719L)), (3927, (260719719L, 260785255L)), (3928, (260785255L, 260850791L)), (3929, (260850791L, 260916327L)), (3930, (260916327L, 260981863L)), (3931, (260981863L, 261047399L)), (3932, (261047399L, 261112935L)), (3940, (261565127L, 261630663L)), (3941, (261630663L, 261696199L)), (3942, (261696199L, 261761735L)), (3943, (261761735L, 261827271L)), (3944, (261827271L, 261892807L)), (3945, (261892807L, 261958343L)), (3434, (232902629L, 232968165L)), (3946, (261958343L, 262023879L)), (3823, (255326422L, 255391958L)), (3824, (255391958L, 255457494L)), (3825, (255457494L, 255523030L)), (3826, (255523030L, 255588566L)), (3827, (255588566L, 255654102L)), (3828, (255654102L, 255719638L)), (3829, (255719638L, 255785174L)), (3830, (255785174L, 255850710L)), (3831, (255850710L, 255916246L)), (3832, (255916246L, 255981782L)), (3833, (255981782L, 256047318L)), (3834, (256047318L, 256112854L)), (3835, (256112854L, 256178390L)), (3836, (256178390L, 256243926L)), (3837, (256243926L, 256309462L)), (3838, (256309462L, 256374998L)), (3839, (256374998L, 256440534L))]
- goodBlocksEntry = 'resDX9MinmatarShips00.stuff;1770322d4724a1fcc0803574ee90c8ecf9fd7350'
- goodDataPool = <zsync.fileSync.DataPool instance at 0x13D357B0>
- identity = (1264128453, '\xfd\xe65\xbe\xd1\x07\xd5\x98\xd9\x1d!\xc0\xdaVh\xf8')
- isCompressed = {3840: False, 3841: False, 3729: False, 3730: False, 3731: False, 3732: False, 3865: False, 3866: False, 3867: False, 3868: False, 3869: False, 3870: False, 3871: False, 3872: False, 3873: False, 3837: False, 3880: False, 3881: False, 3761: False, 3762: False, 3763: False, 3764: False, 3765: False, 3766: False, 3767: False, 3768: False, 3769: False, 3770: False, 3771: False, 3772: False, 3773: False, 3774: False, 3775: False, 3776: False, 3905: False, 3906: False, 3907: False, 3908: False, 3909: False, 3910: False, 3911: False, 3912: False, 3913: False, 3915: False, 3916: False, 3917: False, 3918: False, 3919: False, 3920: False, 3921: False, 3922: False, 3923: False, 3924: False, 3925: False, 3926: False, 3927: False, 3928: False, 3929: False, 3930: False, 3931: False, 3932: False, 3940: False, 3941: False, 3942: False, 3943: False, 3944: False, 3945: False, 3434: False, 3823: False, 3824: False, 3825: False, 3826: False, 3827: False, 3828: False, 3829: False, 3830: False, 3831: False, 3832: False, 3833: False, 3834: False, 3835: False, 3836: False, 3946: False, 3838: False, 3839: False}
- last = 256440534L
- localHash = '1770322d4724a1fcc0803574ee90c8ecf9fd7350'
- localPool = <zsync.fileSync.DataPool instance at 0x13D357B0>
- n = 0
- p = <lib.updaterProgress.UpdaterProgress object at 0x0883B510>
- patchDataPool = <zsync.fileSync.DataPool instance at 0x149069B8>
- rsum = <zsync.rollingChecksum.RollingSum object at 0x089ED250>
- rsumList = [(1264128453, '\xfd\xe65\xbe\xd1\x07\xd5\x98\xd9\x1d!\xc0\xdaVh\xf8'), (-1346755480, '\xc6i\x02y\r\x8c\xc0Iigy\xe8\x1e\x94M\xb9'), (1549568498, '\x1e>\x06|\r@\x93\xf8R0\xb5\x033\x80~\x85'), (-913049714, "\xa8'o\xc1\xc0_\x06\xdb\xd6\xf3m\xec0\x02f$"), (1103266492, '\x99\x9a2\xd2\xed\x8c\xc3S;\xc4Hd\xda\x99\xd8%'), (-1883562467, '\x04\x8cU\xa6\xf2g`\x8d\xa8\xe00jL\xddi\xe0'), (-1587124884, '\x8eR\xea\xc7`x\xd30r\x8b\xdd)!\\<\xa3'), (1772441135, '\xb4\x07zk\xed\x1a\xe8\x8bqMj\x0c\xf3\xe6=m'), (-112219258, '`zbe\x8e$\xdbQ)\xdcrz\x1b\xd2\xa5\xd9'), (2138665764, '\x86\xc5b!\x86(\x7f\x82\x97\xba\xa6b\x10\xc0\x1f\x18'), (381845352, '\xa1D\xb7\xd5\xeb\x86v\xce\x10j/\xd2\xe1\x85\xd6\x89'), (-1284263224, 'Kw\x02|z\xb8s<\xc8\x00,\x7f\xab=\x94\x16'), (859883190, '\r\x9b\xbf\xe8\xdf\rll\xc7\x0c\xb5\xdb\xd7\xc2%~'), (1738382820, ']\xb4[\xba\xad\x87\x9a\x97)\x8c\x18\xc3\xbd\x00\xe9~'), (1383526514, '\xc3\xbf\xcfA\xbfr\x7f\xcf\xb4\xe5\xff+\xb2\xd0\x1eE'), (-96141261, 'k\x9fgn82\x93\xb5\xcb4g=\x9f\xb0\x16\x16'), (-1034240179, '\x0e$\xc5\x1b\xf2C\x86&\xb6h3y\xd578\xdd'), (-40624312, '\xca\xbf\r\x95\x9d=\xc5\x04\x08d\x82V\x1ao\x82"'), (2027854847, '=\xd0`\x81cD@?<,\xea@\xad\xc0u/'), (120932714, '\xbc\xa9\x043\xe3\x03\x9b\x8dm\xef*#\x0c\xb6\xe6\xa9'), (2130840470, '\xb8\x0c;\x8a\xcde|\xbaBo\x9fe\x96\xeb\\9'), (220262897, '\xb8w\x93(\xa1\xc6\xf3\x1e[\x85\xee\xfe\xdbR\xebU'), (273732655, '\xd8\xf8 \xa4\x97\xb8\xae\x88.\x10\x13\xf2\xb7k\xa6\xd7'), (590190976, '\xd1\xc2D\x82}08\xed\x8d2;"\x9d\x02\xa3!'), (-1583699948, '\xc2D\xfb\xda\x9ac\x1e\xbb\xe9\xc3\x9f\x98\n\xb1yK'), (-1142713246, '[\x86\xb8%0\xf3D\xde3dXe\xf54\xa3\xb6'), (-1996309235, '\x80\x1d\xf2P\xa4.\x80\xf0\x9b\x9d\xf51~\xd0\x07\xf9'), (-966095542, '\xfae\xcf4\x80\xc8\xa7\x04\x80p^@\xd9\x12j5'), (-1928165720, '\x7f\xa5\xfd5\x97\xe0\xd9Za\xa4\xe5\\\xd8^x\x8f'), (2080059408, '\xc8\x8d\xbb\x01\xfb\x9d\x0c\x81\xd3\xde\x9a\xec\x83\x979\x10'), (1457645733, 'P\x83\x86\xab\x87\xe7\xae\xb6+\xb7\xe8\xdb\xa6\xc4J\x10'), (-1820185104, '\xfb\x84s[\x91\r\x0fq\xfe\t\xf2\x0fQ\xd7W\x9f'), (-1614718876, '\xb8\x1b,f\xe4\x90pE\xd5\xa0k~\x8a\x1f\xd6s'), (-71332866, '&\x04\xdc\x16]\x87\xb5\xcc\t\x1b\xb6\xb3.\x1b\x1a\xf3'), (-808153584, '\xf2TP:Ic\x80I?\xf6F\x98(\xe8$\xae'), (1302404846, '\xf5\x00\x8b\x93\x16\x80]\xee\x8bd\xdf\xaa\x18v4X'), (-30943183, '\x03\x90\xdfq\x87#\xd5r\xf4 \xe0\x86\xc8\x07\x05\xae'), (-645539035, 'b\xe9)\n\xa1\xba\xebj\x9a\xfd\x7f\x01\xb8)\x90['), (-1887946113, '\xdbS\x06\xfc\xf1\xa3\x0c\x92\x13\xfc\x9c\x86\x81\xa5B\x16'), (1385182075, '\x06]:\xcbMG\x0b~\xb2z&9\xc5\xbd\xa9\xdd'), (-844368414, 'K\xe1T\xdf`y\x7f\x87\x93u|h\xec\xfc(G'), (-496977347, '\x92:\x16\xfbn\xcf\xbf\xf7\x87\x9c\x95;\xd4\x11\x8c\xd4'), (-2021548492, '\x94\x83\xac\x93\xdc`\xbfV\x88\xda\xa8m\xaf)\xaf\xa2'), (345516465, '\x00v4\x0bqU\x9dJ\x1e\xa8\x0ei`\xef\xc7\x95'), (-596444497, '=\xae\x9fB=\x0fY\x8e\xd1^U\xc1\xc7\x06BI'), (1849055786, '\x1cO]\xdc%\x9a\xa9#\x9cY\x05\xc2\x98\x15\xcde'), (1676028919, '\x15&\x17T\xfdm*M@\xcd\xa2Fa\xb0\xae\x1e'
- self = <zsync.zsync.ApplyPatch instance at 0x08632CD8>
- self.datapool = <zsync.fileSync.DataPool instance at 0x149069B8>
- self.doDeletes = True
- self.folder = u'D:\\Games\\SISI'
- self.hashdb = <ChecksumDB at 'D:\\Games\\SISI\\launcher\\cache\\checksums'>
- self.loaded_blockindex = [((-1334644899, '\x07{\xed\xb9n\x89v\xfd\x84\xc9Kw\xc2\x7f\x16\xe9'), 0L, 29307), ((-186979067, '\xb7\x13\x17\x02L\xdb/\xa5\x81\xce>\xb6\xce\x17\xb3\x1c'), 29307L, 34349), ((109081512, 'P3\x11VfG\xa1\xa1\xb9\xa1\x11\xd9t\x0f\xc1\x1e'), 63656L, 37841), ((2046686874, "\xf3{\x93\xe02'\xb7\xa8\xce\x18\xf7\x16\x96\x1ad#"), 101497L, 39296), ((-1250068154, 'z->-\xfc*\x90\x01\xa8\xd3iZ[\x15\xe4`'), 140793L, 39661), ((-1211356352, '\xa6\xcd@\xdb\x1ft\xa7\x84\xf4&\xc6\xf7Z>\xd6\xd9'), 180454L, 43261), ((-1491839870, 'R\xb32k\x0b\xf5o!\xe4IQ\xd1\x8e\xa5d\xbf'), 223715L, 44280), ((427543522, '\xa2\x9d\xbd.\xa1 \x8c\x04S/\xac\x92\xea\x02T\x1b'), 267995L, 24116), ((-206791557, '\x81\xb1\xdc\xb8\x1b\xaf\x03\n~\x86[\x00l\x006j'), 292111L, 25513), ((950941744, '\xb6\xf4\xfae\xf1\x16\xc9\xf1\xfd\x83M\x96\xf6x\xd7\xab'), 317624L, 26333), ((-2001791342, '\xf3\x97xT]O{\xc7\xcb\x07\xe27\xef\x8dwo'), 343957L, 23124), ((-675770778, '+\x83\xc7@v\xdb\xee97Yym}\xcfXZ'), 367081L, 24111), ((-1949536238, '\xa6b\xed\x12b\xe9X\xd7\xe5\xd7\xd4\x98L\x17\xf3;'), 391192L, 25750), ((-1611914848, ':O\x8d\xdd\xae,KNF\x00\x8a\x17\x8e\x02\xd9\xbf'), 416942L, 25552), ((879217184, '5\x18\xe04\xc8\xba\x15\xbc3\x9aD\xbd\xd1\xfc\xbf\xa7'), 442494L, 25499), ((-1267349525, 'l\xfeh\xd2\xa0\xe9\x97\xe8\x08\xces\xfdp\x05\xa5\x93'), 467993L, 25535), ((522043645, '~\x9d\xdc\xf5d\x8b\xbc\xf8J4\x95\x8f\x8b\xb0\xadV'), 493528L, 25364), ((1440770151, 'U5\xdb5\xbd\x91T\xb6\\\xb5\xfa\x88\xde\x04\x14\x96'), 518892L, 27328), ((1589183860, '\xf4xi\xddl,\xc8\x0e\\\xef\xa4\x1a\x87\x97t,'), 546220L, 24259), ((1285014977, '\xda\xfb]7\xc28\xcc{\xf6\x8eyMz|\xcbr'), 570479L, 24217), ((-1842985672, '\x9cH}\xf5\xd9\x8b\xa3]\xb4\xa9\xae\x8cK\xaa4\x9b'), 594696L, 24341), ((-1090167452, '\x93c{\r\xbc\x848\xba\xf2\x16\xfa5*:1\xbe'), 619037L, 23401), ((1431695737, '\tc\x90M\xbd\xad3^C\xdf\xedN\xe6\xfb#\x03'), 642438L, 21219), ((-1576085408, '~\xdf\x84\x14O\x8b\x87\x0b;\xa3p \x8d\xd9Go'), 663657L, 24974), ((559229490, '\x10\xe3\x87\x0f`\xc8\xb6-\xba\xb2\xb7c\xc4l\xa1\xa5'), 688631L, 25417), ((-135095330, "m\x02\x1c\x9ez%\xc0|\x03EF\xfd']N\xd1"), 714048L, 25802), ((1123572519, '\x1b\x8b9\xb0\xd1\x17\xbfLwQ6\x9f\xdf\x05\x01.'), 739850L, 23720), ((-2075556868, 'v\xec{\x1dX\x1d*a\x80kR\xed|\x16TC'), 763570L, 25409), ((556485091, 'w\x13\xd1\xd3k\xaf\x8a4\xc5\xb1\xb8\xa8\xad}\x85\x1e'), 788979L, 45155), ((-1494355256, '\xaa\x00\x08}\x83\x83=\xc2\x8c\xa1i\xc0\xeb\xea{\xb5'), 834134L, 66365), ((1842557905, '\x17\xe7\xe9xA\x9b\xae\xf0d\\c]V\x050\x1b'), 900499L, 30533), ((-1949343117, "'7\xde\xcc\xc1\xb7\x00\xf93\xb5\xbd&\xb8vX\xfd"), 931032L, 23578), ((-1341035221, '7]Q\xcdk\xd1M\x0c*W<\t\x1e\x02\x16\r'), 954610L, 23942), ((-460778094, '\xb5\xf3j\x94\x8a\xf7^\xd9\xa9k\xcf\xcd\xdd\xdf\x1d]'), 978552L, 23667), ((-2132431270, '\x179\x9bo\xc3\x13\xef\x9dB\x8c\xbb\x13_\x10\xaf\xbd'), 1002219L, 24432), ((446041978, '\xc9\xd9]\t\xd2\xa0M\x87\x7f\x07\xa2\x81c\x02\xa8k'), 1026651L, 24652), ((1164317839, '[\x08\x87\xde\xd1\xcc\xa5\x0c\xd7x\
- self.loaded_filesToRepair = {'eve.exe': '5bf611399dfe0e8b886be0e57465b8c5dbf3b720', 'resDX9MinmatarShips00.stuff': '1770322d4724a1fcc0803574ee90c8ecf9fd7350', 'resDX9SpecialShips.stuff': 'e2a0e4311f099a994948727417b5bf3910f4b9bd', 'resDX9AmarrShips00.stuff': 'd056d0b0f585a3f572a01d649d55ebdd46be93fc', 'resDX9AmarrStations01.stuff': 'b39a0979c7424bdd69590732e026605d45992657', 'resDX9RockStructures.stuff': 'd6978442a090b0d53f7b4c0fc6f0be918937d96f', 'resDX9BattleStations.stuff': 'f3e408b5265a38b9c50e455e96a12db6414befd1', 'bin\\staticdata\\mapObjects.db': '375df847cede220221b972a0ba078fb4c66f4624', 'bin\\exefile.exe': 'a3651a81baa0610929d73512144f607ef89efe6b', 'res\\audio\\Init.bnk': '081508f610fdf650d9aa85d6a417102eb50f22e8', 'resCharacterModularMaleHiRes03.stuff': 'a6180edbcfc895d20b92a69210b257259c272f6c', 'bin\\destiny.dll': '877932b81b604635a4a1076a39967c9354d2a670', 'bulkdata\\800004.cache2': '53843645a1e67faa9122309ca2130f3267e2fb5b', 'resDX9CaldariShips01.stuff': '1841a3b619e53a3aa518d74b80a952cd2936e2e7', 'res\\audio\\Hangar.bnk': 'aab6979709858049e2fb231e12cdb24ba183c387', 'bin\\_yaml.pyd': '2f53c8aa75a9104ed4c5dda2ef60f5890ef6afab', 'bin\\staticdata\\blueprints.db': '5e17377d44315f6f51cdcd6495665177f43b68be', 'resJumpGates.stuff': 'baa9a4fb79a88e2d7fae88c226ab9b6f4b85a50b', 'resCharacterModularFemaleHiRes02.stuff': '6b2dcc85b170422597f9c3c52b088c6ea5335fde', 'bin\\unicodedata.pyd': 'a6bb93f9c90b32d335c4a241b494abf02f379e58', 'resDX9AmarrStations02.stuff': '7c66288b283c36383a14150f4d4ae4001392f31a', 'resDX9GallenteShips01.stuff': '91086a9de9a3730cfc373a37ab620efe7216511f', 'bin\\python27.dll': '5b3d82bcc032d7bb8dd8e6b2e2bf348fe894dfa5', 'res\\audio\\292087450.wem': None, 'resCharacterModularMaleHiRes02.stuff': 'd3e7b4c7a481eaaf7a7baf0ee6aa7a980a863182', 'resPlaceableCaldari.stuff': 'c5bc41397f204d105e27f07b7bfc749430d829d1', 'bin\\cacert.pem': None, 'res\\audio\\1046325924.wem': None, 'res\\audio\\1011246592.wem': None, 'resInteriorGallente.stuff': 'a20713d61cd25c28546efc17b6a04b6b1a416c6d', 'res\\audio\\Planets.bnk': '6fcbdebfb00c8600cbc91417d237de34ad1c21cf', 'resDX9Deployables01.stuff': '876c73ec265ac65b3ae3432c341d18518e5fd360', 'resDX9WorldObjects.stuff': '22259b69f587b23e1b1867562e2601ef291574c8', 'resInteriorGeneric.stuff': '5aae1f88e8d33b2e46a2763e1989ba5b6cbb9c84', 'res\\audio\\265157871.wem': None, 'resCharacterModularFemaleHiRes01.stuff': 'd655675a1b7d83f76af7f2edd64bd7e25b5806b8', 'resDX9GallenteStations.stuff': '5a8098bd299a3f3819a0ad0d9d36297ae7f5f0e2', 'code.ccp': '7a5f4d00d65376cf8e0e6c7566b988d24248f797', 'resDX9Universal.stuff': '14c5bbe8d332868510f3185b4f372ddf532acc0e', 'resCharacterModularMale01.stuff': 'a50ca9046d18c4bbb06f49d313f19286ba894813', 'resCharacterModularMaleHiRes01.stuff': '1327612927a756c55965a97063d08de7c28acc52', 'bin\\pyEvePathfinder.dll': 'aca984b03d95484200e571d789e391297f7b72d7', 'resSpaceEffects.stuff': '145c74915fa062ad4b55fc2aeea60357ae1facad', 'resDX9MinmatarStations01.stuff': 'dde9130c72dcb41716655329ad346335703939d0',
- self.loaded_goodBlocks = {'resCharacterModularFemaleHiRes01.stuff;d655675a1b7d83f76af7f2edd64bd7e25b5806b8': [(99, (43487L, 109023L)), (100, (109023L, 174559L)), (101, (174559L, 240095L)), (102, (240095L, 305631L)), (103, (305631L, 371167L)), (181, (373619L, 439155L)), (182, (439155L, 504691L)), (183, (504691L, 570227L)), (184, (570227L, 635763L)), (185, (635763L, 701299L)), (186, (701299L, 766835L)), (187, (766835L, 832371L)), (188, (832371L, 897907L)), (189, (897907L, 963443L)), (190, (963443L, 1028979L)), (191, (1028979L, 1094515L)), (192, (1094515L, 1160051L)), (193, (1160051L, 1225587L)), (194, (1225587L, 1291123L)), (195, (1291123L, 1356659L)), (196, (1356659L, 1422195L)), (197, (1422195L, 1487731L)), (198, (1487731L, 1553267L)), (199, (1553267L, 1618803L)), (200, (1618803L, 1684339L)), (201, (1684339L, 1749875L)), (202, (1749875L, 1815411L)), (203, (1815411L, 1880947L)), (204, (1880947L, 1946483L)), (205, (1946483L, 2012019L)), (206, (2012019L, 2077555L)), (207, (2077555L, 2143091L)), (208, (2143091L, 2208627L)), (209, (2208627L, 2274163L)), (210, (2274163L, 2339699L)), (211, (2339699L, 2405235L)), (212, (2405235L, 2470771L)), (213, (2470771L, 2536307L)), (214, (2536307L, 2601843L)), (215, (2601843L, 2667379L)), (216, (2667379L, 2732915L)), (217, (2732915L, 2798451L)), (218, (2798451L, 2863987L)), (219, (2863987L, 2929523L)), (220, (2929523L, 2995059L)), (221, (2995059L, 3060595L)), (222, (3060595L, 3126131L)), (223, (3126131L, 3191667L)), (224, (3191667L, 3257203L)), (225, (3257203L, 3322739L)), (226, (3322739L, 3388275L)), (227, (3388275L, 3453811L)), (228, (3453811L, 3519347L)), (229, (3519347L, 3584883L)), (230, (3584883L, 3650419L)), (231, (3650419L, 3715955L)), (232, (3715955L, 3781491L)), (233, (3781491L, 3847027L)), (234, (3847027L, 3912563L)), (235, (3912563L, 3978099L)), (236, (3978099L, 4043635L)), (237, (4043635L, 4109171L)), (238, (4109171L, 4174707L)), (239, (4174707L, 4240243L)), (240, (4240243L, 4305779L)), (241, (4305779L, 4371315L)), (242, (4371315L, 4436851L)), (243, (4436851L, 4502387L)), (244, (4502387L, 4567923L)), (245, (4567923L, 4633459L)), (246, (4633459L, 4698995L)), (247, (4698995L, 4764531L)), (248, (4764531L, 4830067L)), (249, (4830067L, 4895603L)), (250, (4895603L, 4961139L)), (251, (4961139L, 5026675L)), (252, (5026675L, 5092211L)), (253, (5092211L, 5157747L)), (254, (5157747L, 5223283L)), (255, (5223283L, 5288819L)), (256, (5288819L, 5354355L)), (257, (5354355L, 5419891L)), (258, (5419891L, 5485427L)), (259, (5485427L, 5550963L)), (260, (5550963L, 5616499L)), (261, (5616499L, 5682035L)), (262, (5682035L, 5747571L)), (263, (5747571L, 5813107L)), (264, (5813107L, 5878643L)), (265, (5878643L, 5944179L)), (266, (5944179L, 6009715L)), (267, (6009715L, 6075251L)), (268, (6075251L, 6140787L)), (269, (6140787L, 6206323L)), (270, (6206323L, 6271859L)), (271, (6271859L, 6337395L)), (272, (6337395L, 6402931L)), (273, (6402931L, 6468467L)), (274, (6468467L, 6534003L)), (275, (6534003L, 6599539L)), (276, (6599539L, 6665075L)), (277, (6665075L,
- self.loaded_info = <zsync.dataPackage.ReadSyncPackage object at 0x08B28930>
- self.patchResumeDataEnd = 1317856994
- self.patchfile = u'D:\\Games\\SISI\\EVE_Online_848647-849863_win.patch'
- self.progress = <lib.updaterProgress.UpdaterProgress object at 0x0883B510>
- self.rsums = {'eve.exe': <zsync.rollingChecksum.RollingSum object at 0x08B28F70>, 'resDX9MinmatarShips00.stuff': <zsync.rollingChecksum.RollingSum object at 0x089ED250>, 'resDX9SpecialShips.stuff': <zsync.rollingChecksum.RollingSum object at 0x08B38030>, 'resDX9AmarrShips00.stuff': <zsync.rollingChecksum.RollingSum object at 0x14CA0790>, 'resDX9AmarrStations01.stuff': <zsync.rollingChecksum.RollingSum object at 0x148C3990>, 'resCharacterModularMaleHiRes01.stuff': <zsync.rollingChecksum.RollingSum object at 0x1500FB50>, 'resDX9BattleStations.stuff': <zsync.rollingChecksum.RollingSum object at 0x1434C4B0>, 'resCharacterMisc.stuff': <zsync.rollingChecksum.RollingSum object at 0x0883B250>, 'start.ini': <zsync.rollingChecksum.RollingSum object at 0x18068FB0>, 'bin\\exefile.exe': <zsync.rollingChecksum.RollingSum object at 0x08B58E50>, 'res\\audio\\292087450.wem': <zsync.rollingChecksum.RollingSum object at 0x08B652D0>, 'res\\audio\\Init.bnk': <zsync.rollingChecksum.RollingSum object at 0x08B65430>, 'resCharacterModularMaleHiRes03.stuff': <zsync.rollingChecksum.RollingSum object at 0x08B65590>, 'bin\\destiny.dll': <zsync.rollingChecksum.RollingSum object at 0x14025270>, 'bulkdata\\800004.cache2': <zsync.rollingChecksum.RollingSum object at 0x14025670>, 'resDX9CaldariShips01.stuff': <zsync.rollingChecksum.RollingSum object at 0x14025890>, 'res\\audio\\Hangar.bnk': <zsync.rollingChecksum.RollingSum object at 0x08AF5B70>, 'bin\\_yaml.pyd': <zsync.rollingChecksum.RollingSum object at 0x08B0B6F0>, 'bin\\staticdata\\blueprints.db': <zsync.rollingChecksum.RollingSum object at 0x08B0B970>, 'resJumpGates.stuff': <zsync.rollingChecksum.RollingSum object at 0x08B08E10>, 'resCharacterModularFemaleHiRes02.stuff': <zsync.rollingChecksum.RollingSum object at 0x1414E970>, 'resDX9Drones.stuff': <zsync.rollingChecksum.RollingSum object at 0x1345CDF0>, 'bulkdata\\800003.cache2': <zsync.rollingChecksum.RollingSum object at 0x13704670>, 'resDX9AmarrStations02.stuff': <zsync.rollingChecksum.RollingSum object at 0x08B25E50>, 'resDX9GallenteShips01.stuff': <zsync.rollingChecksum.RollingSum object at 0x08A860B0>, 'bin\\python27.dll': <zsync.rollingChecksum.RollingSum object at 0x089CA590>, 'resUItexture00.stuff': <zsync.rollingChecksum.RollingSum object at 0x089C8CD0>, 'resCharacterModularMaleHiRes02.stuff': <zsync.rollingChecksum.RollingSum object at 0x13F659F0>, 'resPlaceableCaldari.stuff': <zsync.rollingChecksum.RollingSum object at 0x13EC9FF0>, 'bin\\cacert.pem': <zsync.rollingChecksum.RollingSum object at 0x03709530>, 'res\\audio\\1046325924.wem': <zsync.rollingChecksum.RollingSum object at 0x037097B0>, 'res\\audio\\1011246592.wem': <zsync.rollingChecksum.RollingSum object at 0x03709AF0>, 'resCharacterModularFemaleHiRes01.stuff': <zsync.rollingChecksum.RollingSum object at 0x0830CDF0>, 'res\\audio\\Planets.bnk': <zsync.rollingChecksum.RollingSum object at 0x08542590>, 'resDX9Deployables01.stuff': <zsync.rollingChecksum.RollingSum object at 0x085426F0>, 'resDX9WorldObjects.stuff': <zsy
- self.symlinks = []
- tmpOut = u'D:\\Games\\SISI\\tmpxsbwhe.tmp'
- toHash = '64dea07860a6915bcbbdad48c306b5850d9877f6'
- Frame GetBlock in zsync\fileSync.pyo at line 382:
- identity = (1264128453, '\xfd\xe65\xbe\xd1\x07\xd5\x98\xd9\x1d!\xc0\xdaVh\xf8')
- self = <zsync.fileSync.DataPool instance at 0x149069B8>
- self.collection = {(-269548249, '\xf5\xd6\xdaV\xf2\x86_\xe0\x96s\xd1S\nj \xcd'): (240999119L, 241064919L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (507233982, '\xb1\xfa\xe4\x98\xa6\xe6\tj\x0cB\r\xe7Y\\\xba\xe8'): (782905946L, 782932746L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (716335954, '\xa5Gh\x08-YoP\x0f\xdc\x16\xa5\x96a\xef?'): (1120481852L, 1120509179L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (1539368486, '\x02\xf2\xbfeZ\xa5\xe2zBr\x0e-\xd9\xc0,U'): (704667635L, 704701160L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (-672996869, '\x8f\xb5I`7\xedi>\xb7r\xe6\x87\xda\xe2\xec/'): (951568928L, 951593105L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (-565895993, "\xe4F\xa5\x06\xe8\xff\x14\x937\x8a{3'W-u"): (407566369L, 407579432L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (1960213475, 'v\xc6\xff\xde\xd3\\\x0e$-\xb4\xa9\xd2\xae\r\xd8 '): (55712571L, 55778112L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (-1270980534, '\xa8.\x1af\x08%\x0bt)4\xa3\xbb\x132\xa84'): (355672754L, 355676764L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (-83442906, '\xben{Z\xec\xbb\x9c\xf4\x0eyB\xba\xba\xf4\x15W'): (317974690L, 318032414L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (-596548900, '\xa3~$\x80\xf7\x86\xe4\xefU\xb8r\xb0\xf9\xa5OA'): (1042957611L, 1042995754L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (-1235735190, '$\xbfql\x17\xf2ZF\xe8\xd48\xc4\xeb\xe0\x8eW'): (469732804L, 469798885L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (-1337588991, 'f\x9a\xd8\x0evsN1l\xe0x\x97f\xf8\x82\xe7'): (379100178L, 379134143L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (-312400478, "\xf3c\xbc\xf6\x8e\xf5\xf5~\xce\xe3/\xfe\x8a'\x90}"): (27823715L, 27846180L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (-931085534, '\x82d~\xf3+\x1d-\x1b\xf7DC\xc4\x1f\x1aD\xee'): (109234772L, 109257144L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (190159605, '\n>Pv\x9f\x88\x1by\xd4\x99~\xa5\x87\xa1e\x90'): (1061653876L, 1061676806L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (-1267466289, 'x\xb2\xcf\xcbh\xeb\x0b\xac\xbbm\x87WwK\xc1\xb6'): (883034026L, 883051433L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (-1786269810, '\xbc\xec\xb8\xa6\xe34\xdbN8f\tr\xcfD\x861'): (31450099L, 31476681L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (-1300931952, '@&\xb06\x03\xb3\xefGI\x1f\xeb6\x9d\xcf\xa5h'): (1141381640L, 1141409207L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (1585811492, '9\xf8,\x14\xdf\xb6n\x90\xd7g\xab\xa6\x85\xa1\xf2\xf3'): (157166083L, 157202926L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (1660328096, '\x8a~l\xc4\x04b\x10J\x14r\xfa\x02&\xa6\x87\x92'): (996165748L, 996207798L, u'd:\\games\\sisi\\eve_online_848647-849863_win.patch'), (630787329, '\xbc\xeaDY\xda\x95\xd7\xd9\xce\xa34\xd7\x1ad\xc5\xbe'): (560516102L, 560580596L, u'd:\\games\\sisi\
- self.fileHandlers = {u'd:\\games\\sisi\\eve_online_848647-849863_win.patch': None}
Advertisement
Add Comment
Please, Sign In to add comment