https://bugs.winehq.org/show_bug.cgi?id=41903
Bug ID: 41903 Summary: TOCA Touring Car Championship: Regression: commit makes program crash on startup. Product: Wine Version: 1.9.21 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: o.dierick@piezo-forte.be Distribution: ---
The program is TOCA Touring Car Championship.
Since wine 1.9.21 the program crashes on startup.
Regression testing shows that the first bad commit is:
--- commit a6911a13b8e016e4d3ff0c6f7e1f49a6f1cf1bab --- Author: Kimmo Myllyvirta kimmo.myllyvirta@gmail.com Date: Mon Oct 10 09:29:07 2016 +0300
wined3d: Clear texture flag from correct format when color fixup is not supported. --- ---
Reverting the commit fix the issue with wine 1.9.24.
Note: Patches from bug 40569 are required to make the game start.
https://bugs.winehq.org/show_bug.cgi?id=41903
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |a6911a13b8e016e4d3ff0c6f7e1 | |f49a6f1cf1bab Keywords| |regression Blocks| |40569
https://bugs.winehq.org/show_bug.cgi?id=41903
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kimmo.myllyvirta@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=41903
--- Comment #1 from Henri Verbeet hverbeet@gmail.com --- That's not really a regression. The hack attached to bug 40569 adds WINED3DFMT_FLAG_TEXTURE to WINED3DFMT_P8_UINT, but texturing from indexed formats is not actually supported. Commit a6911a13b8e016e4d3ff0c6f7e1f49a6f1cf1bab correctly clears that flag. The hack should be updated to account for that.
https://bugs.winehq.org/show_bug.cgi?id=41903
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|TOCA Touring Car |TOCA Touring Car |Championship: Regression: |Championship crashes on |commit makes program crash |startup |on startup. |
https://bugs.winehq.org/show_bug.cgi?id=41903
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joseph.kucia@gmail.com Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED Keywords|regression | Regression SHA1|a6911a13b8e016e4d3ff0c6f7e1 | |f49a6f1cf1bab |
--- Comment #2 from Józef Kucia joseph.kucia@gmail.com --- Resolving as invalid.
https://bugs.winehq.org/show_bug.cgi?id=41903
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Jeff Zaroyko jeffz@jeffz.name --- Closing invalid.