RH
RH
> How to fix this issue? At risk of stating the obvious, have you actually attempted to use a debugger or other methods of tracking down why it crashes? A...
> Crash logs are from Google Play live users. 3.6% of our GPLAY users have the issue. Is it limited to specific devices or Android versions, and if so, what...
@kiranb47 Crashes that affect a small subset of users may have very specific triggers, and since you are the one with access to the source code, you're in the best...
It's great that you have managed to narrow down the issue. Can you show the snippet of code related to how you use the `ui::ScrollView`? Include how you set it...
@crazyhappygame @kiranb47 Is there any chance you could create a debug version of your applications, and upload them to either the "Internal testing" track in your Google Play Console? I...
> @rh101 could you send me instructions how to build debug version of app and Gmail address? (Gradle assembleDebug)? If you're using Android Studio, then just use the menus to...
> @rh101 @DelinWorks @kiranb47 do you know how to build entire (all 3rdparty libs, axmol, gsme) axmol with address sanitizer? https://developer.android.com/ndk/guides/asan#cmake Are the instructions on that page not working for...
@rarepixels Would you happen to have more info about the devices that crash? For instance, is it limited to specific devices, and if so, which ones? Does it happen at...
Please show the exact code used to preload the audio files
@asnagni The MP3 file is not using the MP3 codec, but rather the MP4A codec, as you can see here:  The file extension is not entirely relevant, so when...