Skip to content

Console Panel

The Console panel shows system messages about what’s happening in OverMox — errors, warnings, and informational logs. Use it to troubleshoot asset issues, connection problems, and other application-level events.

Console panel with various message types

You can also open the Console via Window > General > Console.

The status bar at the bottom of the screen always shows the most recent message with its icon, acting as a quick-glance indicator. Click the status bar to open a Console Dialog popup without adding the panel to your layout.


Each message has an icon and color indicating its severity:

TypeColorWhat It Means
InfoWhiteGeneral status updates — asset loads, save file backups, dependency resolution
WarningYellowNon-critical issues — unsupported formats, missing meta files, animation clip not found
ErrorRedFailures — loading/saving errors, server auth failures, import failures, connection errors

Internal exceptions display as [Internal Error] Please restart OverMox.


Messages display as [Prefix] Message text, where the prefix indicates the source system:

  • [Server] — API and authentication messages
  • [Loading Error] — Asset loading failures
  • [Saving Error] — Save file problems
  • [Material Import] — Material and texture issues
  • [Controller Connection Error] — Connection to the Controller app
  • [Asset] — Asset pipeline messages
  • [Debug] — Debug-level information

Some messages have no prefix and display just the message text. No timestamps are shown.


Three toggle buttons at the top of the panel let you show or hide each message type (Info, Warnings, Errors). Each button shows a count badge with the number of messages of that type. Filter states are saved per project.

Click Clear to remove all messages and reset the counters.

The console automatically scrolls to show new messages. If you scroll up to review older messages, auto-scroll pauses. Scroll back to the bottom to resume.

Click any message to see its full detail in an area below the message list. This is useful for longer messages that get truncated in the list view.

The popup variant (opened from the status bar) has its own Close button and works independently from the docked panel.


SourceExamples
Asset loading/savingImport failures, format issues, missing files, save file conversions and backups
Server/APIAuthentication failures, connection errors, service authorization
Controller connectionSignalR connection errors to the Controller app
Scene managementScene switching failures, state reset issues
Materials/Textures/AudioUnsupported formats, missing data files, shader errors
Window managementDuplicate window notices, layout failures

OverMox and the Controller each have their own console. They serve different purposes:

OverMox ConsoleController Console
ShowsSystem messages — asset, scene, server, and connection issuesNode graph execution logs — triggers, flow values, Log node output
Use forTroubleshooting app-level problemsDebugging your node graph logic
SourcesEngine, asset pipeline, API layerNode execution engine, Log nodes

For details on the Controller’s console, see Controller Console.