You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another finding from testing. calc_crc returns a wrong result for a significant number of files. The summary is:
Before the last 2 PRs:
4 errors (RLN36)
58 ok
356 bad
Now:
0 errors
61 ok
357 bad
The section count fix only helped in 3 cases.
Here are the results in case they're useful. The keys are the sha256 of the PAK file. crc32 is the CRC from the file and calc_crc the result from the function.
The text was updated successfully, but these errors were encountered:
Another finding from testing.
calc_crc
returns a wrong result for a significant number of files. The summary is:Before the last 2 PRs:
Now:
The section count fix only helped in 3 cases.
Here are the results in case they're useful. The keys are the sha256 of the PAK file.
crc32
is the CRC from the file andcalc_crc
the result from the function.The text was updated successfully, but these errors were encountered: