Thanks for this awesome utility!
I managed to get RS running under Ubuntu Linux. Should work with most distributions though.
I hope I'm not to late.
How to get Runesmith to work under Linux with wine:What you need:- Installed wine (the one supplied by the Ubuntu repository [1.1.42] is fine)
- Installed winetricks (should already be installed with wine)
- Newest version of Runesmith (extract anywhere you like)
If everything is installed and ready, open a terminal and type:
winetricks vcrun2008
Agree to the license agreement and click through the setup.
This will install all the needed runtime libraries for you.
Now all you have to do is open Runesmith. Happy Smithing!
FAQ:1. I don't have winetricks installed. How do I get it?
Open a terminal, change into the directory you would like to download the winetricks script file to (it's only a single file) and type
wget http://www.kegel.com/wine/winetricks && chmod +x winetricks && ./winetricks vcrun2008
This will do everything you need to get Runesmith running for you.
If you get an error like "Can't write winetricks" or something about permissions, you need to change into a directory you own.
2. How do I open Runesmith?
Either double click Runesmith.exe or change into the directory you extracted RS into and use
wine Runesmith.exe
Note: I tried using winetricks vcrun6 before winetricks vcrun2008. Might be needed, too. If it indeed is needed, please tell me so I can add it to this here guide.