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.
 

New patch Update 1.5 launcher broke

Author
Nuvaro
Republic University
Minmatar Republic
#41 - 2012-03-14 13:01:48 UTC
mrkaczor trader wrote:
By trial and error it looks like setting vcrun100, vcrun90 and vcrunt to "buildin, native" finally solved the issue ...



is what i finally had to do to fix the other problem this one is when the launcher is patching whatever
Nuvaro
Republic University
Minmatar Republic
#42 - 2012-03-14 13:26:05 UTC
Marl Ginnishi wrote:
It worked this morning. after downtime my eve crashes again. Ugh
(actually the launcher crashes. it only gets to 50% patch download)

If you start eve from the command line (or shell script) execute those commands before the wine command.



same problem gets to 48% any fixes
Rastuasi
Crunchy Crunchy
#43 - 2012-03-14 13:51:54 UTC
Sidra Necia wrote:
Fix for today's patch seems to be the following (this worked for me at least):
( I had the "Errorcode R6034")

run winecfg and change:

(native, builtin) to (builtin, native) for all of the following:

msvcr100
msvcr90
msvcr80


My distro is ArchLinux 64 bit with latest nvidia drivers.




Fixed the launchers update runtime error, thanks for the tip...but now I cannot launch 2 clients again (before you could close out the launcher and start it in a new instance of wine
Sarummay
WipeOut Inc.
Pandemic Horde
#44 - 2012-03-14 13:57:48 UTC
Marl Ginnishi wrote:
It worked this morning. after downtime my eve crashes again. Ugh
(actually the launcher crashes. it only gets to 50% patch download)

If you start eve from the command line (or shell script) execute those commands before the wine command.


Ok thank you it now works for meBig smile.
Buzzy Warstl
Quantum Flux Foundry
#45 - 2012-03-14 13:59:55 UTC  |  Edited by: Buzzy Warstl
Quote:

but now I cannot launch 2 clients again (before you could close out the launcher and start it in a new instance of wine

You need to set the launcher to close after launch. The options menu is cleverly concealed in the upper right-hand corner of the launcher window.

Could we send a UI tutor over to Iceland to spend a week with these guys?

http://www.mud.co.uk/richard/hcds.htm Richard Bartle: Players who suit MUDs

Noel Letis
Strange Space Citizen
#46 - 2012-03-14 14:00:23 UTC
Marl Ginnishi wrote:
This fixed the problem:

export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8

Thanks!



Works for me with msvcr90 and msvcr100 set to builtin, native.

Thanks
Godfrey Silvarna
Arctic Light Inc.
Arctic Light
#47 - 2012-03-14 14:07:21 UTC
Nuvaro wrote:
well i had it working before the update (they did agin this morning then it crashes while doing patch thing. any one knwo how to fix this one. lol since i finally figured out the other one lol

Set all the builtin,native libaries back to native, builtin for the patcher or repair tool, and when the patch is applied/eve repaired, set them all back to builtin, native.
Nuvaro
Republic University
Minmatar Republic
#48 - 2012-03-14 14:08:43 UTC
did the msvcr things and luancher gets to like 48% of doing the newest patch and pops up a error thing saying it has encounterd a serious error and needs to close how you fix it lol
Nuvaro
Republic University
Minmatar Republic
#49 - 2012-03-14 14:21:30 UTC
If the patcher fails to download the patch, revert to (native, builtin):

msvcr10 (native, builtin)
msvcr8 (native, builtin)
msvcr9 (native, builtin)
msvcrt (native, builtin)

It should download and patch up fine.
But in order to play the game, you'll have to revert back again:

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

Worked for me.Blink
Miraqu
Kneipenterroristen.
#50 - 2012-03-14 19:24:21 UTC  |  Edited by: Miraqu
I may have found a better solution:

After patching, do no longer start the eve.exe, instead, go into EVE/bin and start ExeFile.exe directly.

It will launch with the requirements before the launcher (d3dx9_36, vcrun2005). I tried several times with dx36 and vcrun2005 which was needed before.

Of course, launching without patching will rather horribly crash now, since ExeFile will no longer check the version.





Could someone check this out and give some Feedback?


Edit: Typos - Thou shalt never write from your phone...
Roswell Grayman
Roswell Refineries
#51 - 2012-03-14 21:01:36 UTC  |  Edited by: Roswell Grayman
Miraqu wrote:
I may have found a better solution:
...
Of course, launching without patching will rather horribly crash now, since ExeFile will no longer check the version.
Could someone check this out and give some Feedback?


Wine 1.4 on Debian Squeeze 6.0.4, kernel 2.6.32-5-686-bigmem. I had downloaded offline installer and installed Eve from the scratch into separate WINEPREFIX:
$ env WINEPREFIX=/home/roswell/.wine-eve winecfg
(to prepare the environment for setup, you may simply close winecfg afterwards)

$ env WINEPREFIX=/home/roswell/.wine-eve wine EVE_Online_Installer_350962.exe

Launched winecfg
$ env WINEPREFIX=/home/roswell/.wine-eve winecfg

and added (builtin, native) override for msvcr100. Then, launched bin/ExeFile.exe from Program Files/CCP/EVE
$ env WINEPREFIX=/home/roswell/.wine-eve wine ExeFile.exe

and it loaded up simply fine. To avoid possible crashes, I've disabled "Load station environment" option prior to logging on. Eve started running perfectly as it did before.
Merende Macaco
Tranquility Tavern
Pandemic Horde
#52 - 2012-03-14 21:14:41 UTC  |  Edited by: Merende Macaco
Patched last night normally, got connected using the vcrun100 builtin, native thing. today the patch applied normally but I had to use builtin, native for the the other two vc runtime libs to get the game loaded. That being said seems that was a lot less hassle (2 minute fix) than some of the problems seen by windows users, esp W7 x64 Ultimate (looping updates and permissions problems).
Melke
Garoun Investment Bank
Gallente Federation
#53 - 2012-03-14 23:41:08 UTC
If you want to make a couple shortcuts you won't have to manually change those wine setting on patch day.

Just run these but keep in mind which version of msvcr you have. I only have msvcr100 and msvcr90 so I don't need to have msvcr80 in my command

To Patch:
WINEDLLOVERRIDES="msvcr100,msvcr90,msvcr80=n,b" wine /path/to/eve

To Play:
WINEDLLOVERRIDES="msvcr100,msvcr90,msvcr80=b,n" wine /path/to/eve
Wyack
Konsortium
#54 - 2012-03-15 00:20:03 UTC
Hi,

Ubuntu 11.10, Crossover Games

Here I try everything I can. If anyone have an idea what to do next.. I'll appreciate, cause I got no clue !
Talis Mahn
Aliastra
Gallente Federation
#55 - 2012-03-15 05:47:31 UTC
Nuvaro wrote:
If the patcher fails to download the patch, revert to (native, builtin):

msvcr10 (native, builtin)
msvcr8 (native, builtin)
msvcr9 (native, builtin)
msvcrt (native, builtin)

It should download and patch up fine.
But in order to play the game, you'll have to revert back again:

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

Worked for me.Blink



This is going to get old fast. It works but its a kludge. Shouldn't have to got to all that just to play after a patch.

One of the rare Linux Eve players

Nuvaro
Republic University
Minmatar Republic
#56 - 2012-03-15 21:45:51 UTC
its a fix take it or leave it that simple
Wyack
Konsortium
#57 - 2012-03-16 00:14:46 UTC
Nuvaro wrote:
its a fix take it or leave it that simple


It's a walk-around for some of us, but doesn't fix the mess for everyone

/me is still looking for a way to play EvE

Ubuntu 11 x64
Crossover Games
Fearless M0F0
Incursion PWNAGE Asc
#58 - 2012-03-16 04:46:08 UTC
Melke wrote:
If you want to make a couple shortcuts you won't have to manually change those wine setting on patch day.

Just run these but keep in mind which version of msvcr you have. I only have msvcr100 and msvcr90 so I don't need to have msvcr80 in my command

To Patch:
WINEDLLOVERRIDES="msvcr100,msvcr90,msvcr80=n,b" wine /path/to/eve

To Play:
WINEDLLOVERRIDES="msvcr100,msvcr90,msvcr80=b,n" wine /path/to/eve


This didn't quite work for me, i had to tweak it a little adding '*' to the dll names. My script to launch the clients look like this:

Quote:

#/bin/sh
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export WINEDLLOVERRIDES="*msvcr100,*msvcr90,*msvcr80=b,n"
export WINEPREFIX="/data/wine/eve"
wine explorer /desktop=eve1,1800x1100 "C:\Program Files\CCP\EVE\bin\Exefile.exe"


Most of this stuff might not be needed, i've been tweaking this script as needed for the last 4 years.
Talis Mahn
Aliastra
Gallente Federation
#59 - 2012-03-17 05:57:51 UTC  |  Edited by: Talis Mahn
Sigh, new launcher update that now kills the launcher. W.T.F.? Now I get LoadLibrary(pythondll) failed

Then C:\users\(username)\nsae04.tmp\PYTHON27.DLL

And it repeats

One of the rare Linux Eve players

mnkybrdr
Sebiestor Tribe
Minmatar Republic
#60 - 2012-03-17 06:03:15 UTC
Yeah, Im now getting

"Module not found"
LoadLibrary (pythondll) failed

when it runs the null soft installer to update the Eve Online Launcher.

Im so close to cancelling my eve sub. I just want to play eve not debug it every f##kin day. I do that at work.