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(a)winehq.org ReportedBy: focht(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.