[Launcher]Aion Server Launcher

Page 1 of 4 1234 LastLast
Results 1 to 15 of 51
  1. #1
    Enthusiast S0ulDrag0n is offline
    MemberRank
    Feb 2009 Join Date
    NoWhereLocation
    37Posts

    [Launcher]Aion Server Launcher

    Well, here is my Aion Launcher. Please give me any feedback or suggestions. Please keep it to constructive criticism. If you like what you see, please let others know!

    [+] Requirements

    • Windows OS
    • .Net Framework 4 (Get it here)


    [+] Project Description

    This is a simple launcher that starts and stops your server for you with a single click of a button. It will directly invoke java with the proper arguments on the Aion server packages. You must place it in the parent directory of the game and login servers. (See example below).

    This launcher was coded in C# on the .Net Framework 4 with WPF (Windows Presentation Foundation). I haven't done much development work on it since this is a side thing and I have other projects to tend to. Development will pick up in the summer.

    [+] Features

    • Output boxes for each server (No Command Prompt)
    • Custom Launcher Skin for style
    • Custom Animations for dynamic UI
    • Dynamic Font Size Adjustment
    • Minimize to tray area
    • Different server start up options
    • Configuration for multiple server instances
    • Error reports for better error support
    • Configuration auto-generation (first run only)
    • Support for Aion Lightning.


    [+] Examples & Screenshots


    Figure 1. Setup (Note that the batch files are no longer needed and can be deleted.)


    Figure 2. Launcher UI


    Figure 3. Launcher Started

    [+] Multiple GameServers

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <ArrayOfConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <Configuration>
        <ServerVersion>1.9</ServerVersion>
        <LoginServer>
          <ServerPath>.\loginserver</ServerPath>
          <MaxStartTime>32</MaxStartTime>
          <MinStartTime>8</MinStartTime>
        </LoginServer>
        <ChatServer>
          <ServerPath>.\chatserver</ServerPath>
          <MaxStartTime>128</MaxStartTime>
          <MinStartTime>128</MinStartTime>
        </ChatServer>
        <GameServer>
          <ServerPath>.\gameserver</ServerPath>
          <MaxStartTime>1536</MaxStartTime>
          <MinStartTime>512</MinStartTime>
        </GameServer>
      </Configuration>
    </ArrayOfConfiguration>
    Just make another copy of the configuration like so with the loginserver path empty:

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <ArrayOfConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <Configuration>
        <ServerVersion>1.9</ServerVersion>
        <LoginServer>
          <ServerPath>.\loginserver</ServerPath>
          <MaxStartTime>32</MaxStartTime>
          <MinStartTime>8</MinStartTime>
        </LoginServer>
        <ChatServer>
          <ServerPath>.\chatserver</ServerPath>
          <MaxStartTime>128</MaxStartTime>
          <MinStartTime>128</MinStartTime>
        </ChatServer>
        <GameServer>
          <ServerPath>.\gameserver</ServerPath>
          <MaxStartTime>1536</MaxStartTime>
          <MinStartTime>512</MinStartTime>
        </GameServer>
      </Configuration>
      <Configuration>
        <ServerVersion>1.9</ServerVersion>
        <LoginServer>
          <ServerPath>.</ServerPath>
          <MaxStartTime>0</MaxStartTime>
          <MinStartTime>0</MinStartTime>
        </LoginServer>
        <ChatServer>
          <ServerPath>.\chatserver01</ServerPath>
          <MaxStartTime>128</MaxStartTime>
          <MinStartTime>128</MinStartTime>
        </ChatServer>
        <GameServer>
          <ServerPath>.\gameserver01</ServerPath>
          <MaxStartTime>1536</MaxStartTime>
          <MinStartTime>512</MinStartTime>
        </GameServer>
      </Configuration>
    </ArrayOfConfiguration>
    [+] Download

    Code:
    Only support for Aion Lightning.
    
    Download
    [+] Older Versions

    [+] Known Issues

    • Some hover colors do not match
    • Multiple gameserver messages go to one box
    • No Skin for Output Box Scroll Bars


    [+] Changes

    Updated to version 1.5.5

    • Support for Aion Lightning's latest server structure. (Support only for mainstream server files.)
    • change configuration to take in the package name rather than server build version.


    Updated to version 1.5.3

    • Support for Aion Lightning's latest revision.
    • Updates to launch string.
    • Added new server version element to configuration. (For later build versions - ex. 1.0.1)


    Updated to version 1.5.1

    • Support for Aion Lightning. Aion unique support removed.
    • Support for version 1.5 removed.
    • Code improvement.
    • Corrected error reports for better viewing.


    Updated to version 1.5 BETA!

    • New UI!!!
    • Configuration file available to launcher (portable)
    • Error reporting available
    • New server start up options
    • Launch multiple game server instances
    • Minimize to tray button
    • No prompt to close servers unless window is closing
    • Auto generate a configuration file if it does not exist


    Updated to version 1.3!

    • Working with version 1.9.


    Updated to version 1.2!

    • Update that prevents launcher from closing when GameServer cannot start due to in sufficient memory. (Pressing start again will launch the other two servers even when the launcher crashes.)
    • Minimize will now send to tray area.


    [+] Bug Report

    [+] Contact

    Post in this thread for now. All other messaging will be ignored, filtered, or blocked.

    Enjoy!

    S0ulDrag0n

    ---------------------------------------------------
    Note: Please do not distribute this application on a different host or take credit for any of my work. I have added this since some person named Nemesis is taking credit for this application.

    If you like this application, please give me a thanks below!
    Last edited by S0ulDrag0n; 24-10-10 at 11:47 PM. Reason: Update To Version 1.5.5


  2. #2
    Enthusiast S0ulDrag0n is offline
    MemberRank
    Feb 2009 Join Date
    NoWhereLocation
    37Posts

    Re: [Launcher]Aion Server Launcher

    Updated To Version 1.1

    • Update for Chat Server.
    • Minor performance updates.


    New Updated Screenshots coming soon.

    Note: New UI will come later.
    Last edited by S0ulDrag0n; 21-05-10 at 09:45 AM.

  3. #3
    Proficient Member Paranoit is offline
    MemberRank
    Dec 2008 Join Date
    181Posts

    Re: [Launcher]Aion Server Launcher

    cool thanks :-)

  4. #4
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: [Launcher]Aion Server Launcher

    About 2h - 3h the application become unstable and it's very difficult to restore the window from the windows task bar...

    I hope there will be a fix for this...

    Thx for this great project anyway :)

  5. #5
    Novice Pr00f is offline
    MemberRank
    Jun 2010 Join Date
    3Posts

    Re: [Launcher]Aion Server Launcher

    cool. thank you very much

  6. #6
    Novice Pr00f is offline
    MemberRank
    Jun 2010 Join Date
    3Posts

    Re: [Launcher]Aion Server Launcher

    make please minimize to tray

  7. #7
    Enthusiast S0ulDrag0n is offline
    MemberRank
    Feb 2009 Join Date
    NoWhereLocation
    37Posts

    Re: [Launcher]Aion Server Launcher

    Quote Originally Posted by Romulan View Post
    About 2h - 3h the application become unstable and it's very difficult to restore the window from the windows task bar...

    I hope there will be a fix for this...

    Thx for this great project anyway :)
    Hm, can you get a screen shot of what you mean since I don't seem to have any problems with that.

    @Pr00f

    I'll get that available soon.

    EDIT: Updated To Version 1.2

    • Update that prevents launcher from closing when GameServer cannot start due to in sufficient memory. (Pressing start again will launch the other two servers even when the launcher crashes.)
    • Minimize will now send to tray area.


    NOTE: New program and UI design coming soon!!
    Last edited by S0ulDrag0n; 24-06-10 at 09:18 PM.

  8. #8
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: [Launcher]Aion Server Launcher

    Impossible to screen it... but maybe a video to showing you.

    But it's maybe my computer too --" idk...

    Great job anyway...

    May i suggest one thing?

    A special feature for the chatserver...

    I want to run it after the gameserver is loaded... not in the same time as loginserver and gameserver.

    Is it possible to make a special button for run chatserver separatly?

  9. #9
    Novice Pahuan is offline
    MemberRank
    Jan 2010 Join Date
    3Posts

    Re: [Launcher]Aion Server Launcher

    not working

    Code:
    ----~GameServer Started~----
    FATAL ERROR in native method: processing of -javaagent failed
    java.lang.ClassNotFoundException: com.aionemu.commons.callbacks.JavaAgentEnhancer
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    	at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:280)
    	at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:338)
    Exception in thread "main"

  10. #10
    Enthusiast S0ulDrag0n is offline
    MemberRank
    Feb 2009 Join Date
    NoWhereLocation
    37Posts

    Re: [Launcher]Aion Server Launcher

    Quote Originally Posted by Pahuan View Post
    not working

    Code:
    ----~GameServer Started~----
    FATAL ERROR in native method: processing of -javaagent failed
    java.lang.ClassNotFoundException: com.aionemu.commons.callbacks.JavaAgentEnhancer
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    	at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:280)
    	at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:338)
    Exception in thread "main"

    Sorry, that's not a launcher error. There's something wrong with your server files or your Java setup.

    @ Romulan

    Sure, I've already started working on version 1.5 so I'll be sure to implement that then.

    As for the bug you mentioned, I don't think it exists since I've kept mine running for quite a bit and I don't have any problems bringing it up. Does it say it has stop responding when you bring up the task manager?
    Last edited by S0ulDrag0n; 28-06-10 at 10:02 PM.

  11. #11
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: [Launcher]Aion Server Launcher

    Hum...

    When the program still a long time in the task bar and when i want to restore it, the window still "blank" a few minutes before to be ready and to be usable...

    It's a minor bug, i think it's my computer... not your tool ^^

    And i think it's now solved with your new version xD with the tray area ...

  12. #12
    Novice Pahuan is offline
    MemberRank
    Jan 2010 Join Date
    3Posts

    Re: [Launcher]Aion Server Launcher

    Quote Originally Posted by S0ulDrag0n View Post
    Sorry, that's not a launcher error. There's something with your server files or your Java setup.
    Fact that before this all worked, and updated the server to the 2410 audit was to issue a bug in GS. People say that Aion-Unique what is changed in loading GS. Sorry for my english

  13. #13
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: [Launcher]Aion Server Launcher

    Then, it's not an issue with the Server Launcher ^^

    It's an issue with your server revision...

  14. #14
    Enthusiast S0ulDrag0n is offline
    MemberRank
    Feb 2009 Join Date
    NoWhereLocation
    37Posts

    Re: [Launcher]Aion Server Launcher

    Quote Originally Posted by Romulan View Post
    Hum...

    When the program still a long time in the task bar and when i want to restore it, the window still "blank" a few minutes before to be ready and to be usable...

    It's a minor bug, i think it's my computer... not your tool ^^

    And i think it's now solved with your new version xD with the tray area ...

    That's great that's working for you but I think it may have been loading slowly on your pc for some reason if that's the case.

    In the next version there will be a minimize to tray button available and different options available to launch your servers with.

    So look forward to it.

  15. #15
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: [Launcher]Aion Server Launcher

    Keep the great work *_*



Page 1 of 4 1234 LastLast

Advertisement