Error Gameserver

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
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
joelf
Posts: 53
Joined: Tue Nov 03, 2009 3:13 am

Error Gameserver

Post 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
L2jServer Rulez!
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: Error Gameserver

Post by Naonah »

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

Re: Error Gameserver

Post 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);" ??
L2jServer Rulez!
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: Error Gameserver

Post 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)
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Error Gameserver

Post by hope »

viewtopic.php?f=41&t=17167&p=89753#p89753
Try this one check janiii and forces post
joelf
Posts: 53
Joined: Tue Nov 03, 2009 3:13 am

Re: Error Gameserver

Post 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
L2jServer Rulez!
joelf
Posts: 53
Joined: Tue Nov 03, 2009 3:13 am

Re: Error Gameserver

Post by joelf »

work perfect, tnks ;)
L2jServer Rulez!
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Error Gameserver

Post by hope »

np
Post Reply