The only thing that I can think of is that your cipher is using an incorrect function to encrypt the packet. Where does a breakpoint test get you? Does it make it to the end of the NewConnection void? Does it make it to the Receive void in the socket system and the process void? If it doesn't make it to the receive void, then you need to rework your cipher.
The only thing that I can think of is that your cipher is using an incorrect function to encrypt the packet. Where does a breakpoint test get you? Does it make it to the end of the NewConnection void? Does it make it to the Receive void in the socket system and the process void? If it doesn't make it to the receive void, then you need to rework your cipher.
Let me check up on that, because it doesn't get to the receive.
Quote:
Originally Posted by Korvacs
Is your try/catch being thrown in that send function?
AuthServer problem. 03/06/2011 - CO2 Private Server - 4 Replies #Problem solved.
This can be closed.
Trouble after splitting the AuthServer & GameServer 02/04/2011 - CO2 Private Server - 4 Replies Hey guys,
I'm back doing some coding for the first time this year and I cannot seem to fix a problem I had a while back after splitting my GameServer & AuthServer.
In my AuthServer I currently have a dictionary called AwaitingPool and it will store a uint(Forward Packet Identifier) and also store a reference to the user's account. Looks abit like
public static Dictionary<uint, Database.AccountTable> AwaitingPool = new Dictionary<uint, Database.AccountTable>();
My GameServer needs to...
AuthServer De/En ? 11/20/2010 - CO2 Programming - 4 Replies First of all i wanna say hello to every1.
And after reading lots of information about conquer cryptograpgy cant figure out what exactly encryption/decryption loginserver use?
Somethig similar to XOR encryption ? what exactly?
If i dont know that exactly it is then i cant write my proxy.
I`ve read pro4ever thread but there is only explanation how proxys works and almost zero about how to create it (i dont need that some1 give me full code of proxy).
[HELP] Error when in AuthServer.cs 06/08/2009 - CO2 Private Server - 3 Replies IM gettin this an error on line 31 of Auth Server
http://img41.imageshack.us/img41/7368/erroreuj.pn g
This is my AuthServer.cs
/*
* Created by SharpDevelop.
* User: sams
* Date: 3/8/2009
* Time: 2:19 PM
*
AuthServer password encryption 04/26/2009 - CO2 Private Server - 1 Replies Well thought it would fit in this section.
Most of the sources I seen works this way: the first time an account login, it takes the "encrypted" password received and set it in the database. I've been trying to figure the encryption used, but with no success, my ASM skills just sucks.
So, could anyone decent with assembler/debugging help me with this?