Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: LAN Network connection via Hamachi doesn't work  (Read 2367 times)

0 Members and 1 Guest are viewing this topic.

Kakazoo

  • Newbie
  • *
  • Posts: 2
    • View Profile
LAN Network connection via Hamachi doesn't work
« 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.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10818
    • View Profile
    • development blog
    • Email
Re: LAN Network connection via Hamachi doesn't work
« Reply #1 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Kakazoo

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: LAN Network connection via Hamachi doesn't work
« Reply #2 on: July 25, 2018, 11:48:36 pm »
Fixed the issue, just changed the port to anything above 50000 and it worked...somehow.

 

anything