Jump to content
  • 0

[Help]Failed Running: 03 EnterWorld


Question

Posted

Γεία σας

 

Εχω το τελευταιο L2jServer revision και οτάν πατάω να μπώ στο game μου βγάζει αυτό το πράγμα στο console του gameserver:

Client: [Character: Arcagelinos[268482343] - Account: arcagelinos - IP: 127.0.0.1]
- Failed running: [C] 03 EnterWorld - L2J Server Version: ${l2j.revision} - DP R
evision: ${l2jdp.revision} ; C:\Program Files\Java\jre6\bin\awt.dll: Access is d
enied
java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jre6\bin\awt.dll: Access i
s 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
97)
        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)

DP Revision:7669

Server Revision:4422

Δεν ξέρω άμα έδωσα αρκετές πληροφορείες αν δέν ρωτήστε.

Την επόμενη μέρα ξαναδοκίμασα να μπώ στο game αλλά ο server δεν άνοιγε.

Starting L2J Game Server.

Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.

Server terminated abnormaly


server terminated

Press any key to continue . . .

Recommended Posts

  • 0
Posted

java error me fenete.unistall java kai ksana perna tin. isos na ginei kati

Δυστιχώς δεν ειναι.

 

kane edit to bat s kai grapse edw ti grafei mesa.

@echo off
title Game Server Console
:start
echo Starting L2J Game Server.
echo.
REM -------------------------------------
REM Default parameters for a basic server.
java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
REM
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM If you are having troubles on server shutdown (saving data),
REM add this to startup paramethers: -Djava.util.logging.manager=com.l2jserver.L2LogManager. Example:
REM java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
REM -------------------------------------
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin Restart ...
echo.
goto start
:error
echo.
echo Server terminated abnormaly
echo.
:end
echo.
echo server terminated
echo.
pause

  • 0
Posted

how in hell's name can u get an error in a awt library using l2j server ? haha its funneh xD can i get a translation bout whats happening here? any customs ?

  • 0
Posted

??? English?

I just downloaded it no customs.

I cant log on my character It DCes me right when i enter the actual game.

It is not a java problem i have uninstalled and reinstalled. Thats about it

  • 0
Posted

Eclipse SDK: Version: 3.6.1
Java: Version 6 Update 22

odd could be a compile mistake, do you get any warning message when scripts get loaded? any errors in eclipse regarding access restrictions ?

  • 0
Posted

Strange then

tell me your pc specifications..

Intel Core i7 2.66Ghz x 4cores

3GB Ram ddr3 1333mhz(downclock to 1066 due to cpu shit)

500GB HDD for os and 650 for uTorrent stuff.

GTX260 896MB i think

520W psu dont think it counts.

 

odd could be a compile mistake, do you get any warning message when scripts get loaded? any errors in eclipse regarding access restrictions ?

Buildfile: C:\L2jServer\eclipse stuff\L2_GameServer\build.xml
clean:
  [delete] Deleting directory C:\L2jServer\eclipse stuff\L2_GameServer\build
verifyRequirements:
init:
   [mkdir] Created dir: C:\L2jServer\eclipse stuff\L2_GameServer\build
   [mkdir] Created dir: C:\L2jServer\eclipse stuff\L2_GameServer\build\classes
   [mkdir] Created dir: C:\L2jServer\eclipse stuff\L2_GameServer\build\dist
   [mkdir] Created dir: C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\login
   [mkdir] Created dir: C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\gameserver
version:
   [exec] Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, The system cannot find the file specified
compile:
   [javac] Compiling 1505 source files to C:\L2jServer\eclipse stuff\L2_GameServer\build\classes
jar:
     [jar] Building jar: C:\L2jServer\eclipse stuff\L2_GameServer\build\l2jserver.jar
     [jar] Building jar: C:\L2jServer\eclipse stuff\L2_GameServer\build\l2jlogin.jar
    [copy] Copying 1 file to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\login
    [copy] Copying 1 file to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\gameserver
jarsrc:
   [mkdir] Created dir: C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\libs
     [jar] Building jar: C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\libs\l2jserver-src.jar
dist:
    [copy] Copying 3 files to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\login
    [copy] Copying 2 files to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\gameserver
    [copy] Copying 13 files to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\libs
    [copy] Copying 2 files to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\languages
    [copy] Copying 5 files to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\images
    [copy] Copying 2 files to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\doc
    [copy] Copying 9 files to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\doc
    [copy] Copying 10 files to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\login
    [copy] Copying 5 files to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\gameserver
   [mkdir] Created dir: C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\gameserver\log
   [mkdir] Created dir: C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\login\log
   [mkdir] Created dir: C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\login\config
    [copy] Copying 21 files to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\gameserver\config
    [copy] Copying 3 files to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\login\config
   [mkdir] Created dir: C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\gameserver\data
    [copy] Copying 1 file to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\gameserver\data
   [mkdir] Created dir: C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\gameserver\data\geodata
    [copy] Copying 1 file to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\gameserver\data\geodata
   [mkdir] Created dir: C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\gameserver\data\pathnode
    [copy] Copying 1 file to C:\L2jServer\eclipse stuff\L2_GameServer\build\dist\gameserver\data\pathnode
     [zip] Building zip: C:\L2jServer\eclipse stuff\L2_GameServer\build\L2J_Server.zip
BUILD SUCCESSFUL
Total time: 28 seconds

12th line says there is an error but papaditsa on her guide said its normal.

  • 0
Posted

is your pc's default language in greek?  if it is, turn it to english then tell us if it did smth.

 

Strange then

tell me your pc specifications..

rofl

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

    • Added FloodProtector utility to prevent packet flooding for actions like item use and dice rolling. Integrated flood protection checks in relevant client packet handlers and registered/removal hooks in player lifecycle. Updated movement logic in L2PcInstance for improved position synchronization and geodata handling. Minor fixes and refactoring in attack logic, private store handling, and admin NPC editing. Refactored AI classes to enhance movement, attack, and skill usage logic for characters and mobs. Improved distance checks, attack range calculations, and skill casting conditions. Removed unused intention command logic from L2CharacterAI. Updated configuration to enable CellPathFinding. Minor code cleanups and bug fixes for more reliable AI behavior. Enhanced GeoPathFinding with detailed debug and error messages for region loading, including success/failure counts and file checks. Refactored L2AttackableAI and L2CharacterAI to improve attack range tolerance, immediate attack behavior, and added safety checks for missing targets. Updated configuration to disable CellPathFinding by default and added a new ShowRedName option for aggressive mobs. Minor config and log updates included. Applied TCP socket optimizations (e.g., TCP_NODELAY, buffer sizes, keepalive) in ClientThread, Connection, and SelectorThread to reduce latency and improve throughput. Enhanced L2AttackableAI with better random walk, aggro, and attack logic, including silent move checks, quest monster handling, and improved faction/raid/minion behavior. Added silent move support to L2PlayableInstance and quest monster flag to L2NpcTemplate/L2NpcInstance. These changes aim to improve server responsiveness, AI realism, and overall stability.
    • I’ve been using this Escape from Tarkov Hack for about a week now with no issues at all. ESP works great without any lag, and the aimbot is smooth and doesn't feel obvious. Had a quick setup with the loader, and support answered my questions right away. The HWID spoofer also did its job without messing with my system. So far, the cheat's staying undetected on my side.
    • Hello everyone, this is ADENA L2REBORN / LU4 / MASTERWORK We also have items, epics, etc. discord - adver745645 Our prices are reasonable, so have a nice shopping and a nice day.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock