Update: Runes of Magic on Ubuntu Linux

In my previous post, i walked you through getting Runes of Magic running on Ubuntu Linux via Wine. Recently, as most MMORPG games have, they updated their client and i found that it broke the game running on linux. When i would launch the game (client.exe) it would just show the background animation and not present the usual EULA and Login. A quick wine registry hack solved this issue.

I have reposted my previous tutorial in this article with a couple extra hacks to get Runes of Magic (RoM) running nicely on Ubuntu Linux desktop.

This walk-through assumes that you have successfully installed and updated Ubuntu Linux, as well as installed the restricted drivers for your video card. The video card drivers are required by wine and openGL.

Install Wine

1) Launch Terminal and add Wine's GPG key (Ubuntu 9.10 users can skip this step)

# wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

2) Add the Wine Repo

Open the Software Sources menu by going to System->Administration->Software Sources. Then select the Third Party Software tab and click Add.

Then, copy and paste one of the lines below depending on which version you are running.

For Ubuntu Karmic (9.10):
ppa:ubuntu-wine/ppa

For Ubuntu Jaunty (9.04):
deb http://wine.budgetdedicated.com/apt jaunty main #WineHQ - Ubuntu 9.04 "Jaunty Jackalope"

For Ubuntu Intrepid (8.10):
deb http://wine.budgetdedicated.com/apt intrepid main #WineHQ - Ubuntu 8.10 "Intrepid Ibex"

For Ubuntu Hardy (8.04):
deb http://wine.budgetdedicated.com/apt hardy main #WineHQ - Ubuntu 8.04 "Hardy Heron"

3) Update

# sudo apt-get update

4) Install Wine

# sudo apt-get install wine

5) Configure Wine

# winecfg

Select "OSS Driver" under the Audio Tab and click "Test" to check if it works properly.

Install Winetricks

1) Download the Winetricks script

# wget http://www.kegel.com/wine/winetricks

2) Make the Winetricks script executable

# chmod +x winetricks

3) Install Microsoft Visual C++ 2005 and Service Pack 1(Required by RoM Client)

# sh winetricks vcrun2005

# sh winetricks vcrun2005sp1

4) Install IE6

# sh winetricks ie6

5) Install DirectX 9

# sh winetricks directx9

Install Runes of Magic

1) Download

http://us.runesofmagic.com/us/downloads,client,us.html

2) Install

# wine Runes_of_Magic*.exe

3) Edit Shortcut on desktop

Right click on the "Runes of Magic" shortcut on your desktop and select "Properties" In the "Command" field, add -game -opengl to the end of it.

Mine looks like this:
env WINEPREFIX="/home/tashley/.wine" wine "C:\Program Files\Runes of Magic\Runes of Magic.exe" -game -opengl

Edit the Wine Registry

1) Launch Regedit

# regedit

2) Add the following to HKEY_CURRENT_USER\Software\Wine\Direct3D (create if it doesnt exist)

Add New String
Name = Multisampling
Data = enabled

Add New String
Name = UseGLSL
Data = disabled

Problems: It's hard to click and accept the EULA when you first launch the game. THIS IS AN ISSUE ON WINDOWS AS WELL, NOT LINUX RELATED. When you join a server, the RoM debug window pops up and asks you if you would like to submit a error report. I hit cancel when this comes up so i dont confuse the developers with a debug log from Wine on Linux. (This could also be caused by the fact that im running 64bit instead of 32bit, comment and let me know if you have this as well!)

Enjoy the Magic!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Grrr..

I'm new to Linux.
When I try to use POL to install Runes of Magic, it's not even on the list...
I can't find any reasons online, so I tried installing straight from Wine; got it working, though I haven't a clue what I did--I mean, I know what I did, just not exactly what made it work--the mouse buttons need to be clicked repeatedly until they work. I'm rather ambivalent about Linux so far--I mean, I love it, but I HATE the complexity... :-\

Submitted by Anonymous on Sun, 06/06/2010 - 14:26.
RoM

To be honest, this article is pretty old and i havent played RoM in a loooong time. Maybe i'll do another article on getting it working on the latest LTS release of Ubunut. In the meantime, check out Regnum on linux: http://www.regnumonline.com.ar/

Submitted by Tim Ashley on Sun, 06/13/2010 - 23:18.
The Magic just isn' t there.

I have tried this regedit hack idea to get around the EULA not showing up and it still doesn' t show up. (and yes, its all spelled correctly in the right place). I am on a 64 bit system, maybe that is part of the issue, who knows. I can' t imagine it being so though. . .

Submitted by Anonymous on Mon, 02/08/2010 - 22:09.
Rom via Wine

I too am running 64bit Ubuntu Linux for RoM on Wine. I have no issues after following the steps out-lined in this article. Make sure of the following:

1) Latest version of Wine
2) Latest version of the linux accelerated graphics driver for your card
3) You installed both vcrun2005 and vcrun2005 SP1 via WineTricks script
4) You carefully added the regedit values (check for mistypes! thats why i included a screenshot)

I also run RoM on my laptop running Ubuntu Linux 64bit, it never had the black screen during ELUA/Login issue, so i never had to do the regedit hack. I only had to do it on my gaming desktop. I've followed my article on a number of other machines to get them up and running on RoM and have had no issues.

Submitted by Tim Ashley on Wed, 02/10/2010 - 11:10.
Hi

I am trying hard to get ROM running on Ububtu 10.04 with Wine 1.1.42 I have followed your instructions to a T and now the start screen aint even loading?? It was loading without the EUA and Login screen (was getting waterfalls etc) but now it seems not to even be loading.. any suggestions I am very very new to Ubuntu and would hate to go back to windows for one program..

Submitted by Anonymous on Thu, 05/13/2010 - 08:52.
ROM

I honestly haven't been playing RoM on linux at all. I'm unsure what breaks and what works anymore. Ill go ahead and install 10.04 desktop and try out the most recent RoM to see if it works. If I find any tricks, ill post another article on it. Thanks for reading!

Submitted by Tim Ashley on Fri, 05/14/2010 - 10:40.
RoM on 10.4

There are videos of a guy that has it working but they didn't give instructions like you do. I have gone back to 9.10 just to have it working. Thanks for the directions.

Submitted by Anonymous on Sun, 05/16/2010 - 15:25.
lost texture

hi,

i copy from windows7 rom install (haven't now installer) nd run on Ubuntu 9.10.
It's "works", but 3d object lost texture. Have you got that? (test on last patch)
p.s. first great manual.

Submitted by Anonymous on Sat, 03/06/2010 - 17:56.
lost texture

problem solved (broken copy textre file, recopy helped
only fps not good, fps on windows i have 3x(fpx on wine)

Submitted by Anonymous on Sun, 03/07/2010 - 16:24.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Teh haps'

  • Thu, 02/02/2012 - 19:52

  • Twitter Tim tweeted "@ThatKevinSmith Happy groundhog day! What's your 60 second review of the movie "Groundhogs Day"? #LIVEfrombehind" 7:52pm#
  • Twitter Tim tweeted "Jay and Silent Bob get old! (@ Edwards Renaissance Stadium 14 for Kevin Smith: Live from Behind w/ 2 others) [pic]: http://t.co/0k3NsmV5" 7:37pm#
  • Mon, 01/30/2012 - 20:15

  • Twitter Tim tweeted "I had the pleasure of driving a giant circle around LA during rush hour with uber sore legs." 8:15pm#
  • Twitter Tim tweeted "Goggle tan FTW! :D" 11:16am#
  • Sat, 01/28/2012 - 12:38

  • Twitter Tim tweeted "I'm at Mammoth Mountain Ski Resort (1 Minaret Rd, Mammoth Lakes) w/ 5 others http://t.co/SKvBroDM" 12:38pm#
  • Fri, 01/27/2012 - 21:46

  • Twitter Tim tweeted "Mammoth bound!" 9:46pm#
  • Twitter Tim tweeted "I think I like burritos more than pizza now O_o (@ Baja Fresh) http://t.co/FtMOoGu8" 1:17pm#
  • Thu, 01/26/2012 - 19:23

  • Twitter Tim tweeted "Just saw a "Veggie TDI" emblem on the back of a Jetta :D I wonder if they had to take out the turbo for the conversion." 7:23pm#
  • Twitter Tim tweeted "I just became the mayor of Candolyns Salon on @foursquare! http://t.co/El0GAvDM" 7:21pm#
  • Twitter Tim tweeted "I love meetings where I come out with a bonus :D" 11:29am#

Type your Nick

User login