Recently i upgraded from Delphi 2007 to 10.3.3 . The same app when compiled with 10.3.3 will crash at startup, but only in some machines ; in my environment i could not simulate the problem but some of my customers are having this issue. If i compile the same app in D2007, the error won't happen so i assume is something related to the new Delphi version.
The error message is this below and after this, the app will close. The message is too generic, what can i do to at least try to identify what is causing the crash ?
Here is what i tried : in the main form of my application, i went to the FormCreate event and put a showmessage('stop'); on the first line, but the crash happens before this.
I know this is a hard question, but i'm seeking for suggestions to at least look in some direction, so please help !
Thanks in advance.
UPDATE : Here is Eureka Log trace :
initialization
section of some unit, which is a pain in the @$$ to track down and debug. – Jerry Dodge