Skip to content
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

Saving issues in chunks that unload #28

Closed
Drayux opened this issue Apr 26, 2015 · 2 comments
Closed

Saving issues in chunks that unload #28

Drayux opened this issue Apr 26, 2015 · 2 comments
Assignees

Comments

@Drayux
Copy link

Drayux commented Apr 26, 2015

Hello! This is the first of a couple bugs I will report on this. Basically what goes on is that for any changes I make to a chunk, if that chunk is unloaded shortly afterward, more often than not, the changes I made will not be saved. If I should add any more information, let me know and I will add it, but that is the general description of what is going on. There is no crashes associated with it, but some of the time I will also only see the loss of data after reloading or exiting.

@kvverti
Copy link

kvverti commented Apr 26, 2015

This is caused by the server not saving chunks in time when the game closes, causing queued chunks to be thrown away (see #11 )

@cuchaz
Copy link
Member

cuchaz commented Apr 29, 2015

This might also have been caused by some broken IO thread synchronization, which I just fixed in 93af916

@cuchaz cuchaz self-assigned this Apr 29, 2015
@cuchaz cuchaz closed this as completed Apr 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants