Crash when iPhoto.app can't be found
Reported by Virgil Dupras | December 28th, 2010 @ 11:02 AM
Application Identifier: com.hardcoded_software.dupeguru_pe
Application Version: 1.11.2
Traceback (most recent call last):
File "aem/findapp.pyc", line 18, in _findapp
aem.ae.MacOSError: -10814
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "aem/findapp.pyc", line 50, in byname
File "aem/findapp.pyc", line 21, in _findapp
aem.findapp.ApplicationNotFoundError: Local application 'iPhoto' not found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "aem/findapp.pyc", line 18, in _findapp
aem.ae.MacOSError: -10814
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "hscommon/cocoa/__init__.pyc", line 51, in _async_run
File "core_pe/app_cocoa.pyc", line 152, in _do_delete
File "appscript/reference.pyc", line 800, in __call__
File "appscript/reference.pyc", line 735, in __init__
File "aem/findapp.pyc", line 54, in byname
File "aem/findapp.pyc", line 21, in _findapp
aem.findapp.ApplicationNotFoundError: Local application 'iPhoto.app' not found.
Comments and changes to this ticket
-
Virgil Dupras December 28th, 2010 @ 12:09 PM
- State changed from new to accepted
I could reproduce the issue by sending the iPhoto app to trash just prior a "Send marked to trash" after an iPhoto scan. The "proper" resolution for this would be to ask the user where the iphoto app is, but I suspect this would be complicated to do in the current code. I'm not sure it's worth it For now, I'll just catch the crash and add a relevant message to the problems dialog.
-
Virgil Dupras December 31st, 2010 @ 11:44 AM
- Assigned user set to Virgil Dupras
-
Virgil Dupras December 31st, 2010 @ 12:10 PM
- State changed from accepted to fixed
(from [551455f7530f]) [#125 state:fixed] Wrapped error message around a crash when the iPhoto app can't be found. https://bitbucket.org/hsoft/dupeguru/changeset/551455f7530f/
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Referenced by
- 125 Crash when iPhoto.app can't be found (from [551455f7530f]) [#125 state:fixed] Wrapped error me...