-
Notifications
You must be signed in to change notification settings - Fork 115
[bug] assertion crash - ndk_context::initialize_android_context being invoked multiple times #254
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
that indicates that you have multiple versions of ndk-glue in your dependency tree. Can you run |
I see, actually there is. My work is based on a fork of an existing code base, there are crates that do use a different version and those are part of a workspace but I only build binaries of my own crates that shouldn't have any dependencies on those, here's the output:
|
if you still need more help I need the output of the following commands:
otherwise feel free to close the issue :) |
Please use a codeblock next time. That's a bit easier on the eyes and doesn't "link" a bunch of issues because We (or rather, David) invented Perhaps you should track down where |
Closing due to inactivity. |
Uh oh!
There was an error while loading. Please reload this page.
Hi, using the latest release of ndk-context/ndk-glue (and tested only with ndk 23/24), I have had two seperate reports of an assertion crash in my app due to what appears to be ndk_context::ANDROID_CONTEXT being initialized multiple times. The same app runs fine on my phone (Asus Rog 2) and on the Oculus/Meta Quest 2 (it's a VR app), the assertion was trigged on a Pico Neo 3 (android 10) and Samsung Galaxy S10 (android 11) , I was given logs for each:
S10 Log:
Pico Neo 3 Log:
The text was updated successfully, but these errors were encountered: