Advertisement
dopefish2112

Execption Details

Mar 9th, 2024
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. System.TypeInitializationException
  2. HResult=0x80131534
  3. Message=The type initializer for 'Autodesk.Fabrication.APIInternal.APIObjectFactory' threw an exception.
  4. Source=FabricationAPI
  5. StackTrace:
  6. at Autodesk.Fabrication.APIInternal.APIObjectFactory.TranslateNativeToManagedAPIObjectCollection[T](Void* nativeObject, T& returnObject)
  7. at Autodesk.Fabrication.Job.get_Items()
  8. at ACAD2022Plugin.Commands.ConnectSpools() in C:\Users\dopef\source\repos\ACAD2022Plugin\ACAD2022Plugin\Commands.cs:line 54
  9. at Autodesk.AutoCAD.Runtime.CommandClass.InvokeWorker(MethodInfo mi, Object commandObject, Boolean bLispFunction)
  10. at Autodesk.AutoCAD.Runtime.CommandClass.InvokeWorkerWithExceptionFilter(MethodInfo mi, Object commandObject, Boolean bLispFunction)
  11. at Autodesk.AutoCAD.Runtime.PerDocumentCommandClass.Invoke(MethodInfo mi, Boolean bLispFunction)
  12. at Autodesk.AutoCAD.Runtime.CommandClass.CommandThunk.Invoke()
  13.  
  14. Inner Exception 1:
  15. AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement