[Fixed] AdGuard crashing when trying to debug a 64bit application with Visual Studio

jamesx

New Member
- Create a C# Console application with Visual Studio 2012/2013
- Uncheck "Prefer 32-bit"
- Start debugging the application

-> Adguard Service crashes, Visual Studio can't start debugging the application ("The connection with the remote endpoint was terminated")


I don't really know what this is all about, but it feels like Adguard is _way_ too intrusive on other applications if something like this can happen..
 

avatar

Administrator
Staff member
Administrator
- Create a C# Console application with Visual Studio 2012/2013
- Uncheck "Prefer 32-bit"
- Start debugging the application

-> Adguard Service crashes, Visual Studio can't start debugging the application ("The connection with the remote endpoint was terminated")


I don't really know what this is all about, but it feels like Adguard is _way_ too intrusive on other applications if something like this can happen..
Confirmed.

Adguard works at the kernel-level so if we make a mistake - it could mess up any application that use network.

Bug is located and will be fixed asap.
 

avatar

Administrator
Staff member
Administrator
Hi again!

Fix version is 5.9.1081.5529. It is available for update now.
 
Top