[Bug 58757] New: Camerabag Pro 2025.2 crashes with unhandled exception (Unhandled exception: page fault on read access to 0x0000000000000000) when
http://bugs.winehq.org/show_bug.cgi?id=58757 Bug ID: 58757 Summary: Camerabag Pro 2025.2 crashes with unhandled exception (Unhandled exception: page fault on read access to 0x0000000000000000) when Product: Wine Version: 10.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: windowscodecs Assignee: wine-bugs(a)winehq.org Reporter: superian(a)gmail.com Distribution: --- Created attachment 79385 --> http://bugs.winehq.org/attachment.cgi?id=79385 Sample image used to test this New installation of Wine 10.16, new installation of CameraBag Pro 2025.2. Without installing windowscodecs via vinetricks, before opening an image, mouseover previews of an otherwise unseen sample image are displayed. After opening an image, it knows the size etc of what it's been asked to open, but the display of it is black. Similarly, the mouseover previews of the various effects are black. On saving, the file appears to be all black. After installing windowscodecs via vinetricks, it displays the iamges and mouseovers of it correctly. Saves are also correct. https://web.archive.org/web/20250919105142/https://nevercenter.com/camerabag...
$ du -h Install_CameraBag_Pro_2025_2_0_win.exe 63M Install_CameraBag_Pro_2025_2_0_win.exe $ sha1sum Install_CameraBag_Pro_2025_2_0_win.exe 01d4daf1dd05ab426858e19191dbabfa855c2558 Install_CameraBag_Pro_2025_2_0_win.exe
-- 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=58757 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> --- Is the bug title wrong then? It talks about crashes, while description only talks about image not being rendered. Please attach +wincodecs wine log, as a text 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=58757 --- Comment #2 from Ian <superian(a)gmail.com> --- Created attachment 79386 --> http://bugs.winehq.org/attachment.cgi?id=79386 Saved sample image just in case it has useful info -- 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=58757 Ian <superian(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Camerabag Pro 2025.2 |Camerabag Pro 2025.2 fails |crashes with unhandled |to load image picture data |exception (Unhandled |unless winetricks |exception: page fault on |windowscodecs used |read access to | |0x0000000000000000) when | -- 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=58757 --- Comment #3 from Ian <superian(a)gmail.com> --- (In reply to Nikolay Sivov from comment #1)
Is the bug title wrong then? It talks about crashes, while description only talks about image not being rendered.
Yes, sorry, there's about three things to report and the wrong title was pasted. Now edited.
Please attach +wincodecs wine log, as a text file.
Attached has the results of running a plain Wine install with env "WINEDEBUG=+windowscodecs" .. is that what you're after? -- 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=58757 --- Comment #4 from Ian <superian(a)gmail.com> --- Created attachment 79387 --> http://bugs.winehq.org/attachment.cgi?id=79387 The result of running with env "WINEDEBUG=+windowscodecs" -- 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=58757 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> --- (In reply to Ian from comment #3)
Attached has the results of running a plain Wine install with
env "WINEDEBUG=+windowscodecs"
.. is that what you're after?
Yes, but correct name for it is WINEDEBUG=+wincodecs -- 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=58757 Ian <superian(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #79387|0 |1 is obsolete| | --- Comment #6 from Ian <superian(a)gmail.com> --- Created attachment 79389 --> http://bugs.winehq.org/attachment.cgi?id=79389 The result of running with env "WINEDEBUG=+wincodecs" -- 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=58757 --- Comment #7 from Ian <superian(a)gmail.com> --- Thanks for the hand-holding. As well as the lines showing things like reading EXIF data are not implemented, there's one that sounds a likely candidate for this: 0128:fixme:wincodecs:copypixels_to_64bppRGBA Unimplemented conversion path 18. -- 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=58757 --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> --- Yes, that sounds important. Regarding metadata, we have some support for metadata blocks of various types. There is no support for XMP (xml-based metadata content), and also no support for what's called "policy expressions", which is what happens in this log - comma-separate names like System.Photo.xxxx. Presumably that gets translated to a query, depending on metadata format. Anyway, metadata support is unlikely an issue I think. -- 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=58757 Ian <superian(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|10.16 |10.17 --- Comment #9 from Ian <superian(a)gmail.com> --- Still present in 10.17. Installing windowscodecs via winetricks still works for getting the 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=58757 --- Comment #10 from Ian <superian(a)gmail.com> --- Still present in 10.18, with CameraBag Pro 2026.0 https://nevercenter.com/camerabag/download/filearchive/Install_CameraBag_Pro... $ sha256sum Install_CameraBag_Pro_2026_0_0_win.exe cda1d0ecc9ab95f5e10bcfd5b64eb8ee44acef636be85b6f2be8a72c45bfc97d Installing windowscodecs via winetricks still works for getting images (but not their EXIF data, per #58761). -- 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