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

Crash in race gui multitouch #5209

Open
deveee opened this issue Nov 18, 2024 · 0 comments
Open

Crash in race gui multitouch #5209

deveee opened this issue Nov 18, 2024 · 0 comments
Milestone

Comments

@deveee
Copy link
Member

deveee commented Nov 18, 2024

From google play console, STK 1.5-beta1

addr2line shows

race_gui_multitouch.cpp:383

Full backtace

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 9296 >>> org.supertuxkart.stk_beta <<<

backtrace:
  #00  pc 0x0000000000cf138c  /data/app/~~8Xd6Ugc7ZWeUzhKZCbwIRQ==/org.supertuxkart.stk_beta-4tJwwPrxMOERQ5IF5K6PRw==/split_config.arm64_v8a.apk!libmain.so (RaceGUIMultitouch::draw(AbstractKart const*, irr::core::rect<int> const&, irr::core::vector2d<float> const&)+383) (BuildId: 4fce2e98f252f98e398ac1d82a4ae863f0481505)
  #01  pc 0x0000000000ce5198  /data/app/~~8Xd6Ugc7ZWeUzhKZCbwIRQ==/org.supertuxkart.stk_beta-4tJwwPrxMOERQ5IF5K6PRw==/split_config.arm64_v8a.apk!libmain.so (RaceGUIBase::renderPlayerView(Camera const*, float)+587) (BuildId: 4fce2e98f252f98e398ac1d82a4ae863f0481505)
  #02  pc 0x0000000000cf4770  /data/app/~~8Xd6Ugc7ZWeUzhKZCbwIRQ==/org.supertuxkart.stk_beta-4tJwwPrxMOERQ5IF5K6PRw==/split_config.arm64_v8a.apk!libmain.so (RaceGUIOverworld::renderPlayerView(Camera const*, float)+228) (BuildId: 4fce2e98f252f98e398ac1d82a4ae863f0481505)
  #03  pc 0x0000000000ad4a78  /data/app/~~8Xd6Ugc7ZWeUzhKZCbwIRQ==/org.supertuxkart.stk_beta-4tJwwPrxMOERQ5IF5K6PRw==/split_config.arm64_v8a.apk!libmain.so (ShaderBasedRenderer::render(float, bool)+800) (BuildId: 4fce2e98f252f98e398ac1d82a4ae863f0481505)
  #04  pc 0x0000000000a8cb5c  /data/app/~~8Xd6Ugc7ZWeUzhKZCbwIRQ==/org.supertuxkart.stk_beta-4tJwwPrxMOERQ5IF5K6PRw==/split_config.arm64_v8a.apk!libmain.so (IrrDriver::update(float, bool)+2161) (BuildId: 4fce2e98f252f98e398ac1d82a4ae863f0481505)
  #05  pc 0x00000000009eee28  /data/app/~~8Xd6Ugc7ZWeUzhKZCbwIRQ==/org.supertuxkart.stk_beta-4tJwwPrxMOERQ5IF5K6PRw==/split_config.arm64_v8a.apk!libmain.so (MainLoop::run()+574) (BuildId: 4fce2e98f252f98e398ac1d82a4ae863f0481505)
  #06  pc 0x00000000009ea450  /data/app/~~8Xd6Ugc7ZWeUzhKZCbwIRQ==/org.supertuxkart.stk_beta-4tJwwPrxMOERQ5IF5K6PRw==/split_config.arm64_v8a.apk!libmain.so (android_main(int, char**)+2591) (BuildId: 4fce2e98f252f98e398ac1d82a4ae863f0481505)
  #07  pc 0x0000000000083140  /data/app/~~8Xd6Ugc7ZWeUzhKZCbwIRQ==/org.supertuxkart.stk_beta-4tJwwPrxMOERQ5IF5K6PRw==/split_config.arm64_v8a.apk!libSDL2.so (Java_org_libsdl_app_SDLActivity_nativeRunMain+803) (BuildId: 807fab39398966d8350e1585a880c5e1f3b42b70)
  #08  pc 0x000000000038c088  /data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat (art_jni_trampoline+152)
  #09  pc 0x00000000000131e8  /data/app/~~8Xd6Ugc7ZWeUzhKZCbwIRQ==/org.supertuxkart.stk_beta-4tJwwPrxMOERQ5IF5K6PRw==/oat/arm64/base.odex (org.libsdl.app.SDLMain.run+664)
  #10  pc 0x00000000004f7a68  /data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat (java.lang.Thread.run+72)
  #11  pc 0x000000000036db74  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612)
  #12  pc 0x0000000000359324  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+132)
  #13  pc 0x0000000000944438  /apex/com.android.art/lib64/libart.so (art::detail::ShortyTraits<(char)86>::Type art::ArtMethod::InvokeInstance<(char)86>(art::Thread*, art::ObjPtr<art::mirror::Object>, art::detail::ShortyTraits<>::Type...)+60)
  #14  pc 0x00000000006209f4  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1344)
  #15  pc 0x0000000000101c2c  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+204)
  #16  pc 0x0000000000095a00  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)
@Alayan-stk-2 Alayan-stk-2 added this to the 1.5 milestone Dec 20, 2024
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