Skip to content

Instantly share code, notes, and snippets.

@nasser
Created September 11, 2014 15:37
Show Gist options
  • Save nasser/727e13e1c18de39d0652 to your computer and use it in GitHub Desktop.
Save nasser/727e13e1c18de39d0652 to your computer and use it in GitHub Desktop.
user=> (require 'unity.hydrate)
clojure.lang.Compiler+AssemblyInitializationException: Error initializing unity.hydrate.clj, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: An exception was thrown by the type initializer for __Init__$unity/hydrate ---> System.TypeLoadException: Could not load type 'UnityEngine.HumanFingerBones' from assembly 'UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
at __Init__$unity/hydrate..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000eb] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232
at System.MonoType.InvokeMember (System.String name, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, System.String[] namedParameters) [0x00329] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/MonoType.cs:433
at System.Type.InvokeMember (System.String name, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args) [0x00000] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/Type.cs:1149
at clojure.lang.Compiler.InvokeInitType (System.Reflection.Assembly assy, System.Type initType) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at clojure.lang.Compiler.InvokeInitType (System.Reflection.Assembly assy, System.Type initType) [0x00000] in <filename unknown>:0
at clojure.lang.Compiler.InitAssembly (System.Reflection.Assembly assy, System.String relativePath) [0x00000] in <filename unknown>:0
at clojure.lang.Compiler.LoadAssembly (System.IO.FileInfo assyInfo, System.String relativePath) [0x00000] in <filename unknown>:0
at clojure.lang.RT.load (System.String relativePath, Boolean failIfNotFound) [0x00000] in <filename unknown>:0
at clojure.lang.RT.load (System.String relativePath) [0x00000] in <filename unknown>:0
at clojure/core$load$fn__29474__29478.invoke () [0x00000] in core.clj:5637
at clojure/core$load__29481.doInvoke (System.Object ) [0x0044b] in core.clj:5636
at clojure.lang.RestFn.invoke (System.Object arg1) [0x00000] in <filename unknown>:0
at clojure/core$load_one__29354.invoke (System.Object , System.Object , System.Object ) [0x0000f] in core.clj:5442
at clojure/core$load_lib$fn__29392__29396.invoke () [0x00000] in core.clj:5482
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment