trancelr: I faced the same issue and tried to add firewall exceptions for GalaxyClient.exe and GalaxyClientService.exe (I don't see the point since normally, Windows prompts automatically to allow or block when a port opening is requested for the first time) but problem persisted.
I tried to launch these commands in an admin prompt :
net stop winnat net start winnat Then I can launch Gog Galaxy, wait few minutes without the "Communication Service was lost" message.
No need to disable hyper-v or reboot Windows.
Too bad I didn't try first this command first before restarting winnat service :
netsh interface ipv4 show excludedportrange protocol=tcp to check if some ports where locked
It looks very similar to this problem with other softwares (like IntelliJ) from JetBrains company that made me think to try this winnat restart solution when seeing some people's posts about hyper v deactivation to solve the issue : IDEA-238995 (links are blocked right now...)
Too bad the gog galaxy message is too generic enough "Communication Service was lost" and not accurate enough like
port <port number> is already used or something like that can help to better understand the root cause and google it for a solution.
It worked for me. stop winnat Thanks.