Page 1 of 1
Error message in server
Posted: Sat Aug 01, 2009 9:15 pm
by smartmedia
Hi
My server was open for 5-6 hours, and i suppose during the siege i receive that message in gameserver window:
Any ideas...???

Re: Error message in server
Posted: Sat Aug 01, 2009 9:40 pm
by janiii
revision number?
do you have custom code? if you have source files, what do you have on line 55 in L2DoormenInstance class?
Re: Error message in server
Posted: Sun Aug 02, 2009 6:57 am
by _DS_
Custom code and no revisions - no help. Closed.
Re: Error message in server
Posted: Sun Aug 02, 2009 8:14 am
by smartmedia
Hi..
Man, i don't use custom code in any way... The only customs i have is my Gatekepper html files and buffer. I didn't change anything else where.
L2JServer: 3299
L2DP: 6410
Later: Ok i found where the problem is. When i try to open the doors from doorman in Giran castle then i got this messages.
Re: Error message in server
Posted: Sun Aug 02, 2009 8:17 am
by janiii
ALWAYS give info about REVISION, especially if you don't have the most recent code! this makes it easier for everybody to track down where the error occured.
L2DoormenInstance changed in revision 3300 - so only 1 revision after yours!
rev 3299, L2DoormenInstance line 55:
Code: Select all
DoorTable.getInstance().getDoor(Integer.parseInt(st.nextToken())).openMe();
if you have source, add this line after line with new StringTokenizer and before while loop in the open_doors and close_doors commands:
if you don't have source, update your server.
Re: Error message in server
Posted: Sun Aug 02, 2009 8:46 am
by smartmedia
Thanks janiii.
You always helpful.. I appreciate that.
Re: Error message in server
Posted: Sun Aug 02, 2009 8:58 am
by _DS_
I am sure what database is not updated too, and little later will be cry "why everyone can open any door now ????!!"