I have the same problem with springie map and mod being dummy in the lobby.
The errorlog:
Code:
=============== 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]
I can┬┤t see whats wrong. Maybe the webserver don┬┤t have some data ?
I run the autohost the hole night and nothing has been downloaded. Please help.
/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]
Recompiling wont work because it fails due to lack of some method form core library.
Solution is possible but i would need to change project target to .NET 2.0 and reference additional library linqbridge which brings what is needed to older mono.
But thats too annoying for me, project uses libs shared by other projects too.
Afaik mono devel contains compiler. There is also gui monodevelop but that all sounds like a hassle just for making it run.
You can also use SPADS autohost which is for python. Springie only has advantage in being able to host any mod and map automatically without having them and support for missions, stats etc.
Users browsing this forum: No registered users and 0 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum