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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Abaqus and Visual Studio Debugger

Status
Not open for further replies.

josher1103

Civil/Environmental
Joined
Jul 26, 2013
Messages
1
Location
US
I am creating an application in Visual Studio that utilizes Abaqus 6.11-2 to do structural optimization. The problem is that when I run the command "abaqus int j=job user=user" abaqus error 193 occurs when I am debugging the code. However, when I run the EXE file that Visual Studio creates outside of Visual Studio the command will execute correctly with no errors. Therefore, I believe that the problem is that Abaqus cannot run correctly when being run by the Visual Studio debugger. Is there a solution to this? Maybe some settings?

Thanks!
 
Sorry to be of no help but I had a similarish issue when trying to invoke Abaqus from PyDev in eclipse. What was happening there, was that abaqus was being invoked using different "environment flags" or something and this made it crash unexpectedly with no error message.

I think in your case you can do the same as me and just check what the differences between the two environments are. It will take a bit of problem tracing but at least the plain case works.

Error 193 seems like an administrator/privilege error? These are basically the number one error with anything. Other than the computer requiring a reboot.
 
Also I'm impressed you got visual studio working with Abaqus, I barely got it set up myself and then coding the blimin FORTRAN77 subroutines is such a dog.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top