-
Notifications
You must be signed in to change notification settings - Fork 15
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
SegFault right after starting the application. #201
Comments
I might add to my request, that after getting this SegFault, I tried to build the application myself using the source. However without success, which might be related to me not being super familiar with all this Electron stuff. however, this is what I did:
|
Ok, this seems to fix it: diff --git a/src/codex-notes.js b/src/codex-notes.js
index e7a5051..c2e3675 100644
--- a/src/codex-notes.js
+++ b/src/codex-notes.js
@@ -159,7 +159,10 @@ class CodexNotes {
height: 700,
backgroundColor: '#fff',
titleBarStyle: 'hiddenInset',
- show: false
+ show: false,
+ webPreferences: {
+ nodeIntegration: true
+ }
};
/** |
Segfaults immediately on Pop!_OS 22.04 LTS. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short description
I was trying to
Expected behaviour
I expected that
the application would start
.Actual behaviour
I saw was that
a Segmentation Fault
happened instead.Steps to reproduce
On which platforms did you notice this
This issue annoys me on Arch Linux.
App version
I use CodeX Notes latest/2.2.4.
Image
The text was updated successfully, but these errors were encountered: