[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.
9 Replies
i get this error too
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
I'm late to the party. I see 0.9.0 is still the latest release. So has anything happened?
I did some experiments to try locating the issue, but no conclusions
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
Fix for this is building on Gitlab right now
@BrainStone @឵sarahkittyy
Server or Plugin?
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
No worries
All that matters that it's fixed. I'll test it tomorrow