http://bugs.winehq.org/show_bug.cgi?id=19592
Peter Urbanec bugzilla.winehq.org@urbanec.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #11 from Peter Urbanec bugzilla.winehq.org@urbanec.net 2009-08-10 13:33:44 --- I tracked down the source of the problem. It was a patch applied to my local git tree that introduced a bug in wine_nt_to_unix_file_name() in dlls/ntdll/directory.c
This bug in turn caused CreateFileW() to fail when attempting to load wine.inf and as a consequence many parts of the system ended up not being correctly initialised. It would have been handy if wine complained a bit more about the various failures, such as inability to read wine.inf or failure in OLE32_DllRegisterServer().
Closing bug as invalid, since it was caused by local changes.