It looks like there is no valid object handle returned by oapiGetObjectByName (no object of that name was found) - according to Autos the `str` variable is an empty string (""). IIRC, no OrbiterAPI functions check for NULL pointers, so there's most likely an access violation exception inside oapiGetVesselInterface after you passed the invalid object handle (NULL pointer) to it, which breaks the execution of the code at a point before your set breakpoint (somewhere inside oapiGetVesselInterface function).
I'd advise checking if oapiGetObjectByName returns a valid object handle of a vessel object (oapiIsVessel) before you want to get its VESSEL interface.
No symbols loaded for Orbiter.exe is not an issue. It's normal, as you don't have the sources or a debug build of the Orbiter core. You don't have to worry about it at all, and safely ignore it. You can eventually view disassembly of the code if you want to see where exactly at which instruction inside Orbiter the exception occurred.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.