interrogate2swig.py

It does seem very strange. Maybe something didn’t get initialized via static init properly somehow? Could it be a problem with reference counts, something that Panda expected to keep around and Python unexpectedly deleted? But I don’t think there’s anything of that nature returned by the framework library yet.

libframework.dll is its own DLL, which takes very little time to link, so maybe you can discover the problem by delving just within this module.

David