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.
 

Test server tests

Author
Ravow
Republic Military School
Minmatar Republic
#1 - 2013-11-05 20:45:05 UTC  |  Edited by: Ravow
Work on Linux out of the box? Yes!

Can work without launching the launcher? Yes!
- wine repair.exe --server=sisi
- nano -w start.ini -> replace tranquility for singularity
- wine bin/exefile.exe

Work without blob? Yes, I did not even test with blob, Using Gallium radeonsi+llvm.
Kismeteer
Bat Country
Pandemic Horde
#2 - 2013-11-06 17:34:24 UTC
How I patch:
$ cat bin/e1.sing
#export WINEDLLOVERRIDES="msvcr100,msvcr90,msvcr80=b,n"
export WINEDLLOVERRIDES="msvcr100,msvcr90,msvcr80=n,b;msvcrt=b,n"
/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve1b,1024x768 "C:\Games\CCP\EVE-beta\eve.exe" /server:Singularity

How I launch (for multiclient and **** the launcher)
$ cat bin/v1.sing
export WINEDLLOVERRIDES="msvcr100,msvcr90,msvcr80=n,b;msvcrt=b,n"
/usr/bin/env WINEPREFIX="$HOME/.wine" DISPLAY=":0.0" /usr/bin/aoss wine explorer /desktop=eve1b,1024x768 "C:\Games\CCP\EVE-beta\bin\exefile.exe" /server:Singularity