LoL-Linux-Tools
LoL-Linux-Tools copied to clipboard
Error while extracting DATA/
http://valssi.fixme.fi/~viderizer/scr/2014-04-13_18-04-29.png
Although this tool has been discontinued, here's a "fix" (as in, a dirty workaround): open lol_linux.py with a text editor, and at line 214 (if i recall right), change
raf_archives[i.version].data_file.extract_file(f.offset, f.size, os.path.join(base_path, i.path))
to
try: raf_archives[i.version].data_file.extract_file(f.offset, f.size, os.path.join(base_path, i.path)) except: pass
Pay attenction to use the correct indentation (4 spaces), or it won't work. That should make the tool work again. Again, it isn't a proper fix, but still...