removing it out of the folder structure, solves the issue temporarily, because it then continues BUT
other TOCs show same error, except one so far that has thrown a different error
Code: Select all
Traceback (most recent call last):
File "C:\Users\User\Desktop\JnWCrTIIrc\FB2Dumper (3).py", line 311, in <module>
dumpRoot(g_MainDataRoot)
File "C:\Users\User\Desktop\JnWCrTIIrc\FB2Dumper (3).py", line 287, in dumpRoot
dump(fname, g_TargetDirectory)
File "C:\Users\User\Desktop\JnWCrTIIrc\FB2Dumper (3).py", line 179, in dump
casPayload(entry, targetPath, sourcePath, entry.size)
File "C:\Users\User\Desktop\JnWCrTIIrc\FB2Dumper (3).py", line 246, in casPayload
catEntry = cat[bundleEntry.sha1]
KeyError: "\r\xf0>o\xa7-\xff\xf5)\xd5\x18J@_\xfa\xa7\xc1')o"
an after that other TOCs keep showing that same ol error
Code: Select all
Traceback (most recent call last):
File "C:\Users\User\Desktop\JnWCrTIIrc\FB2Dumper (3).py", line 316, in <module>
dumpRoot(g_MainDataRoot)
File "C:\Users\User\Desktop\JnWCrTIIrc\FB2Dumper (3).py", line 292, in dumpRoot
dump(fname, g_TargetDirectory)
File "C:\Users\User\Desktop\JnWCrTIIrc\FB2Dumper (3).py", line 206, in dump
casPayload(entry, targetPath, sourcePath, entry.size)
File "C:\Users\User\Desktop\JnWCrTIIrc\FB2Dumper (3).py", line 266, in casPayload
finalSize, magic, payloadLen = unpack(">IHH", cas.read(8))
error: unpack requires a string argument of length 8
now, I may be speculating, and I coud blame the MEADecrypt tool and some TOCs are not decrypted properly?
again, just speculating, not sure how to make them work, but from the looks of it seems that those with knowledge can make it work
its been two full days since I've been trying to dump game data, because of those error interruptions, the process is very slow for some reason, and I am still trying to dump it and as I type, finding all TOCs that throw any type of errors, and obviously the game extracts with incomplete data
anyone ???