- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The program '[12500] acad.exe' has exited with code -1073740940 (0xc0000374). The msg shows up in the Visual Studio Output when Plant crashes.
I have some code running, basically as a "Drip Fixer", tries to complete connections between piping parts.
It appears to run fine. However, when I change projects to run the code in another drawing, while not every time, often enough to think it is related to my code somehow, Plant will crash with no error message. Just "blink" and gone.
In the workflow, I can run the code, save the drawing, close the drawing. But before I can select another project to load, the little blue circle starts spinning, then crash.
I have commented out code to try to narrow it down, I think it has to do with adding a port to a primary pipe to host a tap/stubin and then using RoutingHelper to make the connection.
If it would crash when I am running the code, that would make more sense to me. But it doesn't, not until I close the drawing to open another project.
Any insights would be appreciated.
Solved! Go to Solution.