interrogate2swig.py

Update:

the crash is occurring with the following call stack:


libpanda!FrameBufferProperties::operator=
libpanda!GraphicsEngine::get_frame_buffer_properties
libpanda!GraphicsEngine::make_gsg
libframework!WindowFramework::open_window
libframework!PandaFramework::open_window
_framework!_wrap_PandaFramework_open_window__SWIG_0
_framework!_wrap_PandaFramework_open_window

The crash is occurring in GraphicsEngine::make_gsg, because the GraphicsEngine object’s _frame_buffer_properties pointer is invalid/unitialized.

Hugh