It looks like you're new here. If you want to get involved, click one of these buttons!
art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: obj == null art/runtime/check_jni.cc:65] in call to CallVoidMethodV art/runtime/check_jni.cc:65] from void com.giderosmobile.android.player.GiderosApplication.nativeDrawFrame() art/runtime/check_jni.cc:65] "GLThread 1021" prio=5 tid=13 Runnable art/runtime/check_jni.cc:65] | group="main" sCount=0 dsCount=0 obj=0x12c22170 self=0xb8c4e4f8 art/runtime/check_jni.cc:65] | sysTid=21657 nice=0 cgrp=default sched=0/0 handle=0xb8c4eaf0 art/runtime/check_jni.cc:65] | state=R schedstat=( 0 0 0 ) utm=32 stm=6 core=1 HZ=100 art/runtime/check_jni.cc:65] | stack=0xaf76a000-0xaf76c000 stackSize=1036KB art/runtime/check_jni.cc:65] | held mutexes= "mutator lock"(shared held) art/runtime/check_jni.cc:65] native: #00 pc 00004e64 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23) art/runtime/check_jni.cc:65] native: #01 pc 00003665 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8) art/runtime/check_jni.cc:65] native: #02 pc 00256401 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+84) art/runtime/check_jni.cc:65] native: #03 pc 00238fbf /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+158) art/runtime/check_jni.cc:65] native: #04 pc 000b199b /system/lib/libart.so (art::JniAbort(char const*, char const*)+610) art/runtime/check_jni.cc:65] native: #05 pc 000b20d5 /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+68) art/runtime/check_jni.cc:65] native: #06 pc 001acf9b /system/lib/libart.so (art::JNI::CallVoidMethodV(_JNIEnv*, _jobject*, _jmethodID*, std::__va_list)+598) art/runtime/check_jni.cc:65] native: #07 pc 00009280 /data/app/com.antix.breaky_wall-1/lib/arm/libads.so (_JNIEnv::CallVoidMethod(_jobject*, _jmethodID*, ...)+52) art/runtime/check_jni.cc:65] native: #08 pc 00008658 /data/app/com.antix.breaky_wall-1/lib/arm/libads.so (GAds::setKey(char const*, gads_Parameter*)+232) art/runtime/check_jni.cc:65] native: #09 pc 000098c4 /data/app/com.antix.breaky_wall-1/lib/arm/libads.so (???) art/runtime/check_jni.cc:65] native: #10 pc 000119a4 /data/app/com.antix.breaky_wall-1/lib/arm/liblua.so (???) art/runtime/check_jni.cc:65] native: #11 pc 00012f1c /data/app/com.antix.breaky_wall-1/lib/arm/liblua.so (???) art/runtime/check_jni.cc:65] native: #12 pc 0000ac98 /data/app/com.antix.breaky_wall-1/lib/arm/liblua.so (???) art/runtime/check_jni.cc:65] native: #13 pc 0000ac08 /data/app/com.antix.breaky_wall-1/lib/arm/liblua.so (lua_call+32) art/runtime/check_jni.cc:65] native: #14 pc 001cf231 /data/app/com.antix.breaky_wall-1/lib/arm/libgideros.so (???) -- cut the rest off.. it's 43K!!! |
Comments
When did this all change I wonder. I look back through release notes and can't really see anything that hints that I need to change any code related to these plugins. The examples for the plugins are still from the dark ages so there's no clues there either
My last game (Exetor) used the new plugin system where it is exported into the APK and it worked fine. The code in Breaky Wall is the exact same code but now with a newer version of Gideros it does not work.
If it does then make sure that your iab calls work sequentially, make sure one ends before you start the next one.
https://deluxepixel.com
For ads to work I just select the ads plugin, nothing else when exporting right?
By the look of your error log, it looks like gideros doesn't find the admob framework within ads plugin. Can your confirm you ticked admob support in ads plugin properties ?
Likes: antix
Okay I haven't checked anything in there! No wonder it doesn't flipping work!
What a meat head I am sometimes! I will test later but it will likely function again
Likes: antix
Likes: antix
https://deluxepixel.com
I finally got it working so now I am updating it on the Play Store. That's one down, two to go.
Likes: SinisterSoft