Quote:
|
Originally Posted by EHaskins
So I went to test the program some more, and it wouldn't run.
I went and tried to run it from source so I could find the problem, and I found that when the code tried to find my computers IP it found "::1". I can ping this address, but the software throws an incompatible IP address exception.
Is this a firewall problem?
|
Probably not. "::1" is the
IPv6 equivalent of 127.0.0.1. The software is most likely expecting a IPv4 address (although I'm surprised it can't handle IPv6 addresses if windows does).