Skip to content

Troubleshooting

Isaac Hirschfeld edited this page Feb 17, 2021 · 2 revisions

Troubleshooting Guide

Narrow down where the issue might be with the following options:

  • If your brickadia is crashing and omegga works, type /debug into omegga console or run with omegga --debug
  • If your omegga isn't starting, run with omegga --verbose
  • If your Web UI is completely white and you installed through git clone, run npm run dist.
  • If your Web UI is crashing, open the developer console (inspect element) and send a screenshot of the error to the #omegga-help discord channel.
  • If a plugin is crashing, message the plugin developer or ask in the #plugin-help discord channel.
  • If you're getting an EACCES error when running npm i -g omegga in WSL 1:
    1. Set your WSL to WSL 2
    2. npm i -g omegga
    3. Set your WSL back to WSL 1
  • If a plugin fails to update and it has a package-lock.json file, yell at the plugin developer to update the package-lock.json file before pushing an update.
Clone this wiki locally