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

Unterminated quote string #10

Closed
rafaelcorreiapoli opened this issue Sep 11, 2015 · 9 comments
Closed

Unterminated quote string #10

rafaelcorreiapoli opened this issue Sep 11, 2015 · 9 comments
Assignees
Labels

Comments

@rafaelcorreiapoli
Copy link

screenshot from 2015-09-11 04 20 06
The app runs fine when running throught "meteor run", however when trying to run the dist version, I get this strange error =(

@rafaelcorreiapoli
Copy link
Author

Electrified: 1: Electrified: �ELF����: not found
Electrified: 1: Electrified: Syntax error: Unterminated quoted string

@arboleya
Copy link
Owner

Well thats is new, I'll need to emulate it first.

Ubuntu right? What version?

@arboleya
Copy link
Owner

Also, can you provide a simple repo reproducing this behavior? So we can go down in a less esoteric way about fixing this. :)

@arboleya arboleya self-assigned this Sep 11, 2015
@rafaelcorreiapoli
Copy link
Author

I discovered what was happening, i ran electrify as root then it created a file on my tmp: electrify-ppid
when I closed it, the file was not deleted and then I couldn't open the app anymore
I deleted the tmp file and did everything again but with my own user... now this problem is fixed
Although, i still have the problem that the app freezes on an empty screen when running the app for the second time (it only works on the first time)

@rafaelcorreiapoli
Copy link
Author

Ubuntu 14.04 LTS

@arboleya
Copy link
Owner

Can you provide a simple repo reproducing this behavior, so I can start on the right foot?

@rafaelcorreiapoli
Copy link
Author

It happened just by creating a new meteor project and adding the electrify package
It was not a problem with the package itself, but with my tmp directory, in my ubuntu
I think that would be great if you manage to delete that electrify-ppid from tmp folder when the process is finished, to avoid this kind of problems

@arboleya
Copy link
Owner

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.

@arboleya
Copy link
Owner

Oh now I see, you are trying to run a binary through shell, remove the sh part and it will proceed.

.electrified/.dist/Electrified-linux-x64/Electrified

Or, outside terminal, just double click the file's icon.

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

No branches or pull requests

2 participants