All plugins which import/uses PyQt5.
For example, test with capa, telnet, lighthouse...
Crash text:
"IDA v8.3.230608 has encountered a problem.
Please send this information and, if possible, steps to reproduce the problem to <
[email protected]>
Exception code: C0000005 Exception Flags: 00000000 Exception address: D39A137D
Parameters: 00000000, FFFFFFFF, 00000000"
From dump file, I debug and found, exception throwed from idapython.dll, extlang remove function.
"Oops! internal error 1442 occurred.
Further work is not possible and IDA will close.
Would you like to create a crash dump for a bug report?"
I will rebuild IDAPython from github repo source for IDA 8.3 and IDA 8.4 free and try test.
My old Python is 3.9.
IDA 77 and 8.3 run well with Python 3.9
I update to 3.12 because many lib/package Python out of support for Python 3.9. For example: ipython, jupyter...
I am thinking: not a bug of IDAPython, but bug occurred from the Qt5 private patched of Hexrays.