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

    • Tired of frantically switching between windows trying to find that specific Warlock who should be casting saves? Forgot which server you left your Warsmith on? This mod solves these problems! What it does: Turns the boring window title into an information panel: Server Name - Character Name [Class] Real-life examples: - ServerName - HardcoreFarm [Spoilerr] (who's been spoiling for 3 months already) - ServerName - ClericHelper [Buffer] (eternal buffer on standby) - ServerName - MainChar [Gladiator] (main character who's always AFK) Why you need this: For multiboxers - to avoid confusing where the DD is and where the healer is For the forgetful - if your memory is like a goldfish For streamers - viewers immediately see who's on screen For adults - when playing at work and need to quickly hide the window DLL only - no Interface files needed Installation (more complicated than making tea): 1. Download the DLL 2. Drop it into the System folder 3. Launch the client 4. Be amazed how you lived without this before!   Purchase Conditions: Price: 100$ Payment Method: USDT. How to Buy: Contact me on Telegram: @kiselevwv for a quick response. I will answer all your questions and provide additional information if needed. I guarantee functionality at the moment of sale and prompt assistance with setup after purchase.    
    • Hello Everyone   Wts adena  L2 REBORN C5 FRANZ x1 50kk stock 😉   Contact Discord :  topseller4081  
    • tratando de crear un GvE tengo problemas con el scripts como no se mucho de esto me estoy ayudando con IA pero no puedo salir de este bache      [06:19:43]  WARN Quest GvE_AI not found! [06:19:45]  WARN Quest GvE_AI not found! [06:19:50]  WARN Quest GvE_AI not found! [06:25:51]  WARN Quest GvE_AI not found!
    • ## [1.5.5] - 2026-02-02   ### ✨ New Features - **Discord Login**: You can now sign in with your Discord account. Admins enable and configure Discord login in **cpadmin → Users** (Discord auth settings: Client ID, Client Secret, Redirect URI). If you already have an account with the same email (e.g. forum, Google, or legacy), signing in with Discord links to that account so you keep one profile. Discord login is available on Add Server, My Servers, Vote page, and Premium Ads booking. - **Setup Links**: In **cpadmin → Users**, both Google and Discord login settings now include direct links to their official developer portals (Google Cloud Console and Discord Developer Portal) for easier OAuth app setup.   ### 🔒 Security - **Email Required for Registration**: New user registration via OAuth (Forum, Google, Discord) now requires a valid email address. If the OAuth provider doesn't provide an email (e.g. unverified Discord email), registration is rejected with a clear message. This prevents anonymous accounts and ensures all users can receive important notifications.   ### 🔄 Improvements - **User Auth Badges**: In **cpadmin → Users**, the Registered Members table now shows auth method badges: **Forum**, **Google**, **Discord**, or **Legacy**. Users can have multiple badges if they've linked multiple login methods. - **Server Info Labels**: Translated server info labels (Owner Name, Language, Server Location) are now properly localized in all 5 languages (English, Spanish, Portuguese, Greek, Russian).   ---   ## [1.5.4] - 2026-02-01   ### ✨ New Features - **Google Login**: You can now sign in with your Google account. Admins enable and configure Google login in **cpadmin → Users** (Google auth settings: Client ID, Client Secret, Redirect URI). If you already have an account with the same email (e.g. forum or legacy), signing in with Google links to that account so you keep one profile. The login menu (navbar and login prompts) offers **Login with Forum Account**, **Login with Google** (when enabled), and **Create Forum Account**. Google login is available on Add Server, My Servers, Profile Settings, Vote page, and Premium Ads booking. - **Ban/Unban Members**: In **cpadmin → Users**, admins can ban or unban registered members. Banned users see a full-page message: "Sorry, you are banned from using this site." When a user is banned, all their servers are set to inactive. - **Moderator Activity Log**: **cpadmin → Moderators** now records when a moderator or admin enters the CPAdmin panel (e.g. "Moderator X entered CPAdmin panel at &lt;time&gt;") and when they change any cpadmin settings (only write actions are logged; read-only use is not). - **Clear Moderator Logs**: Admins can clear all moderator activity log entries via a **Clear logs** button with confirmation. Logs are shown at 100 per page with pagination. - **Filter by Moderator**: In the Moderator Activity Log, a **Filter by moderator** dropdown lets you view activity for a specific moderator or "All moderators." - **cpadmin → Users Tab**: New **Users** tab in the admin panel with Registered Members list (paginated), Google auth settings card, and per-user Ban/Unban and server links.   ### 🔄 Improvements - **cpadmin → Servers**: Each server name in the servers table is now clickable and opens that server’s info page. - **cpadmin → Users – Servers column**: The servers count/list is clickable and opens a small modal listing that user’s servers; each server name in the modal links to the server info page. - **cpadmin → Users – Search**: A search bar above the Registered Members table lets you search by **username**, **email**, or **server name**. Results are filtered on the server (paginated); clearing the search resets the list. - **Moderator Activity Log**: Pagination shows "Showing X–Y of Z" and "Page N of M" with Previous/Next when there are more than 100 entries. - **Login UI**: Login options (Forum, Google, Create account) are shown in a consistent dropdown and in modals (Add Server, My Servers, Vote, Premium Ads) for a clearer sign-in experience. - **Vote Page – Unauthenticated**: When you must log in to vote, the page now shows "Vote for [Server Name]" as the main heading and presents login options in a compact section.   ---   ## [1.5.3] - 2026-01-30   ### ✨ New Features - **File Logs in Admin Panel**: Admins can now view CodeIgniter PHP logs (api/writable/logs) directly in **cpadmin → Logs**. Select a date to view the log file, refresh to reload, or delete all log files to free up space.   ### 🔄 Improvements - **Cache System**: Full cache audit and improvements — when you clear cache in cpadmin, both backend and frontend caches are cleared. Server listings, My Servers, pricing, ad config, and chronicles all refresh with fresh data. New paid servers now appear in listings and My Servers immediately. - **Admin Panel – Server Rates**: Server rates in the admin servers table now display in compact format (e.g. x10000 → x10k, x100000 → x100k, x1000000 → x1m) for easier scanning. Hover to see the full value.
  • 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..