http://bugs.winehq.org/show_bug.cgi?id=22197
Summary: PlayOnline viewer shows black screen Product: Wine Version: 1.1.41 Platform: x86 URL: http://dl.square-enix.co.jp/polus/setup.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wylda@volny.cz
When trying to confirm bug 22145, i found recent regression...
1. When switching into windowed mode (not need for reproduction, but shows another flaws) and running "wine pol.exe", it will display black window and only music plays.
2. I did a regression test between 1.1.40 and 1.1.41:
78166b0b23a1c0ce81f19c7c85dc18a0d672425d is first bad commit commit 78166b0b23a1c0ce81f19c7c85dc18a0d672425d Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Mar 15 21:07:31 2010 +0100
wined3d: Implement SetDestWindowOverride() by simply making the context current on a different window.
:040000 040000 e0ba03c96fefb6d42b18b98db092da5e81854192 419d4ced841d332931a5973aa167c4f21e1b4bad M dlls
3. No other bug report suffers from this commit.
4. Revert of this patch on top of wine-1.1.41-211-g719d904 makes that problem go away.
5. Adding author of this patch to CC.
--private keyword: bisected
Bonus flaws in windowed mode with reverted patch. When resizing apps (not wine) window:
* content gets shifted and part of it is missing now. * Wine mouse pointer (windows) does not follows POL pointer (custom hand) * moving POL window (not wine's) asynchronously moves content of the window (shift metricks changes, different speed of movement, incorectly repainted...)
I intentionally do not open new bugs for these, because it may get fixed when failing commit is fixed. So i rather mention this as another testcases when validating if new commit is OK.