Problem packing Electron App on Win10
Posted: Mon Sep 12, 2016 2:09 pm
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.
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.