[Bug 52654] New: QuickPar 0.9.1 opens but does not scan under Wine 7.4
https://bugs.winehq.org/show_bug.cgi?id=52654 Bug ID: 52654 Summary: QuickPar 0.9.1 opens but does not scan under Wine 7.4 Product: Wine Version: 7.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: jrichard909(a)yahoo.com Distribution: --- QuickPar under 7.4 opens but does not scan. It works perfectly under 7.3.In 7.3, it opens, scans and recovers parts, if necessary. Manjaro xfce x64, Unstable, Kernel 5.16.14-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.
https://bugs.winehq.org/show_bug.cgi?id=52654 --- Comment #1 from Jay Richard <jrichard909(a)yahoo.com> --- Created attachment 71971 --> https://bugs.winehq.org/attachment.cgi?id=71971 QuickPar program error details -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Jay Richard <jrichard909(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrichard909(a)yahoo.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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Summary|QuickPar 0.9.1 opens but |QuickPar 0.9.1 fails to |does not scan under Wine |scan |7.4 | --- Comment #2 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Is there a free and legal download to test this with? Could you attach the full terminal output and not only the backtrace? See: https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a._terminal... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 --- Comment #3 from Jay Richard <jrichard909(a)yahoo.com> --- Created attachment 71978 --> https://bugs.winehq.org/attachment.cgi?id=71978 QuickPar.exe run from terminal:Wine 7.4 I don't think there is much help for the issue when running from terminal. I have posted an example of a simple, multi-part .pdf of instructions for an icemaker installation. It is at the following url, if you care to have a look: https://www39.zippyshare.com/v/uU7RESMC/file.html Via par2cmdline: par2 repair Kitchen_Install_Requirements.pdf.7z.par2 Loading "Kitchen_Install_Requirements.pdf.7z.par2". Loaded 6 new packets Loading "Kitchen_Install_Requirements.pdf.7z.vol0+1.PAR2". Loaded 1 new packets including 1 recovery blocks Loading "Kitchen_Install_Requirements.pdf.7z.par2". No new packets found There are 2 recoverable files and 0 other files. The block size used was 384000 bytes. There are a total of 5 data blocks. The total size of the data files is 1726898 bytes. Verifying source files: Opening: "Kitchen_Install_Requirements.pdf.7z.002" Opening: "Kitchen_Install_Requirements.pdf.7z.001" Target: "Kitchen_Install_Requirements.pdf.7z.002" - found. Target: "Kitchen_Install_Requirements.pdf.7z.001" - found. All files are correct, repair is not required. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Meredith Johnson <mjohnson(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjohnson(a)codeweavers.com --- Comment #4 from Meredith Johnson <mjohnson(a)codeweavers.com> --- I believe I was able to reproduce this issue. With Wine 7.3, if I open a recovery volume, I see information about verification with a blue status bar that reports "100%", a green status bar that reports "Repair not needed" and values set for several fields. In contrast, with Wine 7.4, the status of the same fields is just "unknown" and the status bars are gray and red and have no text in them. Testing based on that difference in behavior, a bisect blamed the following commit: commit 0044b02d482fa19f6d1ddebc4b716efeba287d44 Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon Mar 7 14:41:53 2022 +0100 user32: Use UNICODE_STRING for passing window classes internally. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Meredith Johnson <mjohnson(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |0044b02d482fa19f6d1ddebc4b7 | |16efeba287d44 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com --- Comment #5 from Jacek Caban <jacek(a)codeweavers.com> --- Created attachment 72007 --> https://bugs.winehq.org/attachment.cgi?id=72007 fix The attached patch should help. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 --- Comment #6 from Meredith Johnson <mjohnson(a)codeweavers.com> --- I built Wine 7.4 with the attached patch, and confirmed that fixed the issue for me. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |d402df31966d73f7f120b4a4d90 | |f22bcffd79b26 Resolution|--- |FIXED --- Comment #7 from Jacek Caban <jacek(a)codeweavers.com> --- Fixed in git, thanks for the report. https://source.winehq.org/git/wine.git/commitdiff/d402df31966d73f7f120b4a4d9... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 --- Comment #8 from Jay Richard <jrichard909(a)yahoo.com> --- I was able to apply the fix and the application works as intended. Thanks for the quick turnaround. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de Component|-unknown |user32 Summary|QuickPar 0.9.1 fails to |Multiple programs crash due |scan |to window class regression | |(QuickPar 0.9.1, HeidiSQL, | |SolSuite, IP super camera, | |ATPDraw) Severity|normal |major --- Comment #9 from Fabian Maurer <dark.shadow4(a)web.de> --- Refining summary to collect all the dupes of this issue here. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matti.viljanen(a)iki.fi --- Comment #10 from Fabian Maurer <dark.shadow4(a)web.de> --- *** Bug 52678 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |locutusofborg64(a)protonmail. | |com --- Comment #11 from Fabian Maurer <dark.shadow4(a)web.de> --- *** Bug 52671 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adolfotregosa(a)gmail.com --- Comment #12 from Fabian Maurer <dark.shadow4(a)web.de> --- *** Bug 52674 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hildogjr(a)gmail.com --- Comment #13 from Fabian Maurer <dark.shadow4(a)web.de> --- *** Bug 52675 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lorentz0021(a)gmail.com --- Comment #14 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- *** Bug 52683 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiple programs crash due |Multiple programs crash due |to window class regression |to window class regression |(QuickPar 0.9.1, HeidiSQL, |(QuickPar 0.9.1, HeidiSQL, |SolSuite, IP super camera, |SolSuite, IP super camera, |ATPDraw) |ATPDraw, KakaoTalk) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52654 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 7.5. -- 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