Skip to content
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

Await.NextUpdate() crashes on Android IL2CPP #5

Open
bschug opened this issue Aug 21, 2019 · 1 comment
Open

Await.NextUpdate() crashes on Android IL2CPP #5

bschug opened this issue Aug 21, 2019 · 1 comment

Comments

@bschug
Copy link

bschug commented Aug 21, 2019

If you run await Await.NextUpdate() on Android, it will fail with Unable to create field getter for Object.m_CachedPtr; internal implementation may have changed.. The stacktrace appears to be corrupted.

@muckSponge
Copy link
Owner

I expected this to be fixed in 15ee6b1. It should avoid all reflection and expressions when compiling with IL2CPP.
I don't work with Android builds very often so I haven't actually tested the fix but I'm downloading the Android modules now to see if I can test it.

muckSponge added a commit that referenced this issue Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants