-
Notifications
You must be signed in to change notification settings - Fork 33
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
Random crashing #8
Comments
Please recompile Mumsi with debug log level: edit main.cpp line 18 and change |
It didn't want to crash for a long time, after I recompiled and ran it, but that's just my luck. It finally did crash, with the same error, but it doesn't look too meaningful, just the same output in the middle of the normal audio packet debug messages. [begin last 30 lines of output]
[end of output] |
I've added additional error message to mumlib. Please pull the change and recompile the project. I think for some reason receive handler triggers with bytes_transferred set to 0. |
Do you happen to use avatars? I have max message length set to 2048 B. |
The issue still occurs, but this time, it has an SSL "success" error with it:
|
I temporarily disabled the exception and commited it to mumlib, branch |
Using the |
Do you do have have port 64738 UDP enabled in your firewall? I see that audio transfer falls back to TCP for some reason. |
I don't have a firewall, and UDP isn't filtered because the mumble server works. If it helps, the mumble server is on the same machine as mumsi. |
Crashes randomly during a call. Same thing happened twice.
The text was updated successfully, but these errors were encountered: