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.
 

Has anybody tried the new Launcher?

Author
Bent Barrel
#81 - 2012-03-15 00:53:42 UTC
got it working finaly ....

copied CCP dir to temp location, nuked the .wine directory, winetricks corefonts vcrun2005 vcrun2010, registry settings, all to builtin.

launcher works, game works.
Nurias
Doomheim
#82 - 2012-03-15 04:59:28 UTC  |  Edited by: Nurias
Here is a summary of what i needed to do in order getting back online

System Debian wheezy (testing)
(System running with locale: LANG=de_DE.UTF-8)
wine1.4~rc
(deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu oneiric main)

$ mv "~/.wine/drive_c/Program Files/CCP" ~
$ rm -rf ~/.wine

winetricks corefonts vcrun2005 vcrun2008 vcrun2010 d3dx9

env WINEPREFIX="${HOME}/.wine" LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 wine explorer /desktop=EVE,1430x870 "C:\Program Files\CCP\EVE\eve.exe

winecfg lib overrides
*msvcr100 (Builtin, Native)
*msvcr90 (Builtin, Native)
*msvcr80 (Builtin, Native)

$ mv ~/CCP .wine/drive_c/Program\ Files/

And yes for Patching the overrides need to be reversed:

*msvcr100 (Native, Builtin)
*msvcr90 (Native, Builtin)
*msvcr80 (Native, Builtin)

Thanks to all the conrtibutors of this thread, the right combination was the solution.
Bent Barrel
#83 - 2012-03-15 07:51:12 UTC
except the locales change and desktop emulation (not using it at all), that's exactly what I did to get things working ...
Nurias
Doomheim
#84 - 2012-03-15 08:55:39 UTC
The language changes are necessary in case using different locale settings as default (for me german locales are default)

Yes right, desktop emulation is not part of the solution just pasted the start command I am using.
Sylviria
The Scope
Gallente Federation
#85 - 2012-03-15 11:46:26 UTC
Did not work for me.

With these settings:
msvcr100 (builtin, native)
msvcr90 (builtin, native)
msvcr80 (builtin, native)
msvcrt (builtin, native)


¨The program launcher.exe has encountered a serious problem and needs to close¨

Directly on startup.

With everything on native, builtin I get an R6034 Runtime error.

Any solutions?
Running Linux Mint 12 & Wine 1.3
Elvira Hoelzl
Seda Krupp
Gremlins Empire
#86 - 2012-03-15 12:28:35 UTC
As far as I know / have tested: Wine 1.3 doesn't do it anymore. You need to upgrade to 1.4. At least till today's upgrade.. launcher throws an exception in the python27.dll.
Bent Barrel
#87 - 2012-03-15 12:48:24 UTC
Elvira Hoelzl wrote:
As far as I know / have tested: Wine 1.3 doesn't do it anymore. You need to upgrade to 1.4. At least till today's upgrade.. launcher throws an exception in the python27.dll.


wine version has nothing to do with the python exception, I had 1.4rc6 and got the carsh. had to start with a clean wineprefix and only the program files directory (no user data).
Fleet Warpsujarento
Doomheim
#88 - 2012-03-15 16:19:36 UTC
Sylviria wrote:
Did not work for me.

With these settings:
msvcr100 (builtin, native)
msvcr90 (builtin, native)
msvcr80 (builtin, native)
msvcrt (builtin, native)


¨The program launcher.exe has encountered a serious problem and needs to close¨

Directly on startup.

With everything on native, builtin I get an R6034 Runtime error.



I'm getting the same problem. No luck so far with any of the solutions that have worked for other people.

Curse you CCP and your constant screwing up of things that were working fine. Evil


Woo Mi
Federal Navy Academy
Gallente Federation
#89 - 2012-03-15 19:36:22 UTC  |  Edited by: Woo Mi
Ok, I did the winetricks stuff, and native/builtin (and reverse).
the repair tool seems to be working, however, eve.exe does not.

in my console:
wine .wine/drive_c/Program\ Files/CCP/EVE/eve.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:gameux:GameExplorerImpl_VerifyAccess (0x12b3f0, L"Z:\\dakka\\frits\\.wine\\drive_c\\Program Files\\CCP\\EVE\\eve.exe", 0x32fd98)
frits@dakka:~$ 08:22:39 PM: Debug: src/helpers.cpp(140): 'CreateActCtx' failed with error 0x00000103 (no more data available.).
err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail
fixme:iphlpapi:NotifyAddrChange (Handle 0x33d9e8, overlapped 0x39eb058): stub
fixme:winsock:WSALookupServiceBeginW (0x33da48 0x00000ff0 0x33da38) Stub!
[0315/202239:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin failed with: 8

In the wine popup window:
...
RuntimeError: Failed to retrieve GetShortPathNameW from "Z:\.....\CCP/EVE"
and something about nointerneterror

i did compile wine1.4 from source, so the above SSL error might indicate I missed something during the configure stage.
Help?

edit:
Hmm, it looks like i didn't have the complete gnutls stuff. Recompiling wine now...

edit 32:
Got rid of the tls error, but still got on the command line:
fixme:gameux:GameExplorerImpl_VerifyAccess (0x11ca00, L"Z:\\dakka\\frits\\.wine_eve_0\\drive_c\\Program Files\\CCP\\EVE\\eve.exe", 0x33fd98)
23:05:40: Debug: src/helpers.cpp(140): 'CreateActCtx' failed with error 0x00000103 (no more data available.).
fixme:iphlpapi:NotifyAddrChange (Handle 0x33d9e8, overlapped 0x3beb0c8): stub
fixme:winsock:WSALookupServiceBeginW (0x33da48 0x00000ff0 0x33da38) Stub!
[0315/230540:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin failed with: 8

Still a networking problem somewhere. Both with everything native/builtin and builtin/native.
I did winetricks several msvcrs, dotnet20 and msxml3.

What else am I missing?
Vallek Arkonnis
Viziam
Amarr Empire
#90 - 2012-03-16 03:14:14 UTC
Shadow Lightbringer wrote:
YaMoMma wrote:
Did changes the dll as said in this post. Now, i got a runtime error : R6034
I really dont know what to do to get over this problem.
If anyone has a suggestion, i'm willing to try.

Running with an out of date ubuntu.



I started to get the "runtime error: R6034" message and I was able to get past it by changing the library settings in Winecfg to:

msvcr100 (builtin, native)
msvcr80 (builtin, native)
msvcr90 (builtin, native)
msvcrt (builtin, native)


At the moment, I am running ElementaryOS Jupiter (Based on Ubuntu 10.10) and Wine 1.4 RC6.

Hope that helps.


Confirming this worked for me.

Ubuntu 11.10 64bit
Wine 1.4
Jakob Hok
Against the Machines
#91 - 2012-03-16 04:11:08 UTC
Nurias wrote:
Here is a summary of what i needed to do in order getting back online

System Debian wheezy (testing)
(System running with locale: LANG=de_DE.UTF-8)
wine1.4~rc
(deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu oneiric main)

$ mv "~/.wine/drive_c/Program Files/CCP" ~
$ rm -rf ~/.wine

winetricks corefonts vcrun2005 vcrun2008 vcrun2010 d3dx9

env WINEPREFIX="${HOME}/.wine" LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 wine explorer /desktop=EVE,1430x870 "C:\Program Files\CCP\EVE\eve.exe

winecfg lib overrides
*msvcr100 (Builtin, Native)
*msvcr90 (Builtin, Native)
*msvcr80 (Builtin, Native)

$ mv ~/CCP .wine/drive_c/Program\ Files/

And yes for Patching the overrides need to be reversed:

*msvcr100 (Native, Builtin)
*msvcr90 (Native, Builtin)
*msvcr80 (Native, Builtin)

Thanks to all the conrtibutors of this thread, the right combination was the solution.


Confirming this worked for me.

Archlinux 3.2.9-1-ARCH
Wine 1.4
Woo Mi
Federal Navy Academy
Gallente Federation
#92 - 2012-03-16 08:27:39 UTC
Yup, a fresh .wine directory seems to do the trick.
Now I need to do some performance tuningWhat?
Araminta Du'shana
Ministry of War
Amarr Empire
#93 - 2012-03-16 09:57:28 UTC  |  Edited by: Araminta Du'shana
Woo Mi wrote:
Yup, a fresh .wine directory seems to do the trick.
Now I need to do some performance tuningWhat?


You might want to holdfire on those performance tuning efforts, there's a new patch and launcher version on the way Mar 16th as per this dev blog http://community.eveonline.com/devblog.asp?a=blog&nbid=28515 -
tl;dr - new launcher version 1.11

With any luck the overrides will hold and the patch will update, but given what's been happening this week, that's might be a long shot.

Edit: In getting the laucnher/EveFile.exe working I've not had to remove the .wine directory, the override settings changes have been able to get the client up and running.
Nebu Retski
Lead Farmers
#94 - 2012-03-16 10:00:04 UTC
Woo Mi wrote:
Stuff


Have you tried running the bin/ExeFile.exe directly?

I currently am unable to run the game through the launcher (either launcher/launcher.exe or eve.exe), but I can perfectly run the game with bin/ExeFile.exe.
Kejchal
Brutor Tribe
Minmatar Republic
#95 - 2012-03-16 12:07:17 UTC
Nebu Retski wrote:
Woo Mi wrote:
Stuff


Have you tried running the bin/ExeFile.exe directly?

I currently am unable to run the game through the launcher (either launcher/launcher.exe or eve.exe), but I can perfectly run the game with bin/ExeFile.exe.


I found out that i need different setting for launcher and different for game.

For game (bin/ExeFile.exe) :

winecfg

*msvcrt100 (build,native)
*msvcrt80 (build,native)
*msvcrt90 (build,native)

For launcher (eve.exe) :

winecfg

*msvcrt100 (native,build)
*msvcrt80 (native,build)
*msvcrt90 (native,build)


So im running game directly by bin/ExeFile.exe , it works so far.
Kismeteer
Bat Country
Pandemic Horde
#96 - 2012-03-16 13:29:26 UTC
Yeah, with the latest version I had to add all of the different MSVC libraries as well to builtin native and I'm make up and running.

Thanks to the dudes who figured this out!
Raath Nambode
Sebiestor Tribe
Minmatar Republic
#97 - 2012-03-16 16:44:08 UTC
After some experimention I've found that if I leave msvcr80 as native:builtin my client runs pretty stable. When I set it to builtin:native locks up the OS completely when loading station environment gets to 50%

Wormhome Navigation - http://www.staticmapper.com Industrial Management - http://industry.darkshadowindustries.com Follow me on twitter https://twitter.com/staticmapper

Woo Mi
Federal Navy Academy
Gallente Federation
#98 - 2012-03-16 21:54:51 UTC  |  Edited by: Woo Mi
I had an older wine version. Simply upgrading to 1.4 didn't do the trick, probably something in my .wine directory was not quite right.
Making a fresh .wine directory and moving my EVE directory into it solved things.

I run the following script:
#!/bin/sh
export WINEPREFIX="/dakka/frits/.wine"
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
wine explorer /desktop=0,1920x1200 "C:\Program Files/CCP/EVE/eve.exe"
Solver Bear
Enterprise Manufactuers United
#99 - 2012-03-16 22:38:39 UTC
Running bin/ExeFile.exe worked for me.

Specs:
Kubuntu 10.04 LTS (with trinity desktop) 64 bit
wine-1.4-rc6
nvidia driver 295.20
GeForce GTS 450
AMD Athlon(tm) II X4 630 Processor
Merende Macaco
Tranquility Tavern
Pandemic Horde
#100 - 2012-03-16 22:52:38 UTC
I had to do the library shuffle again for the 1.11 launcher patch, but updated and online again. Gotta admit, this is the most problematic update since Trinity.