SFML community forums

Help => Network => Topic started by: Kakazoo on July 25, 2018, 02:15:50 pm

Title: LAN Network connection via Hamachi doesn't work
Post by: Kakazoo on July 25, 2018, 02:15:50 pm
Hello, I'm trying to connct to my friend via hamachi, but the program doesn't connect us.

Here's the code, it's really simple but still doesn't work with hamachi. Localhost and enetring my hamachi IP on my computer works fine and hamachi worked in games (the dots are green).

(click to show/hide)
Yes I'm kinda new to SFML, that's why I can't figure out why it doesn't work.
Title: Re: LAN Network connection via Hamachi doesn't work
Post by: eXpl0it3r on July 25, 2018, 03:27:46 pm
"Doesn't work" isn't really a problem description. ;) Use your debugger to see what's going on in your code. Use Wireshark or Fiddler to see what is going on, on your network.
Title: Re: LAN Network connection via Hamachi doesn't work
Post by: Kakazoo on July 25, 2018, 11:48:36 pm
Fixed the issue, just changed the port to anything above 50000 and it worked...somehow.