diff --git a/obs/window-basic-main.cpp b/obs/window-basic-main.cpp index 78bd993c6..bf516015b 100644 --- a/obs/window-basic-main.cpp +++ b/obs/window-basic-main.cpp @@ -60,7 +60,9 @@ Q_DECLARE_METATYPE(obs_order_movement); static void AddExtraModulePaths() { - BPtr base_module_dir = os_get_config_path("plugins/%module%"); + BPtr base_module_dir = + os_get_config_path("obs-studio/plugins/%module%"); + if (!base_module_dir) return;