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 on Ubuntu 12

Author
EvilCareBear
Caldari Provisions
Caldari State
#1 - 2012-06-13 11:13:55 UTC
Although all signs indicate that i should jump in a ceptor and warp fast to windows ( switchable graphics ) i`m still trying to get eve to work ...
so far followed the guides from winehq

"in a fresh PREFIX I installed winetrick corefonts vcrun2005/2008/2010 d3dx9_36 and msxml3 and installed using the online installer

unlike advised in the Overrides How-to I did the following.
in the Default I manually set the below to run the ExeFile.exe:
#msvcr100 (builtin,native)
#msvcr90 (builtin,native)
#msvcr80 (native, builtin)
#d3dx9_36 (native)
#msxml3 (native)"

the eve got installed and updated .. then changed the msvcr thingies, i start the game .. i see it for a second and then closes ...

terminal sais :

fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
from time to time

and


p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory


tried with wine 1.4 and now i`m on 1.5.5

Elegbara
White Wolf Enterprises
Harmonious Ascent
#2 - 2012-06-13 12:42:53 UTC
That's what works for me:
latest wine from wine repository
winetricks vcrun2010
nothing else
in winecfg msvcr90 and msvcr100 are set to builtin, native
Eve launcher - start only if there are updates
running:
wine explorer /desktop=eve,YOURxRESOLUTION "C:\Path\to\eve.exe"
if launcher start (and i get an error), run again with extra overrides:
WINEDLLOVERRIDES="msvcr100,*msvcr90=n,b" wine explorer /desktop=eve,YOURxRESOLUTION "C:\Path\to\eve.exe"
let it patch, DO NOT PRESS "PLAY"
close launcher, run again without WINEDLLOVERRIDES

Disable loading station environment.

Open your eyes. And awaken.

Katrina Bekers
A Blessed Bean
Pandemic Horde
#3 - 2012-06-14 08:47:59 UTC
EvilCareBear wrote:
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory

You have a 64bit operating system.

You have a 32bit WINE.

The 32bit WINE requires a compatibility 32bit pkcs library.

You must install an "i386" version with the distro provided package manager (Muon, IIRC).

I don't know if it will resolve, but sure it's a step forward.

<< THE RABBLE BRIGADE >>

EvilCareBear
Caldari Provisions
Caldari State
#4 - 2012-06-14 19:39:01 UTC
installed a mint ... even worked to install it via the eve downloader ..
now i have "starting eve" on the bar and it dissapears after a few moments


env WINEPREFIX="/home/paul/.wine" wine C:\\Program\ Files\\CCP\\EVE\\bin\\ExeFile.exe

got *d3dx9_36 ( native )
*msvcrt100 (builtin,native )
*msvcr80 (native,builtn)
*msvcr90 (bui,natv)
mscrt (builtin)
msxml3 (built)


emulate a virtual desktop
Elegbara
White Wolf Enterprises
Harmonious Ascent
#5 - 2012-06-15 10:35:49 UTC
Katrina Bekers wrote:
EvilCareBear wrote:
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory

You have a 64bit operating system.

You have a 32bit WINE.

The 32bit WINE requires a compatibility 32bit pkcs library.

You must install an "i386" version with the distro provided package manager (Muon, IIRC).

I don't know if it will resolve, but sure it's a step forward.
I'm using 64-bit system too and getting the same error but it doesn't stop me from playing.

Open your eyes. And awaken.