Hi hi, Im new on this community and a few years use of MyPaint ^^/… well, the error is as described (It happen sometimes, no every times I attempt to save):
Snapshot > http://hanakomi.s3.amazonaws.com/Snapshots/Error%20detectado.png
Text error:
Mypaint version: 1.2.1+gitexport.bcf5a28d
System information: Windows-8.1-6.3.9600-SP0
Using: Python 2.7.13, GTK 3.22.7, GdkPixbuf 2.36.4, Cairo 1.15.4, GLib 2.50.1
Traceback (most recent call last):
File "C:/Program Files/mypaint-w64/mingw64/share/mypaint/gui/filehandling.py", line 665, save_cb(self=<gui.filehandling.FileHandler object>, action=<Gtk.Action object at 0x000000000dcbcc80 (GtkAction at 0x000000000df3d100)>)
else:
self.save_file(self.filename)
variables: {'self.save_file': ('local', <bound method FileHandler.save_file of <gui.filehandling.FileHandler object at 0x000000000dcbdfd0>>), 'self.filename': ('local', u'D:/Galleries/) Xiwi/Sleepin/Sleeping color.ora')}
File "C:/Program Files/mypaint-w64/mingw64/share/mypaint/gui/drawwindow.py", line 84, wrapper(self=<gui.filehandling.FileHandler object>, *args=(u'D:/Galleries/) Xiwi/Sleepin/Sleeping color.ora',), **kwargs={})
try:
func(self, *args, **kwargs)
# gtk main loop may be called in here...
variables: {'self': ('local', <gui.filehandling.FileHandler object at 0x000000000dcbdfd0>), 'args': ('local', (u'D:/Galleries/) Xiwi/Sleepin/Sleeping color.ora',)), 'func': ('local', <function save_file at 0x000000000db7c500>), 'kwargs': ('local', {})}
File "C:/Program Files/mypaint-w64/mingw64/share/mypaint/gui/filehandling.py", line 436, save_file(self=<gui.filehandling.FileHandler object>, filename=u'D:/Galleries/) Xiwi/Sleepin/Sleeping color.ora', export=False, **options={})
statusmsg=True,
**options
)
variables: {'options': ('local', {})}
File "C:/Program Files/mypaint-w64/mingw64/share/mypaint/gui/filehandling.py", line 517, _save_doc_to_file(self=<gui.filehandling.FileHandler object>, filename=u'D:/Galleries/) Xiwi/Sleepin/Sleeping color.ora', doc=<gui.document.Document object>, export=False, statusmsg=True, **options={'save_srgb_chunks': True})
feedback_cb=self.gtk_main_tick,
**options
)
variables: {'options': ('local', {'save_srgb_chunks': True})}
File "C:/Program Files/mypaint-w64/mingw64/share/mypaint/lib/document.py", line 1212, save(self=<Document nlayers=2 bbox=Rect(192, 256, 1536, 1088) paintonly=False>, filename=u'D:/Galleries/) Xiwi/Sleepin/Sleeping color.ora', **kwargs={'feedback_cb': <function gtk_main_tick>, 'save_srgb_chunks': True})
try:
result = save(filename, **kwargs)
except GObject.GError as e:
variables: {'kwargs': ('local', {'feedback_cb': <function gtk_main_tick at 0x000000000db7c320>, 'save_srgb_chunks': True}), 'save': ('local', <bound method Document.save_ora of <Document nlayers=2 bbox=Rect(192, 256, 1536, 1088) paintonly=False>>), 'result': ('local', None), 'filename': ('local', u'D:/Galleries/) Xiwi/Sleepin/Sleeping color.ora')}
File "C:/Program Files/mypaint-w64/mingw64/share/mypaint/lib/fileutils.py", line 118, _wrapped_save_method(self=<Document nlayers=2 bbox=Rect(192, 256, 1536, 1088) paintonly=False>, filename=u'D:/Galleries/) Xiwi/Sleepin/Sleeping color.ora', *args=(), **kwds={'feedback_cb': <function gtk_main_tick>, 'save_srgb_chunks': True})
logger.error("cleanup: failed to remove temp path too")
raise ex
if not os.path.exists(temp_path):
variables: {'ex': ('local', OSError("_MoveFileEx(u'c:/users/xiwang~1/appdata/local/temp/saveercsqhmypaint/.tmpsave.mergedimage.png', u'c:/users/xiwang~1/appdata/local/temp/saveercsqhmypaint/mergedimage.png')",))}
OSError: _MoveFileEx(u'c:/users/xiwang~1/appdata/local/temp/saveercsqhmypaint/.tmpsave.mergedimage.png', u'c:/users/xiwang~1/appdata/local/temp/saveercsqhmypaint/mergedimage.png')
Thanks in advance ><…
As additional info: I had similar error sometimes while I was using Windows XP…