[READ] account login error

01/25/2012 03:30 trynex1#1
ok i am having this error my game.exe and ini files in server files have my ip in it when i login "error account does not exist" i tryed to login like 10 times still nothing here is some ss's
01/25/2012 07:21 JohnHeatz#2
It would be awesome to have those images a little bit bigger; if you are using the information of an account that is listed on you PS_UserData.dbo.Users_Master then it would be needed to check on your logs to see why is that your client is not connecting properly to your database
01/25/2012 17:06 trynex1#3
i think the new SS is better check it
01/25/2012 17:11 RebeccaBlack#4
Not that much better.

The thing with the login is, errors like that can occur for two (2) reasons.
1. The status of that error is set in PS_UserData.dbo.Users_Master
2. An error occurred in the login Stored Procedure.

Since it seems the second is happening, you need to do as John said and check your logs in PSM_Client/bin/logs - check ps_login.log (or whatever it's called, I forget)

If you can give us the error, we can better help you. Posting the login Stored Procedure could also allow us to debug it, but the errors would help greatly.