These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Linux

 
  • Topic is locked indefinitely.
 

EVE+UBUNTU+WINE=IGB?

Author
Zaaark Quasar
Doomheim
#1 - 2012-02-25 05:12:16 UTC
Is there workaround to get IGB and jukebox working?

Elegbara
White Wolf Enterprises
#2 - 2012-02-25 05:23:23 UTC
Jukebox working for me. IGB (https) - only with my old patch.

Open your eyes. And awaken.

Zaaark Quasar
Doomheim
#3 - 2012-02-25 19:45:40 UTC
Well I had to rename the jukebox folder, otherwise game will crash after character screen. Also I can't use CQ, but CQ is crap anyway so no harm. IGB would be cool to have working, how big of deal is it to apply your patch? Or will next stable wine release fix issue with it?

Elegbara
White Wolf Enterprises
#4 - 2012-02-26 03:14:20 UTC
Zaaark Quasar wrote:
IGB would be cool to have working, how big of deal is it to apply your patch? Or will next stable wine release fix issue with it?
You'll have to compile wine from source. The fix is not going to any wine release in its current state though (it introduces too much changes - a lot more than could be justified by working IGB).

Open your eyes. And awaken.

Zaaark Quasar
Doomheim
#5 - 2012-02-26 10:19:28 UTC  |  Edited by: Zaaark Quasar
WTF..

Didn't change any settings at all, just booted my PC and tried to launch EVE. Nothing. Splash screen and process dies.

Yesterday game worked just fine..

Oh.. Looks like my wine got updated..and now eve doesn't work... It shows that wine is 1.3.37 now..
Zaaark Quasar
Doomheim
#6 - 2012-02-26 10:54:46 UTC
Oh well, don't have the will to go with this. If CCP some day releases linux client, I'll come back. But just don't have the time or will to fight with Wine.

Dual boot would solve this problem, but don't want to be booting my PC just to switch skills..
Elegbara
White Wolf Enterprises
#7 - 2012-02-26 15:55:56 UTC
Just logged on. Highest graphic settings (not entering CQ though). Everything works, including jukebox.

You're clearly doing it wrong.

Open your eyes. And awaken.

Zaaark Quasar
Doomheim
#8 - 2012-02-27 16:37:59 UTC  |  Edited by: Zaaark Quasar
So, here is the deal. By some odd reason I had to reinstall my Nvidia drivers, so problem wasn't in Wine. I always install Nvidia drivers manually, so I don't get it how they stopped working suddenly...

Jukebox is working, but IGB isn't.

Any workarounds?
Elegbara
White Wolf Enterprises
#9 - 2012-02-28 03:23:43 UTC
Get the wine source, apply the patch, build the wine.

OR

Don't use IGB for HTTPS pages.

Open your eyes. And awaken.

Whitehound
#10 - 2012-03-27 23:07:09 UTC
Zaaark Quasar wrote:
So, here is the deal. By some odd reason I had to reinstall my Nvidia drivers, so problem wasn't in Wine. I always install Nvidia drivers manually, so I don't get it how they stopped working suddenly...

Jukebox is working, but IGB isn't.

Any workarounds?

When you install the Nvidia drivers manually and you receive an update for X11 or Mesa of your distribution, then the update will overwrite some of the Nvidia files.

Loss is meaningful. Therefore is the loss of meaning likewise meaningful. It is the source of all trolling.

Whitehound
#11 - 2012-03-27 23:11:11 UTC  |  Edited by: Whitehound
Zaaark Quasar wrote:
Is there workaround to get IGB and jukebox working?

For the jukebox to work do you need to have the 32bit version of libmpg123 installed.

If you know how to compile WINE then get the source for mpg123 here: http://sourceforge.net/projects/mpg123

Unpack it, configure it, compile it and install it somewhere. For example:

tar xaf mpg123-1.13.7.tar.bz2
mkdir cdir
cd cdir
export CC="gcc -m32"
../mpg123-1.13.7/configure --with-default-audio=pulse --with-cpu=x86 --prefix=/home/me/wine32
make
make install


Change the bold text above to what you actually have. Before you configure and compile WINE do you need to let it know where to find it:

export LIBRARY_PATH=/home/me/wine32/lib
export C_INCLUDE_PATH=/home/me/wine32/include

...

Loss is meaningful. Therefore is the loss of meaning likewise meaningful. It is the source of all trolling.