-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiverse Inventories is crashing on startup (PaperMC 1.18.1) #485
Comments
I have run into this same problem today. I was able to perform the following steps to get it back in working condition (NOTE: these steps may not all be necessary but this is just exactly what I did before it started working):
Notice how the config.yml and groups.yml files in the ZIP provided by @HenrikoMagnifico have 51k and 24k lines, respectively. Given that most of it is whitespace, they are not actually very large files, but I could imagine that depending on how the YAML parser is written, this could give it a hard time. So that's my best guess! Why the plugin basically doubles the size of the YAML files every time on startup, I'm not sure. But it's probably necessary to go through and trim them back down every so often, depending on how often you restart your server. |
Update: The issue started happening again this morning. It seems to re-occur every couple of days / weeks for no clear reason. |
Information
Server version: git-Paper-152 (MC: 1.18.1)
Full output of
/mv version -p
: https://j.mp/3ruGONvServer log: https://pastes.dev/zPzSS8W14U
Details
I was able to reproduce my issue on a freshly setup and up-to-date server with the latest version of Multiverse plugins with no other plugins and with no kinds of other server or client mods. On my own server, before I noticed the error, it had been working fine for the last couple of months, but only a few days ago I noticed it had stopped working and now produces an error. There are no other plugins than Multiverse Core/Inventories/Portals/Nether Portals, and deleting the whole Multiverse-Inventories folder does not resolve the issue either.
Updating to the latest version of Multiverse-Core/Inventories/Portals/Nether Portals doesn't fix it either, Multiverse-Inventories is still red and fails to load. Deleting the whole Multiverse-Core folder fixes the issue, but results in players losing their inventory data, which means it's not a viable solution.
Description
Multiverse-Inventories fails to load on startup and produces an error, resulting in the plugin not working at all.
Steps to reproduce
Make a server with Multiverse-Inventories and the other Multiverse Plugins on PaperMC using the same version and the included Multiverse-Inventories folder.
Expected behavior
For Multiverse-Inventories to load successfully.
Screenshots
![Skärmbild 2022-01-18 132747](https://user-images.githubusercontent.com/11783274/149937379-18fe3bad-9675-4c48-a4d4-14e8af63cde7.png)
Multiverse-Inventories Configuration.zip
The text was updated successfully, but these errors were encountered: