Jump to content

Madboy

Members
  • Posts

    611
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Madboy

  1. why i got this error

    Buildfile: C:\Users\Deiu\workspace\L2J_Server\build.xml
    checkRequirements:
    getChangelogDateVersion:
    
    BUILD FAILED
    C:\Users\Deiu\workspace\L2J_Server\build.xml:221: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified
    
    Total time: 454 milliseconds
    

  2. new question

    i finaly started the server with -Xmx3072m

    and the server is blocked when spawn 58000 npc

    is normal to spawn so much npc ?

    [23:26:17]  INFO SpawnManager: spawned 16000 npc for group: NONE
    [23:26:17]  INFO SpawnManager: spawned 17000 npc for group: NONE
    [23:26:17]  INFO Naia Tower Manager: Loaded 12 rooms
    [23:26:19]  INFO SpawnManager: spawned 36000 npc for group: NONE
    [23:26:19]  INFO SpawnManager: spawned 37000 npc for group: NONE
    [23:26:20]  INFO SpawnManager: spawned 51000 npc for group: NONE
    [23:26:22]  INFO SpawnManager: spawned 58000 npc for group: NONE
    [23:26:23]  INFO SpawnManager: spawned 87000 npc for group: NONE
    [23:26:23]  INFO SpawnManager: spawned 88000 npc for group: NONE
    [23:26:24]  INFO SpawnManager: spawned 101000 npc for group: NONE
    [23:26:28]  INFO SpawnManager: spawned 120000 npc for group: NONE
    [23:26:28]  INFO SpawnManager: spawned 122000 npc for group: NONE
    [23:26:28]  INFO SpawnManager: spawned 131000 npc for group: NONE
    [23:26:28]  INFO SpawnManager: spawned 132000 npc for group: NONE
    [23:26:29]  INFO SpawnManager: spawned 134000 npc for group: NONE
    [23:26:29]  INFO SpawnManager: spawned 136000 npc for group: NONE
    [23:26:29]  INFO SpawnManager: spawned 138000 npc for group: NONE
    [23:26:29]  INFO SpawnManager: spawned 139000 npc for group: NONE

  3. 
    @echo off
    :start
    echo Starting L2s GameServer.
    echo.
    
    java -server -Dfile.encoding=UTF-8 -Xmx1G -cp config;./* l2p.gameserver.GameServer
    
    REM Debug ...
    REM java -Dfile.encoding=UTF-8 -cp config;./* -Xmx1G -Xnoclassgc -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=7456 l2s.gameserver.GameServer
    
    if ERRORLEVEL 2 goto restart
    if ERRORLEVEL 1 goto error
    goto end
    :restart
    echo.
    echo Server restarted ...
    echo.
    goto start
    :error
    echo.
    echo Server terminated abnormaly ...
    echo.
    :end
    echo.
    echo Server terminated ...
    echo.
    
    pause
    

    where?

  4. Exception in thread "ThreadPoolExecutor-2" java.lang.OutOfMemoryError: GC overhe
    ad limit exceeded
    Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler i
    n thread "ScheduledThreadPool-15"
    
    Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler i
    n thread "ThreadPoolExecutor-2"
    
    Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler i
    n thread "ScheduledThreadPool-5"
    
    java.lang.OutOfMemoryError: GC overhead limit exceeded
    Exception in thread "ThreadPoolExecutor-8" Exception in thread "ThreadPoolExecut
    or-1"
    Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler i
    n thread "ThreadPoolExecutor-1"
    java.lang.OutOfMemoryError: GC overhead limit exceeded
    
    Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler i
    n thread "ThreadPoolExecutor-8"
    

    Someone can tell me why i got this error when i run gameserver?

×
×
  • 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..