Since updating to the eleventh beta I am seeing a few of these:
{āfatalā:true,āexitā:true,āstatusā:12,āpidā:25,āppidā:18,āerrorā:āChildService(sync).onStdout(): Error: ChildService(sync).onStdout()Cannot write to /ps/library: LibraryHealthChecks: copyExampleImageToLibraryDir(): missing validation image¹ā¶ā}
I checked and it does seem that I do have write access to /ps/library. Do you have some suggestions?
This error is caused by one of the startup validation processes: a directory can state that it is read/write, but file operations may still fail (if itās an exotic FUSE mount, or if the anti-malware module decides to veto the file op, or ā¦).
The only way Iāve found to reliably check is to actually do an example file op: create a directory, and actually write a test image to that directory.
Iām stumped to why the validation images would be missing, though: that should very reliably either work always or never.
Can you share your system information from your PhotoStructure About page with me via a dm?
(To clarify, this is done by PhotoStructure, automatically, as part of the library validation module. Itās this module that seems to be flaky for you.)