ServerLog

07/31/2008 20:19 thefido#1
hello I have a problem with my server that when you have some time on the server sometimes gives a problem that does not leave users to enter leaves those who were already inside but does not leave anyone more to come: (please help

Server files ShadowCo

Serverlog

System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en COServer_Project.DataBase.Authenticate(String UserName, String Password) en C:\ShadowCO\COServerProject\DataBase.cs:línea 1310
System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en COServer_Project.DataBase.Authenticate(String UserName, String Password) en C:\ShadowCO\COServerProject\DataBase.cs:línea 1310
System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en COServer_Project.DataBase.Authenticate(String UserName, String Password) en C:\ShadowCO\COServerProject\DataBase.cs:línea 1310
System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en COServer_Project.DataBase.Authenticate(String UserName, String Password) en C:\ShadowCO\COServerProject\DataBase.cs:línea 1310
System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.


help that I need to do to not block the entry of visitors after that mistake

thanks :confused:
08/01/2008 05:23 thefido#2
help plissss
08/01/2008 05:41 LetterX#3
it is called the login freeze for LOTF sources. You need to fix it on your own.
08/01/2008 06:32 BrainlessX#4
when phoenixco tested lotf just for fun we had that error to and we have finding out that it is not a source error probally the source haves a tick limit (not sure)

example: the source is counting a tick amounth of 4.000 or something i dont know its just a example and then when there are like 8-14 people online the tick reached the 4.000 and he will not allow people anymore to connect

other theory: everytime when u get the problem u see a mysql error if u change the source to pgadmin then it can be the selution to the console freeze

but im not sure i just want to help... i hope i helped you a little
08/01/2008 07:36 LetterX#5
Quote:
Originally Posted by BrainlessX View Post
when phoenixco tested lotf just for fun we had that error to and we have finding out that it is not a source error probally the source haves a tick limit (not sure)

example: the source is counting a tick amounth of 4.000 or something i dont know its just a example and then when there are like 8-14 people online the tick reached the 4.000 and he will not allow people anymore to connect

other theory: everytime when u get the problem u see a mysql error if u change the source to pgadmin then it can be the selution to the console freeze

but im not sure i just want to help... i hope i helped you a little
you don't want to switch to Postgres...
MySQL > PostGres by a long shot.
08/02/2008 08:00 thefido#6
and do not know how to fix this problem?