Problem:
Resolution:
Rumba 8.2 is IPv6 aware now. So what is happening is that Rumba is asking the stack to resolve "localhost", and it's returning "::1", the IPv6 loopback address. Rumba attempts to connect to that address, but the Server application is only bound to the IPv4 address, so there is no response to the connect attempt. If you look in your hosts file (Windows\\System32\\Drivers\\etc\\hosts), there is a commented entry for both localhost types there:
# 127.0.0.1 localhost
# ::1 localhost
If you uncomment the 127.0.0.1 entry, it works.
#Rumba




