127.0.0.1 is actually your own network interface (sometimes referred to as the loopback interface) so the program is trying to connect to the server on your own computer.
You can check if the port is being listened to by typing the commandnetstat -ao |find /I "listening" in a command window. Check the ports listed in the column appended to the IP address for 32400.