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.
 

x32 libraries?

Author
Atriarc Torrick
Wrongful Appropriation
#1 - 2012-10-04 10:47:49 UTC
I've run into a hang on getting Eve Online to work with Ubuntu 12.04/Wine1.5.14. It installed successfully, yet when I attempt to run it I get nothing (common problem I've circumvented before). So naturally I run it via terminal to get the issue, which ended up being something I've never seen before.

Winetricks installed:
Quote:
winetricks dx9d3 corefonts vcrun2005 vcrun2008 vcrun2010


Terminal output:
Quote:
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation 0x48b000 0 0x32f31c 4
Network layer using: CarbonIO
EVE Client version 7.43 build 412710 starting 4:43:32
Multi-Language System: Client using language [EN]
Starting up Trinity through _trinity_deploy.dll ...
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
err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly (using GL renderer "GeForce GTX 670/PCIe/SSE2", version "1.4 (2.1.2 NVIDIA 295.59)").
err:d3d:WineD3D_CreateFakeGLContext Failed to find a suitable pixel format.
err:d3d:InitAdapters Failed to get a gl context for default adapter
Direct3D9 is not available without OpenGL.
err:d3d:WineD3D_CreateFakeGLContext Failed to find a suitable pixel format.
err:d3d:InitAdapters Failed to get a gl context for default adapter
Direct3D9 is not available without OpenGL.
An exception has occurred. It has been logged in the log server as exception #1


With some research on the forums and at other locations, I've come up with the following solution to my issues. I am running the x64 version of Ubuntu with the x64 drivers. Apparently, the official drivers didn't come with the x32 libraries and I have no clue where to obtain them.

glxinfo | grep rendering returns the following.

Quote:
direct rendering: Yes
GL_NV_parameter_buffer_object2, GL_NV_path_rendering,


So in short my question is, does anyone know where I can obtain the win32 libraries for nVidia GTX 670?
Kontalaa
New Eden Trading Association
#2 - 2012-10-04 13:41:08 UTC
what drivers do you use? the open-source one?

try using the propriatary ones from nvidia (installable via console!). They ask you if you want to install the 32-bit-libs.
Atriarc Torrick
Wrongful Appropriation
#3 - 2012-10-04 19:38:23 UTC
I have done exactly this, and still nothing =\
Kontalaa
New Eden Trading Association
#4 - 2012-10-05 11:37:07 UTC
well.. have you installed libp11-kit0:i386 ?

thats at least the only error i see in that pasted part.

can you run other 3d-apps? (glxgears, other games, desktop-effects, ...)?