Notepads
Notepads copied to clipboard
[Bug] File Save Error: size may not exceed 64K
Describe the bug
When saving a file, I get this error message:
Sorry, file "<path>" couldn't be saved: Size may not exceed 64K. (Exception from HRESULT:0x800288C5
To Reproduce Save a file that's 4KB, keep adding content and saving, eventually will hit this error.
Expected behavior Not hit a file size limit on a text file. Especially when the source file is only 4KB instead of 64KB.
Screenshots
Error:
File size according to Windows Explorer:
Desktop (please complete the following information):
- OS: Windows 10 Enterprise 22H2 OS Build 19045.2965
- Notepads version: v1.4.9.0
Additional context Installed via Microsoft store.
What file system is it? Is your C: drive SSD/HDD or a USB drive?
This is on the drive on an SSD. I kept getting this issue so I switched to VSCodium for now.
I had the same problem too. It seems that the saving operation is done, which was checked by reopening the file without saving successfully. However, it is still annoying because I am used to saving regularly.