Page 1 of 1

Error Gameserver

Posted: Mon Sep 20, 2010 4:13 pm
by joelf
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 4410
L2JDP Revision Number: 7663

I have this error in the gs any can help me?

Image

Image

Re: Error Gameserver

Posted: Mon Sep 20, 2010 4:40 pm
by Naonah
you have unclosed connections in one or more modified files, close them

use L2DatabaseFactory.close(con);

Re: Error Gameserver

Posted: Mon Sep 20, 2010 5:07 pm
by joelf
i have only a custom buffer

this is my entire code:

http://pastebin.com/MK3GHjjF

you could help me, what I need to change? i dont know programming :D plz


my question is:

i need to change all "conn.close()" in the script for "L2DatabaseFactory.close(con);" ??

Re: Error Gameserver

Posted: Mon Sep 20, 2010 9:23 pm
by Naonah
joelf wrote:
i need to change all "conn.close()" in the script for "L2DatabaseFactory.close(con);" ??
yes

but change to L2DatabaseFactory.close(conn)

Re: Error Gameserver

Posted: Mon Sep 20, 2010 9:58 pm
by hope
viewtopic.php?f=41&t=17167&p=89753#p89753
Try this one check janiii and forces post

Re: Error Gameserver

Posted: Tue Sep 21, 2010 5:38 am
by joelf
hope wrote:viewtopic.php?f=41&t=17167&p=89753#p89753
Try this one check janiii and forces post
thanks, I'll try this script

Re: Error Gameserver

Posted: Fri Sep 24, 2010 5:36 pm
by joelf
work perfect, tnks ;)

Re: Error Gameserver

Posted: Fri Sep 24, 2010 6:54 pm
by hope
np