Please I want help

02/07/2011 22:11 shosho_m_h2010#1
Hello every one,
please I need help in 5200 Source
there is a mistake in Comminucation\SocketConnection.cs
in line
PHP Code:
this.Connection.Bind(this.eP); 
what does that mean?
please any one repair this mistake
02/07/2011 22:33 xScott#2
Quote:
Originally Posted by shosho_m_h2010 View Post
Hello every one,
please I need help in 5200 Source
there is a mistake in Comminucation\SocketConnection.cs
in line
PHP Code:
this.Connection.Bind(this.eP); 
what does that mean?
please any one repair this mistake
post the exception its giving
02/07/2011 22:57 TekiJinn#3
Quote:
Originally Posted by shosho_m_h2010 View Post
Hello every one,
please I need help in 5200 Source
there is a mistake in Comminucation\SocketConnection.cs
in line
PHP Code:
this.Connection.Bind(this.eP); 
what does that mean?
please any one repair this mistake
I think that is written after some socket properties being assigned. It appears as if it's trying to point "this" to your socket but it might actually be pointing to the form or whatever you're using.

Have you tried having it use it's name instead of "this"?
Like:
Code:
Socket1.Connection.Bind(Socket1.eP);
I'm fairly new to C# but I am experienced from VB, and VB used a similar thing to finish off the properties of it's sockets. So if it's accidentally pointing to your form/console whatever thats what it might not like :/
02/07/2011 22:59 shosho_m_h2010#4
Quote:
Originally Posted by xScott View Post
post the exception its giving

it says
Only one usage of each socket address (protocol/network address/port) is normally permitted

Quote:
Originally Posted by TekiJinn View Post
I think that is written after some socket properties being assigned. It appears as if it's trying to point "this" to your socket but it might actually be pointing to the form or whatever you're using.

Have you tried having it use it's name instead of "this"?
Like:
Code:
Socket1.Connection.Bind(Socket1.eP);
I'm fairly new to C# but I am experienced from VB, and VB used a similar thing to finish off the properties of it's sockets. So if it's accidentally pointing to your form/console whatever thats what it might not like :/
no C# not like VB

please guys of epvp help me
what is the mistake?
02/08/2011 00:19 xScott#5
Quote:
Originally Posted by shosho_m_h2010 View Post
it says
Only one usage of each socket address (protocol/network address/port) is normally permitted
hmm, im not great with networking.
but it's probably something to do with not closing sockets.
it's probably already listening on the same port.

what source is this?
02/08/2011 10:37 Korvacs#6
Moved.
02/08/2011 13:22 shosho_m_h2010#7
It's 5200 source
and which port must I open for the source?
02/08/2011 17:44 pro4never#8
Do you have any other server programs running? You can only listen on 1 port at a time. Try restarting your computer (ensures all half crashed programs or w/e are shut down), open the source and debug. Post any errors it gives but this should simply not pop up if you don't have any other servers running or half crashed.
02/08/2011 23:16 shosho_m_h2010#9
Now I have another problem
Now i cannot sign in the game
when I open the loader the game close
Where is the problem now?
02/09/2011 03:33 Santa#10
What IP are you using? U can't use "127.0.0.1"
02/09/2011 13:31 shosho_m_h2010#11
I cannot sign in into server
Can anyone give me a loader?
02/10/2011 06:49 xScott#12
Quote:
Originally Posted by shosho_m_h2010 View Post
I cannot sign in into server
Can anyone give me a loader?

Nullable's conquer loader in the CO --> Programming Section
02/11/2011 13:08 shosho_m_h2010#13
Quote:
Originally Posted by xScott View Post
Nullable's conquer loader in the CO --> Programming Section
please can you give me a 5290 good source
02/12/2011 22:22 xScott#14
Quote:
Originally Posted by shosho_m_h2010 View Post
please can you give me a 5290 good source

original is always the best:
[Only registered and activated users can see links. Click Here To Register...]
02/23/2011 20:39 shosho_m_h2010#15
Quote:
Originally Posted by xScott View Post
original is always the best:
[Only registered and activated users can see links. Click Here To Register...]
that source has lots of mistakes

give me a good source with monk and its database