Skip to content

Instantly share code, notes, and snippets.

@AviiNL
Created December 19, 2017 14:35
Show Gist options
  • Save AviiNL/39e6b27c7a262e5317ebdc040730e92c to your computer and use it in GitHub Desktop.
Save AviiNL/39e6b27c7a262e5317ebdc040730e92c to your computer and use it in GitHub Desktop.
[ 611907] Failed to run a tick for Client: System.TypeInitializationException: The type initializer for 'Newtonsoft.Json.Serialization.DefaultSerializationBinder' threw an exception. ---> System.MethodAccessException: Error verifying Newtonsoft.Json.Serialization.DefaultSerializationBinder:.ctor (): Method System.Runtime.Serialization.SerializationBinder:.ctor () is not accessible at 0x0001
[ 611907] at Newtonsoft.Json.Serialization.DefaultSerializationBinder..cctor () [0x00000] in <dc86da7fc46c487ba6c7ab826da479cc>:0
[ 611922] --- End of inner exception stack trace ---
[ 611922] at Newtonsoft.Json.JsonSerializer.Create () [0x00000] in <dc86da7fc46c487ba6c7ab826da479cc>:0
[ 611922] at Newtonsoft.Json.JsonSerializer.Create (Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <dc86da7fc46c487ba6c7ab826da479cc>:0
[ 611922] at Newtonsoft.Json.JsonSerializer.CreateDefault () [0x00011] in <dc86da7fc46c487ba6c7ab826da479cc>:0
[ 611938] at Newtonsoft.Json.JsonSerializer.CreateDefault (Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <dc86da7fc46c487ba6c7ab826da479cc>:0
[ 611938] at Newtonsoft.Json.JsonConvert.SerializeObject (System.Object value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <dc86da7fc46c487ba6c7ab826da479cc>:0
[ 611938] at Newtonsoft.Json.JsonConvert.SerializeObject (System.Object value) [0x00000] in <dc86da7fc46c487ba6c7ab826da479cc>:0
[ 611938] at FiveLife.Shared.Entity.ToString () [0x00001] in <b1a8129ef37140dfa67b7495bd9e5a1d>:0
[ 611954] at fivelife_client.Client+<Gameloop>d__5.MoveNext () [0x00079] in <6287cf2b1925433b9c9aa806fc795908>:0
[ 2653157] Failed to run a tick for Client: System.MethodAccessException: Error verifying System.Xml.Serialization.XmlSerializer:.ctor (System.Type,string): Method System.Reflection.Assembly:op_Equality (System.Reflection.Assembly,System.Reflection.Assembly) is not accessible at 0x008a
[ 2653157] at System.Xml.Serialization.XmlSerializer..ctor (System.Type type) [0x00000] in <f98714dd72d047f983754f743e3d8063>:0
[ 2653157] at FiveLife.Shared.Entity.ToString () [0x00007] in <c411b552886b46e8b3cc91e62ed5e497>:0
[ 2653172] at fivelife_client.Client+<Gameloop>d__5.MoveNext () [0x00079] in <a364a8875b8a4d01a93b380e5bbeaacb>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment