I have an application that uses PySide2 and has a QWebEngineView as one of its widgets. It works fine when run normally, however once packaged using PyInstaller, the QWebEngineView does not work - even with the most basic code possible. By connecting to the renderProcessTerminated signal, I have determined that the issue is apparently that the render process is crashing, with an exit code of -2147483645. This happens even if all I do is a) create a QWebEngineView, and b) show it, without trying to set HTML, URL or anything.
The problem is that other than that signal being fired with the CrashedTerminationStatus and the exit code, the crash doesn’t leave any footprints that I can find. No error messages are displayed on the command line that I launched it from, and from what I can tell the renderProcessTerminated signal doesn’t give access to any information other than the code (which means nothing to me) and the fact that it crashed. So how might I go about debugging this issue? The most likely culprit to my mind seems to be a missing DLL, but since there is no error, I have no idea what… Thanks. --- Israel Brewster Software Engineer Alaska Volcano Observatory Geophysical Institute - UAF 2156 Koyukuk Drive Fairbanks AK 99775-7320 Work: 907-474-5172 cell: 907-328-9145
_______________________________________________ PySide mailing list [email protected] https://lists.qt-project.org/listinfo/pyside
