when i try to login, the client closes automatically.. no errors were given..
the server is running normal i think
the server is running normal i think
nope i've changed it to my external ip for both client and server.Quote:
Are you using ip 127.0.0.1? that's why. It will crash client. Use a network, external or hamachi ip and it won't crash client.
my bad i never locked at that Elite-Coemu source. so i dident know that ELITE-Coemu source = 5165Quote:
client ip must NOT be 127.0.0.1
Using that on patch 5165 or higher will instantly crash the client if you send it in the auth response packet.
hmm i dont believe so..Quote:
Must be an invalid packet being sent then, are you definately using the correct client? Have you made any modifications to the server?
hmm ok.. i dont really understand what or how to place a break point lol, kinda noob at these things :PQuote:
If the client closes with no error message of any sort then an invalid packet is being sent to the client, ive done this in the past with my own servers, just need to find out which packet and alter it.
Place a breakpoint at the beginning of the login processes and step the client through the login and after sending a certain packet the client will crash, this is the packet causing the problem.