https://bugs.winehq.org/show_bug.cgi?id=36811
--- Comment #3 from Anastasius Focht focht@gmx.net --- 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.
--- 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
--- snip --- err:module:import_dll Library TDI.SYS (which is needed by L"C:\windows\system32\drivers\aswRdr.sys") not found err:winedevice:ServiceMain driver L"aswRdr" failed to load --- snip ---
--- snip --- err:module:import_dll Library FLTMGR.SYS (which is needed by L"C:\windows\system32\drivers\aswsp.sys") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\windows\system32\drivers\aswsp.sys" failed, status c0000135 err:service:service_send_start_message service L"aswSP" failed to start --- snip ---
Regards