Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

UGS:Error:Standard

Status
Not open for further replies.

vrganji

Aerospace
Joined
Jul 15, 2014
Messages
3
Location
IN
I am trying to initialize the UG using Open API function UF_Initialize(). I am getting an exception while executing this function. This occurs only in my laptop but in other laptop it works fine. I have un-installed & re installed couple of times to make sure installation is correct.
Following some debug info
"
'MeshICBatchX86.exe': Loaded 'C:\EngApps\NX\NX8.5\UGII\libattr.dll'
'MeshICBatchX86.exe': Loaded 'C:\EngApps\NX\NX8.5\UGII\libhidl.dll'
First-chance exception at 0x7609969b in MeshICBatchX86.exe: Microsoft C++ exception: UErrorCode at memory location 0x0012eff0..
'MeshICBatchX86.exe': Loaded 'C:\Windows\System32\dbghelp.dll'
First-chance exception at 0x7609969b in MeshICBatchX86.exe: 0x00000000: The operation completed successfully.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
First-chance exception at 0x7609969b in MeshICBatchX86.exe: Microsoft C++ exception: UGS::Error::Standard at memory location 0x0012f38c..
First-chance exception at 0x7609969b in MeshICBatchX86.exe: Microsoft C++ exception: [rethrow] at memory location 0x00000000..
First-chance exception at 0x7609969b in MeshICBatchX86.exe: Microsoft C++ exception: UGS::Error::Standard at memory location 0x0012f43c..

"
 
These kind of errors are best handled through GTAC.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top