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 5 Current »

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

Launch Winetricks using the following command.

WINEARCH=win32 winetricks

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

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.

Next select Install a Windows DLL or component and press OK.

Check the following items to install:

  • d3dx9_26
  • dotnet20
  • msxml3
  • msxml6
  • vcrun2003
  • vcrun2005
  • vcrun2008
  • vcrun2010
  • vcrun6

Once checked press OK and wait for it to download and install these.

Installing the 3DSMAX9 Trial

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 (THE CORRECT VERSION) and copy it

===

add

msvcp71 and msvcr71 to overrides

in winecfg

  • No labels