Coder Social home page Coder Social logo

Comments (6)

xadaisantos avatar xadaisantos commented on September 4, 2024

A more detailed explanation:
After I installed mf-install.sh, I tried this:

command 1:
PROTON="/home/xadai/.steam/steam/steamapps/common/Proton 4.11/" \ WINEPREFIX="/home/xadai/.steam/steam/steamapps/compatdata/397540/pfx" ./install-mf-64.sh -proton

output 1:
bash: WINEPREFIX=/home/xadai/.steam/steam/steamapps/compatdata/397540/pfx: No such file or directory

command 2:
PATH=/home/xadai/.steam/steam/steamapps/common/Proton\ 5.0/dist/bin/:$PATH WINEPREFIX="/home/xadai/.steam/steam/steamapps/compatdata/397540/pfx" ./install-mf-64.sh

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

from mf-installcab.

acedogblast avatar acedogblast commented on September 4, 2024

I have a similar problem but with different error output.

WINEPREFIX="/home/charles/WinePrefixes/BL3" PATH=/home/charles/.local/share/lutris/runners/wine/lutris-5.7-10-x86_64/bin/:$PATH ./install-mf-64.sh 
mediafoundation
windows6.1-KB976932-X64.exe: no valid cabinets found
Traceback (most recent call last):
  File "installcab.py", line 318, in <module>
    output_files = extract_from_installer(cabfile, tmpdir, component)
  File "installcab.py", line 207, in extract_from_installer
    subprocess.check_output(cmd)
  File "/usr/lib/python2.7/subprocess.py", line 223, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['cabextract', '-F', '*mediafoundation*', '-d', '/tmp/tmpwgeTs7', 'windows6.1-KB976932-X64.exe']' returned non-zero exit status 1

from mf-installcab.

z0z0z avatar z0z0z commented on September 4, 2024

Make sure cabextract is in your path

from mf-installcab.

Stenean avatar Stenean commented on September 4, 2024

I've faced the same problem and it turns out that the file on the Internet Archive is either broken somehow or the transfer gets interrupted and only part of the file is downloaded. After looking at https://web.archive.org/web/20200803210804/https://download.microsoft.com/download/0/A/F/0AFB5316-3062-494A-AB78-7FB0D4461357/, I've found this alternative url on microsoft site to be working and providing the full file: http://ak.or.download.microsoft.com/download/0/A/F/0AFB5316-3062-494A-AB78-7FB0D4461357/windows6.1-KB976932-X64.exe
For completeness, here is sha256 sum of the working file:
f4d1d418d91b1619688a482680ee032ffd2b65e420c6d2eaecf8aa3762aa64c8 windows6.1-KB976932-X64.exe

from mf-installcab.

 avatar commented on September 4, 2024

I am getting this error when trying to install it: ./install-mf-64.sh: Line 32: wget: Command not found.
The other MF install worked though (mf-install).

from mf-installcab.

z0z0z avatar z0z0z commented on September 4, 2024

Install wget with your distro's package manager.

from mf-installcab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.