The program crashed when I was parsing the .jt format file

when i was parsing the .jt format file , i used A3DSDKHOOPSExchangeLoader and A3DImport, When executing to : loader.Import(import),crashed occurred :
An exception was raised at 0x00007FFA419B8197 (in JTstep30.dll) (located in ImportExport.exe): 0xC0000005: Access violation occurred while reading from location 0xFFFFFFFFFFFFFFF4.
How should I solve this problem?

code:
A3DSDKHOOPSExchangeLoader loader(HE_BINARY_DIRECTORY);
A3DImport f_import(fileName);
A3DStatus status = loader.Import(f_import);

Hello @adehuazi ,
Could you confirm whether the JT file loads correctly in the native viewer, such as JT2Go?

If it does, have you tested the JT file using the latest version of HOOPS Exchange? I recommend import the JT file with the default ImportExport sample.

If the JT file is valid and the issue can be reproduced using the latest ImportExport sample, then this likely indicates a bug in HOOPS Exchange. Thank you.

Best Regards,
Man

thank you for answering me. , I can correctly open my JT model using the JT2GO software,and i tested JT file using hoops exchange 2025.3.0 , so it seems like there is a bug in HOOPS Exchange
How should I solve this problem?
Best Regards,
adehuazi

Hello @adehuazi
Thank you for the update and for confirming that this is an issue with HOOPS Exchange. As this requires further investigation, the engineering team will need to look into it.

I will send you a private message with instructions on how to create a support ticket through our portal. Thank you.

Best Regards,
Man