Page 1 of 1

Strange error

Posted: Wed Mar 27, 2019 7:02 am
by chkaufmann
Hi,

I get the following error.

Code: Select all

exception class    : EExternalException
exception message  : External exception C0000006.

main thread ($2a9c):
>> internal error in CollectPossibleStackItems:
004079c0 Logo12.exe System 43 Move
>> original exception location:
03222070 Logo12.exe analyseBO 1608 TAnalyseAchspart.CreateForBaseInfo
Now row 1608 in analyseBO.pas is the "begin" of the constructor method above. And TAnalyseAchspart is an object created many times. The only user, who has this problem works on a computer using remote desktop from a Mac Notebook.

Is this something I can solve?

Christian

Re: Strange error

Posted: Wed Mar 27, 2019 9:32 am
by madshi
I've seen this exception mostly when the EXE is started from a network location (or USB stick) and if then Windows loses the connection to that location somehow. E.g. network goes down, or USB stick is pulled/disconnected.