I cannot find the “Channels” window, even after right-clicking the title bar of another window (like “States”).
If I try to open the HTML/Channels viewer file manually, nothing happens.
What should I do?
Thanks
The boolean GCP/EnableWebSocketServer is likely false in your local settings, preventing the QDockWidget from being instantiated.
Option 1: Reset to Defaults (Fastest)
In the Gomboc GUI, go to Settings and select Reset to Defaults.
-
Result: This triggers a full override of the registry with the default configuration map, setting the server flag to
true. -
Note: This will reset your window layout and other custom preferences.

Option 2: Registry EditÂ
If you want to preserve your current layout and only fix this specific flag:
-
Close Gomboc.
-
Open
Registry Editor. -
Navigate to:
HKEY_CURRENT_USER\Software\SumToZero\Gomboc\GCP -
Action: Set
EnableWebSocketServertotrue(or1). -
Restart the application.
