Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash upon quitting if the appdata folder has been deleted #83

Closed
ghost opened this issue Jun 22, 2013 · 2 comments
Closed

Crash upon quitting if the appdata folder has been deleted #83

ghost opened this issue Jun 22, 2013 · 2 comments
Labels
bug Bug reports.

Comments

@ghost
Copy link

ghost commented Jun 22, 2013

If the appdata folder has been deleted while dupeGuru was running, quitting dupeGuru will result in a crash like this one:

@@@
Application Identifier: com.hardcoded_software.dupeguru
Application Version: 2.9.1

Traceback (most recent call last):
File "/Applications/dupeGuru.app/Contents/Resources/dg_cocoa.plugin/Contents/Resources/dg_cocoa.py", line 72, in saveResults
File "core/app.pyc", line 216, in save
File "core/directories.pyc", line 150, in save_to_file
File "hsutil/files.pyc", line 34, in enter
File "hsutil/files.pyc", line 22, in open_if_filename
IOError: [Errno 2] No such file or directory: u'/Users/michaelblodgett/Library/Application Support/dupeGuru/last_directories.xml'
@@@

@ghost ghost closed this as completed Jun 22, 2013
@ghost
Copy link
Author

ghost commented Jun 22, 2013

Yup, I reproduced it.

@ghost
Copy link
Author

ghost commented Jun 22, 2013

(from [0dafba28b570]) [#83 state:fixed] Fixed crash on quitting if the appdata dir has been removed.
http://bitbucket.org/hsoft/dupeguru/changeset/0dafba28b570/

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports.
Projects
None yet
Development

No branches or pull requests

0 participants