https://bugs.winehq.org/show_bug.cgi?id=36811
Bug ID: 36811 Summary: Avast! Free Antivirus 9.0.2013 'AvastSvc.exe' crashes on unimplemented function KERNEL32.dll.GetFirmwareEnvironmentVariableA Product: Wine Version: 1.7.20 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
the installer now works with bug 36487 and bug 36500 fixed.
The service app crashes on startup though. Start the gui app and finish initial setup wizard.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/AVAST Software/Avast
$ wine ./AvastUI.exe ... Unhandled exception: unimplemented function KERNEL32.dll.GetFirmwareEnvironmentVariableA called in 32-bit code (0x7bc52792). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7bc52792 ESP:1146de28 EBP:1146de8c EFLAGS:00200216( - -- I -A-P- ) EAX:1146de34 EBX:7bcd1000 ECX:8720c0a8 EDX:00410064 ESI:1146e2dc EDI:1146e2dc ... Backtrace: =>0 0x7bc52792 stub_entry_point+0x4b(dll="KERNEL32.dll", name="GetFirmwareEnvironmentVariableA", ret_addr=0x10d83851) [/home/focht/projects/wine/wine.repo/src/dlls/ntdll/loader.c:196] in ntdll (0x1146de8c) 1 0x003400b4 (0x1146e1a8) 2 0x10d75525 in aswjsscan (+0x5524) (0x1146e250) 3 0x009787d1 (0x1146e33c) 4 0x00978b64 (0x1146ea58) ... 196 for (;;) RtlRaiseException( &rec ); Modules: Module Address Debug info Name (166 modules) PE 400000- 40d000 Deferred avastsvc PE 520000- 645000 Deferred libeay32 PE bb0000- c36000 Deferred aswsqlt PE 54e0000- 54e9000 Deferred ahresws2 PE f330000- f3cf000 Deferred ashbase PE f3d0000- f416000 Deferred ssleay32 PE f520000- f772000 Deferred aavm4h PE f780000- f7d3000 Deferred ahresws PE 10000000-1006a000 Deferred aswcommchannel PE 10d70000-11367000 Export aswjsscan ... Threads: process tid prio (all id:s are in hex) 00000008 AvastUI.exe 000000cb 0 000000ca 0 000000c9 0 ... 00000031 (D) C:\Program Files\AVAST Software\Avast\AvastSvc.exe 000000c4 0 000000c3 0 000000c2 0 000000c1 0 <== 000000be 0 000000b5 -15 ... --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724325%28v=vs.85%2...
$ sha1sum avast_free_antivirus_setup_9_0_2018.exe f3c810bb61028801d3d89e5f6c7a4eb2761145e9 avast_free_antivirus_setup_9_0_2018.exe
$ du -sh avast_free_antivirus_setup_9_0_2018.exe 85M avast_free_antivirus_setup_9_0_2018.exe
$ wine --version wine-1.7.20-158-g8762842
Regards