Page 1 of 2

Problem packing Electron App on Win10

Posted: Mon Sep 12, 2016 2:09 pm
by b.h.1
I have a simple Node demo application here https://github.com/bendulum/app
It can be bundled with Electron, into a standalone application via command "gulp package".
The resulting directory contains an executable and a couple of other files. So far everything works fine.

I then use to use Enigma VB to create a single executable out of this folder, to create a "portable" version of the application.
This is done by running "gulp portable".
The entire process always worked fine for me. Apparently it no longer works.
Maybe because I am using the latest version of Electron (1.3.4) and updated my Node version too (5.1.0).

When opening the resulting single executable packed by EVB I get errors.
For example "Cannot load library node.dll".
Sometimes it does not even let me pack with EVB: "Access violation at address 00446FCC in module 'enigmavbconsole.exe'. Read of address 7BA874C2"
I have tried with Enigma Virtual Box v7.60 Build 20160812. Running Windows 10 x64.

Maybe you can have a look at this problem. Feel free to check out or fork my app repository to test.

Re: Problem packing Electron App on Win10

Posted: Mon Sep 12, 2016 2:31 pm
by Enigma
Hi, yes, sure, can you please send us a whole application (exe you pack + all other files) that you are trying to pack at support@enigmaprotector.com? We will try to check it asap.

Re: Problem packing Electron App on Win10

Posted: Tue Sep 13, 2016 9:52 am
by b.h.1
Enigma wrote:Hi, yes, sure, can you please send us a whole application (exe you pack + all other files) that you are trying to pack at support@enigmaprotector.com? We will try to check it asap.
Thank you. That would be around 100MB. I will try to send it to you.

But you could also try fetching the repository from here https://github.com/bendulum/app
However, for that you would need NodeJs and NPM installed.
Instructions are here https://github.com/bendulum/app/blob/master/readme.md

Re: Problem packing Electron App on Win10

Posted: Tue Sep 13, 2016 11:52 am
by Enigma
Maybe you could upload files somewhere and provide us a link? Just to avoid wasting of time figuring out how it works..

Re: Problem packing Electron App on Win10

Posted: Wed Sep 14, 2016 8:38 am
by b.h.1
Enigma wrote:Maybe you could upload files somewhere and provide us a link? Just to avoid wasting of time figuring out how it works..
I sent you a download link to support@enigmaprotector.com
Thanks.

Re: Problem packing Electron App on Win10

Posted: Wed Sep 14, 2016 9:05 am
by Enigma
b.h.1 wrote:I sent you a download link to support@enigmaprotector.com
Thanks.
Still no any email..

Re: Problem packing Electron App on Win10

Posted: Wed Sep 14, 2016 9:08 am
by b.h.1
Enigma wrote:
b.h.1 wrote:I sent you a download link to support@enigmaprotector.com
Thanks.
Still no any email..

Was it marked as spam perhaps? I will try again now.

Re: Problem packing Electron App on Win10

Posted: Wed Sep 14, 2016 9:25 am
by Enigma
Got it, thanks, will let you know when we check it out.

Re: Problem packing Electron App on Win10

Posted: Wed Sep 14, 2016 11:47 am
by Enigma
We have found a problem, we are going to release new version soon. Thank you!

Re: Problem packing Electron App on Win10

Posted: Wed Sep 14, 2016 12:41 pm
by b.h.1
Enigma wrote:We have found a problem, we are going to release new version soon. Thank you!
Thank you! Works!