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@winehq.org ReportedBy: marcus.blumhagen@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.