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
Following the quick start instruction written in the user guide, the following error is printed on the console:
WARNING: Failed to save config file : data/preferences.json
java.nio.file.NoSuchFileException: data/preferences.json
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:21
9)
at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:47
8)
at java.base/java.nio.file.Files.newOutputStream(Files.java:220)
at java.base/java.nio.file.Files.write(Files.java:3425)
at seedu.address.commons.util.FileUtil.writeToFile(FileUtil.java:80)
at seedu.address.commons.util.JsonUtil.serializeObjectToJsonFile(JsonUtil.java:47)
at seedu.address.commons.util.JsonUtil.saveJsonFile(JsonUtil.java:95)
at seedu.address.storage.JsonUserPrefsStorage.saveUserPrefs(JsonUserPrefsStorage.java:44)
at seedu.address.MainApp.initPrefs(MainApp.java:188)
at seedu.address.MainApp.init(MainApp.java:64)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:825)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:196)
at java.base/java.lang.Thread.run(Thread.java:829)
The text was updated successfully, but these errors were encountered:
Following the quick start instruction written in the user guide, the following error is printed on the console:
The text was updated successfully, but these errors were encountered: