[Bug 49888] Reaper crashes when loading certain vst plugins that need authorization

WineHQ Bugzilla wine-bugs at winehq.org
Sun Sep 27 14:05:30 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49888

Louis Lenders <xerox.xerox2000x at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xerox.xerox2000x at gmail.com

--- Comment #2 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
(In reply to luisuribe00 from comment #1)
> the plugins that keep crashing are all from Plugin Alliance and
> magicdeatheye from DDMF

I don`t really know anything about these plugins, but there is bugreport about
other plugins that maybe you should read ***

I downloaded free ColourEQ from https://ddmf.eu/freeware/ 

And as in mentioned bugreport looks like they are wine-aware:

grep wine_get_version *
Binary file ColourEQ_32.dll matches
Binary file ColourEQ_64.dll matches
Binary file ColourEQ.dpm matches


So just to exclude this is cause of the crash: Try wine-staging and set "Hide
wine version" in winecfg (though I can imagine this might be broken due to
massive ntdll changes last releases)

Or try replace string "wine_get_version" with another one e.g.

sed 's/wine_get_version/qine_get_version/g' *.*

Does that change anything?

***: https://bugs.winehq.org/show_bug.cgi?id=46314

-- 
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.



More information about the wine-bugs mailing list