Applies to
Access Orchestrate (desktop client) versions before 7.82
New / freshly provisioned Windows machines
Keywords: Orchestrate won't open, window opens then disappears, window opens and closes, window disappears on launch, won't start, won't launch, fails to launch, crashes on startup, splash screen flashes, splash screen closes, closes immediately, disappears immediately, new PC, new PC install, new machine, freshly installed, never reaches login screen, login screen doesn't appear
Symptoms
The Orchestrate splash screen appears briefly (around 1 second) and then disappears.
The application never reaches the login form.
No obvious error message is shown to the user.
The same version of Orchestrate runs correctly on other machines, including machines on the same Windows version.
Before you start, confirm the correct VC++ 2013 runtime is installed
Orchestrate requires the Microsoft Visual C++ 2013 Redistributable, and the bitness (x64 or x86) must match the bitness of the Orchestrate build you are running. Installing the wrong bitness (e.g. the x86 runtime for a 64-bit Orchestrate) will not satisfy the dependency.
How to tell which one you need:
Check the MSI / setup file name — the platform is in the filename, e.g.
Orchestrate_Live_x64.msiorSetupOrchestrate...x64.exeindicates the 64-bit build (use the x64 runtime). A name withoutx64(the 32-bit build) needs the x86 runtime.Check the install path —
C:\Program Files\Orchestrate\...is the 64-bit build (needs x64 runtime);C:\Program Files (x86)\Orchestrate\...is the 32-bit build (needs x86 runtime).
To verify / install:
Open Settings → Apps → Installed apps (or Programs and Features) and look for "Microsoft Visual C++ 2013 Redistributable" in the matching bitness — the (x64) entry for a 64-bit Orchestrate.
If it is missing, download and install the Microsoft Visual C++ 2013 Redistributable in the matching bitness from Microsoft, then restart the machine.
Tip: It is fine to have both the x64 and x86 2013 redistributables installed — but the one matching your Orchestrate build must be present.
Resolution — uninstall and copy from a known-good machine
If the correct VC++ 2013 runtime is installed and Orchestrate still flashes-and-closes, copy a known-good installation from a working machine.
1. On the affected machine — uninstall and clear out
Uninstall Orchestrate via Add/Remove Programs (Apps & Features).
Delete these folders if they remain after uninstall:
C:\Program Files\Orchestrate\Orchestrate PlannerC:\ProgramData\Orchestrate\Orchestrate Planner
Back up the registry first (see below), then delete the Orchestrate registry keys in all relevant locations:
HKEY_LOCAL_MACHINE\Software\Access UK Ltd\OrchestrateHKEY_LOCAL_MACHINE\Software\Wow6432Node\Access UK Ltd\OrchestrateHKEY_CURRENT_USER\Software\Access UK Ltd\Orchestrate
2. Back up before making changes
Create a System Restore point (recommended):
Press
Win + R, typeSystemPropertiesProtection, press Enter.On the System Protection tab, select your system drive → Create….
Name it (e.g.
Before Orchestrate registry change) → Create.
And/or export the keys you're about to delete (so you can roll back):
Open
regedit, navigate to each key above.Right-click the key → Export → save as a
.regfile.
3. On the known-good machine , export the registry keys
Open Registry Editor (
Win + R→regedit).Paste each key path into the address bar, then right-click the key → Export, and save a
.regfile for each:HKEY_LOCAL_MACHINE\Software\Access UK Ltd\OrchestrateHKEY_LOCAL_MACHINE\Software\Wow6432Node\Access UK Ltd\OrchestrateHKEY_CURRENT_USER\Software\Access UK Ltd\Orchestrate
(Command-line alternative, run as Administrator:)
reg export "HKLM\Software\Access UK Ltd\Orchestrate" hklm-orchestrate.reg
reg export "HKLM\Software\Wow6432Node\Access UK Ltd\Orchestrate" hklm-wow64-orchestrate.regreg export "HKCU\Software\Access UK Ltd\Orchestrate" hkcu-orchestrate.reg
4. Copy the application files
On the known-good machine, copy the full
C:\Program Files\Orchestrate\Orchestrate Plannerfolder.Paste it into the same location on the affected machine.
Make sure both machines are the same build (x64 or x86) — do not copy a 32-bit install onto a machine expecting the 64-bit build, or vice versa.
5. Import the registry keys on the affected machine
Double-click each exported
.regfile (or runreg import "path\file.reg"from an elevated prompt) and accept the merge prompt — importing theHKLMkeys requires administrator rights.
6. Launch and confirm
Launch Orchestrate and confirm it now reaches the login form.
If it still doesn't open
This procedure has resolved the issue in the field. If Orchestrate still flashes-and-closes after following all the steps above:
Re-confirm the correct-bitness VC++ 2013 runtime is installed (x64 for a 64-bit build) — this is the most common miss.
Contact Support for assistance.
Optional diagnostic, Process Monitor
Support may ask you to run Process Monitor (Procmon) to capture exactly what fails at launch:
Download Procmon from Microsoft Sysinternals; run the 64-bit build (
Procmon64.exe) on a 64-bit machine.Set a filter: Process Name → is → orcPlanner.exe → Include.
Launch Orchestrate and watch for:
NAME NOT FOUND/PATH NOT FOUNDonliblmxnet.dll,msvcp120.dll, ormsvcr120.dll— a missing/transitive DLL.ACCESS DENIEDon those DLLs — a permissions or security block.
As a fallback, consider whether a later patch release (7.82 or later) runs cleanly on the affected machine.
Key takeaways
This affects Orchestrate versions before 7.82; later versions launch cleanly on the affected machines.
The splash-flash-then-close symptom is an early startup failure, often before any logging — so "no event log" is expected and not informative.
First check the VC++ 2013 runtime is installed in the bitness that matches the Orchestrate build (shown in the MSI filename / install path), and install the matching one if it is missing.
Always back up the registry / create a restore point before deleting or importing keys.
When reinstall fails, uninstalling and copying files + registry from a known-good machine is a reliable fallback.
If it still doesn't open after this proven fix, contact Support for assistance.
