Strange error

delphi package - automated exception handling
Post Reply
chkaufmann
Posts: 12
Joined: Fri Dec 11, 2009 10:57 am

Strange error

Post 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
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Strange error

Post 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.
Post Reply