Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Create the WINE Prefix

First you will want to create a prefix for 3DSMAX. It should be a 32bit prefix. You can create it by running this on the command-line:

WINEARCH=win32 winetricks prefix=max9

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:

$ WINEARCH=win32 WINEPREFIX=~/.local/share/wineprefixes/max9/ winecfg
$ WINEARCH=win32 WINEPREFIX=~/.local/share/wineprefixes/max9/ winetricks

 

 

Select max9

Install d3dx9_26, dotnet20, vcrun2003-2010,6, msxml6, msxml3

Install max9 trial

Don't install sattelite service

Patch SP1

http://images.autodesk.com/adsk/files/3dsmax9_sp1_32bit.msp

Must install HF4

http://images.autodesk.com/adsk/files/3dsmax9_hf4_32.zip

==

disable stupid alt

sudo apt-get install dconf-tools

dconf-editor

"org / gnome / desktop / wm / preferences"

Clear "mouse-button-modifier"

===

/home/kaetemi/.local/share/wineprefixes/max9/drive_c/windows/winsxs/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef

is missing

msvcp90.dll

find it somewhere and copy it

===

add

msvcp71 and msvcr71 to overrides

in winecfg

  • No labels