Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Failed to install action OpenAction #100

Open
shellsniper opened this issue Dec 11, 2019 · 2 comments
Open

Failed to install action OpenAction #100

shellsniper opened this issue Dec 11, 2019 · 2 comments

Comments

@shellsniper
Copy link

when I import and load this project in IDA PRO 7.0, the IDA console shows me this:

[ERROR] Failed to initialize
[ERROR] Failed to install action OpenAction
Traceback (most recent call last):
  File "D:/software/ida_prozh/IDA_Pro_v7.0/plugins\idarling\plugin.py", line 140, in init
    self._interface.install()
  File "D:/software/ida_prozh/IDA_Pro_v7.0/plugins\idarling\module.py", line 30, in install
    return self._install()
  File "D:/software/ida_prozh/IDA_Pro_v7.0/plugins\idarling\interface\interface.py", line 91, in _install
    self._open_action.install()
  File "D:/software/ida_prozh/IDA_Pro_v7.0/plugins\idarling\interface\actions.py", line 83, in install
    raise RuntimeError("Failed to install action %s" % action_name)
RuntimeError: Failed to install action OpenAction

Any help will be appreciated!

@patateqbool
Copy link
Member

Hi there,
Can you please provide us a way to reproduce and debug your issue?

Thank you!

@patateqbool
Copy link
Member

patateqbool commented Dec 11, 2019

I think I missed your point just before.

I just made a fresh install with IDA Pro 7.0 on a Linux, Mac and Windows, by using the easy install described in the README, it seems to work on my side.
You problem seem to come from this line https://github.com/IDArlingTeam/IDArling/blob/master/idarling/interface/actions.py#L78 returning None/False while trying to instantiate the OpenAction action. Can you please print the value of the arguments passed to this function?

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants