Hi all
I am maintaining the crossover packages in the archlinux user repository. The two crossover versions standard and pro do have problems with the auto update function (Not only me). The crossover-games package is working.
Error Message:
[mango@Mango crossover-pro]$ LANG=en_US.utf8 /opt/cxoffice/bin/cxinstaller
cxinstaller:error: an operation raised an exception:
Traceback (most recent call last):
File "/opt/cxoffice/lib/python/pyop.py", line 153, in runOperations
operation.main()
File "/opt/cxoffice/lib/python/installwizard.py", line 1644, in main
c4profilesmanager.update_online_profiles(self.url)
File "/opt/cxoffice/lib/python/c4profilesmanager.py", line 422, in update_online_profiles
getter = cxurlget.UrlGetter(url, tmpfile, last_modified=mtime)
File "/opt/cxoffice/lib/python/cxurlget.py", line 72, in __init__
self.outfile = open(outfile, 'wb')
IOError: [Errno 21] Is a directory: u'/home/mango/.cxoffice/tie/download/'
IOError: [Errno 21] Is a directory: u'/home/mango/.cxoffice/tie/download/'
Seems, that the path isn't complete. I think it should look like that:
~/.cxoffice/tie/download/crossover.tie.gz
But there isn't any file in that directory.
Would be glad if somebody could help. ;)