0x7c13 / Notepads

A modern, lightweight text editor with a minimalist design.
https://www.NotepadsApp.com
MIT License
8.65k stars 474 forks source link

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

Open ssebs opened 1 year ago

ssebs commented 1 year ago

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):

Additional context Installed via Microsoft store.

0x7c13 commented 8 months ago

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

ssebs commented 8 months ago

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

xxHn-pro commented 3 months ago

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.