[Bug 22796] PopCap games installers crash in Win Vista+ mode.

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 20 14:03:28 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22796


Hans Leidekker <hans at meelstraat.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hans at meelstraat.net




--- Comment #2 from Hans Leidekker <hans at meelstraat.net>  2010-05-20 14:03:28 ---
0029:Call KERNEL32.LoadLibraryA(00446698 "shell32.dll")
0029:Ret  KERNEL32.LoadLibraryA() retval=7e8c0000
0029:Call KERNEL32.GetProcAddress(7e8c0000,00448d28 "SHGetKnownFolderIDList")
0029:Ret  KERNEL32.GetProcAddress() retval=00000000
0029:Call KERNEL32.GetProcAddress(7e8c0000,00448d40 "ILFree")
0029:Ret  KERNEL32.GetProcAddress() retval=00000000
0029:Call KERNEL32.GetProcAddress(7e8c0000,00448d48 "SHGetLocalizedName")
0029:Ret  KERNEL32.GetProcAddress() retval=00000000

SHGetKnownFolderIDList and SHGetLocalizedName were introduced in Vista
and they are unimplemented in Wine. ILFree is implemented but exported by
ordinal only.

-- 
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.



More information about the wine-bugs mailing list