Error dialog at launch : C Run Time R6034

Issues related to Enigma Virtual Box
Locked
lbarret
Posts: 2
Joined: Fri Jun 26, 2015 1:10 pm

Error dialog at launch : C Run Time R6034

Post by lbarret »

Hi,

I am packaging my app with enigma VB and when testers/anybody try to launch it, they are welcomed by an error dialog saying "An application has made an attempt to load the C runtime library incorrectly". (see the image below).
Image

The app do launch if one close the dialog but many testers just stop it there and consider the app broken, and I must say I don't blame them : one cannot redo first impression.

The same app pacakaged by Molebox doesn't have this problem, so I suppose this has something to do with the packaging.
( For the record, this is python app which use pyinstaller. But the unpackaged version is ok)

So the question is : What do I need to do to avoid this ?
Enigma
Site Admin
Posts: 2938
Joined: Wed Aug 20, 2008 2:24 pm

Re: Error dialog at launch : C Run Time R6034

Post by Enigma »

Hi, can you please send us a test sample at support@enigmaprotector.com?
lbarret
Posts: 2
Joined: Fri Jun 26, 2015 1:10 pm

Re: Error dialog at launch : C Run Time R6034

Post by lbarret »

Sorry for the late answer, I just solved the problem :
  • the original exe was build by pyinstaller and named parametric.exe
  • the final exe, the one build by enigma that contains everything was named parametricVxx.exe
the renaming between the two version was the cause.
Locked