From e01f59b67662ace5f0c231d5255876d46176001d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayta=C3=A7=20Kayadelen?= Date: Tue, 12 Mar 2024 08:34:40 +0100 Subject: [PATCH] added Helldivers2 crash handler to blacklist --- ConflictingProcesses.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ConflictingProcesses.json b/ConflictingProcesses.json index c1c851e..b2018d7 100644 --- a/ConflictingProcesses.json +++ b/ConflictingProcesses.json @@ -19,6 +19,10 @@ { "processName": "helldivers2.exe", "reason": "Game crashes with Aurora open" + }, + { + "processName": "crs-handler.exe", + "reason": "Game crashes with Aurora open (Helldivers 2)" } ] }