[Bug 55518] New: VelbusLink: terminates immediately after creating a window
https://bugs.winehq.org/show_bug.cgi?id=55518 Bug ID: 55518 Summary: VelbusLink: terminates immediately after creating a window Product: Wine Version: 8.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: winehq(a)kazlauskas.me Distribution: --- Created attachment 75080 --> https://bugs.winehq.org/attachment.cgi?id=75080 stdout/err of the failing command When launching the application, the application window will briefly flash and disappear as the application terminates. I made few attempts to catch the moment this happens with `winedbg` to no avail. I’m using wine-staging 8.14 to test it, although I’ve tried various versions including 8.0. To reproduce this issue: 1. Download an installer for VelbusLink: $ curl 'https://www.velleman.eu/downloads/velbus/velbuslink/velbuslink-10.8.6.0.exe' -Lo ~/Downloads/velbuslink-10.8.6.0.exe $ sha256sum ~/Downloads/velbuslink-10.8.6.0.exe 39630e960fe5be289232a6f2409c92ffe0c81e1794f166919aaffddf33eb9814 ~/Downloads/velbuslink-10.8.6.0.exe 2. Install it via: `wine ~/Downloads/velbuslink-10.8.6.0.exe '/VERYSILENT'` 3. Run `wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Velbus/VelbusLink/VelbusLink.exe`. --- Side notes: * With Wine 8.0 the application fails with an assertion as seen in Bug 50282. In Wine 8.14, there is no assertion failure, but the application fails to launch regardles. * Some version of steam proton manages to run the application, but it is rendered incorrectly with the window frame/background appearing in front of the application contents, making application effectively unusable. -- 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=55518 KRosUser <kyle.kcsoftwares@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle.kcsoftwares@gmail.com --- Comment #1 from KRosUser <kyle.kcsoftwares@gmail.com> --- Did you retest with more recent Wine (11.7 ?) ? -- 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=55518 --- Comment #2 from Simonas <winehq@kazlauskas.me> --- Hello, Thank you for looking at the report! I only have quick access to 11.6 and no time to build a 11.7 at the moment. With 11.6 the issue here presents itself again as a `pellip` assert the same as it did in wine 8.0. -- 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=55518 Simonas <winehq@kazlauskas.me> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #75080|0 |1 is obsolete| | --- Comment #3 from Simonas <winehq@kazlauskas.me> --- Created attachment 80865 --> http://bugs.winehq.org/attachment.cgi?id=80865 stdout/err of VelbusLink.exe in Wine 11.6 -- 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=55518 Louis Lenders <xerox.xerox2000x@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com URL| |https://web.archive.org/web | |/20260504192427/https://cdn | |.velleman.eu/downloads/velb | |us/velbuslink/velbuslink-10 | |.8.6.0.exe Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Component|-unknown |user32 Keywords| |download --- Comment #4 from Louis Lenders <xerox.xerox2000x@gmail.com> --- Confirming. Archived it at https://web.archive.org/web/20260504192427/https://cdn.velleman.eu/downloads... This is actually a duplicate of https://bugs.winehq.org/show_bug.cgi?id=30392 So I will resolve as such. Stupid hack below allows the program to start though the GUI doesn't look great. Hack: diff --git a/dlls/user32/text.c b/dlls/user32/text.c index b757109c9b5..77f5eed0904 100644 --- a/dlls/user32/text.c +++ b/dlls/user32/text.c @@ -742,7 +742,7 @@ static const WCHAR *TEXT_NextLineW( HDC hdc, const WCHAR *str, int *count, /* If we are here after a path ellipsification it must be * because even the ellipsis itself didn't fit. */ - assert (pellip->under == 0 && pellip->after == 0); + if(!(pellip->under == 0 && pellip->after == 0)) (pellip->under = 0 && pellip->after = 0); pellip->before = before; pellip->len = len_ellipsis; /* pellip->after remains as zero as does -- 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=55518 Louis Lenders <xerox.xerox2000x@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #5 from Louis Lenders <xerox.xerox2000x@gmail.com> --- Resolving as duplicate of 30392. *** This bug has been marked as a duplicate of bug 30392 *** -- 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 (2)
-
WineHQ Bugzilla -
WineHQ Bugzilla