https://bugs.winehq.org/show_bug.cgi?id=55967
Bug ID: 55967 Summary: app regression; SWATH stops working at all as of 8.18 Product: Wine Version: 8.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mhrivnak@hrivnak.org Distribution: ---
Created attachment 75557 --> https://bugs.winehq.org/attachment.cgi?id=75557 terminal output
SWATH (http://swath.net/) won't run at all starting with 8.18, after having run successfully under wine for a very long time. It continues to not work as of 8.21.
I did a clean install of Fedora 38 and started testing packages from the winehq repository.
winehq-devel-8.17-1.1.x86_64 does work.
winehq-devel-8.18-1.1.x86_64 does not work.
Steps to reproduce:
### wget http://swath.net/downloads/SWATH_v2_0.exe sudo dnf install wine-mono sudo dnf install winehq-devel-8.17-1.1.x86_64 wine SWATH_v2_0.exe
< click through the install wizard. At the end, un-select the option to launch>
wine ~/.wine/drive_c/Program\ Files\ (x86)/SWATH\ 2.0/SWATH.exe ###
The app will show a dialog about being on a 30-day trial, and then the main window opens. It works. Now exit, and we'll try again with 8.18.
### rm -Rf ~/.wine sudo dnf install winehq-devel-8.18-1.1.x86_64 wine SWATH_v2_0.exe
< click through the install wizard. At the end, un-select the option to launch>
wine ~/.wine/drive_c/Program\ Files\ (x86)/SWATH\ 2.0/SWATH.exe ###
The process quickly exits with code 150, never having shown a graphical window of any kind.