Hi Guys,
This is the second time I have felt the need to raise this on the forums. My original post was almost a year ago (
https://forum.thegamecreators.com/thread/214008), and it still happens, despite several updates to AppGameKit 2. Every time I exit the app on my Lollypop device, it crashes with a "JNIAudioPortCallback" error.
I understand from various metrics from Google Play that it's not a very common bug (or people aren't in the habit of reporting crashes), and I probably should just ignore it; but it's annoying as it affects my primary test device (A Galaxy Note 3 running Lollypop). Of the 10,000 downloads or so I have had, I have had only around 10 crash/anr reports. But the majority of these are the same error and they all seem to be generated by Samsung devices.
Has anyone else noticed this? I get the same problem when exiting from the AppGameKit 2 Player as well.
I have also tried various kludges to fix the problem. Deleting sound files from memory before exiting, Goto'ing a lable at the end of my code rather than using "End" (This actually showed promise before, but no longer seems to fix the problem for me), but to no avail.
It's very frustrating.