http://bugs.winehq.org/show_bug.cgi?id=14356
--- Comment #11 from Anastasius Focht focht@gmx.net 2008-07-09 10:40:15 --- Hello,
judging from your trace it looks like a problem with user shell folders not being created and failure not correctly propagated (DesktopDirectory, ...). I can see multiple times:
--- snip --- 000b:trace:shell:SHGetFolderPathAndSubDirW Created missing system directory L"C:\windows\profiles\simjoko\Desktop" 000b:trace:shell:SHGetFolderPathAndSubDirW returning 0x00000000 (final path is L"C:\windows\profiles\simjoko\Desktop") --- snip ---
Which looks suspicious.
Please run the following commands and paste output:
ls -la $HOME/Desktop ls -la $HOME/.wine/drive_c/windows/profiles/$USERNAME
My guess is you have a permission problem somewhere (which unearths shell32 bug).
Regards