-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception #3
Labels
Comments
Hi @yanmasharski!
|
|
Expression<T>.Compile() . And later this instance cause exception in Finalizer thread because DynamicMethod.Finalize() is not implemented in IL2CPP runtime.
You actually can't catch this exception because it's raised in Finalizer thread and just logged. Are you sure that you caught this exception or it's just appear in log? p.s. i reported this bug to Unity long time ago. |
I found this exception in the log. Thanks for you answer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Catched exception on the first call CSharpExpression.Evaluate
NotSupportedException: /Users/builduser/buildslave/unity/build/External/il2cpp/il2cpp/libil2cpp/icalls/mscorlib/System.Reflection.Emit/DynamicMethod.cpp(24) : Unsupported internal call for IL2CPP:DynamicMethod::destroy_dynamic_method - System.Reflection.Emit is not supported.
The text was updated successfully, but these errors were encountered: