http://bugs.winehq.org/show_bug.cgi?id=34654
Bug #: 34654 Summary: GOG.com downloader mode fails in browser (unimplemented association query) Product: Wine Version: 1.7.3 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: shell32 AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
trying to download a game from GOG.com account in downloader mode using Firefox installed in WINEPREFIX fails:
"gogdownloader://<game>/installer_win_en"
--- snip --- fixme:shell:ApplicationAssociationRegistration_QueryCurrentDefault (0x134920)->(L"gogdownloader", 1, 1, 0x33d51c) --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/8ae6b43bc89b80ef6e5019dccefd451bc...
--- snip --- 865 static HRESULT WINAPI ApplicationAssociationRegistration_QueryCurrentDefault(IApplicationAssociationRegistration* This, LPCWSTR query, 866 ASSOCIATIONTYPE type, ASSOCIATIONLEVEL level, LPWSTR *association) 867 { 868 FIXME("(%p)->(%s, %d, %d, %p)\n", This, debugstr_w(query), type, level, association); 869 return E_NOTIMPL; 870 } --- snip ---
$ du -sh Setup_Downloader_3.5.8_stable.exe 3.6M Setup_Downloader_3.5.8_stable.exe
$ sha1sum Setup_Downloader_3.5.8_stable.exe 253c47bdc34de4a151febe4964ef0dd30b28eacf Setup_Downloader_3.5.8_stable.exe
$ wine --version wine-1.7.3-205-g5451a1e
Regards
http://bugs.winehq.org/show_bug.cgi?id=34654
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.gog.com/download | |er
http://bugs.winehq.org/show_bug.cgi?id=34654
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev@web.de
http://bugs.winehq.org/show_bug.cgi?id=34654
Christoph Korn c_korn@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |c_korn@gmx.de
https://bugs.winehq.org/show_bug.cgi?id=34654
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |31219559568fbf88db8fd704792 | |ba59cc28076cf Status|NEW |RESOLVED CC| |leslie_alistair@hotmail.com Resolution|--- |FIXED
--- Comment #1 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Fixed by http://source.winehq.org/git/wine.git/?a=commit;h=31219559568fbf88db8fd70479...
https://bugs.winehq.org/show_bug.cgi?id=34654
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.37.
https://bugs.winehq.org/show_bug.cgi?id=34654
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.gog.com/download |https://web.archive.org/web |er |/20190516055513/https://www | |.gog.com/download/d3/stable | |/Setup_Downloader_3.5.8_sta | |ble.exe
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/web/20190516055513/https://www.gog.com/download/d3/s...
https://www.virustotal.com/gui/file/2a5dc066630e6f7b0bd3db61ed6aca47647e80f5...
$ sha1sum Setup_Downloader_3.5.8_stable.exe 253c47bdc34de4a151febe4964ef0dd30b28eacf Setup_Downloader_3.5.8_stable.exe
$ du -sh Setup_Downloader_3.5.8_stable.exe 3.6M Setup_Downloader_3.5.8_stable.exe
Regards