http://bugs.winehq.org/show_bug.cgi?id=34311
--- Comment #3 from Dan Kegel dank@kegel.com 2013-08-20 22:54:56 CDT --- I reproduced this with
41fe7dfb8dcf8a3c73c2dc6a581cdeda37048cad StellarPhoenixPhotoRecoverySoftware.exe
The log shows
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS trace:file:CreateFileW L"\\.\Z:" GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE creation 3 attributes 0x0 trace:file:RtlDosPathNameToNtPathName_U (L"\\.\Z:",0x1e7dc58,(nil),(nil)) trace:file:RtlGetFullPathName_U (L"\\.\Z:" 520 0x1e7d998 (nil)) trace:ntdll:FILE_CreateFile handle=0x1e7dc54 access=80000000 name=L"\??\Z:" objattr=00000040 root=(nil) sec=(nil) io=0x1e7dc60 alloc_size=(nil) attr=00000000 sharing=00000003 disp=1 options=00000060 ea=(nil).0x00000000 trace:file:get_dos_device L"Z:" -> "/dev/sda7" warn:file:CreateFileW Unable to create file L"\\.\Z:" (status c0000022) trace:file:CreateFileW returning 0xffffffff trace:seh:raise_exception code=c0000005 flags=0 addr=0x409785 ip=00409785 tid=0029
So it's unhappy at not being able to open your root directory.
This seems like an app bug, not a wine bug.
You can work around this with cd ~/.wine/dosdevices mv z: z:.bak
If that doesn't let you start the app, please upgrade to wine-1.6.
though I'm not sure if the app can actually scan flash drives for photos... you'll have to try that.