Skip to content
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

Only this version with these settings is working for me #249

Closed
czerwinski76 opened this issue Jul 20, 2024 · 6 comments
Closed

Only this version with these settings is working for me #249

czerwinski76 opened this issue Jul 20, 2024 · 6 comments

Comments

@czerwinski76
Copy link

czerwinski76 commented Jul 20, 2024

v4.8.8 with no update.

20-07-2024_190213

The newest versions always give me a CMD windows who is closing by itself and nothing is coming.
Plus "run_clarity.ps1 is missing" on second launch.

@czerwinski76 czerwinski76 changed the title Only this version with these setings is working for me Only this version with these settings is working for me Jul 20, 2024
@jmctune
Copy link
Contributor

jmctune commented Jul 20, 2024

Hi there,

dqxclarity relies on memory patterns for certain functionality to work (NPC names, player names, monster names to name a few.) We're always chasing changes, so using older versions isn't going to work.

As for files missing, this will almost certainly be due to your anti-virus deleting files. Ensure you're adding an exception in your anti-virus to the entire dqxclarity directory.

If you're pressing run and you see a window open and then close, there's an error occurring somewhere when attempting to launch.

I would start by downloading the latest version again, adding the anti-virus exception to the folder and then running the program again.

If you still have issues, we can try running the program manually from the command prompt to see what might be occurring. To do this:

  • Open a command prompt as administrator on your computer
  • Navigate to the dqxclarity directory by typing this command (replacing <path_to_dqxclarity_directory> with the actual windows path): cd <path_to_dqxclarity_directory>
  • Run the launch script: powershell.exe -ExectionPolicy Bypass -File run_clarity.ps1 -ClarityArgs -cpn

This should be enough to tell us what's going on. Please provide as many screenshots as possible to help with figuring out what's going on, including error messages.

@czerwinski76
Copy link
Author

czerwinski76 commented Jul 21, 2024

Thank you for your prompt reply @jmctune .

21-07-2024_015930

This is a strange problem.

Powershell is working nicely on 4.8.8.

@jmctune
Copy link
Contributor

jmctune commented Jul 21, 2024

There is a typo. It should be ExecutionPolicy (you have ExectionPolicy).

edit: Sorry, this was my fault; my original comment has the typo.

Here is the corrected command:

powershell.exe -ExecutionPolicy Bypass -File run_clarity.ps1 -ClarityArgs "-cpn"

@czerwinski76
Copy link
Author

21-07-2024_022153

I think it's OK now.

My antivirus software had deleted run_clarity.ps1.

@jmctune
Copy link
Contributor

jmctune commented Jul 21, 2024

Great, that looks good. With the anti-virus exception, everything should be working correctly.

If you're still having issues, let me know.

@czerwinski76
Copy link
Author

21-07-2024_023051

Thank you for your help jmctune.
Have a good day ! 🙂.

@jmctune jmctune closed this as completed Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants