Brave/Chrome has no connectivity in sandbox (fine when unsandboxed) #5131
-
|
Brave is installed on the host, and I noticed recently when I ran it in its usual sandbox, it was failing to load, throwing errors, or loading with no extensions or other user settings (I have NOT been getting the same errors as #5129, but I don't know for sure if my issue is totally unrelated. I tried their fixes but it didn't work. I don't even see any Brave elevation service installed). Because of these problems, I ended up fulling uninstalling Brave and creating a new sandbox, then copying over my old sandboxed User Data directory. It loads just fine while unsandboxed now, but in the sandbox, although it will launch with all my old extensions etc loaded, it seems to have no network connectivity. Navigating to any website in sandboxed Brave just loads endlessly, freezes, or shows the browser I have confirmed there are no settings in Brave, in Sandboxie, in Portmaster, or in my Windows settings that would block its connectivity. Before I open a full bug report about this, does anyone have any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
VERIFIED Fix: Add to Sandboxie.ini under your sandbox: RpcMgmtSetComTimeout=nTarget specific browsers: RpcMgmtSetComTimeout=brave.exe,n
RpcMgmtSetComTimeout=chrome.exe,nAdditional fix for installer issues: ClosedClsid={4991D34B-80A1-4291-83B6-3328366B9097}Why: The Tested: This fix was confirmed by multiple users in issues #437, #5129 for Chrome, Brave, and Adobe Creative Cloud. Reference: |
Beta Was this translation helpful? Give feedback.
VERIFIED Fix: Add to Sandboxie.ini under your sandbox:
RpcMgmtSetComTimeout=nTarget specific browsers:
Additional fix for installer issues:
ClosedClsid={4991D34B-80A1-4291-83B6-3328366B9097}Why: The
RpcMgmtSetComTimeoutsetting controls RPC communication timeout. When enabled (default), it causes network operations in Chromium browsers to fail. Disabling it restores normal connectivity.Tested: This fix was confirmed by multiple users in issues #437, #5129 for Chrome, Brave, and Adobe Creative Cloud.
Reference:
Sandboxie/install/SbieSettings.inidocuments theRpcMgmtSetComTimeoutsetting.