Today I’ve updated my game to Google Market after long pause from previous update (Aug, 28) and got a lot of feedback from players. They said that game crashes on loading. I think it is going on loading process of previous save file (just guess, cause the some users said that reinstall the game or clear the game cache fix this issue). One user says me that new version has crash on his Phone, but works fine on the tablet. >__<. Of course I tested new build on my devices, computers and web version and had not this issue. Also I didn’t any changes in saving system from August update. (Use sys.load(sys.get_save_file(M.APP_NAME, M.SAVE_FILE_NAME)) for loading)
Made a hot fix update to Google Market this night. The build assembled in 1.2.139. Seems it’s more stable and users found it as workable. Also shows reducing of number of Crash report in Google console.
We did have a problem when closing the game and music was playing which caused a crash. This has since been fixed. Could it be this issue you’ve come across?
There shouldn’t be any change to how fonts are rendered, but the hotfix and crash might be related to what you are experiencing with fonts. @jhonny.goransson?
May I please steal this thread to remind everyone that we at Defold have little means (currently) to actively monitor ANRs and crashes on live games overall. So please, people, don’t be shy, report crashes, ANRs and just weird things with your games. It is of value to us!
Android 6.0 2 100.0%
Today, 13:44 on app version 57
ZTE BLADE A510 (P635A50), Android 6.0
Report 1 of 2
java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2572)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2654)
at android.app.ActivityThread.access$900 (ActivityThread.java:175)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1488)
at android.os.Handler.dispatchMessage (Handler.java:111)
at android.os.Looper.loop (Looper.java:207)
at android.app.ActivityThread.main (ActivityThread.java:5728)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:789)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:679)
Caused by: java.lang.IllegalArgumentException:
at android.app.NativeActivity.onCreate (NativeActivity.java:170)
at com.dynamo.android.DefoldActivity.onCreate (DefoldActivity.java:205)
at android.app.Activity.performCreate (Activity.java:6270)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1113)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2519)
Android 5.1 4 100.0%
TCT (Alcatel) 8050E (Pixi4-6_3G), Android 5.1
Report 1 of 4
java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2521)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2601)
at android.app.ActivityThread.access$800 (ActivityThread.java:178)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1470)
at android.os.Handler.dispatchMessage (Handler.java:111)
at android.os.Looper.loop (Looper.java:194)
at android.app.ActivityThread.main (ActivityThread.java:5637)
at java.lang.reflect.Method.invoke (Native Method)
at java.lang.reflect.Method.invoke (Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:960)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:755)
Caused by: java.lang.NullPointerException:
at com.defold.iap.IapGooglePlayActivity.onCreate (IapGooglePlayActivity.java:223)
at android.app.Activity.performCreate (Activity.java:6100)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1112)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2468)
So, probably I have the same problems? On the Family Age project
My last builds was on 1.2.136, builded with Bob.
But got a more tgkill errors than usual then build after 26.10. Prev build was 18.10, but there is not too much errors. (It is strange, probably our fault. The players/install count not very different on this dates)
#00 pc 0000000000041f50 /system/lib/libc.so (tgkill+12)
#01 pc 0000000000040fa1 /system/lib/libc.so (pthread_kill+32)
#02 pc 000000000001c88b /system/lib/libc.so (raise+10)
#03 pc 0000000000019a3d /system/lib/libc.so (__libc_android_abort+34)
#04 pc 00000000000175ec /system/lib/libc.so (abort+4)
#05 pc 000000000001b49f /system/lib/libc.so (__libc_fatal+16)
#06 pc 0000000000019ac5 /system/lib/libc.so (__assert2+20)
#07 pc 0000000000049818 /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#08 pc 000000000004aefc /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#09 pc 0000000000038824 /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#10 pc 0000000000060444 /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#11 pc 0000000000038824 /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#12 pc 000000000001d588 /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#13 pc 000000000008bd9c /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#14 pc 000000000001fb4c /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#15 pc 000000000001fbf0 /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#16 pc 000000000001c168 /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#17 pc 000000000001c0bc /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#18 pc 000000000015da94 /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#19 pc 000000000001c0e4 /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#20 pc 000000000015e36c /data/app/com.test.familyage-2/lib/arm/libFamily_Age.so
#21 pc 00000000000408a3 /system/lib/libc.so (_ZL15__pthread_startPv+30)
#22 pc 000000000001a0c1 /system/lib/libc.so (__start_thread+6)
The abort error
#00 pc 000000000001a518 /system/lib/libc.so (abort+63)
#01 pc 000000000001a9e9 /system/lib/libc.so (__assert2+20)
#02 pc 0000000000049818 /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#03 pc 000000000004aefc /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#04 pc 0000000000038824 /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#05 pc 0000000000060444 /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#06 pc 0000000000038824 /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#07 pc 000000000001d588 /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#08 pc 000000000008bd9c /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#09 pc 000000000001fb4c /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#10 pc 000000000001fbf0 /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#11 pc 000000000001c168 /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#12 pc 000000000001c0bc /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#13 pc 000000000015da94 /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#14 pc 000000000001c0e4 /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#15 pc 000000000015e36c /data/app/com.test.familyage-dFCVGRwuh2nZLUX9iKrGDw==/lib/arm/libFamily_Age.so
#16 pc 00000000000487ef /system/lib/libc.so (__pthread_start(void*)+22)
#17 pc 000000000001b34d /system/lib/libc.so (__start_thread+32)