Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Problem #92

Closed
serapath opened this issue Apr 30, 2015 · 4 comments
Closed

Problem #92

serapath opened this issue Apr 30, 2015 · 4 comments

Comments

@serapath
Copy link

The debug command mentioned on the website runs through.

my npm start command gives me:

 λ npm start

> [email protected] start /home/serapath/workspace/friends
> npm run build-css && electron index.js 2>&1 | silence-chromium


> [email protected] build-css /home/serapath/workspace/friends
> mkdirp dist && stylus -u nib css/app.styl -o dist/ -c

  compiled dist/app.css
[26951:0430/234441:ERROR:browser_main_loop.cc(171)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
/home/serapath/workspace/friends/node_modules/electron-prebuilt/dist/electron --type=renderer --force-device-scale-factor=1 --no-sandbox --enable-deferred-image-decoding --lang=en-US --node-integration=true --enable-pinch-virtual-viewport --enable-delegated-renderer --num-raster-threads=2 --disable-accelerated-video-decode --channel=26951.1.2078180821: symbol lookup error: /home/serapath/workspace/friends/node_modules/leveldown/build/Release/leveldown.node: undefined symbol: _ZN2v89Signature3NewEPNS_7IsolateENS_6HandleINS_16FunctionTemplateEEEiPS5_

But I'm stuck with a window that opens and has a white background and nothing loads.
How can i debug the problem?

@beaugunderson
Copy link
Member

I think what you need is npm run rebuild-leveldb first

@ungoldman
Copy link
Member

@serapath
Copy link
Author

thx, that did the job :-)

@beaugunderson
Copy link
Member

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

No branches or pull requests

3 participants