http://bugs.winehq.org/show_bug.cgi?id=15563
Summary: AVG Free 7.1 fails due to missing or broken DLLs Product: Wine Version: 1.1.5 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: brett.jr.alton@gmail.com
Created an attachment (id=16562) --> (http://bugs.winehq.org/attachment.cgi?id=16562) stack trace
Installing Grisoft's AVG Free 7.1 fails.
When installing, it tells me twice that "Something horrible went wrong. Here is the link to the install log..."
The installer than continues, runs a stack trace and give me this:
"Local machine: installation failed
Initialization:
Warning: Windows Firewall activity checking failed.
- created : SetupMachine.cpp (11024)
Error 0x80040154
- created : avgwf.cpp (22)
- thrown : avgwf.cpp (22)
- caught : SetupMachine.cpp (11021)
Warning: Failed to compare versions between psapi.dll and relater windir redist psapi.dll_WNT.
- created : SetupMachine.cpp (2962)
Internal error. Value not evaluated.
- created : Evaluated.h (34)
- thrown : Evaluated.h (34)
- caught : SetupMachine.cpp (2959)
Warning: Failed to compare versions between dbghelp.dll and relater windir redist dbghelp.dll_WNT.
- created : SetupMachine.cpp (2962)
Internal error. Value not evaluated.
- created : Evaluated.h (34)
- thrown : Evaluated.h (34)
- caught : SetupMachine.cpp (2959)
Installation:
Error: Action failed for file avgtdi.sys: starting service....
- created : SetupMachine.cpp (8046)
- returned: SetupMachine.cpp (8052)
Service request timeout (1053)
- created : AvgServs.cpp (562)
- thrown : SetupMachine.cpp (5504)
- caught : SetupMachine.cpp (7756)
- returned: SetupMachine.cpp (7765)
- thrown : SetupMachine.cpp (8025)
- caught : SetupMachine.cpp (8029)"
I have attached AVGs actual install log and error report.
AVG Free 7.1 is an older version and is no longer supported. I figured it would be interesting to have an error report on an anti-virus program nonetheless.
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #1 from Brett Alton brett.jr.alton@gmail.com 2008-10-09 17:03:13 --- Created an attachment (id=16563) --> (http://bugs.winehq.org/attachment.cgi?id=16563) error log
http://bugs.winehq.org/show_bug.cgi?id=15563
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #16563|application/octet-stream |text/plain mime type| | Attachment #16563|avg7inst.log |avg7inst.txt filename| |
--- Comment #2 from Austin English austinenglish@gmail.com 2008-10-09 19:14:08 --- (From update of attachment 16563) Please set type to plain text (just rename file to .txt).
http://bugs.winehq.org/show_bug.cgi?id=15563
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #16562|application/octet-stream |text/plain mime type| | Attachment #16562|avg7inst.err |avg7inst.txt filename| |
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #3 from Austin English austinenglish@gmail.com 2008-10-09 19:15:50 --- Where's the regular terminal output?
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #4 from Brett Alton brett.jr.alton@gmail.com 2008-10-09 20:05:38 --- My apologies.
$ wine software/win32/AVG\ Free\ (7.1.405\ build\ 791)/avg71free_405a791.exe fixme:shell:SHAutoComplete SHAutoComplete stub fixme:exec:SHELL_execute flags ignored: 0x00000580 fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,3,(nil),0,(nil)) - stub! err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:create_server class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x7 err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:create_server class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x7 err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:create_server class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x7 fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set fixme:service:svcctl_CreateServiceW Don't know how to add a password fixme:service:svcctl_CreateServiceW Dependencies not supported yet fixme:service:svcctl_CreateServiceW Don't know how to add a password fixme:service:svcctl_CreateServiceW Don't know how to add a password fixme:service:svcctl_CreateServiceW Dependencies not supported yet fixme:service:svcctl_CreateServiceW Don't know how to add a password err:winedevice:ServiceMain driver L"AvgTdi" failed to load
http://bugs.winehq.org/show_bug.cgi?id=15563
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lats@yless4u.com.au
--- Comment #5 from Juan Lang juan_lang@yahoo.com 2008-10-10 13:13:59 --- Yeah, the guid {304ce942-6e39-40d8-943a-b913c40c9cd4} is CLSID_NetFwMgr, which should be implemented in hnetcfg.dll. A bunch of patches were sent for that. The most recent series appears to be this one: http://www.winehq.org/pipermail/wine-patches/2007-May/039724.html
I don't know why they didn't make it in, except maybe that the author gave up. cc'ing author in case he wants to join in.
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #6 from Jeff L lats@yless4u.com.au 2008-10-12 04:07:35 --- Yep, I was putting together the framework for hnetcfg.dll but the patch was too complex for AJ to include. I was re-factoring to be a set of smaller chunks but got distracted. I can dust it off again give is a push.
http://bugs.winehq.org/show_bug.cgi?id=15563
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #7 from Jeff L lats@yless4u.com.au 2008-10-13 05:33:53 --- Created an attachment (id=16619) --> (http://bugs.winehq.org/attachment.cgi?id=16619) avg 8.0 log
I don't have avg 7.3 but downloaded 8.0. I ran it against my hnetcfg patches and the log is attached. It gets past the hnetcfg functions but looks like it dies on {4590f811-1d3a-11d0-891f-00aa004b2e24}.
http://bugs.winehq.org/show_bug.cgi?id=15563
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-10-13 05:43:57 --- (In reply to comment #7)
Created an attachment (id=16619)
--> (http://bugs.winehq.org/attachment.cgi?id=16619) [details]
avg 8.0 log
I don't have avg 7.3 but downloaded 8.0. I ran it against my hnetcfg patches and the log is attached. It gets past the hnetcfg functions but looks like it dies on {4590f811-1d3a-11d0-891f-00aa004b2e24}.
that's wbemprox, Ivan sinitsin posted some patches to get this in wine: http://www.nabble.com/-1-4-try2.Add-new-dll.-Wbemprox.dll-td15663328.html Maybe worth a try?
http://bugs.winehq.org/show_bug.cgi?id=15563
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #9 from Austin English austinenglish@gmail.com 2009-05-06 07:01:01 --- http://www.filehippo.com/download_avg_antivirus/1029/
Still present in git.
http://bugs.winehq.org/show_bug.cgi?id=15563
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #9 from Austin English austinenglish@gmail.com 2009-05-06 07:01:01 --- http://www.filehippo.com/download_avg_antivirus/1029/
Still present in git.
--- Comment #10 from Austin English austinenglish@gmail.com 2009-05-06 07:01:13 --- Meant to confirm...
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #11 from Austin English austinenglish@gmail.com 2009-05-06 10:40:35 --- Stub wbemprox was committed: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e10f24e8391c978055cefb...
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #12 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-30 13:34:19 --- Created an attachment (id=22108) --> (http://bugs.winehq.org/attachment.cgi?id=22108) patches: give wbemprox some body
here's some patches to give wbemprox some more body. more to follow
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #13 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-30 13:35:17 --- Created an attachment (id=22109) --> (http://bugs.winehq.org/attachment.cgi?id=22109) patches: give wbemprox some body(2)
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #14 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-30 15:49:26 --- Created an attachment (id=22114) --> (http://bugs.winehq.org/attachment.cgi?id=22114) patches: give wbemprox some body(3)
http://bugs.winehq.org/show_bug.cgi?id=15563
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #22114|0 |1 is obsolete| |
--- Comment #15 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-30 16:33:34 --- (From update of attachment 22114) forgot the Makefile. Obsoleting
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #16 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-30 16:35:01 --- Created an attachment (id=22116) --> (http://bugs.winehq.org/attachment.cgi?id=22116) patches: give wbemprox some body(3)
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #17 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-30 16:36:04 --- Created an attachment (id=22117) --> (http://bugs.winehq.org/attachment.cgi?id=22117) patches: give wbemprox some body(4)
http://bugs.winehq.org/show_bug.cgi?id=15563
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #22116|patches: give wbemprox some |grrrr, sorry, attached the description|body(3) |wrong one.Obsoleting again Attachment #22116|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #18 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-30 16:43:01 --- Created an attachment (id=22118) --> (http://bugs.winehq.org/attachment.cgi?id=22118) patches: give wbemprox some body(3)
now correct (hopefully)
http://bugs.winehq.org/show_bug.cgi?id=15563
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #22118|0 |1 is obsolete| |
--- Comment #19 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-07-04 12:54:05 --- (From update of attachment 22118) obsoleting again
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #20 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-07-04 12:54:49 --- Created an attachment (id=22183) --> (http://bugs.winehq.org/attachment.cgi?id=22183) patches: give wbemprox some body(3)
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #21 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-07-04 12:55:28 --- Created an attachment (id=22184) --> (http://bugs.winehq.org/attachment.cgi?id=22184) patches: give wbemprox some body(5)
http://bugs.winehq.org/show_bug.cgi?id=15563
--- Comment #22 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-07-05 15:50:13 --- I sent some patches to give wbemprox a bit of body. After these patches , and registering wbemprox, i think the wbemprox part should be solved http://www.winehq.org/pipermail/wine-patches/2009-July/075407.html http://www.winehq.org/pipermail/wine-patches/2009-July/075408.html http://www.winehq.org/pipermail/wine-patches/2009-July/075409.html http://www.winehq.org/pipermail/wine-patches/2009-July/075410.html http://www.winehq.org/pipermail/wine-patches/2009-July/075411.html
http://bugs.winehq.org/show_bug.cgi?id=15563
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #23 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-08-26 09:54:16 --- hnetcfg and wbemprox are now enough stubbed out to get the installer a bit further. The app generates warning massages about missing versions of psapi and dbghelp, but that's not fatal. I'll send patches for those.
The installer now fails in the end starting a service: fixme:service:svcctl_CreateServiceW Don't know how to add a password fixme:service:svcctl_CreateServiceW Dependencies not supported yet fixme:service:svcctl_CreateServiceW Don't know how to add a password err:winedevice:ServiceMain driver L"AvgTdi" failed to load
I suggest now, as this bug was about hnetcfg and wbemprox, to resolve as fixed.
Please open another bug report for the failing service, as this one got crowded a lot too
http://bugs.winehq.org/show_bug.cgi?id=15563
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #24 from Alexandre Julliard julliard@winehq.org 2009-09-02 14:19:23 --- Closing bugs fixed in 1.1.29.
https://bugs.winehq.org/show_bug.cgi?id=15563
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer Fixed by SHA1| |2182dd1fa77b54e5912fd484cc7 | |5bee93e96f9cb CC| |focht@gmx.net Component|-unknown |wmi&wbemprox