https://bugs.winehq.org/show_bug.cgi?id=38364
Bug ID: 38364 Summary: AutoPatcher Updater fails due to missing COM interfaces Product: Wine Version: 1.7.38 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gerbilsoft@gerbilsoft.com Distribution: ---
Created attachment 51207 --> https://bugs.winehq.org/attachment.cgi?id=51207 Console output for AutoPatcher
Attempting to use the AutoPatcher Updater on Wine results in numerous COM errors due to unimplemented interfaces.
AutoPatcher is available for download at: http://www.autopatcher.net/forum/
On startup, it shows the following messages:
Object doesn't support this action In mdlInitialization.initFolders At Line 108
Object variable or With block variable not set In mdlInitialization.initFolders At Line 108
Object variable or With block variable not set In mdlInitialization.initFolders At Line 108
Console output shows several unsupported COM interfaces: - {7fd52380-4e07-101b-ae2d-08002b2ec713}: IPersistStreamInit - {37d84f60-42cb-11ce-8135-00aa004bb851}: IPersistPropertyBag - {df0b3d60-548f-101b-8e65-08002b2bd119}: ISupportErrorInfo
https://bugs.winehq.org/show_bug.cgi?id=38364
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |scrrun
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Real problem is likely this one:
--- fixme:scrrun:filesys_GetSpecialFolder 0x7dd615a0 0 0x32f960 ---
https://bugs.winehq.org/show_bug.cgi?id=38364
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- I sent a patch that should help https://www.winehq.org/pipermail/wine-patches/2015-April/138547.html.
https://bugs.winehq.org/show_bug.cgi?id=38364
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Patch was committed as 533323d70397a53a2ce5002dc2038bcf5f122344. David, could you retest? And also I'd appreciate direct link to download location instead of a top level forum page.
https://bugs.winehq.org/show_bug.cgi?id=38364
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|AutoPatcher Updater fails |AutoPatcher Updater needs |due to missing COM |IFileSystem3::GetSpecialFol |interfaces |der()
https://bugs.winehq.org/show_bug.cgi?id=38364
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://autopatcher.net/apen | |gine/Apup_1_4_43.zip CC| |focht@gmx.net Summary|AutoPatcher Updater needs |AutoPatcher Updater 1.4.x |IFileSystem3::GetSpecialFol |needs |der() |IFileSystem3::GetSpecialFol | |der() Ever confirmed|0 |1
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming.
Prerequisite: 'winetricks -q vb6run'
The commit fixes the problem, letting the downloader/updater work as intended.
There is another annoying stub (ITextStream::Close method) which requires dismissal of multiple dialog boxes -> new bug.
$ sha1sum Apup_1_4_43.zip 3c5694b5dee56bafbc4f528b37ef52eeed68a883 Apup_1_4_43.zip
$ du -sh Apup_1_4_43.zip 2.3M Apup_1_4_43.zip
$ wine --version wine-1.7.40-29-gc1c108f
Regards
https://bugs.winehq.org/show_bug.cgi?id=38364
--- Comment #5 from David Korth gerbilsoft@gerbilsoft.com --- The problem was resolved with wine-1.7.41.
https://bugs.winehq.org/show_bug.cgi?id=38364
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |533323d70397a53a2ce5002dc20 | |38bcf5f122344 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com --- Great, thanks for confirming it.
https://bugs.winehq.org/show_bug.cgi?id=38364
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.46.
https://bugs.winehq.org/show_bug.cgi?id=38364
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://autopatcher.net/apen |https://web.archive.org/web |gine/Apup_1_4_43.zip |/20210228145420/http://auto | |patcher.net/apengine/Apup_1 | |_4_43.zip
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/web/20210228145420/http://autopatcher.net/apengine/A...
https://www.virustotal.com/gui/file/4fd25db39ea8a361cd6ceb6ccdd22af66981402b...
$ sha1sum Apup_1_4_43.zip 3c5694b5dee56bafbc4f528b37ef52eeed68a883 Apup_1_4_43.zip
$ du -sh Apup_1_4_43.zip 2.3M Apup_1_4_43.zip
Regards