Jump to content
  • 0

[Help]Failed Running: 03 EnterWorld


Arcagelinos

Question

Γεία σας

 

Εχω το τελευταιο 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 . . .

Link to comment
Share on other sites

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

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 ?

Link to comment
Share on other sites

  • 0

??? 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

Link to comment
Share on other sites

  • 0

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 ?

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...