[Bug 32763] New: Regression in wbemprox - rFactor 2 launcher - Unhandled page fault
http://bugs.winehq.org/show_bug.cgi?id=32763 Bug #: 32763 Summary: Regression in wbemprox - rFactor 2 launcher - Unhandled page fault Product: Wine Version: 1.5.15 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wmi&wbemprox AssignedTo: wine-bugs(a)winehq.org ReportedBy: marcus.blumhagen(a)web.de Classification: Unclassified Created attachment 43244 --> http://bugs.winehq.org/attachment.cgi?id=43244 Backtrace of WINEDEBUG=wbemprox wine Launch\ rFactor.exe Overview "Launch rFactor.exe", run from the root dirctory of the application, crashes. According to git bisect, commit fd37af04ff8316e141eed7cc0d8b7bb2b0e33e87 introduced this regression. Steps to reproduce (There is no purchase required for running the dedicated server, so by following below steps anybody can try and reproduce the above behaviour.) 1. Download "rFactor2 full installer" (currently Build 134) from http://rfactor.net/web/rf2/rf2dl/ and install it. 2. Change directory to the root of the application, i.e. $WINEPREFIX/drive_c/Program\ Files/rFactor2 (the default location). Run "Launch rFactor.exe" Actual Result The program crashes without ever showing the Launcher window. See attachments for logs. Expected result Launcher window opens, so one can click on "Host" or "Manage Mods" etc. Build date & Platform Build date: 2013-01-19 gcc --version: gcc (Debian 4.7.2-5) 4.7.2 wine --version: wine-1.5.14-178-gfd37af0 Build and run environment is a chroot containing Debian Sid i386, host is Debian 6.0.6 (Squeeze). Build dependencies were installed by "apt-get build-dep wine" Additional Infos wine is run from the source tree: ~/src/wine-git/wine ... All previous versions where removed and between bisect runs the $WINEPREFIX was recursively deleted. -- 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=32763 --- Comment #1 from Marcus Blumhagen <marcus.blumhagen(a)web.de> 2013-01-20 01:08:31 CST --- Created attachment 43245 --> http://bugs.winehq.org/attachment.cgi?id=43245 Output of WINEDEBUG=wbemprox wine Launch\ rFactor.exe Added the full log with wbemprox tracing enabled. Added the commit author to the CC list. -- 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=32763 Marcus Blumhagen <marcus.blumhagen(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net --- Comment #2 from Marcus Blumhagen <marcus.blumhagen(a)web.de> 2013-01-20 01:13:09 CST --- Added the commit author to the CC list. Now for real. At least I hope it is the author, because the email address in the commit log is different from the one here in bugzilla. -- 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=32763 Marcus Blumhagen <marcus.blumhagen(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression -- 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=32763 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |fd37af04ff8316e141eed7cc0d8 | |b7bb2b0e33e87 -- 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=32763 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | Regression SHA1|fd37af04ff8316e141eed7cc0d8 | |b7bb2b0e33e87 | --- Comment #3 from Hans Leidekker <hans(a)meelstraat.net> 2013-01-20 03:42:27 CST --- Technically this is not a regression. That commit introduces the Win32_DiskDrive class and apparently the app can cope with its absence but not with unimplemented properties of this class. -- 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=32763 --- Comment #4 from Hans Leidekker <hans(a)meelstraat.net> 2013-01-20 03:45:44 CST --- Created attachment 43247 --> http://bugs.winehq.org/attachment.cgi?id=43247 patch Try this patch. If it still fails, please get a +wbemprox trace with the patch applied. -- 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=32763 --- Comment #5 from Marcus Blumhagen <marcus.blumhagen(a)web.de> 2013-01-20 04:40:43 CST --- (In reply to comment #4)
Created attachment 43247 [details] patch
Try this patch. If it still fails, please get a +wbemprox trace with the patch applied.
It works, thank you very much! -- 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=32763 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |99c1b557275ef59c00e16f69078 | |9f60d4f6a7b8a Status|UNCONFIRMED |RESOLVED CC| |00cpxxx(a)gmail.com Resolution| |FIXED --- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-01-21 14:10:15 CST --- Patch commited. http://source.winehq.org/git/wine.git/?a=commit;h=99c1b557275ef59c00e16f6907... -- 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=32763 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2013-02-01 04:57:10 CST --- Closing bugs fixed in 1.5.23. -- 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.
participants (1)
-
wine-bugs@winehq.org