mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
UI: Add Citrix ICAService to Windows DLL blocklist
This commit is contained in:
committed by
Ryan Foster
parent
f3c075f19f
commit
bacc3ac8ed
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user