Replies: 2 comments
-
Worked for me, see screenshot below.
Can you capture and upload a crash dump?
You can try the above for this case, too.
I plan on adding an option to exclude processes from Windhawk. In this case, I suspect that the failures have something to do with ESET, and incompatibility with security software is something I have little control over, but if only specific programs are affected, perhaps process exclusion might be a workaround which is good enough. |
Beta Was this translation helpful? Give feedback.
-
With Windhawk v1.0, it's now possible to exclude processes in Windhawk. Please try it and let me know whether it helps. |
Beta Was this translation helpful? Give feedback.
-
I have a problem with a couple of tools I use while developing, which seem to fail on launch with Windhawk running, even if I disable all plugins. They work fine on my personal laptop, but on my work laptop (admin rights only on request, ESET Endpoint Security 9.1) they fail.
The first is running chrome webdriver tests. This can be replicated with this package.json and running
npm install
and thennpm start
:Error: Server terminated early with status 3221226505
Trying to look through the code, chromedriver.exe launches fine, but as soon as the node host tries to get session info from it, it dies.
What can I do to collect logs as to what breaks here? There's nothing in the ESET logs to show what it is blocking at the time, although I can see it blocking Windhawk hooking into its own processes earlier in the log. Windhawk generally works otherwise though.
The second failure is something within the sequence of processes that makes a squirrel installer for an electron app:
Failed with exit code: 3221225477
I can try to get logs again?
Both of the above work fine with Windhawk closed.
Beta Was this translation helpful? Give feedback.
All reactions