Description
I'm (sorry) not 100% sure how to reproduce, but here's what was amiss on my system.
When "Isolate Steam" is enabled, Duo sets the steam_master_ipc_name_override environment variable globally with a corrupted value, which breaks Electron-based applications.
Error message
The property 'options.env['steam_master_ipc_name_override']' must be a string without null bytes. Received 'Console\x00'
Affected apps
- VS Code
- Claude Code
- Likely any Electron app
Environment
- Duo version:
- Windows version:
Steps to reproduce
- Enable "Isolate Steam" in Duo Manager
- Reboot
- Open a new command prompt on the host session
- Run
code or any Electron app
Expected behavior
The environment variable should either:
- Not be set on the host/Console session (only on Duo instances)
- Not contain null bytes
Workaround
Disable "Isolate Steam" in Duo Manager and reboot.
Description
I'm (sorry) not 100% sure how to reproduce, but here's what was amiss on my system.
When "Isolate Steam" is enabled, Duo sets the
steam_master_ipc_name_overrideenvironment variable globally with a corrupted value, which breaks Electron-based applications.Error message
Affected apps
Environment
Steps to reproduce
codeor any Electron appExpected behavior
The environment variable should either:
Workaround
Disable "Isolate Steam" in Duo Manager and reboot.