radistmorse / PEPatch

Multiplayer patch for Planet Explorers
GNU General Public License v3.0
9 stars 4 forks source link

game crashes with error NetworkException: Unable to resolve host #5

Open eric32QT opened 3 years ago

eric32QT commented 3 years ago

afther trying to connect to the server game crashes with this error "NetworkException: Unable to resolve host'' output_log.txt

radistmorse commented 3 years ago

First, I don't see the mention of steam api initialization. What version of the patch are you using? Second, I see the line "server is running", which, I assume, means that you are launching the server from inside the client. I wrote in the manual that I do not guarantee that the patch will work in that case. I have no idea how the client launches the server. And lastly, "unable to resolve host" is not a patch problem. How do you provide the address? It looks like the patch worked correctly, and asked the client to connect to the specified host, which apparently was not correct.