Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
WINEARCH=win32 winetricks prefix=max9

Launch Winetricks using the following command.

Code Block
languagebash
WINEARCH=win32 winetricks
Note

If you're running a 64bit operating system you may run into this error:

------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string
------------------------------------------------------

If t his happens you will need to manually create the WINE prefix like this:

Code Block
languagebash
$ WINEARCH=win32 WINEPREFIX=~/.local/share/wineprefixes/max9/ winecfg
$ WINEARCH=win32 WINEPREFIX=~/.local/share/wineprefixes/max9/ winetricks
Info

The solution is to make sure your default Wine prefix is using the WINEARCH=win32 as well. If it is not, you can erase it to reset it, and launch winetricks in WINEARCH=32 to initialize it properly.

Setup Libraries

First you will need to choose "Select max9" to select the max9 prefix. Once you select it and press OK you will be able to configure the prefix.

...

msvcp90.dll

find it somewhere (THE CORRECT VERSION) and copy it

===

add

msvcp71 and msvcr71 to overrides

...