A-Metaphysical-Drama / LoL-Linux-Tools

A small tool to edit League of Legends files in linux
http://metaphysical.zz.mu/
GNU General Public License v2.0
36 stars 26 forks source link

Error when checking new archives #8

Closed renchap closed 11 years ago

renchap commented 11 years ago

Hi,

I am running the too on a freshly installed EUW version, and I get this error :

Unpacking Archives, please wait...
Saving Backups, please wait...
Replacing Files, please wait...
Repacking Archives, please wait...
Checking New Archives, please wait...
Wrong Path: DATA/Characters/TT_OrderInhibitor/TT_OrderInhibitor.inibin DATA/Characters/Talon/Talon.inibin

I run the latest git revision with Python 2.7.3 My config.py is very simple :

lol_path = '/mnt/games/lol2/lol'
enable_threading = False

Do you have an idea on how to fix this error ?

A-Metaphysical-Drama commented 11 years ago

It's a known issue A simple workaround is using python 3

I'll work on this as soon as i can