http://bugs.winehq.org/show_bug.cgi?id=10164
Summary: Pool of Radiance 1.4 intermittently shows garbage in surfaces Product: Wine Version: 0.9.47. Platform: PC URL: http://www.fileshack.com/file.x/906/Pool+of+Radiance+Dem o OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: sick_soul@yahoo.it CC: xerox_xerox2000@yahoo.co.uk, stefandoesinger@gmx.at, 07067514@brookes.ac.uk
(see bug #10133)
After reverting d9fef10b71b9add27cfaeffa6d7e3ab42342bba7 I got Pool of Radiance 1.4 to start again.
I found another regression for this application, in that some surfaces do not get displayed correctly, and some show quick intermittent garbage in them. This does not happen with older versions of wine.
I did a regression test for this, which gave me:
3b822b80feba396ec017c9ef0d96d59a1733a2d8 is first bad commit commit 3b822b80feba396ec017c9ef0d96d59a1733a2d8 Author: Stefan Dösinger stefan@codeweavers.com Date: Tue Aug 21 23:24:16 2007 +0200
wined3d: Reject opengl accelerated blits with system memory surfaces.
:040000 040000 8ef4e54af50c3dbd862ff89bc80e1d1b00791f31 dcf76dd03a3451b4eed44796f39ccb1faee4ae6f M dlls
I reverted the change in current git, and the problem went away. To summarize I could get the application to start, and show correct surfaces by reverting these two:
http://source.winehq.org/git/wine.git/?a=commitdiff_plain;h=d9fef10b71b9add2... http://source.winehq.org/git/wine.git/?a=commitdiff_plain;h=3b822b80feba396e...
I hope this information can be useful to you.