Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2685  / 2 Years ago, tue, february 1, 2022, 2:38:18

I've freshly installed EVE Online, build 590158.
After installation, when launched, the launcher says - "Offline mode", couldn't connect, etc. etc.



What's wrong?



This is the Wine console log:




$ env WINEPREFIX="/home/ondra/.wine" wine C:swhryEveOnlineeve.exe
fixme:service:scmdatabase_autostart_services Auto-start service L"PnkBstrA" failed to start: 2
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:gameux:GameExplorerImpl_VerifyAccess (0x134c50, L"C:swhryEveOnlineeve.exe", 0x33fd88)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
ondra@lenovo:~$ fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
06:07:41: Debug: src/helpers.cpp(140): 'CreateActCtx' failed with error 0x00000103 (no more data available.).
fixme:iphlpapi:NotifyAddrChange (Handle 0x33d64c, overlapped 0x438a8d0): stub
fixme:winsock:WSALookupServiceBeginW (0x33d6ac 0x00000ff0 0x33d69c) Stub!
[0901/060741:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin failed with: 8
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ole:NdrCorrelationInitialize (0x703e29c, 0x703de9c, 1024, 0x0): stub
fixme:ole:NdrCorrelationInitialize (0x703e26c, 0x703de6c, 1024, 0x0): stub
fixme:ole:NdrCorrelationInitialize (0x703e27c, 0x703de7c, 1024, 0x0): stub
fixme:ole:NdrCorrelationInitialize (0x703e23c, 0x703de3c, 1024, 0x0): stub
fixme:ole:NdrCorrelationInitialize (0x703e27c, 0x703de7c, 1024, 0x0): stub
fixme:ole:NdrCorrelationInitialize (0x703e23c, 0x703de3c, 1024, 0x0): stub

More From » wine

 Answers
6

What is going on:



At bootstrap the game tries to load the libraries, it cannot find them and then crashes or does nothing.



Possible reason:
You are missing some libraries (redistributables and/or common DLLs) that must be installed first.



Proper installation steps:



Before you start you might want to read first about winetricks



From WineHQ database page (HOWTO - Eve Online install on Linux):



You will need to install a number of required libraries with winetricks.




  • "winetricks corefonts d3dx9_36 vcrun2005 vcrun2008 vcrun2010" if this does not work try:

  • wine Eve_Oline_Installer*.exe



Creating a new wine prefix



If you need/want to use wine different instances of "windows" for Eve. (Important if you have a lot of games with various installed dlls, and overrides that conflict.) Creating a new prefix is simple create the directory and add the WINEPREFIX to all wine and winetricks commands.




  • mkdir ~/wine_games

  • add "WINEPREFIX=~/wine_games/wine-eve" to all wine and winetricks commands.



Additional resources:



This guide is from EVE's wiki


[#29659] Tuesday, February 1, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rcraftemur

Total Points: 118
Total Questions: 119
Total Answers: 144

Location: Turks and Caicos Islands
Member since Sun, Mar 7, 2021
3 Years ago
;