https://bugs.winehq.org/show_bug.cgi?id=45940
Bug ID: 45940 Summary: Missing CLSID e018945b-aa86-4008-9bd4-6777a1e40c11 (CLSID_WICPngDecoder2 ?) Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: windowscodecs Assignee: wine-bugs@winehq.org Reporter: hibbsncc1701@gmail.com Distribution: ---
Created attachment 62473 --> https://bugs.winehq.org/attachment.cgi?id=62473 Console log.
Sword Art Online Re: Hollow Fragment tries to display a splash screen during early startup and crashes when it fails to instance this CLSID.
According to Microsoft, it's a new decoder that was added in Windows 8, and is the new default for WICPngDecoder.
See: https://docs.microsoft.com/en-us/windows/desktop/wic/what-s-new-in-wic-for-w...
Also found a reference to the CLSID as Microsoft's own docs don't indicate which CLSID the new decoder was assigned.... See: https://github.com/CMCHTPC/DelphiDX12/blob/master/Units/DX12.WinCodec.pas
https://bugs.winehq.org/show_bug.cgi?id=45940
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- This CLSID is specified in Windows SDK. When you rebuild with new enough target Windows version (_WIN32_WINNT) it defaults CLSID_WICPngDecoder -> CLSID_WICPngDecoder2, for older versions it's using CLSID_WICPngDecoder -> CLSID_WICPngDecoder1. So this switch happens silently, without changes to application code.
https://bugs.winehq.org/show_bug.cgi?id=45940
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Have you changed default Windows 7 version by the way? According to Stream product page it should run on Windows 7.
https://bugs.winehq.org/show_bug.cgi?id=45940
--- Comment #3 from Patrick Hibbs hibbsncc1701@gmail.com --- (In reply to Nikolay Sivov from comment #2)
Have you changed default Windows 7 version by the way? According to Stream product page it should run on Windows 7.
The version of Wine I have defaults to Windows 7. The only way I was able to get it to run was to install the native windowscodecs via winetricks.
Otherwise it displays an error dialog "Error! - Couldn't find an effect variant to use for the primitive." with the missing CLSID message in the console.
https://bugs.winehq.org/show_bug.cgi?id=45940
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- I'll take a look.
https://bugs.winehq.org/show_bug.cgi?id=45940
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead@gmail.com |wine-bugs@winehq.org
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com --- Patrick, are you running this game with Steam? I don't see any crashes or error dialogs, while missing decoder lines are still there. That means support for it is likely optional.
https://bugs.winehq.org/show_bug.cgi?id=45940
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement
https://bugs.winehq.org/show_bug.cgi?id=45940
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #6 from Vijay Kamuju infyquest@gmail.com --- Created attachment 67040 --> https://bugs.winehq.org/attachment.cgi?id=67040 patch
https://bugs.winehq.org/show_bug.cgi?id=45940
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |9689e38a15752853efe71a011b3 | |73ad901679f18 Resolution|--- |FIXED
--- Comment #7 from Vijay Kamuju infyquest@gmail.com --- Fix committed https://source.winehq.org/git/wine.git/commitdiff/9689e38a15752853efe71a011b...
The fixme should not appear now, but the functionality of PngDecoder2 is still not available.
https://bugs.winehq.org/show_bug.cgi?id=45940
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.11.