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@winehq.org Reporter: winehq@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.