Re: Springie the AutoHost
Posted: 29 Sep 2010, 14:46
Springie will autodownload these in 10 minutes.
Open Source Realtime Strategy Game Engine
https://springrts.com/phpbb/
Code: Select all
===============
11/18/2010 19:37
While loading mapinfo.dat
System.IO.FileNotFoundException: Could not find file "/home/k000001/.spring/mapinfo.dat".
File name: '/home/k000001/.spring/mapinfo.dat'
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000]
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000]
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000]
at Springie.SpringNamespace.UnitSyncWrapper..ctor (System.String path) [0x00000]
===============
11/18/2010 19:37
While loading modinfo.dat
System.IO.FileNotFoundException: Could not find file "/home/k000001/.spring/modinfo.dat".
File name: '/home/k000001/.spring/modinfo.dat'
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000]
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000]
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000]
at Springie.SpringNamespace.UnitSyncWrapper..ctor (System.String path) [0x00000]
===============
11/18/2010 19:37
Error getting map info
System.Net.WebException: An error occurred performing a WebClient request. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000]
at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000] --- End of inner exception stack trace ---
at System.Net.WebClient.DownloadDataCore (System.Uri address, System.Object userToken) [0x00000]
at System.Net.WebClient.DownloadData (System.Uri address) [0x00000]
at System.Net.WebClient.DownloadData (System.String address) [0x00000]
at Springie.SpringNamespace.UnitSyncWrapper.GetMapInfo (System.String name) [0x00000]
===============
11/18/2010 19:37
Error getting mod info
System.Net.WebException: An error occurred performing a WebClient request. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000]
at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000] --- End of inner exception stack trace ---
at System.Net.WebClient.DownloadDataCore (System.Uri address, System.Object userToken) [0x00000]
at System.Net.WebClient.DownloadData (System.Uri address) [0x00000]
at System.Net.WebClient.DownloadData (System.String address) [0x00000]
at Springie.SpringNamespace.UnitSyncWrapper.GetModInfo (System.String name) [0x00000]
===============
11/18/2010 19:37
Exception while dispatching OPENBATTLE 11593
System.NullReferenceException: Object reference not set to an instance of an object
at PlasmaShared.UnitSyncLib.Mod.GetDefaultModOptionsTags () [0x00000]
at Springie.Client.TasClient.DispatchServerCommand (System.String command, System.String[] args) [0x00000]
Maybe the firewall ? Which port to open ? Which p2p protocol ?I run the autohost the hole night and nothing has been downloaded.
Code: Select all
/home/k000001/.spring/Springie.exe Warning : 0 : Could not load repository cache from /home/k000001/.spring/repositories.dat: System.IO.FileNotFoundException: Could not find file "/home/k000001/.spring/repositories.dat".
File name: '/home/k000001/.spring/repositories.dat'
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000]
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000]
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000]
at PlasmaDownloader.Packages.PackageDownloader.LoadRepositories () [0x00000]
/home/k000001/.spring/Springie.exe Warning : 0 : Unable to load selected packages list: System.IO.FileNotFoundException: Could not find file "/home/k000001/.spring/packages/selected.list".
File name: '/home/k000001/.spring/packages/selected.list'
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000]
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000]
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000]
at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detect_encoding_from_bytemarks, Int32 buffer_size) [0x00000]
at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000]
at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string,System.Text.Encoding)
at System.IO.File.ReadAllText (System.String path, System.Text.Encoding enc) [0x00000]
at System.IO.File.ReadAllText (System.String path) [0x00000]
at PlasmaDownloader.Packages.PackageDownloader.LoadSelectedPackages () [0x00000]
===============
11/18/2010 23:51
Secondary thread unhandled exception
System.NotImplementedException: The requested feature is not implemented.
at System.Linq.Enumerable.ToDictionary[AutoHost,Int32] (IEnumerable`1 source, System.Func`2 keySelector, IEqualityComparer`1 comparer) [0x00000]
at System.Linq.Enumerable.ToDictionary[AutoHost,Int32] (IEnumerable`1 source, System.Func`2 keySelector) [0x00000]
at Springie.Main.GetFreeHostingPort () [0x00000]
at Springie.Main.SpawnAutoHost (System.String path, Springie.SpawnConfig spawnData) [0x00000]
at Springie.Main.StartFromPath (System.String path) [0x00000]
at Springie.Main.StartAll () [0x00000]
at Springie.Program.Main (System.String[] args) [0x00000]
===============
11/18/2010 23:51
Main thread unhandled exception
System.NotImplementedException: The requested feature is not implemented.
at System.Linq.Enumerable.ToDictionary[AutoHost,Int32] (IEnumerable`1 source, System.Func`2 keySelector, IEqualityComparer`1 comparer) [0x00000]
at System.Linq.Enumerable.ToDictionary[AutoHost,Int32] (IEnumerable`1 source, System.Func`2 keySelector) [0x00000]
at Springie.Main.GetFreeHostingPort () [0x00000]
at Springie.Main.SpawnAutoHost (System.String path, Springie.SpawnConfig spawnData) [0x00000]
at Springie.Main.StartFromPath (System.String path) [0x00000]
at Springie.Main.StartAll () [0x00000]
at Springie.Program.Main (System.String[] args) [0x00000]
Code: Select all
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: altstack
Notifications: epoll
Architecture: x86
Disabled: none
Code: Select all
mono Springie.exe -nogui
Code: Select all
Mono JIT compiler version 2.4.2.3 (Debian 2.4.2.3+dfsg-2)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Code: Select all
http://zero-k.googlecode.com/svn/trunk/other/Springie
Licho wrote:Added some recent versionhere.
Untested on windows.