This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

[replaced by seDirector] SRCDS Admin


Post New Thread Reply   
 
Thread Tools Display Modes
nomy
Senior Member
Join Date: Dec 2009
Location: United Kingdom
Old 07-09-2011 , 17:05   Re: [v2.2.0.0] SRCDS Admin - manage your Source servers
Reply With Quote #31

br5dy, can you please add an option to start servers in order after windows has started?

e.g.

each server has a startup delay for X seconds on first load only.

windows loaded
SRCDS admin loads
starts server1
and after 20 seconds starts server2
and after another 20 seconds starts server3
etc...

This is for first time startup only

This is useful because most server tools start all servers as same time and sometimes it will take alot of time for all servers to start. So having 1 server load at a time on startup will be a good.

I really liked this software, looking forwards for more features

Thanks a million for this

EDIT:

I wanted to add few errors:


Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at ..()
   at ..(Object , EventArgs )
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.235 (RTMGDR.030319-2300)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
SRCDS Admin
    Assembly Version: 2.2.0.0
    Win32 Version: 2.2.0.0
    CodeBase: file:///C:/SA/SRCDS%20Admin.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.235 built by: RTMGDR
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.232 built by: RTMGDR
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.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.
This happens on software startup and when I try to "save" the settings on settings dialog box.
Also, When I add servers, they dont save to the ini file. So after the program restarts there no servers added.

Windows Server 2003 SP2

Last edited by nomy; 07-10-2011 at 03:03.
nomy is offline
MindeLT
Senior Member
Join Date: Dec 2010
Location: Lithuania
Old 07-10-2011 , 08:05   Re: [v2.2.0.0] SRCDS Admin - manage your Source servers
Reply With Quote #32

Great work!

Any chances to see this on Linux?
MindeLT is offline
Send a message via Skype™ to MindeLT
Afronanny
Veteran Member
Join Date: Aug 2009
Old 07-10-2011 , 09:09   Re: [v2.2.0.0] SRCDS Admin - manage your Source servers
Reply With Quote #33

Quote:
Originally Posted by MindeLT View Post
Great work!

Any chances to see this on Linux?
It requires .NET, probably not going to see this on Linux.
Afronanny is offline
Rizla
SourceMod Donor
Join Date: Jun 2010
Old 07-10-2011 , 09:56   Re: [v2.2.0.0] SRCDS Admin - manage your Source servers
Reply With Quote #34

linux people are hardcore and dont need programs, they only need CLI!
Rizla is offline
Paparazziv2
Senior Member
Join Date: Feb 2011
Location: Chile, La Serena
Old 07-10-2011 , 10:26   Re: [v2.2.0.0] SRCDS Admin - manage your Source servers
Reply With Quote #35

and for Linux ?
Paparazziv2 is offline
Send a message via MSN to Paparazziv2
nomy
Senior Member
Join Date: Dec 2009
Location: United Kingdom
Old 07-10-2011 , 12:57   Re: [v2.2.0.0] SRCDS Admin - manage your Source servers
Reply With Quote #36

Why do you need this for Linux? :S
You can do all this on Linux already... if not, there are plenty of scripts out there that can do this for Linux. First of all on Linux, you can run SRCDS with -autoupdate flag to try update if there any updates released and use scripts like: http://css.setti.info/downloads/monit-srcds-plugin/

Last edited by nomy; 07-10-2011 at 13:00.
nomy is offline
br5dy
AlliedModders Donor
Join Date: Aug 2008
Old 07-10-2011 , 15:35   Re: [v2.2.0.0] SRCDS Admin - manage your Source servers
Reply With Quote #37

It would be neat to see this on Linux, but I don't plan on doing any development toward it.

***HOWEVER***

I am looking into Mono and will do some testing in the future. It supports .NET work on Linux.

nomy, the new version will load each server in order, waiting a few seconds to ensure each server is loaded. As far as your error goes, the new version may end up fixing it, let's wait and see. If after I release it you still experience problems, feel free to e-mail me at [email protected] and I'll get it resolved. I do want this software to work for everyone that wants it.
__________________
[BR5DY]
seDirector
seDirector.net

seDirector - a management tool for all of your Windows-based Source Engine servers (auto-update, too)
br5dy is offline
Rizla
SourceMod Donor
Join Date: Jun 2010
Old 07-10-2011 , 21:00   Re: [v2.2.0.0] SRCDS Admin - manage your Source servers
Reply With Quote #38

use symbolic links if your autoupdate doesnt work, takes longer for the server to restart, but it works
Rizla is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 07-13-2011 , 12:19   Re: [v2.2.0.0] SRCDS Admin - manage your Source servers
Reply With Quote #39

Quote:
Originally Posted by br5dy View Post
the new version will load each server in order, waiting a few seconds to ensure each server is loaded.
Sounds like a great addition. I was wondering the same thing.
GoD-Tony is offline
Svv4T
Member
Join Date: Jul 2011
Old 07-14-2011 , 07:25   Re: [v2.2.0.0] SRCDS Admin - manage your Source servers
Reply With Quote #40

EDIT:
Never mind me. I found how to show/hide the console.

Great program! Thanks for your work.

Last edited by Svv4T; 07-14-2011 at 07:30.
Svv4T is offline
Reply



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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:04.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode