https://bugs.winehq.org/show_bug.cgi?id=41228
Bug ID: 41228 Summary: Rendering is messed up on WineD3D8 for Windows Product: Wine Version: 1.9.17 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: b7.10110111@gmail.com Distribution: ---
Created attachment 55501 --> https://bugs.winehq.org/attachment.cgi?id=55501 Screenshot of the problem
Right before the commit leading to bug 41224 there was another commit:
commit c92451f295242110bf016facf0e80564f3643d94 Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Nov 4 00:02:48 2015 +0100
wined3d: Always use the same formats in context_create() when "always_offscreen" is enabled.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
This commit leads to broken rendering in GTAVC when run in Windows. I've not tested any later version for whether it's fixed, since bug 41224 blocks testing.
https://bugs.winehq.org/show_bug.cgi?id=41228
--- Comment #1 from Ruslan Kabatsayev b7.10110111@gmail.com --- Created attachment 55502 --> https://bugs.winehq.org/attachment.cgi?id=55502 How it should look
https://bugs.winehq.org/show_bug.cgi?id=41228
Ruslan Kabatsayev b7.10110111@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hverbeet@gmail.com Regression SHA1| |c92451f295242110bf016facf0e | |80564f3643d94 Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=41228
Ruslan Kabatsayev b7.10110111@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Ruslan Kabatsayev b7.10110111@gmail.com --- OK, this appears fixed in current git+reverted commit b53256b8b752855576252cc2290dfbc9cb0f1280 from bug 41224.
https://bugs.winehq.org/show_bug.cgi?id=41228
Ruslan Kabatsayev b7.10110111@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS|Linux |Windows
https://bugs.winehq.org/show_bug.cgi?id=41228
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #3 from fjfrackiewicz@gmail.com --- (In reply to Ruslan Kabatsayev from comment #2)
OK, this appears fixed in current git+reverted commit b53256b8b752855576252cc2290dfbc9cb0f1280 from bug 41224.
Call me crazy but having to revert a commit doesn't really fix things, no?
https://bugs.winehq.org/show_bug.cgi?id=41228
--- Comment #4 from Ruslan Kabatsayev b7.10110111@gmail.com --- (In reply to fjfrackiewicz from comment #3)
Call me crazy but having to revert a commit doesn't really fix things, no?
I reverted the commit which blocked testing, not the one which introduced this bug. I didn't touch the commit which introduced this bug.
https://bugs.winehq.org/show_bug.cgi?id=41228
--- Comment #5 from Bruno Jesus 00cpxxx@gmail.com --- Sorry, I don't understand why do you say the bug is fixed. Is the problem present in wine-git without any patch reversions?
https://bugs.winehq.org/show_bug.cgi?id=41228
--- Comment #6 from Ruslan Kabatsayev b7.10110111@gmail.com --- (In reply to Bruno Jesus from comment #5)
Sorry, I don't understand why do you say the bug is fixed. Is the problem present in wine-git without any patch reversions?
Without reversions, the problem is untestable: the app crashes before even showing anything on screen. But the commit which leads to the bug blocking testing is unrelated. Here's how the changes go:
1. Commit A breaks rendering (this bug) 2. Commit B causes crashes (bug 41224) 3. ... some development ... 4. Commit C fixes rendering (but this is untestable due to 2.) 5. ... some development ... 6. I revert commit B and see that A is no longer reproducible — concluding that this bug is fixed.
https://bugs.winehq.org/show_bug.cgi?id=41228
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com --- Ok, thanks for the detailed explanation =)
https://bugs.winehq.org/show_bug.cgi?id=41228
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.18.