[Bug 59155] New: FastStone Image Viewer fails to open some PNG images due to unimplemented wincodecs conversion (copypixels_to_24bppBGR)
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.
http://bugs.winehq.org/show_bug.cgi?id=59155 --- Comment #1 from Dmitry Timoshkov <dmitry@baikal.ru> --- Could you please attach the +wincodecs log? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 --- Comment #2 from Dmitry Timoshkov <dmitry@baikal.ru> --- Is this the application you are using https://www.faststone.org/FSIVDownload.htm ? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 Dmitry Timoshkov <dmitry@baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW Ever confirmed|0 |1 URL| |https://www.faststonesoft.n | |et/DN/FSViewerSetup83.zip --- Comment #3 from Dmitry Timoshkov <dmitry@baikal.ru> --- Confirming. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 --- Comment #4 from Dmitry Timoshkov <dmitry@baikal.ru> --- Created attachment 80012 --> http://bugs.winehq.org/attachment.cgi?id=80012 patch This patch should fix it. It needs some tests, and probably won't be accepted during code freeze. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 --- Comment #5 from romanio412@gmail.com --- Just reading this now, I assume the log is no longer needed. Yes, this is the application, but I assume it might not be specific to just this application, but to other image viewers as well.
This patch should fix it. It needs some tests, and probably won't be accepted during code freeze.
Thanks a lot! The problem has been bothering me for years, so there's no rush, it can wait until the window opens :) Have great holidays! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 --- Comment #6 from Dmitry Timoshkov <dmitry@baikal.ru> --- Submitted https://gitlab.winehq.org/wine/wine/-/merge_requests/9816 With this patch the viewer is able to correctly display attached PNG image. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 Esme Povirk <madewokherd@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 unxed <unxed@mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |unxed@mail.ru --- Comment #7 from unxed <unxed@mail.ru> --- Not reproduces in Wine 11 (tried rc3 in Bottles) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 --- Comment #8 from Nikolay Sivov <bunglehead@gmail.com> --- (In reply to unxed from comment #7)
Not reproduces in Wine 11 (tried rc3 in Bottles)
Proposed fix was merged after wine 11 release. Make sure you're testing exact same application version, and use the same image file. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 --- Comment #9 from unxed <unxed@mail.ru> --- Used FastStone 5.6 for testing -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 --- Comment #10 from romanio412@gmail.com --- I still cannot open the file, the screen is blank. Wine version: wine-11.0-rc5 Fast-Stone Image Viewer version: 7.8 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 --- Comment #11 from Dmitry Timoshkov <dmitry@baikal.ru> --- (In reply to romanio412 from comment #10)
I still cannot open the file, the screen is blank. Wine version: wine-11.0-rc5
Your Wine version doesn't include the fix. The fix was committed after the wine-11.0 release, and will be included in next development release wine-11.1. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 --- Comment #12 from romanio412@gmail.com --- OK, thank you! Will wait for it to land in Debian Testing then. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 Dmitry Timoshkov <dmitry@baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e7638893df0814bb053e358b080 | |6b2b58b447489 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #13 from Dmitry Timoshkov <dmitry@baikal.ru> --- (In reply to Dmitry Timoshkov from comment #6)
Submitted https://gitlab.winehq.org/wine/wine/-/merge_requests/9816 With this patch the viewer is able to correctly display attached PNG image.
Committed as e7638893df0814bb053e358b0806b2b58b447489. The fix will be included in wine-11.1. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 Alexandre Julliard <julliard@winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard@winehq.org> --- Closing bugs fixed in 11.1. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59155 --- Comment #15 from romanio412@gmail.com --- Thank you, works perfectly now. -- 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.
participants (1)
-
WineHQ Bugzilla