rainestorme / murkmod

A continuation of fakemurk and mush that includes a plugin manager and additional useful utilities.
MIT License
21 stars 17 forks source link

Plugins don't show up in mush. #85

Closed Eboi47 closed 2 months ago

Eboi47 commented 2 months ago

Describe the bug When using mush, pressing 4 will not show any plugins, but it will show an error. This error complains about a file not being found.

To Reproduce Steps to reproduce the behavior:

  1. Press CTRL + ALT + T simultaneously to open mush
  2. Press 4 and then ENTER
  3. See error

Expected behavior The plugin menu should appear as normal.

Screenshots image

System (please complete the following information):

Additional context -You can still install plugins, but trying to load or uninstall them will result in an error.

rainestorme commented 2 months ago

Alright... try running the update function from mush and see if that fixes the problem.

Eboi47 commented 2 months ago

The plugins show up again! Thanks!

rainestorme commented 2 months ago

This should work out of the box without needing to update, so it is a bug

rainestorme commented 2 months ago

I'll close this as invalid for now just because this is an easily fixed issue and I don't really want to implement a whole additional mechanism for modifying the stateful partition on the first boot of a newly installed system.