{"record":{"id":"fb48fe5b0e40fb93","repo":"openai/codex","slug":"managed-networking-requires-the-elevated-windows-s","errorCode":null,"errorMessage":"managed networking requires the elevated Windows sandbox backend","messagePattern":"managed networking requires the elevated Windows sandbox backend","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"codex-rs/windows-sandbox-rs/src/unified_exec/mod.rs","lineNumber":75,"sourceCode":"            request.cwd,\n            request.env_map,\n            request.proxy_enforced,\n            request.network_proxy_restricting_sid,\n            request.proxy_settings_mode,\n            request.timeout_ms,\n            request.read_roots_override,\n            request.read_roots_include_platform_defaults,\n            request.write_roots_override,\n            request.deny_read_paths_override,\n            request.deny_write_paths_override,\n            request.tty,\n            request.stdin_open,\n            request.use_private_desktop,\n        )\n        .await\n    } else {\n        if request.proxy_enforced {\n            bail!(\"managed networking requires the elevated Windows sandbox backend\");\n        }\n        if request.network_proxy_restricting_sid.is_some() {\n            bail!(\"network proxy restricting SID requires the elevated Windows sandbox backend\");\n        }\n        spawn_windows_sandbox_session_legacy(\n            request.permission_profile,\n            request.workspace_roots,\n            request.codex_home,\n            request.command,\n            request.cwd,\n            request.env_map,\n            request.timeout_ms,\n            request.deny_read_paths_override,\n            request.deny_write_paths_override,\n            request.tty,\n            request.stdin_open,\n            request.use_private_desktop,\n        )","sourceCodeStart":57,"sourceCodeEnd":93,"githubUrl":"https://github.com/openai/codex/blob/339751715c64496cb86246bfb3935f40e309dd3d/codex-rs/windows-sandbox-rs/src/unified_exec/mod.rs#L57-L93","documentation":"Error \"managed networking requires the elevated Windows sandbox backend\" thrown in openai/codex.","triggerScenarios":"Thrown at codex-rs/windows-sandbox-rs/src/unified_exec/mod.rs:75 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Enable the elevated Windows sandbox backend, or disable managed networking for this request."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"339751715c64496cb86246bfb3935f40e309dd3d","analyzedAt":"2026-08-25T05:35:09.876Z","schemaVersion":2},"datasetVersion":"2026-08-25T06:17:31.827Z"}