Missing library, but "Pick a new library" doesn't work

With the update to stable, I wanted to start my PS library fresh on my MacBook. So I deleted the previous library from its directory, deleted the PhotoStructure app, installed the newest stable PS version (1.1, I think) and started it up.

Almost immediately it throws this error in a dialog box:

**Your library at /Users/<username>/Pictures/PhotoStructrure Library is missing.**

**You can either:**
**1. Mount or turn on that drive, then click "Try again", or**
**2. Pick a different directory by clicking "Pick a new library", or**
**3. Give up for now by clicking "Quit".**

“Pick a new library” gets the dialog box to briefly disappear, but it’s back within a second, and into a loop where “Try again” doesn’t work (expectedly) and Quit is the only other option.

What’s the situation here?

1 Like

Dang, sorry for the inconvenience! It seems that something’s borked with the “preflight” checks on macOS.

While I try to reproduce the issue locally, you can “reset” your installation by

  1. Shut down PhotoStructure

  2. opening a terminal

  3. run

    rm ~/Library/Application\ Support/PhotoStructure/settings.toml
    
  4. restarting the app: it should go right to the welcome screen.

1 Like

I experience the same thing (on 2 different Macs).

@joshanno thanks for the report: I’ll reproduce this on my test mac as soon as I can and get it fixed.

Until then, my instructions above your comment should reset things for you. Sorry for the glitch!

1 Like

Same problem here. Suggested fix worked. Thanks!

1 Like

Hi, I am having this same issue, however there is no Photostructure folder in Application Support on my Mac (MacOS Venture 13.4), so I cannot locate the settings.toml file.

I have Photostructure installed on an external hard drive and run it from there; I encountered this error when backing up my files to a different external drive, since Photostructure is looking for the library on the original drive.

Howdy @jno, welcome to PhotoStructure!

I’m surprised that the PhotoStructure directory is missing from ~/Library/Application Support: macOS Ventura didn’t do anything weird on my test box with respect to this directory structure. If you open a terminal and run find ~ -name PhotoStructure does it find it?

FWIW, the next release of PhotoStructure will “do the right thing” and redirect you to the settings page if the current library directory isn’t correct, and ask for a different directory. Apologies that this wasn’t gracefully handled before!

Cheers,

Matthew