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.
 

sisi inferno launch

Author
Snowflake Tem
The Order of Symbolic Measures
#1 - 2012-05-05 16:11:06 UTC
Just checked out the new nemesis modal and torpedo launchers in action and it is good. new inv system works well when you get your head round it too.

if you fancy a gander i've posted my rig and launch details below for your info

Prep the launcher to download singularity aligned client to a copy directory
$ wrote:
wine '/home/quandry247/.wine/dosdevices/c:/Program Files/CCP/EVEcopy/eve.exe' /server:Singularity

String for client run script and script contents
$ wrote:
sh /home/quandry247/.wine/drive_c/Program\ Files/CCP/EVEcopy/0_SISIexe.run
env LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 WINEDLLOVERRIDES="*msvcr100=b,n" taskset -c 0 wine explorer /desktop=EVE-singularity1,1920x1080 "c:\\Program Files\\CCP\\EVEcopy\\bin\\ExeFile.exe" /server:Singularity

My humble rig
$ wrote:
Ubuntu 12.04
Wine 1.5.3 64-bit
AMD Phenom(tm) 9550 Quad-Core Processor × 4
GeForce GT 520/PCIe/SSE2

Singularity Server Evelopedia
http://wiki.eveonline.com/en/wiki/Singularity
Woo Mi
Federal Navy Academy
Gallente Federation
#2 - 2012-06-29 13:10:37 UTC
Ok, copied my wine folder, adapted my script (which used to work for sisi) and now have:
#!/bin/sh
# client : b,n
# patcher : n,b
export WINEPREFIX="$HOME/.wine_eve_sisi0"
#export WINEDLLOVERRIDES="*msvcr100,*msvcr90,*msvcr80=b,n"
export WINEDLLOVERRIDES="*msvcr100,*msvcr90,*msvcr80=n,b"
export WINEDEBUG=-all
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
#wine explorer /desktop=0,1920x1200 .wine_eve_sisi/drive_c/Program\ Files/CCP/EVE/eve.exe /server:87.237.38.50
wine explorer /desktop=0,1920x1200 .wine_eve_sisi/drive_c/Program\ Files/CCP/EVE/eve.exe /server:Singularity

Instead of the launcher, or eve, or a crash(if the overrides are wrong), I just get a blue screen and nothing seems to happen.

Any clue which itsybitsy teeny detail I am missing?