-
Notifications
You must be signed in to change notification settings - Fork 285
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
Catalog Sources disappear #893
Comments
Well, I can’t get this to happen, but the error “reloadData called while in the middle of doing a reloadData” makes me wonder if it’s related to a recent change. @pjrobertson fixed things so the contents would get updated in real-time as you make changes to the entry. Are you able to do this consistently? Is there a particular type you add that triggers it, or a particular path? |
FWIW, I've occasionally seen my catalog get wiped, requiring me to restore On 17 May 2012 14:35, Rob McBroom <
|
In my case, I can still use the catalog contents so this is just a UI issue but everything is missing (Applications, Modules etc.). I've tried reproducing it on another machine and I get reliable crashes doing the following: Add custom Folder to catalog, add a Type = *.avi — select outside then back into the Type box and I crash. I've sent 2 crash reports with this issue in the comment. I can't reproduce the catalog going blank yet, but in one case I noticed the Prefs window closed but QS was still running (not a full crash) so something is going wront with the prefs catalog UI. The crash is reproducible at the moment so can collect more info if needed. |
I can reproduce this by entering We still need to investigate and fix the crash. I wonder if it’s as simple as removing As for the original issue, it sounds like a rare race condition, so it could be hard to track down. |
I just saw my catalog (in the preferences) go blank as well for a completely different reason. I went into Modules, selected iTunes and hit refresh. Everything disappeared. From the Console:
|
Can reproduce the iTunes > Refresh too... |
OK, an easy way for me to reproduce this:
The bug seems to be that the QSOutlineView (that shows the catalog entry) isn't being told that the catalog entry is being updated. We probably either need to look out for if the data is 'nil', or use some kind of KVO. |
Reload catalog tables on the main thread. Fixes #893
This is fairly recent, but I've noticed with 3928 that when adding a filetype to a custom folder scanner (that may have been coincidental) that every catalog source disappears in the catalog prefs UI, even if QS can still use the catalog. Lion 10.7.4, console output is the following:
http://i50.tinypic.com/rwpj4j.png
The text was updated successfully, but these errors were encountered: