SineVector241 / VoiceCraft-MCBE_Proximity_Chat

VoiceCraft software to implement proximity VC for Minecraft Bedrock Edition
GNU General Public License v3.0
104 stars 20 forks source link

Lack of sufficient buffer space or because a queue was full. #16

Closed xRsBuiltx closed 1 year ago

xRsBuiltx commented 1 year ago

After running the voicecraft server for about an hour, Server crashes with a loop of this message. error full screen

SineVector241 commented 1 year ago

Thankyou. How long were you running the server for?

xRsBuiltx commented 1 year ago

The first time I noticed it was running it over night. But it is definitely random. I had it pop up within as little as 10 minutes of the serve running. And also another time a hour or so into it. Unsure when it actually flagged it when I left it on the first time over night.

SineVector241 commented 1 year ago

Interesting. I was able to run mine for 2 hours with no issues... I'll try and see if I can replicate the problem.

xRsBuiltx commented 1 year ago

Thank you, If I can do anything to help or help load test it or anything then just shoot me a message. Best contact is Discord xRsBuiltx#4768

SineVector241 commented 1 year ago

Figured out the problem. The buffer overflows from the voice incoming and outgoing. The entire server and client will be rewritten to prevent this issue from happening as well as an asynchronous implementation to further prevent this. This will remain open until 1.3.0-alpha

xRsBuiltx commented 1 year ago

Awesome man, Thanks for all of your hard work! Would you mind if I did a showcase on this to bring more people to your channel and to make the addon more popular? I'm just about 1k subs. So I dont have a ton to offer, But I think it would help some.

SineVector241 commented 1 year ago

Sure. You can!

xRsBuiltx commented 1 year ago

Hey bud, Any progress with this?

SineVector241 commented 1 year ago

A lot of changes/updates are happening on the dev branch. I believe I have fixed it but haven't confirmed it yet.

SineVector241 commented 1 year ago

https://github.com/SineVector241/VoiceCraft-MCBE_Proximity_Chat/commit/f133f2b9d26fbd213705dda5829bfbb1f439ece1 Fixed but not fully confirmed however it has been tested and works fine with the rewrite