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

Failed (error code 13) - DOUBLEAGENT_STATUS_DOUBLEAGENT_VERIFIER_INSTALL_COPYFILEW_FAILED_X86 on fresh compile #10

Closed
JABirchall opened this issue Sep 29, 2017 · 1 comment

Comments

@JABirchall
Copy link

I just downloaded the code and compiled a fresh bin to test it out. But I keep getting the error 13 DOUBLEAGENT_STATUS_DOUBLEAGENT_VERIFIER_INSTALL_COPYFILEW_FAILED_X86 even when freshly compiled both x64 and x86 versions.

I made a video to show I followed the 4 easy steps to try the cmd demo: https://www.youtube.com/watch?v=RLrNpo79W5w

@MichaelEngstlerCB
Copy link
Contributor

MichaelEngstlerCB commented Oct 2, 2017

This error indicates that the install command failed to copy the DoubleAgent DLL to SysWOW64.
This probably happens because you already have a previous DoubleAgent DLL in SysWOW64 which is currently in use and therefore is locked and cannot be replaced.
I suggest trying to find out who is locking the file and closing the process that causes the lock.

Worst case scenario, restart your machine and manually delete the DoubleAgent DLLs from SysWOW64 and System32.

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