Created
June 22, 2013 03:07
-
-
Save azenla/5835683 to your computer and use it in GitHub Desktop.
GcpD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alex@ArchKen Debug]$ mono --profile=log Server.exe | |
Prefering Not to Run As SuperUser, but continuing due to kaendfinger's ideas! | |
Unhandled Exception: | |
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot implicitly convert type `System.Func<System.Runtime.CompilerServices.CallSite,System.Type,object,JsonConfig.ConfigObject,object>' to `JsonConfig.ConfigObject' | |
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object) <0x000e3> | |
at System.Dynamic.UpdateDelegates.UpdateAndExecute1<object, JsonConfig.ConfigObject> (System.Runtime.CompilerServices.CallSite,object) <0x003bf> | |
at JsonConfig.Config.ApplyJsonFromFileInfo (System.IO.FileInfo,JsonConfig.ConfigObject) <0x001bb> | |
at JsonConfig.Config.ApplyJsonFromPath (string,JsonConfig.ConfigObject) <0x0004b> | |
at GcpD.Core.Entry.Start.Run (string[]) <0x000c7> | |
at GcpD.Core.Entry.Start.Main (string[]) <0x0009b> | |
[ERROR] FATAL UNHANDLED EXCEPTION: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot implicitly convert type `System.Func<System.Runtime.CompilerServices.CallSite,System.Type,object,JsonConfig.ConfigObject,object>' to `JsonConfig.ConfigObject' | |
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object) <0x000e3> | |
at System.Dynamic.UpdateDelegates.UpdateAndExecute1<object, JsonConfig.ConfigObject> (System.Runtime.CompilerServices.CallSite,object) <0x003bf> | |
at JsonConfig.Config.ApplyJsonFromFileInfo (System.IO.FileInfo,JsonConfig.ConfigObject) <0x001bb> | |
at JsonConfig.Config.ApplyJsonFromPath (string,JsonConfig.ConfigObject) <0x0004b> | |
at GcpD.Core.Entry.Start.Run (string[]) <0x000c7> | |
at GcpD.Core.Entry.Start.Main (string[]) <0x0009b> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment