Quote: |
About Central ------------- Central is a Subspace directory server. It is designed to emulate much of the behavoir of CatId's directory. Getting started --------------- Windows Install .net 2.0 or above (http://microsoft.com) or install mono (http://go-mono.com) Linux You need to install mono (http://go-mono.com) Edit Central.config to suit your requirements If you are using mono, type mono Central.exe to start the program (just like running any other mono program) Other information ----------------- You need UDP ports 4990 and 4991 open on your firewall to enable zones and clients to connect |
Cheese wrote: |
im sick of it as well.
i assume its due to some of these long ass zone names.... |
Hakaku wrote: |
Kudos on the work, hopefully it remains a stable directory server, since at the moment only Priit's and yours are currently online. |
L.C. wrote: |
EDIT :: Doesn't work. Crashes on start. Server may or may not have .NET Framework 2.0. |
Quote: |
It won't run with out 2.0 tongue.gif Can you post the error message? |
L.C. wrote: | ||
|
Quote: |
You're running it in a way i never intended to be run, if you provide more information about your server setup and how you are attempting to run it, i might be able to change it to get it to work...I'm curious how you are running the program without remote desktop. |
L.C. wrote: |
TCAdmin is a Game Hosting Control Panel and functions the same way as if you executed the file normally yourself; just like ServerDoc too.
|
Code: Show/Hide <?xml version="1.0" encoding="utf-8" ?>
<configuration> <appSettings> <add key="DownloadPeers" value="1"/> <add key="Peers" value="dir1.subdir.net,dir2.subdir.net,dir5.subdir.net,dir6.subdir.net,dir7.subdir.net"/> <add key="DownloadEvery" value="60"/> </appSettings> </configuration> |
Doc Flabby wrote: |
You can install mono using yum (these also work for Centos 5) if you add this to your list of yum repositories
http://download.opensuse.org/repositories/Mono/RHEL_5/ |
Code: Show/Hide [ssnecentral@kinkku dirserver_mono]$ mono Central.exe ** (Central.exe:30011): WARNING **: The following assembly referenced from /dirserver_mono/Central.exe could not be loaded: Assembly: System.Windows.Forms (assemblyref_index=3) Version: 2.0.0.0 Public Key: b77a5c561934e089 The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/dirserver_mono/). ** (Central.exe:30011): WARNING **: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. ** (Central.exe:30011): WARNING **: Missing method get_ProductVersion in assembly /dirserver_mono/Central.exe, type System.Windows.Forms.Application Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. |
Code: Show/Hide yum install mono-winforms |
Doc Flabby wrote: |
You need to install this package: mono-winforms |
Code: Show/Hide Zone name players currently playing ip port zone information text |
Kingsize wrote: | |
Would it be possible to add a feature to this new Central dirserver, which could save zone information to *.txt file, just like Catids dirserver. I need this feature for my PHP population statistics script.
*.txt file
|
Code: Show/Hide ip port playercount scores zoneName zoneDescription |
Doc Flabby wrote: |
I've added this and copied CatId's format exactly, it uses tab separated columns in the following order... |
Kingsize wrote: |
One little problem, dirserver (Central) says: Collecting Stats, but it doesn't save them to stats.txt (I didn't change your default configurations at all).
I gave (chmod) 777 permissions to all files. Am I doing something wrong, or is there a problem with Central. |
Doc Flabby wrote: |
You need to wait until it says "writing stats" it take a bit of time to collect them (it has to ping all the zones). It should write out responses as it gets back the player counts to the screen. If its never showing "writing stats" then somethings broke with it |
Code: Show/Hide Updated Zone: SSNE Shattered Galaxy Updated Zone: BlueT - Trench Wars (DEV) Updated Zone: SSNE Assassination CTF Updated Zone: BlueT Dragonball Z Updated Zone: BlueT Jackpot SVS |
Code: Show/Hide Unhandled Exception: System.ExecutionEngineException: Couldn't create thread at <0x00000> <unknown method> at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_delegate_begin_invoke (object,intptr) at (wrapper delegate-begin-invoke) System.MulticastDelegate:begin_invoke_IAsyncResult_object_AsyncCallback_object (object,System.AsyncCallback,object) at System.Threading.ThreadPool.QueueUserWorkItem (System.Threading.WaitCallback callback, System.Object state) [0x00000] at System.Timers.Timer.StartTimer () [0x00000] at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void () Updated Zone: SSNE Shattered Galaxy Starting Peer Zone Download. ** (Central.exe:2532): WARNING **: CreateThread: error creating thread handle ** (Central.exe:2532): WARNING **: ves_icall_System_Threading_Thread_Thread_internal: CreateThread error 0x1f Unhandled Exception: System.SystemException: Thread creation failed. at System.Threading.Thread.Start () [0x00000] at System.Timers.Timer.set_Enabled (Boolean value) [0x00000] at System.Timers.Timer.Start () [0x00000] at (wrapper remoting-invoke-with-check) System.Timers.Timer:Start () at Subspace.Net2.Reliable..ctor (Subspace.Net2.Core c) [0x00000] at Subspace.Net2.Core..ctor (ConnectionMode mode, EncryptionType encryptionType) [0x00000] at Central.ZoneDownloader.Download () [0x00000] at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void () |
Code: Show/Hide <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="DownloadPeers" value="1"/> <add key="Peers" value="sscentral.sscuservers.net"/> <add key="DownloadEvery" value="10"/> <!-- Default: 240 --> <add key="StatsRefresh" value="5"/> <add key="StatsFile" value="stats.txt"/> </appSettings> </configuration> |
Code: Show/Hide mono --version |
Code: Show/Hide Mono JIT compiler version 1.1.17.1, (C) 2002-2006 Novell, Inc and Contributors. www.mono-project.com TLS: __thread GC: Included Boehm (with typed GC) SIGSEGV: normal Disabled: none |
Quote: |
sscentral.sscuservers.net, sscentral.trenchwars.org, ssdir.playsubspace.com, subdir.net, subdir.org |
Quote: |
Process Id: 3196
CPU Usage: 0.08 Memory Usage: 10.45 MB Disk Usage: 289.14 KB Start Time: 5/9/2009 8:18:41 AM Times Crashed/Not Responding: 4 Last Restart: 5/9/2009 8:19:42 AM |
Quote: |
<?xml version="1.0" encoding="utf-8" ?>
<configuration> <appSettings> <add key="DownloadPeers" value="1"/> <add key="Peers" value="auto.subdir.org sscentral.sscuservers.net sscentral.trenchwars.org ssdir.playsubspace.com dirserver.ssnecentral.net dir.cz.sshq.net"/> <add key="DownloadEvery" value="40"/> <add key="StatsRefresh" value="5"/> <add key="StatsFile" value="stats.txt"/> </appSettings> </configuration> |
Kingsize wrote: | |
|
Doc Flabby wrote: |
Ah i've only tested it on mono v1.9. See if you can get hold of a more upto date version of mono. |
Code: Show/Hide bash-3.1# mono --version Mono JIT compiler version 1.9.1 (tarball) Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com TLS: __thread GC: Included Boehm (with typed GC) SIGSEGV: normal Notifications: epoll Architecture: x86 Disabled: none |
Code: Show/Hide .... New Zone: Butchersoft New Zone: BlueT Dragonball Z New Zone: BlueT Jackpot SVS New Zone: STC South Tejas New Zone: SSBD Biller Development New Zone: SSA SuperSpace New Zone: Reball Updated Zone: SSNE Shattered Galaxy Updated Zone: BlueT Dragonball Z Updated Zone: SSNE Assassination CTF New Zone: BlueT - Trench Wars (DEV) Updated Zone: BlueT Jackpot SVS Updated Zone: SSNE Shattered Galaxy Updated Zone: BlueT Dragonball Z Updated Zone: SSNE Assassination CTF Updated Zone: BlueT - Trench Wars (DEV) Updated Zone: BlueT Jackpot SVS Collecting Stats. Failed to connect to SSBD Biller Development 24.179.9.235:1718 Updated SSCX Chaos/League Zone SVS has 66 players (had 65) Updated SSCU Trench Wars has 254 players (had 257) Updated SSCU Death Star Battle has 102 players (had 105) Updated SSCC RedStar has 42 players (had 41) Updated SSCE Hyperspace has 28 players (had 31) Updated Zone: SSNE Shattered Galaxy Updated SSCU Extreme Games has 129 players (had 133) Writing Stats. Updated Zone: BlueT Dragonball Z ... |
Quote: |
L.C. : I will try developing a "service" based module for you, this might have more success. (if you software supports the installation of services)
I'm also going to add a logging feature so that you can get some logs to send me (that might help me find out why its crashing at startup) |
Kingsize wrote: |
After longer testing, I can confirm that Central 1.2b with Mono 1.9.1 saves stats only few times. I doesn't work like it should. I collects and saves stats only 2 to 4 times. (Uptime ~24h) |
Doc Flabby wrote: |
I've fixed a large number of bugs with this latest release and implemented a much improved new logging system based on ASSS style logging code D1st0rt sent me ages ago (i cant remember the link but its MIT licenced and in the SVN repository if anyong is interested) http://subspace2.net/Central-1.2c.zip |
Code: Show/Hide <W> 5/11/2009 6:32 PM (ZoneListener): Failed to connect to SSBD Biller Development 24.179.9.235:1718 <D> 5/11/2009 6:32 PM (ZoneListener): Error: System.Net.Sockets.SocketException: No route to host at System.Net.Sockets.Socket.ReceiveFrom_nochecks (System.Byte[] buf, Int32 offset, Int32 size, SocketFlags flags, System.Net.EndPoint& remote_end) [0x00000] at System.Net.Sockets.Socket.ReceiveFrom (System.Byte[] buf, System.Net.EndPoint& remote_end) [0x00000] at System.Net.Sockets.UdpClient.Receive (System.Net.IPEndPoint& remoteEP) [0x00000] at Central.ZoneListener.CollectStats () [0x00000] |
Code: Show/Hide 5/11/2009 7:03 PM (Stats): Completed Statistics Collection 5/11/2009 7:03 PM (Stats): Writing to: stats.txt |
Quote: |
<W> 5/11/2009 6:32 PM (ZoneListener): Failed to connect to SSBD Biller Development 24.179.9.235:1718 <D> 5/11/2009 6:32 PM (ZoneListener): Error: System.Net.Sockets.SocketException: No route to host at System.Net.Sockets.Socket.ReceiveFrom_nochecks (System.Byte[] buf, Int32 offset, Int32 size, SocketFlags flags, System.Net.EndPoint& remote_end) [0x00000] at System.Net.Sockets.Socket.ReceiveFrom (System.Byte[] buf, System.Net.EndPoint& remote_end) [0x00000] at System.Net.Sockets.UdpClient.Receive (System.Net.IPEndPoint& remoteEP) [0x00000] at Central.ZoneListener.CollectStats () [0x00000] |
Quote: |
Edit: LC Thats interesting as it appears to be working from thoses logs, is there an option in your admin tool not to restart a program if it thinks its irresponsive. I'm wondering if it mistakenly thinks its not working so closes it. |
Kooks wrote: |
How did you create those statistics graphs? |
Kingsize wrote: |
I could give the source, but I think Maverick or who ever from TW staff made that original population statistics site, would be ready to kill me if I give my version to anyone. I think they don't like this my stats site at all anyway. |
Hakaku wrote: |
I don't see why they would, not unless you copied their code. Gotta remember, that the tw stats page wasn't the first nor the only one to ever exist. |
Mine GO BOOM wrote: |
Or you could make it export SNMP, and use something fancy like Cacti for the recording/graphing of the data. |
Doc Flabby wrote: |
Would you be willing to release the source (or explain) how you created the graphs, thats probably the part of most interest and relevent to anybody reading this thread, collecting the data and processing it is pretty easy |
Code: Show/Hide <D> 6/9/2009 11:05 AM (ZoneListener): Updated Zone: BlueT Dragonball Z
<I> 6/9/2009 11:05 AM (ClientListener): Download Started from: 72.173.7.198:3220 Unhandled Exception: System.InvalidOperationException: Unrecognised Encryption at Subspace.Net2.Core.Connection(Message msg) in C:\subspace2\client\subspace 2\net\Core.cs:line 213 at Subspace.Net2.Core.NewMessage(Message msg) in C:\subspace2\client\subspace 2\net\Core.cs:line 153 at Central.ClientListener.Run() in C:\subspace2\Central\Central\ClientListene r.cs:line 107 at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C ontextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() C:\Documents and Settings\qwerty\Desktop\dir> |
L.C. wrote: |
Doc, your directory server does run on my server, but it crashes when someone tries to download from it. This is what happens when I attempt to retrieve a listing from the directory server:
|
Code: Show/Hide Name|IP|Port|Description |
Bak wrote: |
you should have it periodically check other directory servers, steal all the zones, then maintain a cache where it pings them periodically to make sure they're still up. |
Code: Show/Hide <E> 8/16/2009 6:21 PM (ZoneDownloader): Download Failed at: ssdir.playsubspace.com :System.Net.Sockets.SocketException: Connection refused at System.Net.Sockets.Socket.Receive (System.Byte[] buf, Int32 size, SocketFlags flags) [0x00000] at Central.ZoneDownloader.Download () [0x00000] Connection not Ready |
Deligious wrote: | |
Getting error like this... |
Code: Show/Hide Central v1.2.3518.31947 Copyright (C) 2009 Kingsley Masters
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. ----------Log "Console" Opened 10/17/2009 2:57 PM---------- <I> 10/17/2009 2:57 PM (ZoneListener): Starting... <I> 10/17/2009 2:57 PM (ClientListener): Starting... <I> 10/17/2009 2:57 PM (Central): Reloading Startup List... <I> 10/17/2009 2:57 PM (Central): Loaded 5 zones from startup.txt <I> 10/17/2009 2:57 PM (ZoneListener): New Zone: SSCU 17th Parallel <I> 10/17/2009 2:57 PM (ZoneListener): New Zone: SSCU Death Star Battle <I> 10/17/2009 2:57 PM (ZoneListener): New Zone: SSCU Extreme Games <I> 10/17/2009 2:57 PM (ZoneListener): New Zone: SSCU Trench Wars <I> 10/17/2009 2:57 PM (ZoneListener): New Zone: SSCX Chaos/League Zone SVS <I> 10/17/2009 2:57 PM (ZoneDownloader): Starting download... <I> 10/17/2009 2:57 PM (ZoneDownloader): Using Peer: sscentral.sscuservers.net <E> 10/17/2009 2:57 PM (ZoneDownloader): Download Failed at: sscentral.sscuserve rs.net :System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 size, SocketFlags s ocketFlags) at Central.ZoneDownloader.Download() in C:\subspace2\Central\Central\ZoneDown loader.cs:line 135 Connection not Ready <I> 10/17/2009 2:57 PM (ZoneDownloader): Download Complete <I> 10/17/2009 2:57 PM (ZoneListener): New Zone: SSCA Digital Core (CTF) <I> 10/17/2009 2:57 PM (ClientListener): Download Started from: 67.54.231.207:12 523 Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection <I> 10/17/2009 2:57 PM (ZoneListener): New Zone: BlueT Jackpot SVS <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS Unrecognised Encryption, ignoring connection <I> 10/17/2009 2:57 PM (ZoneListener): New Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) Connection Closed <I> 10/17/2009 2:57 PM (ClientListener): Download Started from: 67.54.231.207:12 524 <I> 10/17/2009 2:57 PM (ZoneListener): New Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:57 PM (ZoneListener): Updated Zone: BlueT Dragonball Z Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection <I> 10/17/2009 2:57 PM (ClientListener): Download Started from: 67.54.231.207:12 525 Unrecognised Encryption, ignoring connection Connection Closed Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection <I> 10/17/2009 2:57 PM (ZoneListener): New Zone: SSA Descent (CTF) Unrecognised Encryption, ignoring connection <I> 10/17/2009 2:57 PM (ClientListener): Download Started from: 67.54.231.207:12 526 Unrecognised Encryption, ignoring connection Connection Closed Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection Unrecognised Encryption, ignoring connection Connection Closed <I> 10/17/2009 2:58 PM (ZoneListener): New Zone: SSA CRe Test Zone <I> 10/17/2009 2:58 PM (ZoneListener): New Zone: BlueT Section 31 Test Zone <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Section 31 Test Zone <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Section 31 Test Zone <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Section 31 Test Zone <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Section 31 Test Zone <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Section 31 Test Zone <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Section 31 Test Zone <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Section 31 Test Zone <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Section 31 Test Zone <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Section 31 Test Zone <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Section 31 Test Zone <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Section 31 Test Zone <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Section 31 Test Zone <I> 10/17/2009 2:58 PM (ZoneListener): New Zone: SSCA Algol <D> 10/17/2009 2:58 PM (ClientListener): Cleaned Connections: 4 to 0 <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: SSCA Digital Core (CTF) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Jackpot SVS <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Trench Wars (DEV) <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: BlueT Dragonball Z <D> 10/17/2009 2:58 PM (ZoneListener): Updated Zone: SSA Descent (CTF) |
Quote: |
74.86.5.231 74.86.5.230 74.86.5.229 74.86.5.228 74.86.5.98 74.86.5.97 |
Quote: |
----------Log "LogFile" Opened 10/17/2009 2:57 PM----------
<E> 10/17/2009 2:57 PM (ZoneDownloader): Download Failed at: sscentral.sscuservers.net :System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 size, SocketFlags socketFlags) at Central.ZoneDownloader.Download() in C:\subspace2\Central\Central\ZoneDownloader.cs:line 135 |
Code: Show/Hide ----------Log "Console" Opened 11/8/2024 7:01 AM---------- <I> 11/8/2024 7:01 AM (ZoneListener): Starting... <I> 11/8/2024 7:01 AM (ClientListener): Starting... <I> 11/8/2024 7:01 AM (Central): Reloading Startup List... <I> 11/8/2024 7:01 AM (Central): Loaded 0 zones from startup.txt <I> 11/8/2024 7:01 AM (Stats): Starting Statistics Collection <I> 11/8/2024 7:01 AM (Stats): Completed Statistics Collection <I> 11/8/2024 7:01 AM (ZoneDownloader): Starting download... <I> 11/8/2024 7:01 AM (ZoneDownloader): Using Peer: sscentral.sscuservers.net SyncAck: Round Time: 47 Offset Time: 4294727172 Unhandled Exception: System.ArgumentOutOfRangeException: Index and count must refer to a location within the buffer. Parameter name: bytes at System.Text.UTF8Encoding.GetString (System.Byte[] bytes, System.Int32 index, System.Int32 count) [0x00050] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 at Subspace.Net2.Message.GetString (System.Int32 offset, System.Int32 length) [0x00012] in <b26db3a7cb1f4aa5a11ed9392f6cbc76>:0 at Central.ZoneDownloader.ProcessZoneList (Subspace.Net2.Message msg) [0x00048] in <ca57b003336a49b59fc9e4d4749150af>:0 at Central.ZoneDownloader.NetRun () [0x00091] in <ca57b003336a49b59fc9e4d4749150af>:0 at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00017] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x0008d] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00031] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 at System.Threading.ThreadHelper.ThreadStart () [0x0000b] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentOutOfRangeException: Index and count must refer to a location within the buffer. Parameter name: bytes at System.Text.UTF8Encoding.GetString (System.Byte[] bytes, System.Int32 index, System.Int32 count) [0x00050] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 at Subspace.Net2.Message.GetString (System.Int32 offset, System.Int32 length) [0x00012] in <b26db3a7cb1f4aa5a11ed9392f6cbc76>:0 at Central.ZoneDownloader.ProcessZoneList (Subspace.Net2.Message msg) [0x00048] in <ca57b003336a49b59fc9e4d4749150af>:0 at Central.ZoneDownloader.NetRun () [0x00091] in <ca57b003336a49b59fc9e4d4749150af>:0 at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00017] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x0008d] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 |
Code: Show/Hide host sscentral.sscuservers.net sscentral.sscuservers.net has address 217.146.72.218 |
Code: Show/Hide ----------Log "Console" Opened 11/8/2024 8:03 AM---------- <I> 11/8/2024 8:03 AM (ZoneListener): Starting... <I> 11/8/2024 8:03 AM (ClientListener): Starting... <I> 11/8/2024 8:03 AM (Central): Reloading Startup List... <I> 11/8/2024 8:03 AM (Central): Loaded 0 zones from startup.txt <I> 11/8/2024 8:03 AM (Stats): Starting Statistics Collection <I> 11/8/2024 8:03 AM (Stats): Completed Statistics Collection <I> 11/8/2024 8:03 AM (ZoneDownloader): Starting download... <I> 11/8/2024 8:03 AM (ZoneDownloader): Using Peer: sscentral.sscuservers.net SyncAck: Round Time: 71 Offset Time: 3476114130 Unhandled Exception: System.ArgumentOutOfRangeException: Index and count must refer to a location within the buffer. Parameter name: bytes at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) at Subspace.Net2.Message.GetString(Int32 offset, Int32 length) in C:\subspace2\old\client\subspace2\net\Message.cs:line 278 at Central.ZoneDownloader.ProcessZoneList(Message msg) in C:\subspace2\Central\Central\ZoneDownloader.cs:line 169 at Central.ZoneDownloader.NetRun() in C:\subspace2\Central\Central\ZoneDownloader.cs:line 222 at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() |
Code: Show/Hide <D> 11/8/2024 7:10 AM (ZoneListener): Updated Zone: <D> 11/8/2024 7:10 AM (ZoneListener): Updated Zone: mall Warzone, connected to Isome |