Resilio Connect agent crashing when 0patch Agent is installed

Mitja Kolsek -

Our user reported Resilio Connect agent crashing when 0patch Agent was installed. This is an instance of this general issue: One of my applications is crashing when 0patch Agent is installed.

A workaround for this issue is to exclude executable Resilio Connect Agent.exe from injection by 0patch:

PowerShell

reg add HKEY_LOCAL_MACHINE\SOFTWARE\0patch /v ExcludeModules /t REG_SZ /d "Resilio Connect Agent.exe" /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\0patch\CallbackKeys\UnloadLoaderDll /v Counter /t REG_DWORD /d %random%%random% /f
net stop 0patchService
net start 0patchService

 

 

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.