mumble-voip / mumble

Mumble is an open-source, low-latency, high quality voice chat software.
https://www.mumble.info
Other
6.41k stars 1.12k forks source link

MacOS : AppNap problem on LAN connection #4122

Closed d-damien closed 4 years ago

d-damien commented 4 years ago

MacOS Mumble works fine when connecting to external, public servers. It fails to connect to Linuxmint LAN server.

I can connect to this server with local Mumble client. Ports are open.

Krzmbrzl commented 4 years ago

The error message about failed connection is coming from this line: https://github.com/mumble-voip/mumble/blob/1bd7839a04bc3445fb3361ec40667081ecdac9fa/src/mumble/MainWindow.cpp#L3155

and the AppNap warning shouldn't be related (the warning means that some internal housekeeping didn't work as intended but it shouldn't affect the overall behavior).

It is really weird that you don't get any logs on the server side. However 1.2.19 is ancient by now. Thus I'd ask you to upgrade your server to 1.3.0

Also could you try hosting a server locally on your Mac and try to connect to that one (so from the same machine) and see if that works?

stale[bot] commented 4 years ago

This support-issue has been automatically marked as stale because it has not had recent activity. If no further activity occurs, the issue will be automatically closed as we'll assume your problem to be fixed.

d-damien commented 4 years ago

Tried it on 1.3 and now it seems to work on both versions − weird. Thanks.

Krzmbrzl commented 4 years ago

Great to hear that :+1: