In Python, I used these two:
pyqt QWebEngineView
win32gui EnumWindows
and I only called EnumWindows
after the QWebEngineView
was loaded and it crashed, But there are no errors when I run two grammars independently?
What could be causing it to crash?