https://bugs.winehq.org/show_bug.cgi?id=52806
Bug ID: 52806 Summary: TickyClav 2.exe crashes almost immediately Product: Wine Version: 7.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: rob@kalistra.com Distribution: ---
Created attachment 72182 --> https://bugs.winehq.org/attachment.cgi?id=72182 output from "TickyClav" virtual instrument crash
I use wine with yabridge to get an assortment of Windows audio plugins working on my Ubuntu Studio 20.04 machine (5.4.0-107-lowlatency kernel with PREEMPT specified). I love it, thank you!!
One plugin that used to work well for me stopped working quite some time ago. It is the "Ticky Clav 2" clavinet virtual instrument (https://www.2getheraudio.com/instruments/ticky_clav_2/). I usually use the plugin as a VST, but it also comes with an .exe that I can start from the command line. When I run `wine 2getheraudio\ TickyClav\ 2.exe` I briefly see the UI for the application show up on the screen, then about a half second later I get the "Program Error" window saying "The program 2getheraudio TickyClav 2.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience."
I have attached a text file with the full terminal output.
Thanks for any help you can offer!
https://bugs.winehq.org/show_bug.cgi?id=52806
--- Comment #1 from rob@kalistra.com --- Oh, forgot to mention... I have wine installed via the wine-devel package from the winehq repository, and I haven't made any modifications. I also have wineasio installed from the kx.studio repositories.
https://bugs.winehq.org/show_bug.cgi?id=52806
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|TickyClav 2.exe crashes |Ticky Clav 2 (2getheraudio) |almost immediately |crashes soon after launch
https://bugs.winehq.org/show_bug.cgi?id=52806
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Distribution|--- |Ubuntu URL| |https://s3.amazonaws.com/2g | |etheraudioproductdownloads/ | |2getheraudio+TickyClav+2+WI | |NDOWS+v1.1.1.zip
https://bugs.winehq.org/show_bug.cgi?id=52806
v322v322+wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |v322v322+wine@gmail.com
--- Comment #2 from v322v322+wine@gmail.com --- Created attachment 78071 --> https://bugs.winehq.org/attachment.cgi?id=78071 backtrace
https://bugs.winehq.org/show_bug.cgi?id=52806
--- Comment #3 from v322v322+wine@gmail.com --- I can confirm that Ticky Clav 2 crashes. For me, it is Wine 6.0 on Linux Mint 21.3. I get the same result whether I try running the .exe or if I attempt to load Ticky Clav 2 as a VST inside of Carla.
https://bugs.winehq.org/show_bug.cgi?id=52806
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #4 from joaopa jeremielapuree@yahoo.fr --- Obviously , wine 6.0 is not supported anymore You will have to update wine Use the latest vanilla wine (currently, it is wine-10.2) in a fresh wineprefix. If the bug still occurs after upgrading please attach the full output, not only the backtrace.
https://bugs.winehq.org/show_bug.cgi?id=52806
--- Comment #5 from joaopa jeremielapuree@yahoo.fr --- I can not test by myself since software requests an ASIO device
https://bugs.winehq.org/show_bug.cgi?id=52806
--- Comment #6 from v322v322+wine@gmail.com --- Created attachment 78104 --> https://bugs.winehq.org/attachment.cgi?id=78104 output from running Ticky Clav 2 on Wine 10 from a clean WINEPREFIX
https://bugs.winehq.org/show_bug.cgi?id=52806
--- Comment #7 from v322v322+wine@gmail.com --- I upgraded wine, ran from a clean WINEPREFIX, and attached the output.
To get an ASIO device, install wineasio and jack.
Wineasio is available for Debian-based distributions from the kxstudio repositories (https://kx.studio/) or else from https://github.com/wineasio/wineasio.
Jack is available from most Linux distribution repositories, so running
sudo apt install qjackctl
or
sudo dnf install qjackctl
or similar should get a nice GUI for configuring and controlling Jack plus Jack itself.
You will need to run
wineasio-register
to register the wineasio driver DLL libraries. (If using a separate WINEPREFIX, set that prior to calling wineasio-register).
https://bugs.winehq.org/show_bug.cgi?id=52806
--- Comment #8 from rob@kalistra.com --- I'm the person who originally opened this ticket, I can verify that TickyClav 2 is in fact working for me on wine 9.21. (I'm using 9.21 because there's a more general issue with wine 9.22 and the yabridge software I'm using which makes Windows plugins available on Linux, see https://bugs.winehq.org/show_bug.cgi?id=57603 and https://gitlab.winehq.org/wine/wine/-/merge_requests/6569).
From my perspective, then, this issue has been resolved. Thanks!