No subject


Tue Feb 23 11:03:59 CST 2010


0009:Call KERNEL32.GetProcAddress(68580000,00411f80 "SHGetFolderPathEx")
ret=00404ba2
0009:Ret  KERNEL32.GetProcAddress() retval=00000000 ret=00404ba2
...
0009:Call KERNEL32.CreateFileA(0032f6b0
"\\Sun\\Java\\jre1.6.0_20\\Data1.cab",40000000,00000000,00000000,00000002,00000080,00000000)
ret=004070f8
0009:Ret  KERNEL32.CreateFileA() retval=ffffffff ret=004070f8
0009:Call KERNEL32.GetLastError() ret=00407020
0009:Ret  KERNEL32.GetLastError() retval=00000003 ret=00407020

It looks like the installer tries to find SHGetFolderPathEx, which appears to
be exported on Vista. Since the function doesn't exist on Wine, the installer
fails to prepend a path to the directory string fragment, causing failure.

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