-
Notifications
You must be signed in to change notification settings - Fork 8
Troubleshooting
Isaac Hirschfeld edited this page Feb 17, 2021
·
2 revisions
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 withomegga --debug
- If your omegga isn't starting, run with
omegga --verbose
- If your Web UI is completely white and you installed through
git clone
, runnpm 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:- Set your WSL to WSL 2
npm i -g omegga
- 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 thepackage-lock.json
file before pushing an update.