Latest Revision Compiled yesterday

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
GizZ
Posts: 53
Joined: Thu May 13, 2010 5:00 pm

Latest Revision Compiled yesterday

Post by GizZ »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4411
L2JDP Revision Number: 7664

I compiled the server yesterday and i got this problem.
In the load of the server i got on the grand_bosses spawn 3 antharas
Image.

Can some one help me with is?
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: Latest Revision Compiled yesterday

Post by LasTravel »

Is not a problem/error, antharas have 3 id's.
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Latest Revision Compiled yesterday

Post by denser »

if you look careful to Antharas AI - you can see why it is
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
dleogr
Posts: 34
Joined: Fri Nov 13, 2009 5:56 pm

Re: Latest Revision Compiled yesterday

Post by dleogr »

To be honest antharas have 4 id's with the old antharas :P
User avatar
Tavo22
Posts: 258
Joined: Mon Mar 22, 2010 8:14 pm

Re: Latest Revision Compiled yesterday

Post by Tavo22 »

With latest Rev , i get wedding mod table error when it is activated.

I have installed all the tables and wedding mod.

Can someone give me any clue about this ?
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: Latest Revision Compiled yesterday

Post by Probe »

thought of maybe posting the error or are we supposed to guess?
User avatar
Tavo22
Posts: 258
Joined: Mon Mar 22, 2010 8:14 pm

Re: Latest Revision Compiled yesterday

Post by Tavo22 »

Probe wrote:thought of maybe posting the error or are we supposed to guess?
You'r right! This is the error

Code: Select all

L2JMOD: Initializing CoupleManagerException: CoupleManager.load(): Table 'l2jdbserver.mods_wedding' doesn't existcom.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2jdbserver.mods_wedding' doesn't exist    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)    at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)    at com.mysql.jdbc.Util.getInstance(Util.java:384)    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3562)    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3494)    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1960)    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2114)    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2696)    at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2105)    at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2264)    at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76)    at com.l2jserver.gameserver.instancemanager.CoupleManager.load(CoupleManager.java:75)    at com.l2jserver.gameserver.instancemanager.CoupleManager.<init>(CoupleManager.java:41)    at com.l2jserver.gameserver.instancemanager.CoupleManager.<init>(CoupleManager.java:34)    at com.l2jserver.gameserver.instancemanager.CoupleManager$SingletonHolder.<clinit>(CoupleManager.java:175)    at com.l2jserver.gameserver.instancemanager.CoupleManager.getInstance(CoupleManager.java:46)    at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:372)    at com.l2jserver.gameserver.GameServer.main(GameServer.java:490)
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: Latest Revision Compiled yesterday

Post by lion »

Exception: CoupleManager.load(): Table 'l2jdbserver.mods_wedding' doesn't exist
User avatar
Tavo22
Posts: 258
Joined: Mon Mar 22, 2010 8:14 pm

Re: Latest Revision Compiled yesterday

Post by Tavo22 »

lion wrote:Exception: CoupleManager.load(): Table 'l2jdbserver.mods_wedding' doesn't exist
I Know! i dont have that table, and i run the database_installer in full mode with the wedding mod.
Could someone c/p the table script here please? Thanks!
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: Latest Revision Compiled yesterday

Post by lion »

you must accept install mod wedding in database_installer
Install "Wedding Mod" tables: (y) yes or (N) no?
this table located in sql/mods/mods_wedding.sql
User avatar
Tavo22
Posts: 258
Joined: Mon Mar 22, 2010 8:14 pm

Re: Latest Revision Compiled yesterday

Post by Tavo22 »

Oh great thanks!
When i select (y), apparently it doesn't create the table...

I run the sql script , thanks lion!
Post Reply