From bacc3ac8ed3d15eaf171051131bfbcb08387059c Mon Sep 17 00:00:00 2001 From: Richard Stanway Date: Tue, 11 Apr 2023 23:14:44 +0200 Subject: [PATCH] UI: Add Citrix ICAService to Windows DLL blocklist --- UI/win-dll-blocklist.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UI/win-dll-blocklist.c b/UI/win-dll-blocklist.c index e5fe26d04..9ed19cab6 100644 --- a/UI/win-dll-blocklist.c +++ b/UI/win-dll-blocklist.c @@ -152,6 +152,10 @@ static blocked_module_t blocked_modules[] = { // Reference: https://github.com/obsproject/obs-studio/issues/8552 {L"\\bdcam64.dll", 0, 0, TS_IGNORE}, + // "Citrix ICAService" that crashes during DShow enumeration + // Reference: https://obsproject.com/forum/threads/165863/ + {L"\\ctxdsendpoints64.dll", 0, 0, TS_IGNORE}, + // Generic named unity capture filter. Unfortunately only a forked version // has a critical fix to prevent deadlocks during enumeration. We block // all versions since if someone didn't change the DLL name they likely