MechTechnology / SmartStitch

A small program for stitching together webtoons/manhwa/manhua raws.
MIT License
72 stars 27 forks source link

Doesn't run #4

Closed awesomezane closed 2 years ago

awesomezane commented 3 years ago

crashlog.report says: ERROR:root:An unexpected error has occured at 2021-10-05 17:59:55.003316 Traceback (most recent call last): File "SmartStitchGUI.py", line 421, in run_stitch_process File "SmartStitchGUI.py", line 405, in stitch_process File "SmartStitchCore.py", line 140, in save_data File "PIL\Image.py", line 2169, in save PermissionError: [Errno 13] Permission denied: blablablabla;

MechTechnology commented 2 years ago

From what i see, it seems like you had the file it was trying to save onto open somehow. It didn't have permission to save the file. So close other applications that you had the files open in. It should work fine if you do.