Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled JavaScript exception #12

Closed
probonopd opened this issue Jun 3, 2019 · 4 comments
Closed

Unhandled JavaScript exception #12

probonopd opened this issue Jun 3, 2019 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@probonopd
Copy link

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)

Reference:
AppImage/appimage.github.io#1614 (detailed logs linked there)

@ericm ericm added the bug Something isn't working label Jun 4, 2019
@ericm
Copy link
Owner

ericm commented Jun 4, 2019

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.

@ericm
Copy link
Owner

ericm commented Jun 5, 2019

This will be packaged with version 0.1.4-beta

@probonopd
Copy link
Author

Please ping me once a new release is out so that I can re-run the test, thanks.

@ericm
Copy link
Owner

ericm commented Jun 5, 2019

@ericm ericm closed this as completed Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants