Simple Voice Chat

Simple Voice Chat

31M Downloads

Cant hear anyone no one can hear me.

SnowyMadLad opened this issue · 20 comments

commented

Bug description
Basically once i launch my game go on my friends server ( everyone has the latest version of the mod) Go up to them start talking, I can only hear them for a split second once i join and then its just silence. its the same for them. And before you say anything, Yes i have checked all my inputs and even did a mic test! Everything worked i could hear myself and it was registering i even saw my little mic thing going up in the corner. My friend who owns the server did a voice packet test on me and it came back request timed out. Im not sure how this happened or how you can replicate it.
I have tried disabling my firewall aswell! I also, never got a pop up, Apparently theres a pop up you need that says the servers which i never got.
Logs

....�=>.... [03:15:58] [Server thread/INFO] [minecraft/DedicatedServer]: Sending packet...
.... [03:15:58] [Server thread/INFO] [minecraft/DedicatedServer]: Packet sent. Waiting for response...
.... [03:15:59] [VoiceChatPacketProcessingThread/INFO] [minecraft/DedicatedServer]: Request timed out
Once owner requests packet
. [03:09:04] [Server thread/INFO] [minecraft/PlayerList]: Tinley[/99.238.53.63:57694] logged in with entity id 28807 at (-703.2419027941424, 68.0, 1088.2904485103345)
.... [03:09:04] [Server thread/INFO] [minecraft/DedicatedServer]: Tinley joined the game
.... [03:09:04] [Server thread/INFO] [voicechat/]: Sent secret to Tinley
.... [03:09:05] [Server thread/INFO] [minecraft/DedicatedServer]: [Mastereloadingg: Client not connected]
.... [03:09:06] [Server thread/INFO] [minecraft/DedicatedServer]: [Mastereloadingg: Client not connected]
.... [03:09:06] [Server thread/INFO] [minecraft/DedicatedServer]: [Mastereloadingg: Client not connected]
.... [03:09:06] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: Successfully authenticated player c7dc7826-2bd1-45af-ab03-dd033c665eb4
once i join

Steps to reproduce the issue

  1. Launch minecraft
  2. Go on a server
  3. Talk

Expected behavior
Did not expect this to happen.

Versions

  • Minecraft version 1.16.4
  • Forge version 35.1.4
  • Mod version Latest voice mod version

Other mods
No other mods. Just forge.

commented

Please send me the complete logs of the clients and the server.
This might also be related to #23.
One other question: Are you using MacOS?

commented

Also please direct me towards a fix.

commented

is your friend on MacOS? maybe it's something to do with inter-operating system compatibility?

commented

No everyone is on windows.

commented

weird, I hope we can find a solution soon, I don't know what the issue is

commented

Me neither. I wanted to play smp with my friends not deal with bugs.

commented

same man! I just recently got my server up, and most of the other mods didn't have issues. Although the issues with this one make sense, since it's a little special.

commented

Hello!

I am having a similar issue, here is my server log: https://pastebin.com/ZpCCcjgY

commented

Please send me the complete logs of the clients and the server.
This might also be related to #23.
One other question: Are you using MacOS?

Not using Mac im a windows user. No one can hear me nor can i hear them so could be related but possibly not. Ill try to get some complete logs for ya but you can use the guy above me's logs to find a fix.

commented

I also, never got a pop up, Apparently theres a pop up you need that says the servers which i never got.

Which popup do you mean?

commented

My friends said at the start they got a pop up inviting them to the servers with a java menu but i never got it. Did you add that?

commented

This is not a feature of the mod. Are you sure you are using the right mod?

commented

Yup. This is it. Not sure they just said they got it.

commented

I think I have figured out the problem. It has to do with some networks dropping UDP packets larger than a specific size. It might take a while until I fixed it.

commented

any progress? Because if this is actually a bug, then imma have to find another solution.

commented

Working on it.

commented

It should be fixed with the latest version. Please let me know if it works. You might have to change a config value if it doesn't work.

commented

i have the same excact problem. my friends started an smp with this vc mod and another terrain mod, everyone can talk with each other with not so much lag (we are about 12 people on the server), but i am the only person who's voice chat doesn't work, tried reinstalling with the latest version, it worked for a minute but then after a restart it stopped working. tried reinstalling again, and now i hear just scraps of sounds when people talk, same goes for the opposite side.
also checked the logs, says my "authentication was succesful".
i saw henkelmax wrote to change a config value if it doesn't work, how do i do that?
any way i can fix it ?

If your voice doesn't arrive on the server you might have a problem with the MTU size of your network.
Try running the command ping modrepo.de -f -l 1000. If it says Packet needs to be fragmented, you need to decrease the mtu_size config option to a lower value.

Also make sure the server has the exact same voicechat mod version that you have, since the packet size changed with the last update.

commented

i have the same excact problem. my friends started an smp with this vc mod and another terrain mod, everyone can talk with each other with not so much lag (we are about 12 people on the server), but i am the only person who's voice chat doesn't work, tried reinstalling with the latest version, it worked for a minute but then after a restart it stopped working. tried reinstalling again, and now i hear just scraps of sounds when people talk, same goes for the opposite side.
also checked the logs, says my "authentication was succesful".
i saw henkelmax wrote to change a config value if it doesn't work, how do i do that?
any way i can fix it ?

commented

Im gonna try it out lets see if it works!