couple of issues after startup

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
sambucakid
Posts: 6
Joined: Thu Jul 29, 2010 8:12 pm

couple of issues after startup

Post by sambucakid »

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

Good morning all

I have downloaded the latest nightie version of L2J and installed it as per the instructions on the l2jserver/wiki site. All went well and I was really pleased at how easy the install went (but maybe too easy!). After configuring the host file to point to 127.0.0.1 L2authd.lineage2.com i was able to connect my client and create a character but when entering Lineage on the char I am unable to move and there are no mobs/NPC's. After a few minutes the game crashes and I can see the following errors on the gameserver console:


Client: [Character: markyboy[268479798] - Account: test1 - IP: 127.0.0.1] - Fail
ed running: [C] 03 EnterWorld - L2J Server Version: 4402 - DP Revision: 7656 ; C
ould not initialize class java.awt.Rectangle
java.lang.NoClassDefFoundError: Could not initialize class java.awt.Rectangle
at java.awt.Polygon.calculateBounds(Unknown Source)
at java.awt.Polygon.getBoundingBox(Unknown Source)
at java.awt.Polygon.contains(Unknown Source)
at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager$Dimen
sionalRiftRoom.checkIfInZone(DimensionalRiftManager.java:454)
at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager.check
IfInRiftZone(DimensionalRiftManager.java:255)
at com.l2jserver.gameserver.network.clientpackets.EnterWorld.runImpl(Ent
erWorld.java:439)
at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run
(L2GameClientPacket.java:93)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Client: [Character: rgrgrgrg[268480098] - Account: hary - IP: 127.0.0.1] - Faile
d running: [C] 03 EnterWorld - L2J Server Version: 4402 - DP Revision: 7656 ; Co
uld not initialize class java.awt.Rectangle
java.lang.NoClassDefFoundError: Could not initialize class java.awt.Rectangle
at java.awt.Polygon.calculateBounds(Unknown Source)
at java.awt.Polygon.getBoundingBox(Unknown Source)
at java.awt.Polygon.contains(Unknown Source)
at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager$Dimen
sionalRiftRoom.checkIfInZone(DimensionalRiftManager.java:454)
at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager.check
IfInRiftZone(DimensionalRiftManager.java:255)
at com.l2jserver.gameserver.network.clientpackets.EnterWorld.runImpl(Ent
erWorld.java:439)
at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run
(L2GameClientPacket.java:93)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


any assistance would be appreciated


Thanks
sambucakid
Posts: 6
Joined: Thu Jul 29, 2010 8:12 pm

Re: couple of issues after startup

Post by sambucakid »

Fear not, I've managed to sort it out.

I decided to remove all files/ db tables etc and start afresh. The DB install seemed to be far more successfull and I found a patch to ignore the dsetup.dll file which was causing the game to crash with Hack messages and Game Guard warnings. So all is good and it looks like a really good server that you've put together nice one!

No doubt I'll have further questions in the future and maybe I can contribute to forum once I'm a bit more into the server development!

:D
nandolaplata
Posts: 7
Joined: Sun Mar 25, 2007 8:36 pm
Location: La Plata, Buenos Aires, Argentina

Re: couple of issues after startup

Post by nandolaplata »

what pacth you using?
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: couple of issues after startup

Post by _DS_ »

Client modding cant be discussed on the forum. Avoid it or topic will be closed.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
nandolaplata
Posts: 7
Joined: Sun Mar 25, 2007 8:36 pm
Location: La Plata, Buenos Aires, Argentina

Re: couple of issues after startup

Post by nandolaplata »

then, where couldbe disscussed?
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: couple of issues after startup

Post by _DS_ »

Anywhere else except l2j forums/irc channels.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Post Reply