Thank you for the donation. =)
I will add more options for the support feature like support only specific age buildings, ignore players, only motivate or polish certain players ...
Quote:
Originally Posted by TaKeMa
I cant send the file per email, it's to big :(
I don't know what the problem is, all another worlds worked fine. Then i wait for an update, maybe it works.
|
You can open the Application.log file with notepad or any other text editor and only copy entries that start with the word Exception or Error.
They should look something similar like this:
Code:
2013-11-30 19:13:54.7791|ERROR|Samotorcan.ForgeOfEmpires.Farmer.Application|EXCEPTION
Samotorcan.ForgeOfEmpires.Exceptions.UnknownResponseException: Unknown json response. ---> Samotorcan.ForgeOfEmpires.Exceptions.JsonParseException: Invalid json. ---> System.InvalidOperationException: Cannot access child value on Newtonsoft.Json.Linq.JValue.
at Newtonsoft.Json.Linq.JToken.get_Item(Object key)
at Samotorcan.ForgeOfEmpires.Entities.StrategyPoints.<>c__DisplayClass2.<.ctor>b__0() in d:\CSharp\MVC3TestEmpty\FoE\Entities\StrategyPoints.cs:line 61
at Samotorcan.ForgeOfEmpires.Utilities.HandleJsonParse(Action action) in d:\CSharp\MVC3TestEmpty\FoE\Utilities.cs:line 29
...
2013-11-30 18:29:21.2372|ERROR|Samotorcan.ForgeOfEmpires.Farmer.Application|EXCEPTION
System.NullReferenceException: Object reference not set to an instance of an object.
at Samotorcan.ForgeOfEmpires.Farmer.Farmer.SessionDataPropertyChanged(Object sender, PropertyChangedEventArgs e) in d:\CSharp\MVC3TestEmpty\FoE\Farmer\Farmer.cs:line 1234
at Samotorcan.ForgeOfEmpires.Farmer.SessionData.NotifyPropertyChanged(String propertyName) in d:\CSharp\MVC3TestEmpty\FoE\Farmer\SessionData.cs:line 235
at Samotorcan.ForgeOfEmpires.Farmer.SessionData.set_Resources(CityResource value) in d:\CSharp\MVC3TestEmpty\FoE\Farmer\SessionData.cs:line 97
at Samotorcan.ForgeOfEmpires.Farmer.Farmer.<>c__DisplayClassc.<GetStartupData>b__a() in d:\CSharp\MVC3TestEmpty\FoE\Farmer\Farmer.cs:line 736
...
Or just start the bot got the the log tab and copy it from there when the error occurs.
Or the third option is delete the Application.log file then start the bot and wait for the error, close the bot and send me the file. The file should then be small enough for an email attachment.