You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Capa Explorer plugin installed correctly (and working in IDA), causes issues running ida on the command line - as the plugin doesn't check if ida is being run in batch or gui mode - Qt errors get thrown and causes the analysis to lock up / never complete, presumably as it is trying to update/address GUI elements that don't exist.
Steps to Reproduce
Install Capa Explorer as per repo instructions (verify it works correctly in GUI). Run a command line job (say via idat64) that possibly doesn't even involve the plugin (and indeed, never calls it)
Expected behavior:
Job to complete
Actual behavior:
Throws Qt errors.
"QPixmap: Must construct a QGuiApplication before a QPixmap"
Versions
IDA Pro 7.6
capa 5.0.0
python 3.10
Win 10 Home
Additional Information
N/A
The text was updated successfully, but these errors were encountered:
Description
With the Capa Explorer plugin installed correctly (and working in IDA), causes issues running ida on the command line - as the plugin doesn't check if ida is being run in batch or gui mode - Qt errors get thrown and causes the analysis to lock up / never complete, presumably as it is trying to update/address GUI elements that don't exist.
Steps to Reproduce
Install Capa Explorer as per repo instructions (verify it works correctly in GUI). Run a command line job (say via idat64) that possibly doesn't even involve the plugin (and indeed, never calls it)
Expected behavior:
Job to complete
Actual behavior:
Throws Qt errors.
"QPixmap: Must construct a QGuiApplication before a QPixmap"
Versions
IDA Pro 7.6
capa 5.0.0
python 3.10
Win 10 Home
Additional Information
N/A
The text was updated successfully, but these errors were encountered: