http://bugs.winehq.org/show_bug.cgi?id=34311
Bug #: 34311 Summary: Unhandled exception: page fault on read access to 0x00000009 in 32-bit code (0x00409785) Product: Wine Version: unspecified Platform: x86 OS/Version: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: michael.amos80@gmail.com Classification: Unclassified
Opened in an application called wine.
http://bugs.winehq.org/show_bug.cgi?id=34311
--- Comment #1 from Michael michael.amos80@gmail.com 2013-08-20 21:51:22 CDT --- Created attachment 45677 --> http://bugs.winehq.org/attachment.cgi?id=45677 Unhandled exception: page fault on read access to 0x00000009 in 32-bit code (0x00409785)
Opened in an application called wine.
http://bugs.winehq.org/show_bug.cgi?id=34311
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.4.1 Summary|Unhandled exception: page |Stellar Phoenix Photo |fault on read access to |Recovery crashes |0x00000009 in 32-bit code | |(0x00409785) |
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2013-08-20 22:38:56 CDT --- Please update to wine 1.7 (or at least 1.6) and try again. Is there a demo available that can reproduce the issue?
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.
http://bugs.winehq.org/show_bug.cgi?id=34311
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED URL| |http://download.stellarinfo | |.com/stellar/StellarPhoenix | |PhotoRecoverySoftware.exe CC| |dank@kegel.com Resolution| |INVALID
--- Comment #4 from Dan Kegel dank@kegel.com 2013-08-20 22:56:22 CDT --- Not really a bug in wine, I think.
http://bugs.winehq.org/show_bug.cgi?id=34311
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2013-08-28 14:10:23 CDT --- Closing.