Error loading colors locks up app

Issue #8 closed
Robert Leach created an issue

I think that the preferences file associated with a specific input file got corrupted. When loading that file in a new instance of treeview, the progress bar got stuck at 99%, said done, but was hung. Copying the input file to a new file got around the issue.

Comments (8)

  1. Robert Leach reporter

    I only know if is a preferences file from a comment from Chris. I didn't actually see it. Where would the preference file be stored?

  2. Robert Leach reporter

    I let the hang continue on yesterday. It was still hung just now, so I quit TreeView.

  3. Lance Parsons

    Colors are loaded from user preferences and if the named ColorSet2 is not found in the preferences, the application will crash with a NullPointerException.

  4. Log in to comment