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
when i open large files i get reproducible areas that contain only zeros which is definitly not the file content.
This issue is easily reproducible in v1.9.6 in Hex Editor.
First of all create a file with powershell
// Create a file that is 1MB big and whose content consists only of '='
$arr=@(61)*1024*1024;
[IO.File]::WriteAllBytes('1MB.txt', $arr)
Next open the file in Hex Editor and jump to offset 0x1fff0
This error can be seen multiples times in the file: 0x1fff0, 0x3fff0, 0x5fff0, 0x7fff0 ....
Best regards
Tobias
The text was updated successfully, but these errors were encountered:
Hi all,
when i open large files i get reproducible areas that contain only zeros which is definitly not the file content.
This issue is easily reproducible in v1.9.6 in Hex Editor.
First of all create a file with powershell
Next open the file in Hex Editor and jump to offset 0x1fff0

This error can be seen multiples times in the file: 0x1fff0, 0x3fff0, 0x5fff0, 0x7fff0 ....
Best regards
Tobias
The text was updated successfully, but these errors were encountered: