Hello. I had another thread going but it had to be closed. I have a summary written of what we were most recently working on, if I can send that to you in a few pieces:
OpenClaw 2026.4.25 (aa36ee6) on native Windows, config at:
D:\Caelan\openclaw-rescue-noplugins.json
state/logs under:
D:\Caelan.openclaw\
Original issue: gateway extremely slow / dashboard and Discord unusable. Rolling back to 2026.4.23 did not fully help; trying 2026.4.25 showed severe hangs.
Key findings:
-
Normal gateway/service would bind port 18789 but local probes timed out.
openclaw gateway statusshowed listener on127.0.0.1:18789Invoke-WebRequest http://127.0.0.1:18789/healthz -TimeoutSec 5timed out- Dashboard also refused to load
-
Discord/channel startup was initially suspected because gateway reached:
starting channels and sidecars...- hooks loaded
- then stalled
But later testing showed the problem was broader than Discord.
-
Rescue mode with channels/providers skipped:
powershell
$env:OPENCLAW_CONFIG_PATH="D:\Caelan\openclaw-rescue-noplugins.json"
$env:OPENCLAW_SKIP_CHANNELS="1"
$env:OPENCLAW_SKIP_PROVIDERS="1"
still resulted in /healthz timeouts unless bundled plugins were disabled too.
-
Important smoking gun:
Running
openclaw hooks disable boot-mdblocked for ~5 minutes with:
failed to load bundled channel qqbot: Timed out waiting for bundled runtime deps lock
lock path:
D:\Caelan\.openclaw\plugin-runtime-deps\openclaw-2026.4.25-eb7d6f0fe52e\.openclaw-runtime-deps.lock
owner PID in lock was2376, but Windows showed PID 2376 wassvchost.exe, so it looked like a stale/wrong PID collision.