facebook/mariana-trench

Error: Exit Code 1

Abd659 opened this issue · 5 comments

When trying to make an analysis on an APK the following error arraises:

INFO Generating models...
error: Model generator(s) join_override_generator do not exist.
CRITICAL Analysis binary exited with exit code 1.

error: Model generator(s) join_override_generator do not exist.
CRITICAL Analysis binary exited with exit code 1.

i have the same error

nkbai commented

I have the same error too.
I solved this problem by building Mariana from source.

what do you mean by building Mariana from source? @nkbai

I met the same question and tried to build from the source code but faced other problems.
Thanks to those excellent guys in my lab,I eventually solved this problem by pip install -U mariana-trench.
Good luck!