https://bugs.winehq.org/show_bug.cgi?id=50554
Bug ID: 50554 Summary: Lounge Lizard EP-4 Electric piano crashing when closing the DAW Product: Wine Version: 6.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: corr.francesco@gmail.com Distribution: ---
This VST2 Plugin crashes everytime I close the DAW. You can use it without problems until you try to close the DAW. It was working without problems on Wine 5 and the bug appeared at some point in wine 5 staging.. and it was not fixed in wine 6.0.
I am using Ardour 6.5 as my DAW on both Debian testing and Ubuntu 20.10.
https://bugs.winehq.org/show_bug.cgi?id=50554
Franz power corr.francesco@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=50554
Robbert van der Helm mail@robbertvanderhelm.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mail@robbertvanderhelm.nl
--- Comment #1 from Robbert van der Helm mail@robbertvanderhelm.nl --- I don't have access to these plugins myself and I can't find any old backtraces, but from what I remember the segfault happened in mscvrt. This issue applies to all Applied Acoustics Systems plugins and the segfault occurs when the plugin shuts down (in `effClose()` for VST2 plugins and I think the VST3 version did the same thing in a call to the edit controller's `IPluginBase::terminate()`. This happens when using these plugins under yabridge or under any normal Windows VST2 or VST3 host.
https://bugs.winehq.org/show_bug.cgi?id=50554
--- Comment #2 from Franz power corr.francesco@gmail.com --- (In reply to Robbert van der Helm from comment #1)
I don't have access to these plugins myself and I can't find any old backtraces, but from what I remember the segfault happened in mscvrt. This issue applies to all Applied Acoustics Systems plugins and the segfault occurs when the plugin shuts down (in `effClose()` for VST2 plugins and I think the VST3 version did the same thing in a call to the edit controller's `IPluginBase::terminate()`. This happens when using these plugins under yabridge or under any normal Windows VST2 or VST3 host.
Thank you for adding more details!
https://bugs.winehq.org/show_bug.cgi?id=50554
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO
--- Comment #3 from Gijs Vermeulen gijsvrm@gmail.com --- (In reply to Franz power from comment #0)
This VST2 Plugin crashes everytime I close the DAW. You can use it without problems until you try to close the DAW. It was working without problems on Wine 5 and the bug appeared at some point in wine 5 staging.. and it was not fixed in wine 6.0.
I am using Ardour 6.5 as my DAW on both Debian testing and Ubuntu 20.10.
This is a little confusing. Does this problem happen in non-staging (upstream) wine? Or does it only happen with staging?
Could you attach the full console output + backtrace of the crash, see: https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a._terminal_output.29.3F
If this this is issue is also present with non-staging wine, performing a regression test would also be very helpful, see: https://wiki.winehq.org/Regression_Testing