http://bugs.winehq.org/show_bug.cgi?id=16393
Summary: Regression: Uru - The Path of the Shell crashing when turning a page in a book Product: Wine Version: 1.1.10 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: diafero@arcor.de
After installing wine 1.1.10, Uru - The Path of the Shell (or Uru - Complete Chronicles, that's basically the same) crashes with a stackdump when I turn a page in one of the books which can be used in the game. I did a git bisect with the following result:
a2febdd200f7149cff7fe923b7316dcdafca693a is first bad commit commit a2febdd200f7149cff7fe923b7316dcdafca693a Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Dec 4 17:41:30 2008 +0100
wined3d: Slightly improve drawStridedSlow() performance.
This moves a couple of checks outside of the main drawing loop, since they're not going to change anyway.
:040000 040000 2cbd7adbdeb407fb9a8ba5fc83c5b43982bd8ef4 13bf7b76cd04cdd91bc64c852a216dbf36099a27 M dlls
After reverting that commit locally, the problem is fixed.
I did not add the author of the patch as CC with the bug commit form as Bugzilla tells be it is unable to match that email adress. I'll try again after committing the bug.