[Bug 16832] New: Hinterland fails to run, wine reports Unhandled page fault to NULL
http://bugs.winehq.org/show_bug.cgi?id=16832 Summary: Hinterland fails to run, wine reports Unhandled page fault to NULL Product: Wine Version: 1.1.12 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: Rincebrain(a)gmail.com Ubuntu 8.10 x86_64, using the budgetdedicated.com wine 1.1.12 package. I attempted to run Hinterland, and it eventually resized the window it had spawned to about 1280x1024, displayed the company logo, then abruptly transitioned to a bright white screen. At the same time, horrible static started blaring from my speakers. Clicking anywhere in the window resulted in the Unhandled page fault on write access to 0x00000000 noted in the summary. I will shortly be attaching the console output and backtrace. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #1 from Rich <Rincebrain(a)gmail.com> 2009-01-06 15:55:47 --- Created an attachment (id=18538) --> (http://bugs.winehq.org/attachment.cgi?id=18538) Console output from a failed run. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #2 from Rich <Rincebrain(a)gmail.com> 2009-01-06 16:31:36 --- Created an attachment (id=18540) --> (http://bugs.winehq.org/attachment.cgi?id=18540) bt and bt full in gdb -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #3 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-01-06 16:34:15 --- please upgrade to latest git and retest -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #4 from Rich <Rincebrain(a)gmail.com> 2009-01-06 18:43:54 --- Created an attachment (id=18547) --> (http://bugs.winehq.org/attachment.cgi?id=18547) Console and winedbg output from git, 2009-1-6 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #5 from Rich <Rincebrain(a)gmail.com> 2009-01-06 18:44:25 --- As implied by my upload, bug persists in git. wine-1.1.12-198-g83fc733 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #6 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-01-06 19:49:53 --- (In reply to comment #5)
As implied by my upload, bug persists in git.
wine-1.1.12-198-g83fc733
Not as far as I can see, the original crash was a different bug which has been fixed, your new backtrace shows a different crash. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #7 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-01-06 19:51:23 --- Created an attachment (id=18551) --> (http://bugs.winehq.org/attachment.cgi?id=18551) possible workaround please apply this patch and rerun your program with the +ver channel enabled, attach the result -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18551|application/octet-stream |text/plain mime type| | Attachment #18551|0 |1 is patch| | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #8 from Rich <Rincebrain(a)gmail.com> 2009-01-07 01:46:06 --- The good news is, the game no longer crashes after the white blank screen, and even allows me to play the game (though some D3D9 textures are missing, it didn't appear to interfere with gameplay - just shading). So this patch appears to resolve the bug in Git. The downside is, now I have to go file a bug for the DirectSound problems. Thanks a ton! [Log from output will be attached RSN] -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #9 from Rich <Rincebrain(a)gmail.com> 2009-01-07 01:46:40 --- Created an attachment (id=18552) --> (http://bugs.winehq.org/attachment.cgi?id=18552) Output with +ver and the workaround patch. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffz(a)jeffz.name -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #10 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-01-07 22:09:10 --- Created an attachment (id=18570) --> (http://bugs.winehq.org/attachment.cgi?id=18570) tentative patch Updated patch, includes test coverage, passes on 95, 2003 and 2008. I think this is the correct way to fix the problem, could you retest with this? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #11 from Rich <Rincebrain(a)gmail.com> 2009-01-07 23:14:11 --- Works as well as the previous patch did for me. No complaints. :) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18551|0 |1 is obsolete| | Attachment #18570|0 |1 is obsolete| | --- Comment #12 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-01-09 02:20:48 --- Created an attachment (id=18586) --> (http://bugs.winehq.org/attachment.cgi?id=18586) revised patch (In reply to comment #11)
Works as well as the previous patch did for me. No complaints. :)
Thanks for testing. Currently one of the tests I included with the patch crashes on NT 4, so I'll need to look at that before submitting it for inclusion with Wine. Also, I'm reattaching a slightly different patch, one part of the test was wrong. No need to retest though. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 Chris W <cwadge(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #13 from Chris W <cwadge(a)gmail.com> 2009-06-13 05:25:38 --- *** This bug has been confirmed by popular vote. *** -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #14 from Austin English <austinenglish(a)gmail.com> 2010-03-11 17:21:07 --- This is your friendly reminder that there has been no bug activity for 8 months. Is this still an issue in current (1.1.40 or newer) wine? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #15 from joaopa <jeremielapuree(a)yahoo.fr> 2010-12-20 02:59:50 CST --- Was this parch commited in Wine? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #16 from Austin English <austinenglish(a)gmail.com> 2010-12-20 04:09:28 CST --- (In reply to comment #15)
Was this parch commited in Wine?
http://source.winehq.org/git/wine.git/?a=history;f=dlls/version/info.c -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #17 from joaopa <jeremielapuree(a)yahoo.fr> 2010-12-20 04:15:20 CST --- So, one can close this bug as FIXED. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #18 from Austin English <austinenglish(a)gmail.com> 2010-12-20 12:23:56 CST --- (In reply to comment #17)
So, one can close this bug as FIXED.
No, it was never committed. Read the commit log. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 Kelytha <kelytharun(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kelytharun(a)gmail.com --- Comment #19 from Kelytha <kelytharun(a)gmail.com> 2011-01-06 04:16:23 CST --- What are the problems with the patch that stops it from being commited? The bug still exists in both Wine 1.3.10 and CXG 10 beta. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #20 from butraxz(a)gmail.com 2013-06-27 12:21:14 CDT --- This ticket has not been updated for over 900 days. Is this still an issue in wine version 1.6-rc3 or higher or is this to be closed as abandoned ? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=16832 --- Comment #21 from Kelytha <kelytharun(a)gmail.com> 2013-06-27 15:43:46 CDT --- The bug still exists in -rc3. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16832 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |395289a30a34608862be4617c97 | |9d43607c59e06 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #22 from Bruno Jesus <00cpxxx(a)gmail.com> --- The patch from comment 12 (by Jeff Zaroyko) is now commited, resolving fixed. http://source.winehq.org/git/wine.git/?a=commit;h=395289a30a34608862be4617c9... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16832 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #23 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.31. -- 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.
participants (1)
-
wine-bugs@winehq.org