INFO Processing background_clan_capital_02_tex.sc
INFO ├── Detected LZHAM compression
INFO └── Cannot decompress background_clan_capital_02_tex !
Traceback (most recent call last):
File "/tmp/Dumpsc/Main.py", line 67, in <module>
extract_images()
File "/tmp/Dumpsc/Main.py", line 46, in extract_images
images = process_sc(f"{sc_file_name}_tex", f.read(), f"{sc_output_dir}/texture/", True)
File "/tmp/Dumpsc/System/Dumpsc.py", line 110, in process_sc
while len(decompressed[i:]) > 5:
TypeError: 'NoneType' object is not subscriptable
The script works for everything else but
background_*
files it crashes. Any idea what's the fix?APK link: https://www.apkmirror.com/apk/supercell/clash-of-clans/clash-of-clans-14-635-9-release/clash-of-clans-14-635-9-2-android-apk-download/
The files
PS: I am using this repo https://github.com/Statscell/Dumpsc that uses https://github.com/Galaxy1036/Dumpsc