arboleya / electrify

Package your Meteor apps with Electron, and butter
MIT License
247 stars 52 forks source link

App does not render when packaged - Windows 10 x64 - WinXP x32 #73

Open gdudding opened 7 years ago

gdudding commented 7 years ago

Electrify seems to spawn a windows app that runs fine, but when packaged, the resulting executable under Windows 10 x64 does not render.

The underlying meteor app (even when run with electrify) seems to function perfectly in all other respects.

I have tried numerous varieties of configuration options and deploy locations but it seems to be the same, the electrify command works perfectly, but the deployed app spawns 2 processes of Electron processes (3.7 MB and 25.4 MB) but no window is ever visible.

The same thing seems to happen on Windows XP x32, app outputs, executable does not render... but an app window can be spawned by just running electrify and it seems to work perfectly.

No errors or warnings are issued when electrify package is run, and this occurs.

Thank you.

gdudding commented 7 years ago

This turned out to be an issue with a mongo incompatibility that we resolved with the solution from here: https://github.com/arboleya/electrify/issues/61

Specifically, by repackaging our app with mongodb-win32-x86_64-2008plus-3.2.6.zip as suggested by https://github.com/xlinbsd in that thread.

I think this is still something of an issue, however, so I will leave closing it up to the maintainer.

skyfyx commented 3 years ago

Hi ,

I know this thread is 4 years old but I happen to have the same issue as "gdudding". (https://github.com/arboleya/electrify/issues/16) I've read that the problem had been fixed, so i don't understand why it's happening to me. If anyone can help me.