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
Downloaded and ran the AppImage on a system on which this software was never running before. Getting
A JavaScript error occurred in the main process
Uncaught Exception:
Error: ENOENT: no such file or directory, open '/home/travis/.config/newlogic/Settings'
at Object.fs.openSync (fs.js:652:18)
at Object.module.(anonymous function) [as openSync] (ELECTRON_ASAR.js:172:20)
at Object.fs.writeFileSync (fs.js:1311:33)
at Object.<anonymous> (/run/firejail/appimage/.appimage-8795/app/resources/app.asar/main.js:1329:5)
at __webpack_require__ (/run/firejail/appimage/.appimage-8795/app/resources/app.asar/main.js:21:30)
at Object.module.exports.__webpack_require__.app.app (/run/firejail/appimage/.appimage-8795/app/resources/app.asar/main.js:1293:18)
at __webpack_require__ (/run/firejail/appimage/.appimage-8795/app/resources/app.asar/main.js:21:30)
at /run/firejail/appimage/.appimage-8795/app/resources/app.asar/main.js:64:18
at Object.<anonymous> (/run/firejail/appimage/.appimage-8795/app/resources/app.asar/main.js:67:10)
at Object.<anonymous> (/run/firejail/appimage/.appimage-8795/app/resources/app.asar/main.js:6065:3)
Looks like an issue in the main.js.
I'll look into this. I think it's just an issue with the function that's supposed to create the settings file.
Should be fixed in the next release.
Downloaded and ran the AppImage on a system on which this software was never running before. Getting
Reference:
AppImage/appimage.github.io#1614 (detailed logs linked there)
The text was updated successfully, but these errors were encountered: