This article summarizes common setup issues observed when working with Innoactive Spatial ecosystem. Use these lessons to avoid typical runtime and initialization conflicts.
Install fails with "The specified account already exists."
Context
A workstation already has an older Innoactive Spatial Runtime installed, and the new .msi is run over the top of it. Frequently seen on managed corporate devices where the earlier install was made under a different account or policy.
Issue Partway through Installing Innoactive Spatial Runtime, the Innoactive Spatial Runtime Setup dialog stops with:
The specified account already exists.
Acknowledging the dialog rolls the installation back. Re-running the new installer — including its Repair option — produces the same failure. Uninstalling from Settings → Apps → Installed apps can fail as well, which leaves the machine with a broken install and no usable runtime.
Root cause The new installer cannot cleanly replace the existing installation: the MSI upgrade path trips over leftover state from the installed version — including the local service account the runtime's Windows services use, which the previous install already created. Windows can only remove that installation with the MSI it originally came from, so once the built-in uninstall also fails, both directions are blocked. The wording of the dialog points at the account, not at the real problem, which is the stale installation underneath it.
Resolution
- Uninstall the existing runtime first, then install the new version — do not install over the top.
- If the uninstall fails, obtain the installer for the version that is currently installed (check the version under Settings → Apps → Installed apps; ask Innoactive support for that exact
.msiif you no longer have it). - Run that installer and choose Uninstall.
- Install the new version from spatial-runtime.innoactive.io.
If the install still fails Capture a verbose installer log and send it to Innoactive support:
msiexec /i "C:\Path\To\Package.msi" /l*v "C:\Path\To\Install.log"
Adjust both paths. The log folder must already exist — the installer creates the file, not the folders.
Router Connectivity Issues (TestFlight Dependency)
Context During Apple Vision Pro deployments, connection issues were observed when using TestFlight-distributed builds.
Issue TestFlight requires internet connectivity for app validation, which conflicted with restricted or offline network setups (e.g. isolated Wi-Fi 6 routers - specific models).
Resolution Distribute Innoactive Spatial via Apple Business instead of TestFlight. This removes dependency on external connectivity and enables fully offline/local deployments.
Installer Compatibility (VRED 2027 Beta vs GA)
Context Issues occurred when installing and running Innoactive Spatial runtime with different software versions (VRED 2027 Beta).
Issue Installer and runtime showed incompatibilities when using VRED 2027 Beta and General Availability (GA) version.
Resolution Go back to Innoactive Spatial runtime installer and select “Repair”.
Installation Blocked by Windows Policy (OpenXR Service)
Context During installation, installer may fail when attempting to install OpenXR service. This typically occurs in restricted corporate environments with Windows group policies blocking system service installation.
Symptoms Installer gets stuck during OpenXR service installation step.
Root Cause
- Windows policy prevents installation of system services.
Resolution
- In installer, untick feature “OpenXR Service.”
- Continue installation.
- Runtime and VRED plugins will install without service component.
- If OpenXR runtime is not active, Spatial Runtime will prompt user on startup.
Important OpenXR service is only required to set active OpenXR runtime without admin privileges. Runtime itself installs independently and works without service.
Conflicting OpenXR Layers and Duplicate Plugins
Context Connection instability and runtime conflicts were observed during startup.
Root Cause
- VIVE OpenXR API layers installed (unsupported by CloudXR).
- Legacy CloudXR script plugin present.
- Multiple Innoactive plugins loaded from different directories.
Resolution
- Uninstall unused VIVE OpenXR API layers.
- Remove legacy CloudXR script plugins.
- Ensure only one Innoactive plugin is installed.
- Delete duplicate plugin folders from user ScriptPlugins directory.
Avoid multiple OpenXR runtimes, legacy CloudXR integrations, and duplicate plugins. Only one active runtime and one Innoactive plugin installation should exist.
Varjo Native Foveated Rendering Causing Visual Artifacts
Context A visible square or different display area appeared in Apple Vision Pro while connected to VRED.
Root Cause In VRED under Preferences → Extended Reality → XR Options → Varjo, option Native Foveated Rendering was enabled.
Resolution
- Open VRED.
- Go to Preferences → Extended Reality → XR Options → Varjo.
- Disable Native Foveated Rendering.
- Restart session.
Disable Varjo-specific rendering features (e.g., Native Foveated Rendering) when using CloudXR to avoid visual artifacts.
CloudXR Not Starting – Varjo Base Blocking Vulkan
Context Varjo Base can reserve Vulkan resources on GPU, preventing CloudXR from initializing.
Symptoms Streaming session fails or CloudXR does not start.
Resolution
- Check if Varjo Base is running on workstation.
- Fully close Varjo Base (including background processes).
- Restart Innoactive Spatial Runtime.
- Start streaming session again.
CloudXR should initialize correctly.
Unreal Engine – “VR Preview” Greyed Out
Context Unreal Engine requires active XR runtime before enabling VR Preview.
Symptoms “VR Preview” option is disabled.
Resolution
- Exit Unreal Engine.
- Start streaming session on Apple Vision Pro.
- Verify Innoactive Spatial Runtime shows runtime as started.
- Launch Unreal Engine.
- Open project and select VR Preview.
VR Preview should now be available.
TestFlight UI Delay After Update
Context After triggering update in TestFlight, UI may take 10–20 seconds to refresh.
Symptoms Update button appears unresponsive.
Resolution
- Click update in TestFlight.
- Wait up to 20 seconds.
- Do not close or force-quit app during update.
This delay is expected and not related to Spatial Runtime.
Outdated GPU Drivers Causing Runtime Issues
Context CloudXR and Vulkan-based workflows depend on up-to-date GPU drivers.
Symptoms Runtime crashes, streaming instability, initialization errors, or degraded performance.
Resolution
- Check installed GPU driver version (NVIDIA Control Panel or Device Manager).
- Download latest recommended production driver from GPU vendor.
- Perform clean driver installation.
- Reboot workstation.
- Restart Innoactive Spatial Runtime and test session again.