[Bug 19807] Nokia ovi suite fails to install

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 21 10:13:57 CDT 2009


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


Juan Lang <juan_lang at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|-unknown                    |kernel32
     Ever Confirmed|0                           |1




--- Comment #1 from Juan Lang <juan_lang at yahoo.com>  2009-08-21 10:13:55 ---
Confirming.  From a +file log:

trace:file:GetLongPathNameW L"\\\\?\\C:\\windows\\temp\\",0x0,0
err:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\windows\\temp\\"
wine: Unhandled page fault on read access to 0x00000000 at address 0x7b85bc35
(thread 002a), starting debugger...

It's calling GetLongPathNameW with the second parameter NULL.  Presumably
that's legal, since MSDN says:
"If the lpBuffer buffer is too small to contain the path, the return value is
the size, in TCHARs, of the buffer that is required to hold the path and the
terminating null character."
Still, tests needed.  Setting component to kernel32 all the same.

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