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.
 

Update for 3/15/2012 Throwing exception

Author
Rastuasi
Crunchy Crunchy
#1 - 2012-03-15 11:59:22 UTC
So I turned on the launcher this morning to find th


URLError: urlopen error [Errno 11001] getaddrinfo failed

Gettin this both in launcher and repair tool. Anyone els

I am in ubuntu 11.
Wine 1.4

This is with the 4 dll's as builtin,native
Fam Trinly
Russian SOBR
#2 - 2012-03-15 12:06:31 UTC
Try to install msvcr100 and msxml3 as described here

then try to configure wine before starting lancher (for patch) and next rollback settings to start eve as described here
Rastuasi
Crunchy Crunchy
#3 - 2012-03-15 12:46:30 UTC
Nothing, did all that now for the sixth time since yesterday, no changes, still same update url crash.
Niron Werls
Black Aces
Goonswarm Federation
#4 - 2012-03-15 13:21:54 UTC  |  Edited by: Niron Werls
The launcher loads, it tries to grab the latest patch, and at between 25 and 30%, the launcher just dies. Everything was working properly yesterday for me, and I do have vcrun2010 and msxml3 installed properly.


09:18:15 AM: Debug: src/helpers.cpp(140): 'CreateActCtx' failed with error 0x00000103 (no more data available.).
fixme:iphlpapi:NotifyAddrChange (Handle 0x33d9e8, overlapped 0x392acb8): stub
fixme:winsock:WSALookupServiceBeginW (0x33da48 0x00000ff0 0x33da38) Stub!
[0315/091815:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin failed with: 8
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01ff ignored
wine: Unhandled page fault on read access to 0x443a1267 at address 0x1e064205 (thread 002f), starting debugger...
Unhandled exception: page fault on read access to 0x443a1267 in 32-bit code (0x1e064205).

Edit:

Switching msvcr* native,builtin did not make it progress any further the first try, however on the second try it did work for some unknown reason.
Araminta Du'shana
GalacticSensorium
#5 - 2012-03-15 20:26:10 UTC
I had it all sorted yesterday, using a couple of the overrides, (FPS was boorked) but this new patch is causing the launcher to exit unexpectedly. the backtrace pointing the finger at python27. Interestingly, running the launcherconsole.exe program, the process seems to fail looking at/for changes to 'common.ini'.
A quick play around with the overrides yields the same unexpected exit of the launcher process.
So back to the drawing board.

Lliana Tadaruwa
Perkone
Caldari State
#6 - 2012-03-15 20:45:59 UTC
Confirming this new crash in WINE.
Gentoo 3.2.6 (64 bit) Wine 1.4
Rob Snow
Ministry of War
Amarr Empire
#7 - 2012-03-15 23:03:08 UTC
Same here. Launcher crashs between 25% and 30% of the patching process. Was working just fine yesterday.

Ubuntu 11.10 x86_64
wine-1.4-rc6
Raath Nambode
Sebiestor Tribe
Minmatar Republic
#8 - 2012-03-15 23:11:18 UTC
I've found that you have to switch the libraries back to Native, Builtin to do the patching then switch them over to Builtin Native to run the game.

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

Araminta Du'shana
GalacticSensorium
#9 - 2012-03-15 23:27:59 UTC
Raath Nambode wrote:
I've found that you have to switch the libraries back to Native, Builtin to do the patching then switch them over to Builtin Native to run the game.


It seems that was working for some people yesterday, I myself had the client working, but this afternoons new DT patch appears to have had an adverse effect on the client. looking through the launcher.log seems to suggest that there's a patch version issue, which then appears to trigger the cascade into a python error.

I've raised a defect against this version under bug No: 130373 as I posted on the main 1.5 issues thread, so far it's not been filtered, but the logs are there for the Devs to check through and see what they come up with.

As someone mentioned to me, given the way things have gone the past couple of days, they're probably just glad most of the windows users are up and running, and if us WINE users are swinging in the wind, then so be it.

dusted007
CHOAM Research.
#10 - 2012-03-20 12:37:22 UTC  |  Edited by: dusted007
To patch the game, put in your env :
export WINEDLLOVERRIDES="msvcr100,msvcr90,msvcr80=n,b;msvcrt=b,n"

To launch the game:
export WINEDLLOVERRIDES="msvcr100,msvcr90,msvcr80=b,n"

And it's work fine for me

wine-1.3.37 on Fedora15
Tadasu Karente
State War Academy
Caldari State
#11 - 2012-03-20 20:35:36 UTC
confirming switching msvcr100, msvcr80, msvcr90 and msvcrt from b, n to n, b for the patch and then switching them back works and works around the problem, the download works fine then and the game executes fine. :) thank you to whoever found this.