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

    • Contact me, Discord: xbaus
    • Hi,   I’m reporting @nuturazvan for attempting to scam me out of 70€.   Last week, he contacted me on Discord saying he was looking for a control panel. I initially offered NimeraCP, but after I told him the price, he said he couldn’t afford it. I then told him I could develop a custom control panel within his budget. After discussing the details, we agreed on the following:   Control / Donate Panel includes: Donate page Account registration page Login page Password reset page Stripe integration Agreed price: 70€ Deal date: December 3, 2025   I finished developing the panel on December 6, 2025, but I have not delivered it yet. The code is complete and currently sitting in a private GitHub repository, waiting for payment. As of December 14, 2025, I still haven’t received any payment. I’ve asked him multiple times when I can expect it, and he keeps making excuses, saying a friend owes him money and that he’s waiting to get paid first.   If you don’t have the money, you shouldn’t be ordering work. I take responsibility for starting the work without upfront payment, but that doesn’t excuse repeatedly delaying payment.   Posting this as a warning to others.  
    • WTB GRACIA FINAL INTERFACE
    • Dear partners! At the moment we are in great need of the following positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old (brute or hacked origin, self-registered) accounts with post and comment karma from 100 to 100,000+ | Full email access included — LinkedIn old accounts with real connections | Geo: Europe/USA | Full email access + active 2FA password — Instagram old accounts (2010–2023) | Full email access (possibly with active 2FA password) — Facebook old accounts (2010–2023) | Full email access (possibly with active 2FA password) | With friends or without friends | Geo: Europe/USA/Asia — Threads accounts | Full email access (possibly with active 2FA password) — TikTok/Facebook/Google ADS Agency advertising accounts — Email accounts: mail.ru, yahoo.com, gazeta.pl, gmx.ch / gmx.de / gmx.net (BUT NOT gmx.com) — Google ADS Manual Farm accounts (verified via email and phone number) | GEO: USA/Europe, mostly USA. — WhatsApp OLD Accounts — Twitter accounts with followers and posts (old accounts) Contact us via the details below. We will be glad to cooperate! We are also ready to consider other partnership and collaboration options. Active links to our projects: Digital goods store (Website): Go to Store Telegram bot: Go to – convenient access to the store via the Telegram messenger. Virtual numbers service: Go to Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram. SMM Panel: Go to – promotion of your social media accounts. Contacts and support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • 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