-
Notifications
You must be signed in to change notification settings - Fork 44
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
v3.1.2 Linux (64-bit) release core dumps immediately #271
Comments
@irlittz Thanks for the report! I don't have access to a Linux OS atm, so I pretty much only test FlipFlip on Windows & Mac :/ However, I updated the sass dependency on Note: Some of FlipFlip's dependencies are quite old and that's because I'm currently limited to Electron |
@StarrHelixx the build instructions work now, and I get to the step where I am supposed to run
I suspect this is because my Electron version is too recent ( |
Hmmm .... well I believe there are other users who have successfully ran the Linux version, but I might end up setting up a test environment so I can check myself. |
I'm running an up-to-date Arch Linux installation, Linux 5.12.2 (64-bit) with KDE Plasma and a NVIDIA GPU.
The latest Linux release core dumps immediately when I try to start it:
Running the Windows release of the application in WINE works, but that's of course not ideal. I also tried to follow the developers guide to build and run a local copy, but I run into issues during
yarn install --dev
(gyp tries to build libsass and fails?) and I'm not very familiar with JavaScript programming.A friend of mine that knows more about this, mentioned that it's most likely because I have Node 16 and the node-sass version FlipFlip is using is quite outdated and not compatible with it. To make this work with more recent node versions on Linux systems, you'd either have to upgrade node-sass to 6.0+ or switch to sass, which is recommended.
The text was updated successfully, but these errors were encountered: