http://bugs.winehq.org/show_bug.cgi?id=13953
--- Comment #9 from Uriah hytek3000@yahoo.com 2009-01-16 20:05:35 --- Here is a quick debug. Seems that NtCreateFile in ntdll isn't working right which is causing to come up with "files not found". Even for the windows/system32 folder
(heres one for the windows folder:) trace:ntdll:NtCreateFile handle=0xbf87f328 access=80000000 name=L"\??\C:\windows" objattr=00000040 root=(nil) sec=(nil) io=0xbf87f318 alloc_size=(nil) attr=00000080 sharing=00000001 disp=2 options=00000021 ea=(nil).0x00000000 warn:ntdll:NtCreateFile L"\??\C:\windows" not found (c0000035)
(heres one for a file in windows/system32:) trace:ntdll:NtCreateFile handle=0xbf87ede8 access=80000000 name=L"\??\C:\windows\system32\wineboot.exe" objattr=00000040 root=(nil) sec=(nil) io=0xbf87edd8 alloc_size=(nil) attr=00000000 sharing=00000005 disp=1 options=00000050 ea=(nil).0x00000000 warn:ntdll:NtCreateFile L"\??\C:\windows\system32\wineboot.exe" not found (c0000034)
Basically it loops this same trace/warn for every folder and file which is hundreds of them needed for the client app. I'm debating on updating the component which I think I'm sure it's the ntdll, but my programming and knowledge just isn't there yet :)
Cheers.