-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Quark analysis failed! #2129
Comments
@ljw910 Quark engine support in jadx is quite poor right now, so it is barely useful. |
@skylot The issue details I sent were copied from Help -> Log viewer, with the following steps: Is this a problem with Quark or with JDAX? |
@ljw910 As skylot explained the error you have posted simply means that Quark has not generated a report file. Now the question is why there is no report file. Have Jadx failed to execute Quark or is your Quark installation defect and thus no report file was created. You have to go back in the log file to see if there are other Quark related errors before that error. |
It appears that the issue you're experiencing is related to Quark Engine. To resolve this on a Windows system, please follow these steps: Open the Command Prompt. Navigate to the directory where Quark Engine's virtual environment is located. You can do this by entering:
Replace then run the following to upgrade
At least, this is what worked for me. As your |
I just tested Quark analysis. The venv it creates misses the I also noticed that the Java code executing Quark does not check the exit code of the external processes. Therefore it does not detect that there is an error. I created a PR #2216 to fix those issues. It may fix the problems described in this issue or at least it may fail earlier, making it easier to understand what went wrong. |
@ljw910 Please try latest unstable version it should now work. |
Issue details
Jadx version: 1.4.7
Python version:3.12.0
java version "22" 2024-03-19
The text was updated successfully, but these errors were encountered: