• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android App wont start anymore?

E

Elliott_Smith

Guest
I have been testing my app on my Samsung Galaxy S3 just fine for a few days now, but when I cleaned the cache on my project and tried to test it on my device when the app tries to run it closes and produces this error. I have not made any major changes to my project and have know idea why this huge error would be being produced now? Does anyone know what is causing this?

Code:
I/DEBUG   ( 1893): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   ( 1893): Build fingerprint: 'samsung/m0xx/m0:4.3/JSS15J/I9300XXUGMJ9:user/release-keys'
I/DEBUG   ( 1893): Revision: '12'
I/DEBUG   ( 1893): pid: 31471, tid: 31504, name: Thread-2232  >>> com.companyname.Mining_Game <<<
I/DEBUG   ( 1893): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000080
I/DEBUG   ( 1893):     r0 00000000  r1 00000000  r2 00000000  r3 6016daf8
I/DEBUG   ( 1893):     r4 00000000  r5 00000000  r6 60007b90  r7 00000000
I/DEBUG   ( 1893):     r8 60007b90  r9 6016dae4  sl 60374534  fp 00000000
I/DEBUG   ( 1893):     ip 0000001e  sp 6049ca28  lr 5fee2b28  pc 5fdd8e34  cpsr 600b0010
I/DEBUG   ( 1893):     d0  0000000000000000  d1  0000000000000000
I/DEBUG   ( 1893):     d2  0000000000000000  d3  28819e5100000000
I/DEBUG   ( 1893):     d4  40cc120000000000  d5  420ac56d7cfa8106
I/DEBUG   ( 1893):     d6  408f400000000000  d7  42aa24ccec0ca200
I/DEBUG   ( 1893):     d8  4682355549742400  d9  000000003b400000
I/DEBUG   ( 1893):     d10 0000000000000000  d11 0000000000000000
I/DEBUG   ( 1893):     d12 0000000000000000  d13 0000000000000000
I/DEBUG   ( 1893):     d14 0000000000000000  d15 0000000000000000
I/DEBUG   ( 1893):     d16 0000000000000001  d17 0000000000000000
I/DEBUG   ( 1893):     d18 0000000000000000  d19 361d3435e90c01d1
I/DEBUG   ( 1893):     d20 3ef99342e0ee5069  d21 bfdffffffd0c5e81
I/DEBUG   ( 1893):     d22 3fb33dc9a9f1856f  d23 3f9519bd17a9f69a
I/DEBUG   ( 1893):     d24 3fa55553e1053a42  d25 3fe6a09e80ec57a6
I/DEBUG   ( 1893):     d26 3fe921fb2eef4ba0  d27 401921fb60000000
I/DEBUG   ( 1893):     d28 bfc5555554cbac6e  d29 c01921fb54442d18
I/DEBUG   ( 1893):     d30 c01921fb54442d18  d31 3e8777a5cfffffde
I/DEBUG   ( 1893):     scr 60000010
I/DEBUG   ( 1893):
I/DEBUG   ( 1893): backtrace:
I/DEBUG   ( 1893):     #00  pc 001a6e34  /data/app-lib/com.companyname.Mining_Game-1/libyoyo.so (DoAStep()+152)
I/DEBUG   ( 1893):     #01  pc 001a81cc  /data/app-lib/com.companyname.Mining_Game-1/libyoyo.so (MainLoop_Process()+620)
I/DEBUG   ( 1893):     #02  pc 0022cac8  /data/app-lib/com.companyname.Mining_Game-1/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Process+520)
I/DEBUG   ( 1893):     #03  pc 0001ea90  /system/lib/libdvm.so (dvmPlatformInvoke+116)
I/DEBUG   ( 1893):     #04  pc 0004f6a7  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
I/DEBUG   ( 1893):     #05  pc 00051091  /system/lib/libdvm.so (dvmResolveNativeMethod(unsigned int const*, JValue*, Method const*, Thread*)+184)
I/DEBUG   ( 1893):     #06  pc 00027f20  /system/lib/libdvm.so
I/DEBUG   ( 1893):     #07  pc 0002f418  /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
I/DEBUG   ( 1893):     #08  pc 0002cabc  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
I/DEBUG   ( 1893):     #09  pc 00061b23  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+338)
I/DEBUG   ( 1893):     #10  pc 00061b47  /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
I/DEBUG   ( 1893):     #11  pc 00056833  /system/lib/libdvm.so
I/DEBUG   ( 1893):     #12  pc 0000d288  /system/lib/libc.so (__thread_entry+72)
I/DEBUG   ( 1893):     #13  pc 0000d420  /system/lib/libc.so (pthread_create+240)
I/DEBUG   ( 1893):
I/DEBUG   ( 1893): stack:
I/DEBUG   ( 1893):          6049c9e8  600c7bd8
I/DEBUG   ( 1893):          6049c9ec  600c6ef8
I/DEBUG   ( 1893):          6049c9f0  5ff62090  /data/app-lib/com.companyname.Mining_Game-1/libyoyo.so
I/DEBUG   ( 1893):          6049c9f4  5fe0b634  /data/app-lib/com.companyname.Mining_Game-1/libyoyo.so (Timing_Time+60)
I/DEBUG   ( 1893):          6049c9f8  00003824
I/DEBUG   ( 1893):          6049c9fc  28819e51
I/DEBUG   ( 1893):          6049ca00  600c7bf8
I/DEBUG   ( 1893):          6049ca04  5fd9c83c  /data/app-lib/com.companyname.Mining_Game-1/libyoyo.so (GraphicsPerf::Push(unsigned int, char const*)+112)
I/DEBUG   ( 1893):          6049ca08  00000003
I/DEBUG   ( 1893):          6049ca0c  00000000
I/DEBUG   ( 1893):          6049ca10  00000000
I/DEBUG   ( 1893):          6049ca14  60007b90  /data/app-lib/com.companyname.Mining_Game-1/libyoyo.so
I/DEBUG   ( 1893):          6049ca18  00000000
I/DEBUG   ( 1893):          6049ca1c  60007b90  /data/app-lib/com.companyname.Mining_Game-1/libyoyo.so
I/DEBUG   ( 1893):          6049ca20  00000000
I/DEBUG   ( 1893):          6049ca24  5fdd8e18  /data/app-lib/com.companyname.Mining_Game-1/libyoyo.so (DoAStep()+124)
I/DEBUG   ( 1893):     #00  6049ca28  00000000
I/DEBUG   ( 1893):          6049ca2c  6016db40
I/DEBUG   ( 1893):          6049ca30  00000000
I/DEBUG   ( 1893):          6049ca34  00000000
I/DEBUG   ( 1893):          6049ca38  00000000
I/DEBUG   ( 1893):          6049ca3c  60007b90  /data/app-lib/com.companyname.Mining_Game-1/libyoyo.so
I/DEBUG   ( 1893):          6049ca40  00000000
I/DEBUG   ( 1893):          6049ca44  5fdda1d0  /data/app-lib/com.companyname.Mining_Game-1/libyoyo.so (MainLoop_Process()+624)
I/DEBUG   ( 1893):     #01  6049ca48  00000000
I/DEBUG   ( 1893):          6049ca4c  60374538
I/DEBUG   ( 1893):          6049ca50  6016db50
I/DEBUG   ( 1893):          6049ca54  6016dae4
I/DEBUG   ( 1893):          6049ca58  6f58d4fe
I/DEBUG   ( 1893):          6049ca5c  3f738001
I/DEBUG   ( 1893):          6049ca60  3cb80000
I/DEBUG   ( 1893):          6049ca64  60007b90  /data/app-lib/com.companyname.Mining_Game-1/libyoyo.so
I/DEBUG   ( 1893):          6049ca68  5c3b0e38
I/DEBUG   ( 1893):          6049ca6c  0000d0aa
I/DEBUG   ( 1893):          6049ca70  00000000
I/DEBUG   ( 1893):          6049ca74  6049cae4
I/DEBUG   ( 1893):          6049ca78  00000500
I/DEBUG   ( 1893):          6049ca7c  5c3b0e48
I/DEBUG   ( 1893):          6049ca80  6049cafc
I/DEBUG   ( 1893):          6049ca84  5fe5eacc  /data/app-lib/com.companyname.Mining_Game-1/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILib_Process+524)
I/DEBUG   ( 1893):     #02  6049ca88  6049caa4
I/DEBUG   ( 1893):          6049ca8c  000002d0
I/DEBUG   ( 1893):          6049ca90  60374188
I/DEBUG   ( 1893):          6049ca94  09b3a6a6
I/DEBUG   ( 1893):          6049ca98  403e3e50  /system/lib/libEGL.so
I/DEBUG   ( 1893):          6049ca9c  00000000
I/DEBUG   ( 1893):          6049caa0  00000000
I/DEBUG   ( 1893):          6049caa4  00000000
I/DEBUG   ( 1893):          6049caa8  00000000
I/DEBUG   ( 1893):          6049caac  57d37340  /dev/ashmem/dalvik-LinearAlloc (deleted)
I/DEBUG   ( 1893):          6049cab0  5c3b0e38
I/DEBUG   ( 1893):          6049cab4  00000004
I/DEBUG   ( 1893):          6049cab8  5c3c8ed0
I/DEBUG   ( 1893):          6049cabc  6049cae4
I/DEBUG   ( 1893):          6049cac0  5c3c8eb4
I/DEBUG   ( 1893):          6049cac4  5c3b0e48
I/DEBUG   ( 1893):          ........  ........
I/DEBUG   ( 1893):
I/DEBUG   ( 1893): memory near r3:
I/DEBUG   ( 1893):     6016dad8 41654b30 41654b08 5da2cfc8 00000000
I/DEBUG   ( 1893):     6016dae8 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     6016daf8 00000000 00000000 57e7bd88 00000000
I/DEBUG   ( 1893):     6016db08 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     6016db18 00000000 00000000 0000d20b 00000000
I/DEBUG   ( 1893):     6016db28 0000d20b 00000000 00000000 00000000
I/DEBUG   ( 1893):     6016db38 00000000 00000000 00000000 00000001
I/DEBUG   ( 1893):     6016db48 0000d10b 00000000 00000000 00000000
I/DEBUG   ( 1893):     6016db58 00000000 00000000 0000d10b 00000000
I/DEBUG   ( 1893):     6016db68 0000d10b 00000000 00000000 40089920
I/DEBUG   ( 1893):     6016db78 00000020 00000000 40089888 00000020
I/DEBUG   ( 1893):     6016db88 00000000 4163cf30 00000020 00000000
I/DEBUG   ( 1893):     6016db98 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     6016dba8 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     6016dbb8 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     6016dbc8 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):
I/DEBUG   ( 1893): memory near r6:
I/DEBUG   ( 1893):     60007b70 600019f0 60001cac 60001cc8 5ff24b0d
I/DEBUG   ( 1893):     60007b80 5ff24a69 5ff2b0c1 5ff2b0a5 600ac718
I/DEBUG   ( 1893):     60007b90 00000000 00000000 00000000 401dbcad
I/DEBUG   ( 1893):     60007ba0 401dbda1 40194e7d 40194f2d 40194df9
I/DEBUG   ( 1893):     60007bb0 401d5edd 401c0cfd 401d9773 401c0d11
I/DEBUG   ( 1893):     60007bc0 401ed3e3 401d5854 4015a650 40154bb8
I/DEBUG   ( 1893):     60007bd0 40157cd8 401d5b95 401d5139 401d9715
I/DEBUG   ( 1893):     60007be0 401c5005 401ed395 401ed591 401de8c9
I/DEBUG   ( 1893):     60007bf0 401dbb3d 400e7585 401ed637 401d5441
I/DEBUG   ( 1893):     60007c00 401d66e3 401de831 401d5314 401cf889
I/DEBUG   ( 1893):     60007c10 401dcc01 401de49d 401dbb93 401cf95d
I/DEBUG   ( 1893):     60007c20 401d76bc 401ed76f 4014c26c 401decb9
I/DEBUG   ( 1893):     60007c30 401decb9 401de7b5 401c9027 40159180
I/DEBUG   ( 1893):     60007c40 4015c018 4015bef0 40154660 401592b0
I/DEBUG   ( 1893):     60007c50 4014bc70 40150700 4014ff90 4015ae70
I/DEBUG   ( 1893):     60007c60 4014b068 4014a998 40153ae8 4014b538
I/DEBUG   ( 1893):
I/DEBUG   ( 1893): memory near r8:
I/DEBUG   ( 1893):     60007b70 600019f0 60001cac 60001cc8 5ff24b0d
I/DEBUG   ( 1893):     60007b80 5ff24a69 5ff2b0c1 5ff2b0a5 600ac718
I/DEBUG   ( 1893):     60007b90 00000000 00000000 00000000 401dbcad
I/DEBUG   ( 1893):     60007ba0 401dbda1 40194e7d 40194f2d 40194df9
I/DEBUG   ( 1893):     60007bb0 401d5edd 401c0cfd 401d9773 401c0d11
I/DEBUG   ( 1893):     60007bc0 401ed3e3 401d5854 4015a650 40154bb8
I/DEBUG   ( 1893):     60007bd0 40157cd8 401d5b95 401d5139 401d9715
I/DEBUG   ( 1893):     60007be0 401c5005 401ed395 401ed591 401de8c9
I/DEBUG   ( 1893):     60007bf0 401dbb3d 400e7585 401ed637 401d5441
I/DEBUG   ( 1893):     60007c00 401d66e3 401de831 401d5314 401cf889
I/DEBUG   ( 1893):     60007c10 401dcc01 401de49d 401dbb93 401cf95d
I/DEBUG   ( 1893):     60007c20 401d76bc 401ed76f 4014c26c 401decb9
I/DEBUG   ( 1893):     60007c30 401decb9 401de7b5 401c9027 40159180
I/DEBUG   ( 1893):     60007c40 4015c018 4015bef0 40154660 401592b0
I/DEBUG   ( 1893):     60007c50 4014bc70 40150700 4014ff90 4015ae70
I/DEBUG   ( 1893):     60007c60 4014b068 4014a998 40153ae8 4014b538
I/DEBUG   ( 1893):
I/DEBUG   ( 1893): memory near r9:
I/DEBUG   ( 1893):     6016dac4 00000000 00000000 38b99758 00000000
I/DEBUG   ( 1893):     6016dad4 00000000 41654b30 41654b08 5da2cfc8
I/DEBUG   ( 1893):     6016dae4 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     6016daf4 00000000 00000000 00000000 57e7bd88
I/DEBUG   ( 1893):     6016db04 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     6016db14 00000000 00000000 00000000 0000d20b
I/DEBUG   ( 1893):     6016db24 00000000 0000d20b 00000000 00000000
I/DEBUG   ( 1893):     6016db34 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     6016db44 00000001 0000d10b 00000000 00000000
I/DEBUG   ( 1893):     6016db54 00000000 00000000 00000000 0000d10b
I/DEBUG   ( 1893):     6016db64 00000000 0000d10b 00000000 00000000
I/DEBUG   ( 1893):     6016db74 40089920 00000020 00000000 40089888
I/DEBUG   ( 1893):     6016db84 00000020 00000000 4163cf30 00000020
I/DEBUG   ( 1893):     6016db94 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     6016dba4 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     6016dbb4 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):
I/DEBUG   ( 1893): memory near sl:
I/DEBUG   ( 1893):     60374514 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     60374524 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     60374534 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     60374544 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     60374554 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     60374564 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     60374574 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     60374584 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     60374594 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     603745a4 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     603745b4 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     603745c4 00000000 00000000 656d6167 6f72642e
I/DEBUG   ( 1893):     603745d4 00006469 00000000 00000000 00000000
I/DEBUG   ( 1893):     603745e4 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     603745f4 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):     60374604 00000000 00000000 00000000 00000000
I/DEBUG   ( 1893):
I/DEBUG   ( 1893): memory near sp:
I/DEBUG   ( 1893):     6049ca08 00000003 00000000 00000000 60007b90
I/DEBUG   ( 1893):     6049ca18 00000000 60007b90 00000000 5fdd8e18
I/DEBUG   ( 1893):     6049ca28 00000000 6016db40 00000000 00000000
I/DEBUG   ( 1893):     6049ca38 00000000 60007b90 00000000 5fdda1d0
I/DEBUG   ( 1893):     6049ca48 00000000 60374538 6016db50 6016dae4
I/DEBUG   ( 1893):     6049ca58 6f58d4fe 3f738001 3cb80000 60007b90
I/DEBUG   ( 1893):     6049ca68 5c3b0e38 0000d0aa 00000000 6049cae4
I/DEBUG   ( 1893):     6049ca78 00000500 5c3b0e48 6049cafc 5fe5eacc
I/DEBUG   ( 1893):     6049ca88 6049caa4 000002d0 60374188 09b3a6a6
I/DEBUG   ( 1893):     6049ca98 403e3e50 00000000 00000000 00000000
I/DEBUG   ( 1893):     6049caa8 00000000 57d37340 5c3b0e38 00000004
I/DEBUG   ( 1893):     6049cab8 5c3c8ed0 6049cae4 5c3c8eb4 5c3b0e48
I/DEBUG   ( 1893):     6049cac8 6049cafc 418dba94 3b400000 3cb80000
I/DEBUG   ( 1893):     6049cad8 3f738001 00000000 00000002 4190768d
I/DEBUG   ( 1893):     6049cae8 5c3c8eb4 00000001 00000008 420c3258
I/DEBUG   ( 1893):     6049caf8 42130010 4190c6ab 5c3c8eb4 5f84fd4f
I/DEBUG   ( 1893):
I/DEBUG   ( 1893): code around pc:
I/DEBUG   ( 1893):     5fdd8e14 ebff0e6c e59f2284 e59f3284 e7969002
I/DEBUG   ( 1893):     5fdd8e24 e08f3003 e5d32000 e5990000 e3520000
I/DEBUG   ( 1893):     5fdd8e34 e5904080 1a000080 e3540000 0a000087
I/DEBUG   ( 1893):     5fdd8e44 e3a07000 e1a08007 e5943080 e1a00004
I/DEBUG   ( 1893):     5fdd8e54 e594207c e594513c e5843090 e59430f4
I/DEBUG   ( 1893):     5fdd8e64 e584208c e58430f8 ebffff9d e5d42124
I/DEBUG   ( 1893):     5fdd8e74 e59430f0 e1a04005 e3520000 13a08001
I/DEBUG   ( 1893):     5fdd8e84 e3530000 a3a07001 e3550000 1affffed
I/DEBUG   ( 1893):     5fdd8e94 e3a00001 ebffefde ebffff5b e59f3204
I/DEBUG   ( 1893):     5fdd8ea4 e7964003 e5943000 e3730001 18bd83f8
I/DEBUG   ( 1893):     5fdd8eb4 eb022eba ebffff54 e5943000 e3730001
I/DEBUG   ( 1893):     5fdd8ec4 18bd83f8 e3580000 1a000067 ebffff4e
I/DEBUG   ( 1893):     5fdd8ed4 e5943000 e3730001 18bd83f8 ebffef4d
I/DEBUG   ( 1893):     5fdd8ee4 ebffff49 e5943000 e3730001 18bd83f8
I/DEBUG   ( 1893):     5fdd8ef4 eb0006c5 ebffff44 e5943000 e3730001
I/DEBUG   ( 1893):     5fdd8f04 18bd83f8 eb000c11 ebffff3f e5943000
I/DEBUG   ( 1893):
I/DEBUG   ( 1893): code around lr:
I/DEBUG   ( 1893):     5fee2b08 eb00056c e1a02000 e1a03001 e1a00004
I/DEBUG   ( 1893):     5fee2b18 e1a01005 ebfffe02 e1a05006 eb0006cc
I/DEBUG   ( 1893):     5fee2b28 e3a02000 e1a01006 e1824000 e1a00004
I/DEBUG   ( 1893):     5fee2b38 e8bd8070 3df00000 41f00000 e92d40f8
I/DEBUG   ( 1893):     5fee2b48 e1a06002 e1a04000 e1a05001 e1a07003
I/DEBUG   ( 1893):     5fee2b58 eb000713 e59dc018 e0030196 e0273790
I/DEBUG   ( 1893):     5fee2b68 e0832096 e0873003 e0542002 e0c53003
I/DEBUG   ( 1893):     5fee2b78 e1cc20f0 e8bd80f8 e92d40f8 e1a06002
I/DEBUG   ( 1893):     5fee2b88 e1a04000 e1a05001 e1a07003 eb000822
I/DEBUG   ( 1893):     5fee2b98 e59dc018 e0070790 e0832690 e0277196
I/DEBUG   ( 1893):     5fee2ba8 e0873003 e0542002 e0c53003 e1cc20f0
I/DEBUG   ( 1893):     5fee2bb8 e8bd80f8 e5903000 e3130101 13833102
I/DEBUG   ( 1893):     5fee2bc8 03c33102 e0800003 e12fff1e e92d4ff7
I/DEBUG   ( 1893):     5fee2bd8 e3510000 e1a09000 e1a06002 0a00001c
I/DEBUG   ( 1893):     5fee2be8 e2418001 e3a07000 e1a0a008 e087400a
I/DEBUG   ( 1893):     5fee2bf8 e0844fa4 e1a040c4 e1a03184 e58d3004
 
E

Elliott_Smith

Guest
I have just tested using a fresh project with just one room and it still produces that error? Here are my android settings.
 
Top