Aion jfree Rev.43

Results 1 to 7 of 7
  1. #1
    Member itons is offline
    MemberRank
    Sep 2011 Join Date
    ThailandLocation
    71Posts

    big grin Aion jfree Rev.43

    Aionjfree rev.43.rar



    r43 :Small changes in pvp zone essoterrance, added routing and npc 205445 (thanks xren and daddycaddy)

    r42 :Fix npc Marayas Relic, Changed PvP zone as Issoterrance, better launcher (report possible bugs in the forum)

    r41 :First Look to Empyrean Crucible... Works.
    Last edited by itons; 01-11-11 at 03:27 AM.


  2. #2
    Don't think Bergthor is offline
    MemberRank
    Apr 2009 Join Date
    The upside downLocation
    517Posts

    Re: Aion jfree Rev.43

    Thanks for posting but you might want to add a little more information such as what's changed in rev 43 and so on..

  3. #3
    Member itons is offline
    MemberRank
    Sep 2011 Join Date
    ThailandLocation
    71Posts

    big grin Re: Aion jfree Rev.43

    Quote Originally Posted by itons View Post
    r43 :Small changes in pvp zone essoterrance, added routing and npc 205445 (thanks xren and daddycaddy)

    r42 :Fix npc Marayas Relic, Changed PvP zone as Issoterrance, better launcher (report possible bugs in the forum)

    r41 :First Look to Empyrean Crucible... Works.

  4. #4
    Account Upgraded | Title Enabled! darkstone is offline
    MemberRank
    May 2006 Join Date
    RomaniaLocation
    241Posts

    Re: Aion jfree Rev.43

    What version is this dev supporting ? 2.5, 2.6? ..

    Thanks.

  5. #5
    Member itons is offline
    MemberRank
    Sep 2011 Join Date
    ThailandLocation
    71Posts

    Re: Aion jfree Rev.43

    Quote Originally Posted by darkstone View Post
    What version is this dev supporting ? 2.5, 2.6? ..

    Thanks.
    2.5.0.0-2.5.0.5 buddy

  6. #6
    Novice bytecompile is offline
    MemberRank
    Nov 2011 Join Date
    2Posts

    Re: Aion jfree Rev.43

    Sorry, I originally replied in the wrong topic.

    As a new user attempting to run the servers(s), I was able to get it up and running on Linux with little effort. The login server appears to work fine and creates accounts upon first attempt, however the gameserver when loading throws the following uncaught exception. Based on poking around, I think I have everything installed but there is no INSTALL type document.

    Any pointers to getting the gameserver up?

    Code:
    [INFO] 2011-11-08 12:38:09 - World: 82 worlds map created.
    [INFO] 2011-11-08 12:38:09 - Start loading Geo
    [INFO] 2011-11-08 12:38:09 - Geodata engine disabled.
    [INFO] 2011-11-08 12:38:09 - Geo Loaded in 0 s
    ====================================================================-[ Spawns ]
    [ERROR] 2011-11-08 12:38:09 - Critical Error - Thread: main terminated abnormaly: java.lang.ExceptionInInitializerError
    java.lang.ExceptionInInitializerError
            at gameserver.spawn.SpawnEngine.getInstance(SpawnEngine.java:124)
            at gameserver.GameServer.main(GameServer.java:152)
    Caused by: java.lang.NullPointerException
            at commons.utils.MTRandom.next(MTRandom.java:336)
            at java.util.Random.nextDouble(Random.java:438)
            at commons.utils.Rnd.get(Rnd.java:29)
            at gameserver.ai.desires.impl.WalkDesire.getRandomMovementType(WalkDesire.java:219)
            at gameserver.ai.desires.impl.WalkDesire.<init>(WalkDesire.java:78)
            at gameserver.ai.state.handler.ActiveNpcStateHandler.handleState(ActiveNpcStateHandler.java:47)
            at gameserver.ai.AI.analyzeState(AI.java:148)
            at gameserver.ai.events.handler.RespawnedEventHandler.handleEvent(RespawnedEventHandler.java:39)
            at gameserver.ai.npcai.NpcAi.handleEvent(NpcAi.java:70)
            at gameserver.controllers.NpcController.onRespawn(NpcController.java:150)
            at gameserver.controllers.MonsterController.onRespawn(MonsterController.java:108)
            at gameserver.spawn.SpawnEngine.spawnObject(SpawnEngine.java:304)
            at gameserver.spawn.SpawnEngine.spawnInstance(SpawnEngine.java:799)
            at gameserver.spawn.SpawnEngine.spawnAll(SpawnEngine.java:734)
            at gameserver.spawn.SpawnEngine.<init>(SpawnEngine.java:129)
            at gameserver.spawn.SpawnEngine.<init>(SpawnEngine.java:112)
            at gameserver.spawn.SpawnEngine$SingletonHolder.<clinit>(SpawnEngine.java:825)
            ... 2 more

  7. #7
    Member itons is offline
    MemberRank
    Sep 2011 Join Date
    ThailandLocation
    71Posts

    happy Re: Aion jfree Rev.43

    Quote Originally Posted by bytecompile View Post
    Sorry, I originally replied in the wrong topic.

    As a new user attempting to run the servers(s), I was able to get it up and running on Linux with little effort. The login server appears to work fine and creates accounts upon first attempt, however the gameserver when loading throws the following uncaught exception. Based on poking around, I think I have everything installed but there is no INSTALL type document.

    Any pointers to getting the gameserver up?

    Code:
    [INFO] 2011-11-08 12:38:09 - World: 82 worlds map created.
    [INFO] 2011-11-08 12:38:09 - Start loading Geo
    [INFO] 2011-11-08 12:38:09 - Geodata engine disabled.
    [INFO] 2011-11-08 12:38:09 - Geo Loaded in 0 s
    ====================================================================-[ Spawns ]
    [ERROR] 2011-11-08 12:38:09 - Critical Error - Thread: main terminated abnormaly: java.lang.ExceptionInInitializerError
    java.lang.ExceptionInInitializerError
            at gameserver.spawn.SpawnEngine.getInstance(SpawnEngine.java:124)
            at gameserver.GameServer.main(GameServer.java:152)
    Caused by: java.lang.NullPointerException
            at commons.utils.MTRandom.next(MTRandom.java:336)
            at java.util.Random.nextDouble(Random.java:438)
            at commons.utils.Rnd.get(Rnd.java:29)
            at gameserver.ai.desires.impl.WalkDesire.getRandomMovementType(WalkDesire.java:219)
            at gameserver.ai.desires.impl.WalkDesire.<init>(WalkDesire.java:78)
            at gameserver.ai.state.handler.ActiveNpcStateHandler.handleState(ActiveNpcStateHandler.java:47)
            at gameserver.ai.AI.analyzeState(AI.java:148)
            at gameserver.ai.events.handler.RespawnedEventHandler.handleEvent(RespawnedEventHandler.java:39)
            at gameserver.ai.npcai.NpcAi.handleEvent(NpcAi.java:70)
            at gameserver.controllers.NpcController.onRespawn(NpcController.java:150)
            at gameserver.controllers.MonsterController.onRespawn(MonsterController.java:108)
            at gameserver.spawn.SpawnEngine.spawnObject(SpawnEngine.java:304)
            at gameserver.spawn.SpawnEngine.spawnInstance(SpawnEngine.java:799)
            at gameserver.spawn.SpawnEngine.spawnAll(SpawnEngine.java:734)
            at gameserver.spawn.SpawnEngine.<init>(SpawnEngine.java:129)
            at gameserver.spawn.SpawnEngine.<init>(SpawnEngine.java:112)
            at gameserver.spawn.SpawnEngine$SingletonHolder.<clinit>(SpawnEngine.java:825)
            ... 2 more

    You modify the Spawn / npc spawn or do not check the xml if you do not change I will make this patch original problem.

    or report with : http://www.aionjfree.com/forumdisplay.php?14-Support-amp-Help



Advertisement