-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Try running the .exe from the cmd, there might be some helpful log. |
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 :) |
I tried to copy Mongo and Mongod from 3.2.6 version to myapp/resources/app/bin |
Have you packaged again? Remove the package app and run |
still stuck at starting mongo |
It worked with 3.2.12version of Mongo |
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.
The text was updated successfully, but these errors were encountered: