I need to some tweaks with the options, but everything is working smooth now.
Now, I'm trying to automate my build process and I see the enigma vb has a console tool. (great)
Ok, I created the project with the gui, tested and everything it's ok.
When I run the console, I get this:
Code: Select all
C:\Program Files (x86)\Enigma Virtual Box>enigmavbconsole.exe main.evb
Enigma Virtual Box 6.30 Build 20130128
Copyright (C) Vladimir Sukhov
Web: http://enigmaprotector.com/
EMail: vbox@enigmaprotector.com
Usage to pack the project: enigmavbconsole project.evb
Usage to make the package: enigmavbconsole project.evb package.evb.template outp
ut_package.dat
[10:23:18] Starting processing of the file C:\main.exe
[10:23:18] Embed file: C:\main.dll
[10:23:18] Build final file
[10:23:20] File successfully saved to C:\final.exe
Access violation at address 00000000. Read of address 00000000
C:\Program Files (x86)\Enigma Virtual Box>enigmavbconsole.exe main.evbAccess violation at address 00000000. Read of address 00000000
The final application still works, but, seems the binary produced is slightly different from the GUI version. (missing some bytes at the end)
Some helpful information:
I tried with different files, same error. If you need files to reproduce the error tell me.
I don't know if this is a OS specific issue, but I'm using Windows 8 Pro x64. Tested on Windows 7 x64, same problem too.
Any help will be good.
