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

Cannot load from sd card #173

Open
kstripp opened this issue Jan 29, 2019 · 1 comment
Open

Cannot load from sd card #173

kstripp opened this issue Jan 29, 2019 · 1 comment

Comments

@kstripp
Copy link

kstripp commented Jan 29, 2019

When I try loading from SD card, a dialog appears with a drop down to select. The "Load" button does nothing at all though, but the "Close" button does close the dialog.

System:
Debian Sid
4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux

npm --version: 5.8.0
node --version: v10.15.0

Full terminal output when launching:

$ sudo npm start
[sudo] password for scott: 
npm WARN npm npm does not support Node.js v10.15.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/

> [email protected] start /home/scott/.local/opt/pibakery
> electron .

There is no terminal output whatsoever after that. How do I enable debug output? If I can do that, hopefully I can provide more useful info.

@kstripp
Copy link
Author

kstripp commented Jan 30, 2019

Interesting update:

The output I get above is if I try running with the system npm. If however I run it using nodeenv, I get this:

(env)scott@hephaestus ~/.local/opt/pibakery $ npm start

> [email protected] start /home/scott/.local/opt/pibakery
> electron .

Segmentation fault
npm ERR! code ELIFECYCLE
npm ERR! errno 139
npm ERR! [email protected] start: `electron .`
npm ERR! Exit status 139
npm ERR! 
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/scott/.npm/_logs/2019-01-30T04_58_48_637Z-debug.log
Segmentation fault

Now the load button responds and the dialog closes, but nothing loads from the card. (note, it now does this for both system and local npm... unlike last night. But as far as I know, nothing changed).

I've attached the error log.
2019-01-30T04_58_48_637Z-debug.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant