BotConnector
Sign in Workspace Open App

Runtime problems

warning

Runtime problems

State machine reminder

STOPPED → STARTING → READY / FAILED. A running PID alone is not READY — the API must answer. Details: Runtime.

Won't start

SymptomFix
Exits immediatelyReinstall runtime: botconnector runtime install
Missing DLL / 0xc000007bPlatform mismatch — reinstall the correct package
Blocked by antivirusWhitelist the runtime path; see Download signing note
Port already in usebotconnector ps → stop stale instance, or --port

Crashes under load

  • OOM during generation (context grew) → lower context or smaller quant: Memory problems.
  • GPU backend crash → fall back to CPU to confirm the model itself is fine, then debug the backend: GPU problems.

Never becomes READY

  1. botconnector runtime status — note the state.
  2. Read the newest log in %USERPROFILE%\botconnector\logs.
  3. Test the API directly: curl http://127.0.0.1:11435/v1/models.
  4. Restart cleanly: botconnector server stop then server start.

Reporting

Include: doctor --json output, runtime status --json, the log file, model id + quantization, backend and OS build. See Runtime troubleshooting.