Hello everyone,
i released my first game with solar2d after a way to long time to develop it, but it’s live. Everything is fine beside one error that occurs quite often and i have no clue how i can fix it. Maybe someone can point me into the right direction? I guess it has something to do with android buttons on the screen.
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 0 >>> **** <<<
backtrace:
#00 pc 000000000010048c /data/app/***-tTZgwk0jLFhD6nl28pepIg==/split_config.arm64_v8a.apk!lib/arm64-v8a/libcorona.so (offset 0x41000) (Rtt::DisplayObject::IsRenderedOffScreen() const) (SourceCode: /Users/vlad/actions-runner/_work/corona/corona/librtt/Display/Rtt_DisplayObject.h:358)
#00 pc 000000000010048c /data/app/***-tTZgwk0jLFhD6nl28pepIg==/split_config.arm64_v8a.apk!lib/arm64-v8a/libcorona.so (offset 0x41000) (Rtt::LuaGroupObjectProxyVTable::Insert(lua_State*, Rtt::GroupObject*)) (SourceCode: /Users/vlad/actions-runner/_work/corona/corona/librtt/Rtt_LuaProxyVTable.cpp:3689)
#00 pc 00000000001005a8 /data/app/***-tTZgwk0jLFhD6nl28pepIg==/split_config.arm64_v8a.apk!lib/arm64-v8a/libcorona.so (offset 0x41000) (Rtt::LuaGroupObjectProxyVTable::insert(lua_State*)) (SourceCode: /Users/vlad/actions-runner/_work/corona/corona/librtt/Rtt_LuaProxyVTable.cpp:3737)
#00 pc 000000000001388c /data/app/***-tTZgwk0jLFhD6nl28pepIg==/split_config.arm64_v8a.apk!lib/arm64-v8a/liblua.so (offset 0x3f3000) (luaD_precall) (SourceCode: /Users/vlad/actions-runner/_work/corona/corona/external/lua-5.1.3/src/ldo.c:340)
#00 pc 00000000000289d4 /data/app/***-tTZgwk0jLFhD6nl28pepIg==/split_config.arm64_v8a.apk!lib/arm64-v8a/liblua.so (offset 0x3f3000) (luaV_execute) (SourceCode: /Users/vlad/actions-runner/_work/corona/corona/external/lua-5.1.3/src/lvm.c:595)
#00 pc 0000000000013e94 /data/app/***-tTZgwk0jLFhD6nl28pepIg==/split_config.arm64_v8a.apk!lib/arm64-v8a/liblua.so (offset 0x3f3000) (luaD_call) (SourceCode: /Users/vlad/actions-runner/_work/corona/corona/external/lua-5.1.3/src/ldo.c:398)
#00 pc 00000000000131cc /data/app/***-tTZgwk0jLFhD6nl28pepIg==/split_config.arm64_v8a.apk!lib/arm64-v8a/liblua.so (offset 0x3f3000) (luaD_rawrunprotected) (SourceCode: /Users/vlad/actions-runner/_work/corona/corona/external/lua-5.1.3/src/ldo.c:135)
#00 pc 00000000000141bc /data/app/***-tTZgwk0jLFhD6nl28pepIg==/split_config.arm64_v8a.apk!lib/arm64-v8a/liblua.so (offset 0x3f3000) (luaD_pcall) (SourceCode: /Users/vlad/actions-runner/_work/corona/corona/external/lua-5.1.3/src/ldo.c:484)
#00 pc 000000000000a424 /data/app/***-tTZgwk0jLFhD6nl28pepIg==/split_config.arm64_v8a.apk!lib/arm64-v8a/liblua.so (offset 0x3f3000) (lua_pcall) (SourceCode: /Users/vlad/actions-runner/_work/corona/corona/external/lua-5.1.3/src/lapi.c:821)
#00 pc 00000000000ebaa0 /data/app/***-tTZgwk0jLFhD6nl28pepIg==/split_config.arm64_v8a.apk!lib/arm64-v8a/libcorona.so (offset 0x41000) (Rtt::LuaContext::DoCall(lua_State*, int, int)) (SourceCode: /Users/vlad/actions-runner/_work/corona/corona/librtt/Rtt_LuaContext.cpp:948)
#00 pc 00000000000a0d5c /data/app/***-tTZgwk0jLFhD6nl28pepIg==/split_config.arm64_v8a.apk!lib/arm64-v8a/libcorona.so (offset 0x41000) (Rtt::Display::Update()) (SourceCode: /Users/vlad/actions-runner/_work/corona/corona/librtt/Display/Rtt_Display.cpp:540)
#00 pc 000000000011f994 /data/app/***-tTZgwk0jLFhD6nl28pepIg==/split_config.arm64_v8a.apk!lib/arm64-v8a/libcorona.so (offset 0x41000) (Rtt::Runtime::operator()()) (SourceCode: /Users/vlad/actions-runner/_work/corona/corona/librtt/Rtt_Runtime.cpp:1977)
#00 pc 00000000000450b8 /data/app/***-tTZgwk0jLFhD6nl28pepIg==/oat/arm64/base.odex (offset 0x45000) (com.ansca.corona.JavaToNativeShim.nativeAbortShowingImageProvider [DEDUPED]+152)
#00 pc 0000000000003498 /dev/ashmem/dalvik-jit-code-cache_17676_17676 (deleted)
Thanks for your help!