Well, it seems I should post my experience in running Razor and Ultima client on linux.
Currently I'm using Ubuntu 12.04.2 LTS and wine-1.4 from ubuntu repo.
1) Firstly, install some important libraries:
x86:
Code: Select all
~# winetricks mono26 vcrun6 dotnet20
Code: Select all
~# env WINEARCH='win32' winetricks vcrun6 dotnet20
Code: Select all
~# mv .wine .wine_backup
~# WINEARCH='wine32' winecfg
2) Download the razor setup from main site and run:
x86:
Code: Select all
~# wine Razor_Latest.exe
Code: Select all
~# env WINEARCH='win32' wine Razor_Latest.exe
3) Before running the Razor, some play. There is a 'RAZOR HOWTO' folder in my UO-client installation, where some .reg-files are located with customization manual. Note, that drive C: starts from .wine/drive_c folder.
Make the .reg-file and add it:
x86:
Code: Select all
~# wine regedit <your .reg-file>
Code: Select all
~# env WINEARCH='win32' wine regedit <your .reg-file>
5) Try to start Razor.
PS: I really don't understand why Razor didn't want Mono on my Ubuntu x86_64.
PPS: If I'll beat my laziness, I'll try all this on other distros.