Jump to content

Recommended Posts

Posted

Ples help me..

Someone can help me, the log in walks well but when I enter with a personage the server it throws this mistake and not as solving it

 

 

Connecting to login on 127.0.0.1:9014

CommunityServerThread: Deactivated by config.

Maximum Numbers of Connected Players: 100

Server Loaded in 60 seconds

AutoAnnoucements: Loaded 0 Auto Annoucement Data.

Telnet server is currently disabled.

Registered on login as Server 1 : Bartz

FourSepulchersManager: Entry time: Sat Oct 16 11:55:21 ART 2010

Client: [Character: kill[268482308] - Account: diegodiego - IP: 127.0.0.1] - Fai

led running: [C] 03 EnterWorld - L2J Server Version: 4420 - DP Revision: 7668 ;

C:\Program Files\Java\jre6\bin\awt.dll: acces denied

java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jre6\bin\awt.dll: acces denied

        at java.lang.ClassLoader$NativeLibrary.load(Native Method)

        at java.lang.ClassLoader.loadLibrary0(Unknown Source)

        at java.lang.ClassLoader.loadLibrary(Unknown Source)

        at java.lang.Runtime.loadLibrary0(Unknown Source)

        at java.lang.System.loadLibrary(Unknown Source)

        at sun.security.action.LoadLibraryAction.run(Unknown Source)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.awt.Toolkit.loadLibraries(Unknown Source)

        at java.awt.Toolkit.<clinit>(Unknown Source)

        at java.awt.Rectangle.<clinit>(Unknown Source)

        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:436)

        at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run

(L2GameClientPacket.java:62)

        at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:9

73)

        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)

 

Posted

There is an error in spawnlist.sql on rev 7669 !can't save the data,but it work's with "spawnlist.sql" from rev 7668 !

 

Ples help me..

Someone can help me, the log in walks well but when I enter with a personage the server it throws this mistake and not as solving it

 

 

Connecting to login on 127.0.0.1:9014

CommunityServerThread: Deactivated by config.

Maximum Numbers of Connected Players: 100

Server Loaded in 60 seconds

AutoAnnoucements: Loaded 0 Auto Annoucement Data.

Telnet server is currently disabled.

Registered on login as Server 1 : Bartz

FourSepulchersManager: Entry time: Sat Oct 16 11:55:21 ART 2010

Client: [Character: kill[268482308] - Account: diegodiego - IP: 127.0.0.1] - Fai

led running: [C] 03 EnterWorld - L2J Server Version: 4420 - DP Revision: 7668 ;

C:\Program Files\Java\jre6\bin\awt.dll: acces denied

java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jre6\bin\awt.dll: acces denied

       at java.lang.ClassLoader$NativeLibrary.load(Native Method)

       at java.lang.ClassLoader.loadLibrary0(Unknown Source)

       at java.lang.ClassLoader.loadLibrary(Unknown Source)

       at java.lang.Runtime.loadLibrary0(Unknown Source)

       at java.lang.System.loadLibrary(Unknown Source)

       at sun.security.action.LoadLibraryAction.run(Unknown Source)

       at java.security.AccessController.doPrivileged(Native Method)

       at java.awt.Toolkit.loadLibraries(Unknown Source)

       at java.awt.Toolkit.<clinit>(Unknown Source)

       at java.awt.Rectangle.<clinit>(Unknown Source)

       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:436)

       at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run

(L2GameClientPacket.java:62)

       at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:9

73)

       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)

 

 

Mrnobody post the problem i think all we have this problem :)

 

download revision 7668 until this get fix cya

 

edit: well i think the problem is on npc tables they delete two lines and when i spawn a new npc i got critical

Posted

There is an error in spawnlist.sql on rev 7669 !can't save the data,but it work's with "spawnlist.sql" from rev 7668 !

 

Do you try to install custom tables on sql?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • LF the following chars / items on chronos   Elf - with class Aeore's Shillen Saint - this is possible if you had done a class change with a ticket in the past. Dwarf - with class Mystic Muse - same as above   Any greater jewels / Radiant Circle Grace or Foresight +5 and above Cloak      
    • First, you need to understand what you're doing and what you want to achieve. You have to choose a server core. After that, decide what you want your server to include, code it, modify the client to fit your server, go public, and drink champagne.   If you know how to code, creating a server is relatively easy — a few months of work and you can make it happen. Modifying the client is a completely different story. There’s a lack of tutorials, tools, and source materials. I’m currently working on the client myself, and I’ve already spent over three weeks just trying to get started due to the lack of information. If you don’t have the knowledge and experience, you’ll need a team and a bag of money — but realistically, it just won’t succeed.
    • The server has been online and stable for over 2 months now, and we’re still going strong! No wipes, no shortcuts ~ just continuous work, daily fixes, events, and improvements to ensure the best possible experience.   Great News! 🔥 CHAPTER II IS COMING — GRACIA FINAL 🔥 On February 16, L2Elixir enters a new era. The server will be officially updated to Gracia Final, opening Chapter II of our journey. Expect new content, improvements, and surprises that will refresh the gameplay while keeping the classic Gracia Final spirit alive.   More challenges, more competition, and more reasons to log in.   📅 Update Date: February 16 ⚔️ Chapter II: Gracia Final This is not a reset. This is evolution.   Prepare yourselves — Chapter II begins soon.   Website: https://l2elixir.org/ Discord: https://discord.gg/5ydPHvhbxs    
    • Server owners, Top.MaxCheaters.com is now live and accepting Lineage 2 server listings. There is no voting, no rankings manipulation, and no paid advantages. Visibility is clean and equal, and early listings naturally appear at the top while the platform grows. If your server is active, it should already be listed. Submit here 👉https://Top.MaxCheaters.com This platform is part of the MaxCheaters.com network and is being built as a long-term reference point for the Lineage 2 community. — MaxCheaters.com Team
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..