fodev.net

Other => FOnline:2238 Forum => Archives => General Game Discussion => Topic started by: Saumax on January 06, 2012, 05:52:10 pm

Title: Linux Client Fix
Post by: Saumax on January 06, 2012, 05:52:10 pm
1.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
The upcoming client contain config tool which require .NET along with 2238 launcher, however .NET is a bit problematic under linux so here is small tutorial how fix it:

//NOTE: Wine Required//

1. open your terminal and write:
Code: [Select]
wget http://winetricks.org/winetricks
2. (Optional but recomended) write:
Code: [Select]
chmod +x winetricks
3. Next step is downloading mono for windows so write another command:
Code: [Select]
sh winetricks mono26
4. After all files are downloaded a setup window should pop up(if not just repeat a last command "sh winetricks mono26" it won't download mono anymore)

5. After "Next Next Yes Yes" you can run configure tool

6. Have fun with auto-aim feature ; ]
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
If you want use winetricks in future then its wise to copy it into /bin/ then chmod +x it
If you do so then you will be able to run winetricks just by typing
Code: [Select]
winetricks in terminal or in some distros alt+f2 = command input
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2.

If you have a problems with client itself then here is a magical package which fix a lot of things (Thanks wrednypiwosz for this)
Code: [Select]
http://s6.baycdn.com/dl/a5861040/4f079b2d/0/14/230565/5ICvDP/8d88fc2ae776a6045a616a091984b052cc40978c/wine-patched_1.3.27-1_i386.deb
Title: Re: Linux Client Fix
Post by: zubrowka on January 14, 2012, 07:50:02 pm
thanks.
Title: Re: Linux Client Fix
Post by: Jobe on January 21, 2012, 09:18:05 pm
How do I go about getting the magical package? URL just takes me to bayfiles homepage
Title: Re: Linux Client Fix
Post by: zubrowka on January 24, 2012, 08:41:28 pm
Doesn't work for me either. I'd like to try it because I have those graphic glitches on wine but on Vista everything's fine. Maybe it's NVIDIA drivers, though. Oh and I'd prefer rpm and especially txz format.
Title: Re: Linux Client Fix
Post by: Saumax on February 10, 2012, 06:10:24 pm
Quote
How do I go about getting the magical package? URL just takes me to bayfiles homepage
//EDIT// sorry i though you mean winetricks script, you must pm wrednypiwosz, he have this package or at least know where to find it
Quote
Maybe it's NVIDIA drivers
I doubt it, i testet several drivers for nvidia graphic and also played on other graphic cards with the same results
Title: Re: Linux Client Fix
Post by: pagemaster on July 05, 2012, 11:02:13 pm
3. Next step is downloading mono for windows so write another command:
Code: [Select]
sh winetricks mono26

It should be noted that this version of mono is now deprecated. If you're not sure what the current version of mono is, still use
Code: [Select]
sh winetricks mono26
but when the install fails, look at the response from the wintricks servers, and you'll see a response pointing out the actual current version of mono. As of my response this is mono 2.10, which looks like
Code: [Select]
sh winetricks mono210
I doubt many people will find this useful, but it's still good to cover all the bases.
Title: Re: Linux Client Fix
Post by: 7MeN on August 03, 2012, 10:52:54 pm
Better yet, you can use
Code: [Select]
sh winetricks dlls list | grep mono
to quickly find latest supported version