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

Exception "Bad local allocator - requesting memory from unregistered thread!" on iOS 13 #55

Open
maaniv opened this issue Oct 4, 2019 · 0 comments

Comments

@maaniv
Copy link

maaniv commented Oct 4, 2019

On iOS 13 events was called from foreign thread. Need add PushTopOfStack in the begin and PopTopOfStack in the end for every event function in ExternalInterface.cpp.

justin-espedal added a commit to Stencyl/extension-purchases that referenced this issue Mar 4, 2021
http://community.stencyl.com/index.php?issue=1674.0

Xcode 11 + iOS 13 makes the purchase callback take place from a foreign thread.
https://github.com/HaxeFoundation/hxcpp/blob/master/docs/ThreadsAndStacks.md
HaxeExtension/extension-iap#55

We may want to eventually update our iap implementation to the HaxeExtension one.
https://github.com/HaxeExtension/extension-iap
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

1 participant