|
Looks like the 1.27 update has broken the farmer.
Hope u can fix it, please. - It is the best.
Log:
10:09:09 EXCEPTION:
Samotorcan.ForgeOfEmpires.Exceptions.JsonParseExce ption: Invalid json. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: value
at Newtonsoft.Json.Linq.JToken.op_Explicit(JToken value)
at Samotorcan.ForgeOfEmpires.Entities.Settings.<>c__D isplayClass2.<.ctor>b__0()
at Samotorcan.ForgeOfEmpires.Utilities.HandleJsonPars e(JToken json, Action action)
--- End of inner exception stack trace ---
at Samotorcan.ForgeOfEmpires.Utilities.HandleJsonPars e(JToken json, Action action)
at Samotorcan.ForgeOfEmpires.Entities.Response.Respon seGetStartupData.<>c__DisplayClass11.<.ctor>b__1()
at Samotorcan.ForgeOfEmpires.Utilities.HandleJsonPars e(JToken json, Action action)
at Samotorcan.ForgeOfEmpires.Context.ParseResponse(JT oken json)
at Samotorcan.ForgeOfEmpires.Farmer.Farmer.<>c__Displ ayClassc.<GetStartupData>b__a()
at Samotorcan.ForgeOfEmpires.Farmer.Farmer.HandleExce ption(SessionData sessionData, Action action) at Samotorcan.ForgeOfEmpires.Utilities.HandleJsonPars e(JToken json, Action action)
at Samotorcan.ForgeOfEmpires.Entities.Response.Respon seGetStartupData.<>c__DisplayClass11.<.ctor>b__1()
at Samotorcan.ForgeOfEmpires.Utilities.HandleJsonPars e(JToken json, Action action)
at Samotorcan.ForgeOfEmpires.Context.ParseResponse(JT oken json)
at Samotorcan.ForgeOfEmpires.Farmer.Farmer.<>c__Displ ayClassc.<GetStartupData>b__a()
at Samotorcan.ForgeOfEmpires.Farmer.Farmer.HandleExce ption(SessionData sessionData, Action action)
System.ArgumentNullException: Value cannot be null.
Parameter name: value
at Newtonsoft.Json.Linq.JToken.op_Explicit(JToken value)
at Samotorcan.ForgeOfEmpires.Entities.Settings.<>c__D isplayClass2.<.ctor>b__0()
at Samotorcan.ForgeOfEmpires.Utilities.HandleJsonPars e(JToken json, Action action) at Newtonsoft.Json.Linq.JToken.op_Explicit(JToken value)
at Samotorcan.ForgeOfEmpires.Entities.Settings.<>c__D isplayClass2.<.ctor>b__0()
at Samotorcan.ForgeOfEmpires.Utilities.HandleJsonPars e(JToken json, Action action)
10:09:09 JSON:
{
"backgroundSound": false,
"effectSound": true,
"volume": 0.166667,
"zoomFactor": 1,
"hideSocialBar": false,
"socialBarTab": 0,
"showPremiumConfirmDialog": true,
"highlightUnattachedUnits": false,
"animationSpeedup": 0,
"chatHidden": true,
"enableOtherCityAnimations": false,
"enableSmokeAnimations": true,
"useGPU": true,
"displayedGvgScreenContinent": true,
"displayedGvgScreenProvinces": true,
"displayedGvgScreenSectors": true,
"pushNotifications": null,
"cup14AnimsEnabled": true,
"__class__": "Settings"
}
|