CoEmu issues

09/21/2009 02:08 Illustria#1
Ive gone through just about every damn cs file i could checked, rechecked and threechecked every god damn ip and i keep getting the same bull...

I try to log in with my account name and such and this is what i get...

"Isharu logging into CoEmu
System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:5817
at System.Net.Sockets.Socket.Connect<IPAddress[] addresses, Int32 port>
at System.Net.Sockets.Socket.Connect<String host, Int32 port>
at CoEmu_v2_LoginServer.Connections.AuthSocket.Author ize<String user, UInt32 key, Boolean nano> in C:\(Location of source)\AuthSocket.cs:line 31"
09/21/2009 03:06 12tails#2
first make sure the game server is working... and them here is a thread to help u if still get this:

[Only registered and activated users can see links. Click Here To Register...]
09/21/2009 04:05 Illustria#3
thanks i got it :) I really appreciate the assistance
09/21/2009 04:11 LetterX#4
Quote:
Originally Posted by Illustria View Post
Ive gone through just about every damn cs file i could checked, rechecked and threechecked every god damn ip and i keep getting the same bull...

I try to log in with my account name and such and this is what i get...

"Isharu logging into CoEmu
System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:5817
at System.Net.Sockets.Socket.Connect<IPAddress[] addresses, Int32 port>
at System.Net.Sockets.Socket.Connect<String host, Int32 port>
at CoEmu_v2_LoginServer.Connections.AuthSocket.Author ize<String user, UInt32 key, Boolean nano> in C:\(Location of source)\AuthSocket.cs:line 31"
That is a perfect error. Auth Server can't connect to the Game server.

I think in AuthSocket.cs under Auth.Connect or something like that.

You'll see
Code:
Auth.Connect(SERVER_IP, 5817);
and up above you'll see "SERVER_IP = "127.0.0.1";" (or something like that).
09/21/2009 04:22 12tails#5
also if you stay goting the error even if u doo what the thread say PM me i will help : D
09/21/2009 04:50 Illustria#6
I got it, now im just trying to find the old sources i used to have for CoEmu V2 so i can use them as a reference to build some new codes. It sucks i used to have the wuxing oven, stones, etc etc. Now it seems like they all disappeared off the face of the net
09/21/2009 04:57 12tails#7
hmmm... se this:

[Only registered and activated users can see links. Click Here To Register...]
there will have some...