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

Can not open the app from package #6

Closed
iaroshvictor opened this issue Mar 22, 2017 · 7 comments
Closed

Can not open the app from package #6

iaroshvictor opened this issue Mar 22, 2017 · 7 comments

Comments

@iaroshvictor
Copy link

Hy, i'm trying to build a meteor app form windows 7 x64.
The steps 've done:
-meteor create app name
-cd appname
-npm install -g electrify-updated-test
-electrify
(at this step all works perfectly, a window is oppened)
-electrify package
open the .electrify/.dist/my-electrified-app-win32-x64, try to run my-electrified-app.exe and absolutely nothink happens.
I can see in the task manager the process, but no window of my app appears.

@HZSamir
Copy link
Owner

HZSamir commented Mar 22, 2017

Try running the .exe from the cmd, there might be some helpful log.
(I suspect something with Mongodb, it usually him the culprit)

@iaroshvictor
Copy link
Author

cap

@HZSamir
Copy link
Owner

HZSamir commented Mar 22, 2017

Yep, this is exactly what I suspected, see this https://github.com/Unforgiven-wanda/electrify-updated-test#how-to-fix and more particularly this issue to fix it arboleya/electrify#61 (comment)

And just as a tip, I see you're trying to run this on a x86 machine, MongoDB has a severe limitation of 2gb of data on this kind of hardware (you can see it written in your log), my advice is to use something else, like CouchDB with is every bit as good, without the minus of storage limit.

Good luck to you, let me know if it is fixed :)

@iaroshvictor
Copy link
Author

I tried to copy Mongo and Mongod from 3.2.6 version to myapp/resources/app/bin
Then run the exe of my app, and it is stuck at electrify:plugins:mongodb: staring mongo...

@HZSamir
Copy link
Owner

HZSamir commented Mar 22, 2017

Have you packaged again? Remove the package app and run electrify package again

@iaroshvictor
Copy link
Author

iaroshvictor commented Mar 22, 2017

still stuck at starting mongo

@iaroshvictor
Copy link
Author

It worked with 3.2.12version of Mongo

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

2 participants