-
Notifications
You must be signed in to change notification settings - Fork 52
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
Unterminated quote string #10
Comments
Electrified: 1: Electrified: �ELF����: not found |
Well thats is new, I'll need to emulate it first. Ubuntu right? What version? |
Also, can you provide a simple repo reproducing this behavior? So we can go down in a less esoteric way about fixing this. :) |
I discovered what was happening, i ran electrify as root then it created a file on my tmp: electrify-ppid |
Ubuntu 14.04 LTS |
Can you provide a simple repo reproducing this behavior, so I can start on the right foot? |
It happened just by creating a new meteor project and adding the electrify package |
Hmm ok. Electrify itself doesn't create this ppid, perhaps it's something automatically created by Electron itself. I'm gonna dig into it this weekend, let's see. |
Oh now I see, you are trying to run a binary through shell, remove the .electrified/.dist/Electrified-linux-x64/Electrified Or, outside terminal, just double click the file's icon. |
The app runs fine when running throught "meteor run", however when trying to run the dist version, I get this strange error =(
The text was updated successfully, but these errors were encountered: