-
Notifications
You must be signed in to change notification settings - Fork 283
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
DB corruption #22
Comments
This seems to affect other community servers as well:
|
I'm guessing that this is caused by you NOT updating your client along with your server. The client won't update if useCustomServer is set, so it will fall out of sync with the server. Disable it in your client to get the update. Note that this behavior will be improved in the next client update. The client will now complain if its version does not match the version of the server that you're trying to connect to. Closing this for now. Please open a new one if the issue persists after updating your client. |
Resolves jasonrohrer#22, fixes jasonrohrer#31, & fixes #56
useOnContained and contFoodDish implementation
For my community server it seems the database got corrupted. I got a lot of funny business going on, like:
Wells in baskets
Berry bushes in backpacks
Friendly (as in not moving) bears
At some point I had a berry bush turn into a bowl of dough when I picked a berry from the bush. (but cannot reproduce it anymore)
Also I am pretty sure I have had rattle snake skins before i updated the server.
Fixing the bug
It seems to be related to have a server without the 71 content update connecting to a 67 server. Not sure how this could make things go wrong but it does correlate
Recovery
Any ideas how to cleanup the db?
The text was updated successfully, but these errors were encountered: