Thread: Setting up Server Runtime Manager v1.4 with your Server

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1 Setting up Server Runtime Manager v1.4 with your Server 
    meiscooldude
    Guest
    Description: This tutorial will help you setup Server Runtime Manager v1.4 with your server.

    Difficulty: 4/10

    Assumed Knowledge: How to navigate files in Windows, and how to run your own server using Batch Files

    Tested Server: Project Czar

    Files/Classes Modified: None!

    Procedure

    Step 1: First you will need to get Server Runtime Manager v1.4 if you don't already have it. If you don't have it, get it [Only registered and activated users can see links. ]

    Step 2: Extract "Server Runtime Manager v1.4.exe" to your Desktop.




    Step 3: Now, Go ahead and open up "Server Runtime Manager v1.4.exe"




    Step 4: Click the Settings Tab




    Step 5: Now Click the "Browse" Button that is for Jdk Directory, and then navigate to your most current JDK folder. (Mine is highlighted) And then click "OK"




    Step 6: Now click the "Browse" Button that is for Server Folder, and then navigate to your Server Folder. (All your class files and .java files will be in this folder, But most importantly the class that includes the "Main Void") After navigating to your Server Folder, Click "OK"




    Step 7: Have "Hide Console", "Capture Output", and "Crash Detection" All checked. Then go back to the Main Tab.


    Step 8: In the Main Tab Click the button called "Compile", As you can see, I received no compile errors, If you do, Then you should probably fix them.




    Step 9: Now In the Main Tab Click the Button Called "Start", Your server should Start just as mine has.




    Step 10: Now you've Just setup Server Runtime Manager v1.4 to Manage your Server! You are welcome to explore other features of this tool to help you host your server, and enjoy your game.




    Credits: Meiscooldude
     

  2. #2  
    Registered Member
    psyhoman's Avatar
    Join Date
    Sep 2007
    Age
    27
    Posts
    2,781
    Thanks given
    56
    Thanks received
    58
    Rep Power
    2774
    Nice thanks i will use that good job
    Circumstances don't matter, only state of being matters!
     

  3. #3  
    meiscooldude
    Guest
    Quote Originally Posted by psyhoman View Post
    Nice thanks i will use that good job
    Thanks, I enjoyed making it
     

  4. #4  
    Registered Member Infernus's Avatar
    Join Date
    Sep 2007
    Posts
    122
    Thanks given
    0
    Thanks received
    0
    Rep Power
    10
    Awesome,but I think I won't use it..I'll see.
    Good job anyway.
    Sup. [Only registered and activated users can see links. ]
     

  5. #5  
    Registered Member
    Riedell's Avatar
    Join Date
    Feb 2008
    Age
    28
    Posts
    403
    Thanks given
    4
    Thanks received
    2
    Rep Power
    152
    Nice program! Started to use this and works out great! Thanks a lot!

    +Rep

    -Riedell
    ~Riedell
     

  6. #6  
    meiscooldude
    Guest
    Quote Originally Posted by Riedell View Post
    Nice program! Started to use this and works out great! Thanks a lot!

    +Rep

    -Riedell
    Thanks, i've worked hard on it
     

  7. #7  
    kalamasnik
    Guest
    thanks m8, but does it restarts server if it crashes?
     

  8. #8  
    meiscooldude
    Guest
    Quote Originally Posted by kalamasnik View Post
    thanks m8, but does it restarts server if it crashes?
    It depends on the type of crash, If its a NullPointer Exception or a OutOfMemory Exception then yes....
     

  9. #9  
    kalamasnik
    Guest
    ok. well maybe you know how to fix this error? I was running server when it pop-uped this window about unhandled exception:


    and here is details:
    Code:
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    
    ************** Exception Text **************
    System.InvalidOperationException: Process has exited, so the requested information is not available.
       at System.Diagnostics.Process.EnsureState(State state)
       at System.Diagnostics.Process.get_WorkingSet64()
       at WindowsFormsApplication4.ServerManager.updateMem()
       at WindowsFormsApplication4.ServerManager.timeOut(Object sender, EventArgs e)
       at System.Windows.Forms.Timer.OnTick(EventArgs e)
       at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.42 (RTM.050727-4200)
        CodeBase: file:///C:/WIND/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    Server Runtime Manager v1.4
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Documents%20and%20Settings/Senukas/My%20Documents/Downloads/Server_Runtime_Manager_v1.4/Server%20Runtime%20Manager%20v1.4.exe
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.42 (RTM.050727-4200)
        CodeBase: file:///C:/WIND/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.42 (RTM.050727-4200)
        CodeBase: file:///C:/WIND/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.42 (RTM.050727-4200)
        CodeBase: file:///C:/WIND/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Configuration
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.42 (RTM.050727-4200)
        CodeBase: file:///C:/WIND/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.42 (RTM.050727-4200)
        CodeBase: file:///C:/WIND/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    
    For example:
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    note server is still running. and it wont stop do this. thanks for help
     

  10. #10  
    meiscooldude
    Guest
    Hmm, Could you give me a pic of your Settings...

    And lets see...

    at System.Diagnostics.Process.get_WorkingSet64()
    at WindowsFormsApplication4.ServerManager.updateMem()
    at WindowsFormsApplication4.ServerManager.timeOut(Obj ect sender, EventArgs e)


    That is updating the Memory Usage.. (the bottom left) Hmm...

    If what you say is true about the server still running, then the error should'nt happen...

    I'm putting in a Try{}Catch{} right now in the code, so the next version should'nt have this error..... It will be released with 1.5
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •