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.
 

Anyone else getting a page fault in the current patcher?

Author
Hitohira Rose
Native Freshfood
Minmatar Republic
#1 - 2013-01-04 17:13:32 UTC  |  Edited by: Hitohira Rose
It gets to (2/4): Creating EVE_Online_463858-465538_win.patch 43.1% and then throws a page fault.

I tried the vrun shuffle, to no avail.

Running wine-1.5.19 on Ubuntu from the PPA.

The % when it crashes seems to be variable, but it always seems to happen just after the promotional/splash content loads, so I think it's tied to that rather than the patcher itself.

More details from the console:

Quote:

fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01ff ignored
wine: Unhandled page fault on read access to 0x443a1267 at address 0x1e064205 (thread 002d), starting debugger...
Created new window in existing browser session.
Unhandled exception: page fault on read access to 0x443a1267 in 32-bit code (0x1e064205).


E: This is what fixed it for me
Quote:

To patch the game, put in your env :
export WINEDLLOVERRIDES="msvcr100,msvcr90,msvcr80=n,b;msvcrt=b,n"


Arg. A new vrun shuffle to learn.
Nebu Retski
Lead Farmers
#2 - 2013-01-04 17:23:16 UTC
Hitohira Rose wrote:
It gets to (2/4): Creating EVE_Online_463858-465538_win.patch 43.1% and then throws a page fault.

I tried the vrun shuffle, to no avail.

Running wine-1.5.19 on Ubuntu from the PPA.

The % when it crashes seems to be variable, but it always seems to happen just after the promotional/splash content loads, so I think it's tied to that rather than the patcher itself.


I don't really know what it could be without more information about the errors encountered, but the vcrun overrides haven't been needed already for a while now. Try to remove all the overrides (except d3d11.dll if you upgraded wine to 1.5.20), then try to run the repair tool first to make sure there isn't some corrupted file required by the launcher.
Hitohira Rose
Native Freshfood
Minmatar Republic
#3 - 2013-01-04 17:29:50 UTC
Huh. I guess I had put in the vrun shuffle before I had finally gotten it working when I was first messing around with it (ie before I had tried upgrading Wine and graphics drivers).

It seems to run without overrides now. I'm not sure about the patch, though. I guess I'll find out next time around.