Troubleshooting Guide

NORTHSTARSHOW SYSTEMS

Troubleshooting Guide

Common symptoms with diagnostic steps and fixes

Document NumberRevisionDatePlatform Version
NSSS-DOC-0110A2026-05-201.0

Cuemaster Issues

SymptomCauseFix
Activation overlay won't accept tokenToken bound to different fingerprint or expiredReissue token for current fingerprint; verify expiry
Cuemaster shows "Disconnected"WebSocket broken, HelmOS down, or network issueRefresh browser; ping Helm IP; check HelmOS Scheduled Task
"No project loaded" persists after deployDeploy returned non-200, or browser cache staleHard-refresh (Ctrl+F5); re-deploy from Compose
Firmware tab shows "No firmware bundled"Active .nsss.compose lacks firmware/ folderIn Compose, File → Build Firmware, then Save, then re-deploy
GO buttons greyed outMaintenance Mode is activeTurn Bridge key OFF, or press Ctrl+Shift+Alt+M

HelmOS Issues

SymptomCauseFix
helmos.exe flashes and closesAnother HELM_OS.exe is runninghelmos.exe detects this and prints a banner. Read the banner — close the duplicate.
"Not Found" at /Old build, paths anchored to wrong dirRe-run INSTALL_HELM_OS.exe to overwrite with current build
EADDRINUSE 0.0.0.0:8888Port in use by another appKill the offending app or override via HELMOS_UDP_PORT env var
License gate persists after activateToken verification failedCheck /api/license/status for the failure reason

Polaris Node Issues

SymptomCauseFix
Node never appears in CuemasterWi-Fi not joining, SSID/password wrongOpen Serial Monitor at 115200 baud — read boot messages
Node shows fw_version "?"Old firmware predates fw_version reportingRe-export from Compose; re-flash board
OTA fails with timeoutBoard's ArduinoOTA listener crashed or Wi-Fi flakyPower-cycle the board; retry update
Input event not triggering cueDebounce too aggressive, or pin direction wrongCheck Compose pin config; verify direction is "input"
Output channel fires once then stopsAction-fire without action-release; relay holds stateUse action-pulse instead, or add explicit action-release

Firmware Compile Issues

SymptomCauseFix
"stdlib.h: No such file or directory"Install path contains a spaceReinstall Compose to a no-space path (default %LOCALAPPDATA%\Programs\compose works)
arduino-cli not foundBundled CLI missing or path issueReinstall Compose with the standard installer
Compile takes foreverBundled toolchain on slow diskMove install to local SSD

Where to Look First

  • HelmOS log: <install>/data/log/ — every event in chronological order
  • Cuemaster Activity tab — last 50 events in real time
  • Polaris Serial Monitor (115200) — board's own boot + Wi-Fi messages
  • Browser DevTools console — WebSocket messages, fetch failures
  • NSSS-DOC-0030HelmOS Server Guide
  • NSSS-DOC-0040Cuemaster Operator Manual

Revision History

RevisionDateDescription
A2026-05-20Initial publication