Pyxel Edit Forum Archive
ArchiveBug reports

Problem with saving files after updating to 0.4.6 - Error #2030

E
enui
Jun 19, 2018 at 9:07 pm
Hello!
I have recently updated to version 0.4.6, and I've been experiencing problems with some files created before updating. Whenever I try to save them, I get the following error message:

The file could not be saved: Error #2030

Error: Error #2030
    at pyx.io::AsyncIOManager/onResult()
    at Function/<anonymous>()
    at com.myflashlabs.utils.worker::WorkerManager/onMessage()

I'm having no problems with older files, or ones created after the update.

Danik
Jun 20, 2018 at 9:45 am
Hi there,
If you go to Settings (the cog wheel on the right) and disable Asynchronous saving, does it work then?
Danik
Jun 20, 2018 at 11:52 am
I have found a bug that causes this error when saving asynchronously if the canvas size is smaller than the document tile size. Do you know if that was the case for you?

As a workaround either disable Asynchronous saving, or use Document > Resize tiles... to change the tile size to match the size of the canvas (uncheck Resample and Center).
E
enui
Jun 20, 2018 at 7:13 pm
Yes, I can save when I disable Asynchronous saving and yes, turns out that all the problematic files had a document tile size larger than the canvas size. Thanks!
Danik
Jun 21, 2018 at 2:47 pm
That's good! Then the issue will be fixed in the next release.