Application Won’t Start #
Symptom: Double-clicking the shortcut does nothing, or a brief window appears and closes.
Steps:
- Check
%APPDATA%\Claudius Corp\logs\app.logfor errors - If the lock file is stale from a crash, delete
%APPDATA%\Claudius Corp\.claudius.lock - Verify Java is installed (JAR edition):
java -versionin a command prompt - Run from command line to see console output:
cmd
java -jar "C:\Program Files\Claudius Corp\claudius-corp-3.1.0.jar"
Read-Only Mode #
Symptom: “Read-only mode” banner. Cannot create projects or spawn agents.
Cause: Trial expired, license expired, or offline grace period exhausted.
Fix: Go to Settings → License → enter or renew license key. Requires internet connection.
Agents Won’t Spawn #
Symptom: Phase stays in “Active” but no agent starts.
Steps:
- Verify Claude CLI is installed:
claude --versionin a command prompt - Check Settings → General → Claude CLI Path is correct
- Check
%APPDATA%\Claudius Corp\logs\app.logfor spawner errors
Database Locked Error #
Symptom: Error message about database being locked, or slow performance.
Cause: Another Claudius Corp instance may be running, or a previous instance crashed without releasing the WAL.
Steps:
- Ensure only one instance is running
- If running, close it cleanly (File → Exit, not Task Manager kill)
- If database is still locked after clean close, restart the machine
MSI SmartScreen Warning #
Symptom: Windows shows “Windows protected your PC” when running the installer.
Cause: MSI is not code-signed. This is a known limitation (see roadmap).
Fix: Click More Info → Run Anyway.
MCP Bridge Not Connecting #
Symptom: Agent starts but immediately crashes with “Cannot connect to MCP bridge”.
Cause: Port file missing or stale.
Steps:
- Check that Claudius Corp is fully started before the agent is spawned
- Verify
MCP_PORT_FILEenvironment variable is set for the agent process - Check that the port file exists at the path specified
- Restart Claudius Corp — the bridge re-initializes and writes a fresh port file
License Activation Fails #
Symptom: “Activation failed” or “Cannot reach license server”.
Steps:
- Verify internet connectivity
- Check if corporate firewall blocks
dmsi.gr(add exception if needed) - Try again after a few minutes — the license server may be temporarily unavailable
- Contact support at dmsi.gr if the issue persists
For developer setup, see the Developer Manual.
