Notepads icon indicating copy to clipboard operation
Notepads copied to clipboard

[Bug] File Save Error: size may not exceed 64K

Open ssebs opened this issue 2 years ago • 3 comments

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: notepads file save error

File size according to Windows Explorer: notepads file not 64k

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.

ssebs avatar May 30 '23 20:05 ssebs

What file system is it? Is your C: drive SSD/HDD or a USB drive?

0x7c13 avatar Dec 27 '23 20:12 0x7c13

This is on the drive on an SSD. I kept getting this issue so I switched to VSCodium for now.

ssebs avatar Dec 27 '23 21:12 ssebs

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.

xxHn-pro avatar May 10 '24 07:05 xxHn-pro