[Bug 23421] New: unimplemented function SHLWAPI.dll.AssocGetPerceivedType (affects Windows Live Photo Gallery)
http://bugs.winehq.org/show_bug.cgi?id=23421 Summary: unimplemented function SHLWAPI.dll.AssocGetPerceivedType (affects Windows Live Photo Gallery) Product: Wine Version: 1.2-rc5 Platform: x86 URL: http://g.live.com/1rewlive3/en/wlsetup-all.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: leighmanthegreat(a)hotmail.com Created an attachment (id=29210) --> (http://bugs.winehq.org/attachment.cgi?id=29210) Live Photo Gallery Crash Windows Live Photo Gallery crashes with unimplemented function. Can install a couple of Windows Live programs after winetricks msxml3 ie6 Live Photo gallery then requires winetricks wmp9 After this it crashes with unimplemented function. Log attached. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 leighman <leighmanthegreat(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |shlwapi -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 --- Comment #1 from A Wine user <RandomAccountName(a)mail.com> 2010-06-28 09:08:39 --- For me, this crash only happens when using native shlwapi. After removing the shlwapi override added by winetricks in winecfg, it no longer complains about this function. (The program still doesn't work, though) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 --- Comment #2 from leighman <leighmanthegreat(a)hotmail.com> 2010-06-28 10:58:31 --- Ah, true story! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |austinenglish(a)gmail.com Ever Confirmed|0 |1 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2010-06-28 17:04:20 --- Probably because it was added in XP SP2/Server 2003 (http://msdn.microsoft.com/en-us/library/bb773463%28VS.85%29.aspx), so it's probably not in the version supplied with ie6. Wine doesn't have it either, however... -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #4 from André H. <nerv(a)dawncrow.de> 2010-06-29 13:10:01 --- does it crash in Wine because of the unimplemented function too? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2010-07-16 04:01:43 --- Created an attachment (id=29629) --> (http://bugs.winehq.org/attachment.cgi?id=29629) stub Does this help? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 --- Comment #6 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-07-16 07:00:22 --- (In reply to comment #5)
Created an attachment (id=29629) --> (http://bugs.winehq.org/attachment.cgi?id=29629) [details] stub
Does this help?
I had difficulty testing my own stubbed implementation because I run into unimplemented shlwapi.StrStrNW. Some reproduction instructions would be really useful. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 --- Comment #7 from André H. <nerv(a)dawncrow.de> 2012-03-20 14:55:44 CDT --- (In reply to comment #6)
(In reply to comment #5)
Created an attachment (id=29629) [details] stub
Does this help?
I had difficulty testing my own stubbed implementation because I run into unimplemented shlwapi.StrStrNW. Some reproduction instructions would be really useful.
StrStrNW seems to be available now. can someone please retest? Austin's stub looks good except of the additional changes of course. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #8 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-06-18 23:43:50 CDT --- (In reply to comment #7)
StrStrNW seems to be available now. can someone please retest? Austin's stub looks good except of the additional changes of course.
I'm not able to install the program because windows live setup complains I'm not connected to the internet. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 --- Comment #9 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-06-19 10:16:22 CDT --- This looks trivial to implement, but we need to now what kind of extensions it try to check with it. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 --- Comment #10 from Nikolay Sivov <bunglehead(a)gmail.com> 2013-08-06 07:12:35 CDT --- I got a patch for get_activeElement() but it still fails later. It's probably worth to try with IE. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f2d40ca87d5ef9cfc7ef19c2146 | |062f8461ff905 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from Nikolay Sivov <bunglehead(a)gmail.com> 2013-08-06 07:24:24 CDT --- Actually it works fine with native IE, and I don't see any Assoc* calls, so maybe it's not really used, just linked to. I'll open another bug for mshtml part, this one is fixed. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34216 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23421 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2013-08-30 13:05:48 CDT --- Closing bugs fixed in 1.7.1. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=23421 Bug 23421 depends on bug 34216, which changed state. Bug 34216 Summary: Windows Live installer cannot proceed without IE https://bugs.winehq.org/show_bug.cgi?id=34216 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE -- 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.
participants (1)
-
wine-bugs@winehq.org