mf-installcab icon indicating copy to clipboard operation
mf-installcab copied to clipboard

Python error

Open JMSarDev opened this issue 5 years ago • 2 comments

Hey there! It's not working in my sistem. It downloaded the .exe file but this is the output:

mediafoundation
Traceback (most recent call last):
  File "installcab.py", line 304, in <module>
    output_files = extract_from_installer(cabfile, tmpdir, component)
  File "installcab.py", line 193, in extract_from_installer
    subprocess.check_output(cmd)
  File "/usr/lib64/python2.7/subprocess.py", line 216, in check_output
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/usr/lib64/python2.7/subprocess.py", line 394, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1047, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

The wineprefix is setted right, the game has been started at least once so the directory is created, but I don't know why is failing. I'm on a Fedora Workstation 30.

JMSarDev avatar Sep 12 '19 19:09 JMSarDev

Install cabextract

AhmadHuran avatar Oct 23 '19 08:10 AhmadHuran

I had the same issue and it worked after I installed winetricks.

Hygoto avatar Nov 07 '19 20:11 Hygoto