https://bugs.winehq.org/show_bug.cgi?id=49888
--- Comment #3 from luisuribe00@hotmail.com --- (In reply to Louis Lenders from comment #2)
(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?
Thanks Louis,
I did the wine staging and I set the option "Hide wine version" in winecfg.
I also checked the report you shared and the links in it. I also tried
sed -i 's/wine_get_version/qine_get_version/g' reaper.exe
And it showed me this: sed: -i may not be used with stdin
So far the problem is still there. Reaper crashes and sometimes just freezes.
I tried getting a backtrace through winedbg but after attaching to the reaper process, the debugger did nothing but give me "Exception c0000005"
I did all this on a clean wine install.
After that I used winetricks to install a plethora of dlls and at some point I got one of the DDMF plugins' GUI to show (the one called magicdeatheye) but couldn't test it for sound output as it soon crashed. The Plugin Alliance vsts dont work at all, not even the GUI comes up.
I am a noob, so please bear with me.