You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.
Archi's Steam Farm, version 2.0.4.1
Missing method System.Reflection.MethodInfo::CreateDelegate(Type) in assembly /var/lib/openshift/57279f402d5271250f000060/mono/mono/lib/mono/4.5/mscorlib.dll, referenced in assembly /sandbox/ASF/ASF.exe
5/2/2016 5:24:44 PM [!] EXCEPTION: Load() Method not found: 'System.Reflection.MethodInfo.CreateDelegate'.
5/2/2016 5:24:44 PM [!] StackTrace:
at Newtonsoft.Json.Serialization.DefaultContractResolver.GetDefaultCreator (System.Type createdType) [0x00000] in :0
at Newtonsoft.Json.Serialization.DefaultContractResolver.InitializeContract (Newtonsoft.Json.Serialization.JsonContract contract) [0x00000] in :0
at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract (System.Type objectType) [0x00000] in :0
at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract (System.Type objectType) [0x00000] in :0
at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract (System.Type type) [0x00000] in :0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.GetContractSafe (System.Type type) [0x00000] in :0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, Boolean checkAdditionalContent) [0x00000] in :0
at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in :0
at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in :0
at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in :0
at Newtonsoft.Json.JsonConvert.DeserializeObject[GlobalConfig](System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in :0
at Newtonsoft.Json.JsonConvert.DeserializeObject[GlobalConfig](System.String value) [0x00000] in :0
at ArchiSteamFarm.GlobalConfig.Load (System.String filePath) [0x00000] in :05/2/2016 5:24:44 PM [!!] ERROR: InitServices() Global config could not be loaded, please make sure that ASF.json exists and is valid!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when I run "mono ASF.exe" I got this:
5/2/2016 5:24:44 PM [*] INFO: Init()
Archi's Steam Farm, version 2.0.4.1Missing method System.Reflection.MethodInfo::CreateDelegate(Type) in assembly /var/lib/openshift/57279f402d5271250f000060/mono/mono/lib/mono/4.5/mscorlib.dll, referenced in assembly /sandbox/ASF/ASF.exe
5/2/2016 5:24:44 PM [!] EXCEPTION: Load() Method not found: 'System.Reflection.MethodInfo.CreateDelegate'.
5/2/2016 5:24:44 PM [!] StackTrace:
at Newtonsoft.Json.Serialization.DefaultContractResolver.GetDefaultCreator (System.Type createdType) [0x00000] in :0
at Newtonsoft.Json.Serialization.DefaultContractResolver.InitializeContract (Newtonsoft.Json.Serialization.JsonContract contract) [0x00000] in :0
at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract (System.Type objectType) [0x00000] in :0
at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract (System.Type objectType) [0x00000] in :0
at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract (System.Type type) [0x00000] in :0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.GetContractSafe (System.Type type) [0x00000] in :0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, Boolean checkAdditionalContent) [0x00000] in :0
at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in :0
at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in :0
at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in :0
at Newtonsoft.Json.JsonConvert.DeserializeObject[GlobalConfig](System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in :0
at Newtonsoft.Json.JsonConvert.DeserializeObject[GlobalConfig](System.String value) [0x00000] in :0
at ArchiSteamFarm.GlobalConfig.Load (System.String filePath) [0x00000] in :05/2/2016 5:24:44 PM [!!] ERROR: InitServices() Global config could not be loaded, please make sure that ASF.json exists and is valid!
The text was updated successfully, but these errors were encountered: