facebookarchive / RakNet

RakNet is a cross platform, open source, C++ networking engine for game programmers.
Other
3.3k stars 1.02k forks source link

ComprhansivePCGame demo: "Error Parsing Json" on Win7 #92

Open akfheaven opened 8 years ago

akfheaven commented 8 years ago

Atfer Building the source Code via VS2015 I run the NatCompleteServer Then Run the ComprhansivePCGame. And The ComprhansivePCGame shows error like this:

Demonstrates networking elements for a P2P game on the PC, self-released, with player hosted game servers Difficulty: Advanced

Our guid is 612489550940309598 Started on 127.0.0.1|49154 Enter address of server running the NATCompleteServer project. Enter for default: 192.168.1.103 Enter server port, or enter for default: 61111 ID_CONNECTION_REQUEST_ACCEPTED from 192.168.1.103|61111,guid=540431956319473136 Discovering UPNP... List of UPNP devices found on the network : desc: http://192.168.1.1:1900/igd.xml st: urn:schemas-upnp-org:device:InternetGatewayDevice:1

Downloading rooms... Error parsing JSON

Thx in advance.