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

Author Topic: Failed to bind listener socket to port 1203  (Read 2312 times)

0 Members and 1 Guest are viewing this topic.

vbęro

  • Newbie
  • *
  • Posts: 2
    • View Profile
Failed to bind listener socket to port 1203
« on: February 07, 2016, 01:17:14 pm »
Hi, I have made this code:
(click to show/hide)
And when i press P to run the server it keeps telling me "Failed to bind listener socket to port 1203". What have I done wrong?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Failed to bind listener socket to port 1203
« Reply #1 on: February 07, 2016, 06:24:27 pm »
Call "listen" once during init, not 40 times per second.
Laurent Gomila - SFML developer

vbęro

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Failed to bind listener socket to port 1203
« Reply #2 on: February 10, 2016, 05:57:45 pm »
Ok, thanks.