Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use
viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
joelf
Posts: 53 Joined: Tue Nov 03, 2009 3:13 am
Post
by joelf » Mon Sep 20, 2010 4:13 pm
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?
L2jServer Rulez!
Naonah
Posts: 357 Joined: Sun Apr 04, 2010 11:12 pm
Post
by Naonah » Mon Sep 20, 2010 4:40 pm
you have unclosed connections in one or more modified files, close them
use L2DatabaseFactory.close(con);
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
joelf
Posts: 53 Joined: Tue Nov 03, 2009 3:13 am
Post
by joelf » Mon Sep 20, 2010 5:07 pm
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
plz
my question is:
i need to change all
"conn.close()" in the script for
"L2DatabaseFactory.close(con);" ??
L2jServer Rulez!
Naonah
Posts: 357 Joined: Sun Apr 04, 2010 11:12 pm
Post
by Naonah » Mon Sep 20, 2010 9:23 pm
joelf wrote:
i need to change all "conn.close()" in the script for "L2DatabaseFactory.close(con);" ??
yes
but change to
L2DatabaseFactory.close(conn)
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
joelf
Posts: 53 Joined: Tue Nov 03, 2009 3:13 am
Post
by joelf » Tue Sep 21, 2010 5:38 am
thanks, I'll try this script
L2jServer Rulez!
joelf
Posts: 53 Joined: Tue Nov 03, 2009 3:13 am
Post
by joelf » Fri Sep 24, 2010 5:36 pm
work perfect, tnks
L2jServer Rulez!
hope
Posts: 1160 Joined: Thu Aug 30, 2007 5:17 pm
Post
by hope » Fri Sep 24, 2010 6:54 pm
np