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.
 

(fixed) ubuntu 12.04 x64 + wine 1.5.13 + ... eve

Author
Zodiaq
Polish Task Forces
Res-Publica
#1 - 2012-09-30 14:52:17 UTC  |  Edited by: Zodiaq
So... I'm trying to start eve under ubuntu 12.04, tried like 1000 different approaches, still can't force eve to start...

first of all this is my configuration:
ubuntu 12.04 x64 (8GiB RAM)
gnome 3.4.2 (+compiz)
nvidia driver 295.49 on GTX 260

eve is updated to latest working version, works fine under windows

tried creating new wineprefix (.eve) with all vc runtimes (2005-2010), this is currently what I have configured for my prefix:
currently only d3dx_36 set to bultin, native

this is my startup line:

WINEARCH=32bit WINEPREFIX=$HOME/.eve wine d:\\EVE\\bin\\exefile.exe

this is what I get when I try to start eve "./go_eve &> log"

fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation 0x48b000 0 0x32f31c 4
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
fixme:win:EnumDisplayDevicesW ((null),0,0x328598,0x00000000), stub!
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 1680x1050x32 @60! (XRandR 1.2)
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3dx:D3DXLoadSurfaceFromMemory Format conversion missing 0x31545844 -> 0x15
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3dx:D3DXLoadSurfaceFromMemory Format conversion missing 0x31545844 -> 0x15
An exception has occurred. It has been logged in the log server as exception #1
An exception has occurred. It has been logged in the log server as exception #2
An exception has occurred. It has been logged in the log server as exception #3
....

exception from log server is:



804 2012.09.30 14:43:21:613 EXCEPTION #2 logged at 16:43:21 ; caught by ExceptionHandler
805 2012.09.30 14:43:21:613 Context info: Trinity
806 2012.09.30 14:43:21:613 Caught at:
807 2012.09.30 14:43:21:613 /../carbon/client/script/ui/uilib.py(731) Update
808 2012.09.30 14:43:21:613 Thrown at:
809 2012.09.30 14:43:21:613 /../carbon/client/script/ui/uilib.py(731) Update
810 2012.09.30 14:43:21:613 /../carbon/client/script/ui/uilib.py(781) UpdateMouseOver
811 2012.09.30 14:43:21:613 pyObject = None
812 2012.09.30 14:43:21:613 newMouseOver = None
813 2012.09.30 14:43:21:613 currentMouseOver = None
814 2012.09.30 14:43:21:613 args = ()
815 2012.09.30 14:43:21:613 self = uicls.Uilib object at 0x045AA9D0
816 2012.09.30 14:43:21:613 UnboundLocalError: local variable 'triobj' referenced before assignment
817 2012.09.30 14:43:21:613 Thread Locals: session was Session: (sid:286653062717587169, mutating:0, contextOnly:False, corprole:0x0, languageID:EN, role:0x4000000000000000L, sessionType:5, rolesAtAll:0x0, rolesAtHQ:0x0, rolesAtBase:0x0, rolesAtOther:0x0)
818 2012.09.30 14:43:21:613 EXCEPTION END

any ideas what I could do? Tried removing all overrides, adding other like d3dx9_42 and so on - no luck, got only blank screen and exception in console... any suggestions?
Zodiaq
Polish Task Forces
Res-Publica
#2 - 2012-09-30 14:54:18 UTC
tried removing all overrides + setting desktop to virtual 1025x768 - doesn't help
Zodiaq
Polish Task Forces
Res-Publica
#3 - 2012-09-30 15:16:04 UTC
I have fixed:

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

with info from:
http://askubuntu.com/questions/127848/wine-cant-find-gnome-keyring-pkcs11-so

also set virtual desktop resolution of: 1680x1050 so this error doesn't show anymore:
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 1680x1050x32 @60! (XRandR 1.2)


yet I get same eve exception

Zodiaq
Polish Task Forces
Res-Publica
#4 - 2012-09-30 15:46:46 UTC
arrgh, fixed - installing dxredist from eve's directory did the trick ;)

yarrr :)