01-04-2019, 11:18 AM
3 most common IDA error messages and their fix.
I encounter the first error while trying to use IDA x64 and the other two errors while trying to fix the first error. An easy fix on windows PC is to uninstall your current python version then install python-2.7.10.amd64.msi @ https://www.python.org/downloads/release/python-2710/
when installing, ensure to tick "for all users" and "add to path"
IDA error messages
- LoadLibrary(C:\Program Files\IDA\plugins\python*.dll) error: The specified module could not be found.
C:\Program Files\IDA\plugins\python.dll: can't load file
- LoadLibrary(C:\Program Files\IDA\plugins\python*.dll) error: %1 is not a valid Win32 application
- IDAPython: importing “site” failed
Don't forget to share if you have other methods of fixing this or any other error messages