http://bugs.winehq.org/show_bug.cgi?id=59155 Bug ID: 59155 Summary: FastStone Image Viewer fails to open some PNG images due to unimplemented wincodecs conversion (copypixels_to_24bppBGR) Product: Wine Version: 10.15 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: windowscodecs Assignee: wine-bugs@list.winehq.org Reporter: romanio412@gmail.com Distribution: --- Created attachment 80006 --> http://bugs.winehq.org/attachment.cgi?id=80006 a failing png file FastStone Image Viewer mostly works under Wine, but it fails to open some PNG images. When this happens, the app just exits instead of showing the image. Looking at the logs, Wine prints this message every time the failure occurs: `fixme:wincodecs:copypixels_to_24bppBGR Unimplemented conversion path!` However, the same PNG files open fine on native Windows. Other PNGs work under Wine, so I think this is something format-specific (likely bit depth / color format). Full log: ``` Dec 21 01:33:55 jrm-ws systemd[1703]: Started app-wine\x2dPrograms\x2dFastStone\x20Image\x20Viewer\x2dFastStone\x20Image\x20Viewer@5bae55b9e432458c914b33eb0d9d8824.service - FastStone Image Viewer. Dec 21 01:33:55 jrm-ws doublecmd[6293]: Process 34471 finished, exit status 0 Dec 21 01:33:55 jrm-ws env[34480]: 0210:fixme:exec:SHELL_execute flags ignored: 0x00004000 Dec 21 01:33:55 jrm-ws systemd[1703]: app-wine\x2dPrograms\x2dFastStone\x20Image\x20Viewer\x2dFastStone\x20Image\x20Viewer@5bae55b9e432458c914b33eb0d9d8824.service: Main process exited, code=exited, status=3/NOTIMPLEMENTED Dec 21 01:33:55 jrm-ws env[34485]: 0218:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION Dec 21 01:33:55 jrm-ws env[34485]: 0218:fixme:win:DisableProcessWindowsGhosting : stub Dec 21 01:33:55 jrm-ws env[34485]: 0218:fixme:file:NtLockFile I/O completion on lock not implemented yet Dec 21 01:33:55 jrm-ws env[34485]: 0218:fixme:wincodecs:copypixels_to_24bppBGR Unimplemented conversion path! Dec 21 01:33:55 jrm-ws env[34485]: 0218:fixme:msvideo:DrawDibRealize (00000001, 1A0104AD, 0), stub Dec 21 01:33:55 jrm-ws env[34485]: 0218:fixme:shell:SHAutoComplete stub Dec 21 01:33:56 jrm-ws env[34485]: 0244:fixme:wincodecs:copypixels_to_24bppBGR Unimplemented conversion path! ``` -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.