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.
 

[Solved] Eve starts with black screen

Author
Sidra Necia
Imperial Academy
Amarr Empire
#1 - 2012-10-28 17:01:43 UTC  |  Edited by: Sidra Necia
I took a little time off eve (2-3months) and now after I it patched up..etc
it starts to a black screen and nothing happens. Oo

Info about setup etc:
vga: Nvidia gtx570 (proprietary driver 304.60)
Arch linux 64 bit, 3.6.3-1-ARCH,
wine-1.5.16

dlls/winetricks:
d3dx11_42
d3dx9_42
vcrun 2005 till 2010

Tried with & without (buildin / native) overrides:
msvcr80
msvcr90
msvcr100
msvcrt

And my startup script is:
env WINEARCH=win32 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 WINEPREFIX=/media/fastStuff/.wine-eve wine explorer /desktop=EVE,1920x1080 /media/fastStuff/.wine-eve/drive_c/Program\ Files/CCP/EVE/eve.exe

I get the following output:
./eve
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:gameux:GameExplorerImpl_VerifyAccess (0x127758, L"C:\\Program Files\\CCP\\EVE\\eve.exe", 0x33fd68)
15:41:25: Debug: src/helpers.cpp(140): 'CreateActCtx' failed with error 0x00000103 (no more data available.).
p11-kit: couldn't load module: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:iphlpapi:NotifyAddrChange (Handle 0x33cfa0, overlapped 0x3d6b130): stub
fixme:winsock:WSALookupServiceBeginW (0x33d000 0x00000ff0 0x33cff0) Stub!
[1028/154125:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin failed with: 8
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation 0x110000 0 0x33f214 4
Network layer using: CarbonIO
EVE Client version 8.1 build 437302 starting 15:41:28
Starting up Trinity through _trinity_deploy.dll ...
fixme:win:EnumDisplayDevicesW ((null),0,0x3388a8,0x00000000), stub!
Skipping GameWorld unittests
Cerberus localization module loaded on client
EVE Client version 8.1 build 437302 started 15:41:30
Starting services
Service counter: 0.000s
Service sessionMgr: 0.000s
Service settings: 0.007s
Service machoNet: 0.001s
Service addressbook: 0.000s
Service bookmarkSvc: 0.000s
Service alert: 0.000s
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


Silly me :D.... long story short:
It happened that I had /AppData/EVE on /var/
(which is on another partition because I didn't want eve overwriting cache files over & over again on my ssd....)
and I swapped my hdd for a bigger one just a few days ago and had to move /var/

So overall the problem was me. Forgot to set proper permissions.