Error message in server

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
smartmedia
Posts: 60
Joined: Tue Jun 16, 2009 4:38 pm
Location: Hellas

Error message in server

Post 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...???
Image
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Error message in server

Post by janiii »

revision number?

do you have custom code? if you have source files, what do you have on line 55 in L2DoormenInstance class?
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Error message in server

Post by _DS_ »

Custom code and no revisions - no help. Closed.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
smartmedia
Posts: 60
Joined: Tue Jun 16, 2009 4:38 pm
Location: Hellas

Re: Error message in server

Post 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.
Last edited by smartmedia on Sun Aug 02, 2009 8:20 am, edited 1 time in total.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Error message in server

Post 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:

Code: Select all

st.nextToken();
if you don't have source, update your server.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
smartmedia
Posts: 60
Joined: Tue Jun 16, 2009 4:38 pm
Location: Hellas

Re: Error message in server

Post by smartmedia »

Thanks janiii.
You always helpful.. I appreciate that.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Error message in server

Post by _DS_ »

I am sure what database is not updated too, and little later will be cry "why everyone can open any door now ????!!"
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Post Reply