You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes (not clear to me when), users get this exception (the likelihood of this happening seems to increase when trying to start multiple Fiji in parallel on the same computer):
> Apr 27, 2022 9:27:59 AM java.util.prefs.FileSystemPreferences syncWorld
> WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.
I read a bit about this issue and have the feeling that generally people advice not to use the Java Preferences at all but rather use an own implementation.
Here is some link with suggestions how one may fix it (I did not try this yet):
Sometimes (not clear to me when), users get this exception (the likelihood of this happening seems to increase when trying to start multiple Fiji in parallel on the same computer):
More information can be found here: https://forum.image.sc/t/fiji-console-message-repeating-every-few-seconds/66306
I read a bit about this issue and have the feeling that generally people advice not to use the Java Preferences at all but rather use an own implementation.
Here is some link with suggestions how one may fix it (I did not try this yet):
The text was updated successfully, but these errors were encountered: