http://bugs.winehq.org/show_bug.cgi?id=19807
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |kernel32 Ever Confirmed|0 |1
--- Comment #1 from Juan Lang juan_lang@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.