ExecutionEngineException:Attempting to JIT compile method'NodeCanvas.Framework.Variable1<single>:.ctor ()'whilerunning with--aot-only.
at System.Reflection.MonoCMethod.Invoke(System.Objectobj,BindingFlags invokeAttr,System.Reflection.Binder binder,System.Object[]parameters,System.Globalization.CultureInfo culture)[0x00000]in<filename unknown>:0
Rethrow asTargetInvocationException:Exception has been thrown by the target of an invocation.
at System.Reflection.MonoCMethod.Invoke(System.Objectobj,BindingFlags invokeAttr,System.Reflection.Binder binder,System.Object[]parameters,System.Globalization.CultureInfo culture)[0x00000]in<filename unknown>:0
at System.Reflection.MonoCMethod.Invoke(BindingFlags invokeAttr,System.Reflection.Binder binder,System.Object[]parameters,System.Globalization.CultureInfo culture)[0x00000]in<filename unknown>:0
at System.Reflection.ConstructorInfo.Invoke(System.Object[]parameters)[0x00000]in<filename unknown>:0
at System.Activator.CreateInstance(System.Type type,Boolean nonPublic)[0x00000]in<filename unknown>:0
at System.Activator.CreateInstance(System.Type type)[0x00000]in<filename unknown>:0
at NodeCanvas.Framework.Internal.BlackboardSource.AddVariable(System.StringvarName,System.Type type)[0x0006d]in/Users/matthew.newcombe/work/frodo/Client/Assets/NodeCanvas/Framework/Variables/Internal/BlackboardSource.cs:84
at NodeCanvas.Framework.Internal.BlackboardSource.AddVariable(System.StringvarName,System.Objectvalue)[0x00012]in/Users/matthew.newcombe/work/frodo/Client/Assets/NodeCanvas/Framework/Variables/Internal/BlackboardSource.cs:63
at NodeCanvas.Framework.Internal.BlackboardSource.SetValue(System.StringvarName,System.Objectvalue)[0x00063]in/Users/matthew.newcombe/work/frodo/Client/Assets/NodeCanvas/Framework/Variables/Internal/BlackboardSource.cs:130
at NodeCanvas.Framework.Blackboard.SetValue(System.Stringname,System.Objectvalue)[0x00000]in/Users/matthew.newcombe/work/frodo/Client/Assets/NodeCanvas/Framework/Variables/Blackboard.cs:91
at NodeCanvas.Framework.BBParameter1[System.Single].set_value(Single value)[0x0003a]in/Users/matthew.newcombe/work/frodo/Client/Assets/NodeCanvas/Framework/Variables/BBParameter.cs:255
Which means I am unable to run some of this code on iOS
I have another JiT issue I’ll post in a seperate thread
Author
Posts
Viewing 1 post (of 1 total)
You must be logged in to reply to this topic.
Login
Register
By registering on this website you agree to our Privacy Policy.