https://bugs.winehq.org/show_bug.cgi?id=47252
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover@gmail.com Keywords| |download Ever confirmed|0 |1 Status|UNCONFIRMED |NEW URL| |http://www.waves.com/dlrdr? | |id=central-win
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- Confirming. It seems to be a problem with the symlink/junction point patches:
0009:Call shell32.SHGetSpecialFolderPathW(00000000,0034f994,00000010,00000000) ret=671211dc ... 0009:Call shlwapi.PathFileExistsW(0034f370 L"C:\users\zeb\Desktop") ret=7dc518be 0009:Call KERNEL32.GetFileAttributesW(0034f370 L"C:\users\zeb\Desktop") ret=7db5f916 0009:Ret KERNEL32.GetFileAttributesW() retval=ffffffff ret=7db5f916 0009:Ret shlwapi.PathFileExistsW() retval=00000000 ret=7dc518be 0009:Ret shell32.SHGetSpecialFolderPathW() retval=00000000 ret=671211dc 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x670012a8 ip=670012a8 tid=0009
---
zeb@terabithia:/bridge/git/wine-staging$ ls ~/.wine32/drive_c/users/zeb/ -l total 68 drwxr-xr-x 3 zeb zeb 4096 May 24 10:55 AppData drwxr-xr-x 3 zeb zeb 4096 May 24 10:55 'Application Data' drwxr-xr-x 2 zeb zeb 4096 May 24 10:55 Contacts drwxr-xr-x 2 zeb zeb 4096 May 24 10:55 Cookies lrwxrwxrwx 1 zeb zeb 17 May 24 10:55 Desktop -> /home/zeb/Desktop [...]
---
The target folder /home/zeb/Desktop/ exists, but GetFileAttributes() reports it doesn't. Erich, can you please take a look?