http://bugs.winehq.org/show_bug.cgi?id=19807
Dave Martin davidmartin@ntlworld.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |davidmartin@ntlworld.com
--- Comment #5 from Dave Martin davidmartin@ntlworld.com 2009-11-07 09:25:12 --- (In reply to comment #1)
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.
Getting the same thing with the installer for Nokia Music Store. I want to see if I can use it with wine before committing to buying one of their "comes with music" phones. The answer is a definite "no", so far ;)
$ wine SetupNokiaMusic.exe fixme:ole:CoResumeClassObjects stub fixme:shell:IsUserAdmin stub err:file:GetLongPathNameW UNC pathname L"\\?\C:\windows\temp\" wine: Unhandled page fault on read access to 0x00000000 at address 0x7b874aeb (thread 001d), starting debugger...