Hello! This is my first attempt at creating an “online” game. I’ve created a chat client, which is actually quite easy compared to game networking. Anyways, I’m pulling some odd errors that I have no idea how to fix. Here’s a Github of the project I created:
I also have some images:
Server Error: As can be seen, the program itself works, but the networking throws an error while listening for the client
Client Error: Program doesn’t work at all, and I’m not sure why…
The “Server” is being run on my own desktop computer, and the “Client” is being run on my brother’s laptop. We are connected via a WiFi signal to the router, so I wasn’t sure which IP to connect to. We’ve been using my external, which has the port (7777) forwarded that we’re using. Thanks in advance for and and all help!