https://bugs.winehq.org/show_bug.cgi?id=47657
Bug ID: 47657 Summary: Character in The Sims 1 Make-A-Celebrity looks completely white Product: Wine Version: 4.14 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: sashok.olen@gmail.com Distribution: ---
Created attachment 65100 --> https://bugs.winehq.org/attachment.cgi?id=65100 +ddraw,+d3d,+d3d_shader
It's very close to https://bugs.winehq.org/show_bug.cgi?id=46948 but it only seems to happen to this particular add-on tool. Actual game still renders just fine so it's a regression. To run this tool, you need to have an installation of the actual game. Attaching +ddraw,+d3d,+d3d_shader log.
https://bugs.winehq.org/show_bug.cgi?id=47657
Alexandr Oleynikov sashok.olen@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sashok.olen@gmail.com
--- Comment #1 from Alexandr Oleynikov sashok.olen@gmail.com --- Created attachment 65101 --> https://bugs.winehq.org/attachment.cgi?id=65101 screenshot
Attaching a screenshot.
https://bugs.winehq.org/show_bug.cgi?id=47657
Alexandr Oleynikov sashok.olen@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://archive.org/details | |/thesimsmakeacelebrity.7z
https://bugs.winehq.org/show_bug.cgi?id=47657
--- Comment #2 from Alexandr Oleynikov sashok.olen@gmail.com --- Here's how it's supposed to look: https://cdn.discordapp.com/attachments/585835715753934860/613893568846888960...
https://bugs.winehq.org/show_bug.cgi?id=47657
--- Comment #3 from Alexandr Oleynikov sashok.olen@gmail.com --- *not a regression whoops
https://bugs.winehq.org/show_bug.cgi?id=47657
Paul Gofman gofmanp@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gofmanp@gmail.com
--- Comment #4 from Paul Gofman gofmanp@gmail.com --- Created attachment 65109 --> https://bugs.winehq.org/attachment.cgi?id=65109 Partial hack for paletted textures
I've tested this. The program wants 8-bit paletted surfaces which Wine currently does not provide. Without getting those from EnumTextureFormats() it does not even try setting any textures, they are always empty. I've made a terrible quick hack which lets the application to draw normally, but it is probably considerably harder to do it in a sensible way.
The hack is applicable to both staging and development, but the application works with staging only.
https://bugs.winehq.org/show_bug.cgi?id=47657
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget@codeweavers.com Keywords| |patch