http://bugs.winehq.org/show_bug.cgi?id=23059
Summary: wine: Unhandled page fault on write access Product: Wine Version: 1.2-rc2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: zerhash@gmail.com
Created an attachment (id=28611) --> (http://bugs.winehq.org/attachment.cgi?id=28611) err.log
running GameHack fails to work
this has worked in 1.44
see err.log
http://bugs.winehq.org/show_bug.cgi?id=23059
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|wine: Unhandled page fault |Gamehack crashes |on write access |
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2010-06-06 14:49:32 --- Please run a regression test: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=23059
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2010-06-06 14:50:07 --- Is this the game? http://www.brothersoft.com/games/gamehack.html
http://bugs.winehq.org/show_bug.cgi?id=23059
--- Comment #3 from zer zerhash@gmail.com 2010-06-06 16:28:53 --- yes it is
http://bugs.winehq.org/show_bug.cgi?id=23059
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #4 from Wylda wylda@volny.cz 2010-06-06 16:31:24 ---
this has worked in 1.44
Interesting, i see last working version as 1.1.38. Working on it, right now...
http://bugs.winehq.org/show_bug.cgi?id=23059
--- Comment #5 from zer zerhash@gmail.com 2010-06-06 16:40:05 --- Wylda, i may have been mistaken.
I can confirm it worked at .38
i may have just not run it at .44 as i was only there for a few days before i went to rc2
http://bugs.winehq.org/show_bug.cgi?id=23059
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
--- Comment #6 from Wylda wylda@volny.cz 2010-06-06 16:54:44 ---
1. Confirming, please consider UNCONFIRMED->NEW and KEYWORDS: +REGRESSION, +DOWNLOAD
2. I did a regression test between 1.1.38 and 1.1.39:
commit a53ca1abdc284490861734eb3f2a8dacad896ef1 Author: Alexandre Julliard julliard@winehq.org Date: Mon Feb 8 17:44:43 2010 +0100
kernel32: Do not load 16-bit krnl386.exe by default.
:040000 040000 be2cae0a5deb2ad99cf69b7d02fda544fc4bb27c c79db7675875f2e178884bca22c1f1b864515880 M dlls
3. There is another bug report suffering from this commit, see bug 22725.
4. Revert of this patch on top of wine-1.2-rc2-111-g9aa9a12 makes that problem go away.
5. Adding author of this patch to CC.
--private keyword: bisected
http://bugs.winehq.org/show_bug.cgi?id=23059
--- Comment #7 from Wylda wylda@volny.cz 2010-06-06 16:58:20 ---
Interesting, that bug 21887 was also affected by this commit, but was already fixed and the fix doesn't help here.
http://bugs.winehq.org/show_bug.cgi?id=23059
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #8 from Jeff Zaroyko jeffz@jeffz.name 2010-06-06 18:22:11 --- Confirming per comment 6.
http://bugs.winehq.org/show_bug.cgi?id=23059
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |kernel32
http://bugs.winehq.org/show_bug.cgi?id=23059
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2010-06-07 07:47:17 --- Most likely it requires Windows version set to win98.
http://bugs.winehq.org/show_bug.cgi?id=23059
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-08 01:04:56 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=23059
--- Comment #11 from Wylda wylda@volny.cz 2010-06-08 07:14:26 --- (In reply to comment #9)
Most likely it requires Windows version set to win98.
Exactly, setting winecfg to Win98 and application runs perfectly even under wine-1.2-rc2-197-ge1fd439.
Hmmm... I always thought, that setting Win version only changes reported Windows for application, but all the dll/funtions remains the same for all the versions. Apparently not.
http://bugs.winehq.org/show_bug.cgi?id=23059
--- Comment #12 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-08 08:04:10 --- (In reply to comment #11)
Hmmm... I always thought, that setting Win version only changes reported Windows for application, but all the dll/funtions remains the same for all the versions. Apparently not.
Apparently an application could choose a different code path when it detects so different Windows platforms.
http://bugs.winehq.org/show_bug.cgi?id=23059
--- Comment #13 from Alexandre Julliard julliard@winehq.org 2010-06-08 08:31:44 --- (In reply to comment #12)
Apparently an application could choose a different code path when it detects so different Windows platforms.
It could but in this case it doesn't, the difference is in Wine. In fact it's because the app doesn't check the version that it crashes, and it crashes the same way on Vista.
We try to avoid version-dependent behavior in Wine, but there are some cases where the behavior needs to be different, and this is one of them.