https://bugs.winehq.org/show_bug.cgi?id=49888
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #2 from Louis Lenders xerox.xerox2000x@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