https://bugs.winehq.org/show_bug.cgi?id=36811
--- Comment #4 from Austin English austinenglish@gmail.com --- (In reply to Anastasius Focht from comment #3)
Hello Austin,
--- snip --- -# @ stub GetFirmwareEnvironmentVariableA -# @ stub GetFirmwareEnvironmentVariableW +@ stub GetFirmwareEnvironmentVariableA(str str ptr long) +@ stub GetFirmwareEnvironmentVariableW(wstr wstr ptr long) --- snip ---
that doesn't make sense if you provide a stub implementation.
With a modified version ('stub' -> 'stdcall') it works for me, the wizard finishes without crash.
Typo of course, thanks for testing. Sent: https://source.winehq.org/patches/data/105336
--- quote --- I get an error:
The driver of the File System Filter Manager is not running Please ensure the driver is started before installing avast! --- quote ---
I don't get that error here.
You probably see a result of bug 23583 and bug 35693
Ok, thanks for the info.