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 under Wine, r600_dri splash screen crash

Author
Leahim Gaterau
University of Caille
Gallente Federation
#1 - 2012-03-13 12:41:26 UTC  |  Edited by: Leahim Gaterau
Hi guys, I'm trying to setup eve on wine (1.4.1), Arch x64.

Following libs are installed:

vcrun2010 (builtin,native)
corefonts

Relevant "user.reg" in eve prefix:

"DirectDrawRenderer"="opengl"
"OffscreenRenderingMode"="fbo"
"PixelShaderMode"="enabled"
"VertexShaderMode"="hardware"
"VideoMemorySize"="1024"

Eve client updated today.

I still can't get past splash screen.

After invoking eve with:
env LD_LIBRARY_PATH=/usr/lib32/ LIBGL_DRIVERS_PATH=/usr/lib32/xorg/modules/dri WINEPREFIX="/home/xxxxxxx/.wine2" wine explorer /desktop=EVE,1440x900 "C:/Program Files/CCP/EVE/eve.exe"

I get splash crash > http://pastebin.com/h78GCUX5


Any help would be appreciated.
Leahim Gaterau
University of Caille
Gallente Federation
#2 - 2012-03-13 23:44:26 UTC
In case someone gets stuck with the same problem:

Building lib32-mesa from git did the trick.
lib32-mesa from arch multilib repos currently doesn't work well with wine.

Cheers