[Render thread/ERROR]: Error while fetching full data source, attempts left: 2 / 3

Occationally I get this error (while on a server): https://mclo.gs/TFaRhhh I've seen this issue, however I both have deleted my server's sqlite file and also the error is different.
mclo.gs
Vanilla Server Log [#TFaRhhh]
24 lines | 1 error
9 Replies
sarahkittyy
sarahkittyy4mo ago
i get this error too
Jckf
Jckf4mo ago
I believe it's this assertion that is failing. However I am unsure why that might be. It could be that the plugin is trying to use the same buffer ID multiple times. The current buffer ID is stored in the serverside player config object, which is not meant to be accessed from multiple threads concurrently, but I'm pretty sure that I'm actually writing to those objects from outside the main thread Specifically here
BrainStone
BrainStoneOP4mo ago
I'm late to the party. I see 0.9.0 is still the latest release. So has anything happened?
Jckf
Jckf4mo ago
I did some experiments to try locating the issue, but no conclusions
BrainStone
BrainStoneOP4mo ago
Very unfortunate I'm gonna give the nighly of both the plugin and the mod a spin soonish, so I'll let you know if it's still happening Still happening on latest plugin and latest DH Seems to happen most often when teleporting between worlds Ok yeah I can absolutely reproduce it reliably here on my server
Jckf
Jckf3mo ago
Fix for this is building on Gitlab right now @BrainStone @឵sarahkittyy
BrainStone
BrainStoneOP3mo ago
Server or Plugin?
Jckf
Jckf3mo ago
Plugin The problem was exactly where I suspected and had linked above, related to the buffer ID variable Sorry for taking so long to fix it
BrainStone
BrainStoneOP3mo ago
No worries All that matters that it's fixed. I'll test it tomorrow

Did you find this page helpful?