-
Notifications
You must be signed in to change notification settings - Fork 25
Description
ошибка

[04.05.2024 19:30:20] Получена ошибка:
Traceback (most recent call last):
File "C:\Users\PikniK\AppData\Local\Programs\Python\Python312\Lib\site-packages\PIL\ImageFile.py", line 536, in _save
fh = fp.fileno()
^^^^^^^^^
AttributeError: '_idat' object has no attribute 'fileno'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\PikniK\Desktop\XCoder-master\Main.py", line 73, in sc_decode
decompileSC(f"{folder}{file}", CurrentSubPath, folder = folder, folder_export = folder_export)
File "C:\Users\PikniK\Desktop\XCoder-master\system\Lib.py", line 363, in decompileSC
img.save(f"{folder_export}{CurrentSubPath}{baseName}.png")
File "C:\Users\PikniK\AppData\Local\Programs\Python\Python312\Lib\site-packages\PIL\Image.py", line 2459, in save
save_handler(self, fp, filename)
File "C:\Users\PikniK\AppData\Local\Programs\Python\Python312\Lib\site-packages\PIL\PngImagePlugin.py", line 1412, in _save
ImageFile._save(im, _idat(fp, chunk), [("zip", (0, 0) + im.size, 0, rawmode)])
File "C:\Users\PikniK\AppData\Local\Programs\Python\Python312\Lib\site-packages\PIL\ImageFile.py", line 540, in _save
_encode_tile(im, fp, tile, bufsize, None, exc)
File "C:\Users\PikniK\AppData\Local\Programs\Python\Python312\Lib\site-packages\PIL\ImageFile.py", line 551, in _encode_tile
encoder.setimage(im.im, extents)
SystemError: tile cannot extend outside image