-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Segfaults on Arch Linux #84
Comments
Same here (current ArchLinux x64):
|
Haven't had any luck running the releases on Arch Linux either, but it does run on when you build it manually. Steps to do so in shell with comments for each step: sudo pacman -Syu; sudo pacman -S --needed git electron npm # Updates packages and installs git, electron and node with its package manager if missing.
git clone --depth=1 https://github.com/mifi/lossless-cut lossless-cut && cd $_ # Shallow Clones the sources and changes to cloned directory
npm install # Downloads project's dependencies
npm run build # Builds sources into the dist folder
electron dist # Runs the app At time of writing EDIT: I realised this exists on AUR so you might just prefer to use that PKGBUILD instead of manually building. |
note the PKGBUILD packages the precompiled version. anyway, the issue went away - recent |
getting the same segfault on fedora 29
|
is this with the newest version of losslesscut? |
yes, with latest released version |
Program coredumps before it displays its window.
OS tested: Arch Linux - current
The text was updated successfully, but these errors were encountered: