Home
Reply
Contributor
amcom
Posts: 7

Crash when exit application, after convert CatiaV5 to Iges?

Hello,

 

I am trying to convert other CAD formats (Sat, CatiaV4, CatiaV5, Parasolid...) to Iges format using Interop R21. I was able to finish the conversion. However, I got crash when I exit the Windows application, if I convert a CatiaV5 file to a Iges file. There is no such problem if I convert other formats.

 

This only happens with debug version in Visual Studio. If I run release in VS or run the executable debug from Windows folder, it is OK.

 

The cursor stops at line 610 in crtexe.c, located at Microsoft Visual Studio 8\VC\crt\src  (see code below). The output says "First-chance exception at 0x7c90e4ff: 0xC0000008: An invalid handle was specified." I am using Windows XP and VS 2005.

 

Any suggestion is appreciated.

 

if( !managedapp )

exit(mainret);

if(has_cctor == 0)

_cexit();

Spatial Moderator
ybiyani
Posts: 223

Re: Crash when exit application, after convert CatiaV5 to Iges?

Hello amcom,

 

Please note InterOp does not support direct conversion from CATIAV5 to IGES.  Are you first converting CATIAV5->SAT and then SAT->IGES? If not then can you try converting CATIAV5->SAT->IGES and let us know your observations?

 

Also what is behavior with the sample applications provided in the products? If the samples demonstrate the crash with CATIAV5->SAT->IGES route please create an incident with the support along with the session files , log file and the input file so that we can investigate the concern.

 

Regards,

Yogesh