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

    • Hi, I'm selling Interface sources. I was working with one of bigger Essence projects (for ±1 year) delivering them Interface source KR. Per this period gathered knowledge about UE, UE Scripting, saw a lot of tools and their progression. So finally I decided that I can open up my own sales topic. I'm selling source for any protocol - If I don't have source, I will need you to provide whole system folder or for Essence/main - provide me protocol number. Sources are acquired by my OWN decompiler - written in Java, so we're not using popular UEExplorer upgraded by anyone. Decompiler extracts already compile ready sources. It outputs clean code, however constants are mapped 60-70%. Why only 60-70%? Well tl;dr when you compile any sources, they take at that time constant value and place it instead of = CONST_NAME to = THAT_CONST_NAME_VALUE, so it's not possible to have const name instead of value. Example of output: https://pastebin.com/cjyXcJvT for bigger .uc class (557p). p.s pastebin messed up encoding, but KR symbols are preserved - you won't see "?" symbols, rather you will see proper original korean text. I will give you guide as well, how not to mess it up with your editor VS Code/Notepad++ or what you use it to make them preserve it. You will get source + my compiler wrapper (written in java) - works on Windows/Mac/Linux - it has small GUI but supports CLI. Small notice, who thinks 'this is decompiled source' - basically all sources that are on sale are made by decompiling .u and applying changes. I think powerhouse few years ago was ArtToKill/kick (kick added support for INT64 to the publicly available compiler sources) etc. So no - there are no straight from 'creator' sources anywhere, all sellers offer the same - just the quality is different. UEExplorer upgraded was a big step, however, it introduces still a lot of nesting, if statements wrapping incorrectly which could lead to bugs. There are many things how to identify poor quality sources, as if the seller tries to sell 'out-of-box' when they see it compiles - sad news, some bugs are in the logic due to seller focusing only on 'it compiles' rather than issues that their decompiler is not capable so solve. On request I can restore ±100% const mapping.   Later I can attach compiled .u to try. Price is 400EUR. Payment methods USDT (Crypto). I'm still in debate with myself, wether to start selling XDat Editor with structures and ClientDat with 100% all files openings (no unk namings) and improved experience (such as comments support in .dat files, mass sync, improved performance and so on). P.s. If you ask me to give you some project's custom interface - the price may vary - there are couple things per project that need to be hand checked and adjusted (for example Innadril completely changes tokens which then I need to adjust my program to their token Ids). So it might take more time = more money. P.s.s. I have more things in the garage, like my own dsetup source that can allow you 'unlocking' system with your desired encrypting - you don't need to wait till 'patched' systems start appearing and so on, but I think at this time everyone who needs it make them selves it. AAC crypt removals and so on, BuildZone, everything that 'unlocks' client, however, I don't plan to make them on sale as mentioned, everyone can do them.  
  • 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..