Page 1 of 1

Error dialog at launch : C Run Time R6034

Posted: Fri Jun 26, 2015 1:28 pm
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 ?

Re: Error dialog at launch : C Run Time R6034

Posted: Wed Jul 01, 2015 9:48 am
by Enigma
Hi, can you please send us a test sample at support@enigmaprotector.com?

Re: Error dialog at launch : C Run Time R6034

Posted: Thu Aug 06, 2015 4:43 pm
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.