Skip to content

Debugging

LD edited this page Apr 9, 2024 · 5 revisions

Log file

When using the binary version of Cosmonium, the application log is stored in a file :

For v0.3.0 dev builds:

  • On Windows : C:\Users\<username>\AppData\Local\cosmonium\Log\output.log
  • On Linux : ~/.cache/cosmonium/log/output.log
  • On MacOS : ~/Library/Logs/cosmonium/output.log

For releases before v0.3.0:

  • On Windows : C:\Users\<username>\AppData\Local\cosmonium\output.log
  • On Linux : ~/.local/share/cosmonium/output.log
  • On MacOS : ~/Library/Logs/cosmonium/output.log

When using the sources directly, the log is in the console.

Configuration

Cosmonium loads its runtime configuration from the following file:

  • On Windows : C:\Users\<username>\AppData\Local\cosmonium\config.yaml
  • On Linux : ~/.config/cosmonium/config.yaml
  • On MacOS : ~/Library/Preferences/cosmonium/config.yaml

Cache

Cosmonium caches the loaded models and yaml files, in case of problem you should clear the cache first.

  • On Windows : C:\Users\<username>\AppData\Local\cosmonium\Cache
  • On Linux : ~/.cache/cosmonium
  • On MacOS : ~/Library/Caches/cosmonium
Clone this wiki locally