[Bug 19219] EVE crashes with a page fault

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 5 15:03:04 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=19219


Jeff Zaroyko <jeffz at jeffz.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |taedium_vitae at eml.cc

maniac <jedimastermaniac at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jedimastermaniac at hotmail.co
                   |                            |m

Tim Burrell <tim at timburrell.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tim at timburrell.net

Francesco Munda <syylk at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |syylk at hotmail.com

Bob <bob+wine at mcelrath.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bob+wine at mcelrath.org




--- Comment #36 from Jeff Zaroyko <jeffz at jeffz.name>  2009-07-28 02:45:41 ---
*** Bug 19485 has been marked as a duplicate of this bug. ***

--- Comment #37 from maniac <jedimastermaniac at hotmail.com>  2009-07-28 20:32:07 ---
Could it be possible that the latest crash were caused due to bad nvidia
drivers?
I see almost everyone with this problem had version 185.18
The problem seemed to persist even in versions when wine used to work
wine 1.20 doesnt work either for me for example when everything was alright.

I haven't test the new 190.18 beta drivers but i will.
Anyone who might have time to do so should have a look too

--- Comment #38 from DL <taedium_vitae at eml.cc>  2009-07-28 20:47:11 ---
This bug also occurs with The Witcher.

--- Comment #39 from N3o <diafoirus at gmail.com>  2009-07-28 21:49:22 ---
(In reply to comment #37)
> Could it be possible that the latest crash were caused due to bad nvidia
> drivers?
> I see almost everyone with this problem had version 185.18
> The problem seemed to persist even in versions when wine used to work
> wine 1.20 doesnt work either for me for example when everything was alright.
> 
> I haven't test the new 190.18 beta drivers but i will.
> Anyone who might have time to do so should have a look too

Yes, is possible, we have a recent history about a bug in old nVidia 180.x
driver aprox and fixed in 185.x, I'll test with the last beta too,

--- Comment #40 from N3o <diafoirus at gmail.com>  2009-07-28 21:58:56 ---
More info about 190.18 beta driver + download link :

32bits:
http://www.nvidia.com/object/linux_display_ia32_190.18.html

64bits:
http://www.nvidia.com/object/linux_display_amd64_190.18.html

--- Comment #41 from DL <taedium_vitae at eml.cc>  2009-07-28 22:07:54 ---
I've tested with 180.60/185.18.14/185.18.29/190.16 and 190.18 and the crash
still occurs with all of these drivers.The 190.X series also introduces another
bug with the witcher that results in streams coming out of the heads and
shoulders of characters in the game.

--- Comment #42 from hpestilence <hpestilence at gmail.com>  2009-07-29 02:24:40 ---
I have the crash with my ATI card too so it's not nvidia only.

--- Comment #43 from Tim Burrell <tim at timburrell.net>  2009-07-29 08:43:04 ---
I confirm that this happens to me as well w/ 1.1.25, and 1.1.26.  I just
downgraded to 1.1.24 and the crash is no longer present.

--- Comment #44 from Caladan <a.vankaam at chello.nl>  2009-07-29 09:43:44 ---
(In reply to comment #37)
> Could it be possible that the latest crash were caused due to bad nvidia
> drivers?
> I see almost everyone with this problem had version 185.18
> The problem seemed to persist even in versions when wine used to work
> wine 1.20 doesnt work either for me for example when everything was alright.
> 
> I haven't test the new 190.18 beta drivers but i will.
> Anyone who might have time to do so should have a look too

absolutely no problem with wine 1.1.24 and the same nvidia drivers, I did a
local 1.1.24 install and every now and then will try the current git, on the
1.1.24 no crash at all, on the current git a crash within no time, so in that
respect it's not nvidia driver related.  might be the change in wine made it a
bit stricter on some things thus displaying a driver bug or might just be the
change in wine holds an error, but well I can't tell as that is beyond me

--- Comment #45 from DL <taedium_vitae at eml.cc>  2009-07-29 20:33:32 ---
This also creates a glitch in Call of Duty 4, where the screen flickers
excessively.This is not refresh rate flicker, or tearing, it's like a black
image partially covering the screen and flickering every second or so.The
glitch disappears when the 2 commits are removed.

--- Comment #46 from Francesco Munda <syylk at hotmail.com>  2009-07-31 16:56:08 ---
Kernel: 2.6.30-gentoo-r2 #1 SMP PREEMPT

CPU: i686 AMD Phenom(tm) 9500 Quad-Core Processor

GPU: nvidia GeForce 8800 GT/256

Drivers: nvidia 180.60 (so not the in/famous 185.x or 190.x)

Same problem as OP. It seems to be more frequent when changing session
(undocking/docking/swapping ships/jumping) and when generating player
portraits.

Removed bad commits as per hpestilence's comment #16 and the page faulting
crashes disappear.

As if NTDLL now frees some resources when it souldn't, or right before it's
safe to do so.

--- Comment #47 from Alexandre Julliard <julliard at winehq.org>  2009-08-04 13:16:29 ---
Created an attachment (id=22807)
 --> (http://bugs.winehq.org/attachment.cgi?id=22807)
Don't release low memory.

Apparently these apps are built with the large address aware flag to indicate
they support addresses >2Gb, but they import d3dx9 which doesn't. This patch
should hopefully hide the bug again.

--- Comment #48 from Bob <bob+wine at mcelrath.org>  2009-08-04 18:45:42 ---
This new patch seems to work (applied to git head).  Top still shows

  PID  PPID USER      NI  VIRT SWAP  RES  SHR S P %CPU   TIME COMMAND           
13188     1 <user>     0 1946m 1.0g 932m  37m R 1  101 175:04 C:\Games\EVE
Online\bin\ExeFile.exe

which I still find suspicious.  (e.g. 1.0g swap is claimed but only 17M is
actually being used)  Previously it was claiming 4G however, so it's an
improvement, and so far I haven't seen the random crash.

I did see the crash at the login character selection screen once, which I think
is a different problem.

--- Comment #49 from hpestilence <hpestilence at gmail.com>  2009-08-04 21:28:37 ---
It looks like it is working, been playing EVE Online for almost 4 hours and no
crashes. I'm using the latest git + patch. Memory started at around 1.7 gigs
and is currently at 1.9 according to top.

--- Comment #50 from DL <taedium_vitae at eml.cc>  2009-08-04 21:51:42 ---
The witcher no longer crashes, either.

--- Comment #51 from Rico <kgbricola at web.de>  2009-08-05 15:03:02 ---
The patch (commit http://source.winehq.org/git/wine.git/?a=commit;
h=c10bdbefd69786846b035d1c38de3052bed67875 ) fixes Gothic3, too.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list