http://bugs.winehq.org/show_bug.cgi?id=14356
--- Comment #12 from Simon König simjoko@gmail.com 2008-07-09 12:27:15 --- here it is:
ls: cannot access /home/simjoko/Desktop: No such file or directory (I don't use this user actively)
drwxr-xr-x 4 simjoko simjoko 4096 2008-07-09 16:12 . drwxr-xr-x 10 simjoko simjoko 4096 2008-07-09 16:12 .. drwxr-xr-x 8 simjoko simjoko 4096 2008-07-09 16:12 All Users drwxr-xr-x 12 simjoko simjoko 4096 2008-07-09 16:12 simjoko
(In reply to comment #11)
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