• 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 [Resolved] Compiles in Windows, but not in Android

T

Tamakun23

Guest
Hi everyone;

I hate to have to do this, but I'm reaching the end of two days of frustration and I just want to resolve this. When I was using 1757, I was able to successfully compile my game into an Android APK. After upgrading to 1763, It still compiles, but crashes immediately when run. As they fixed the libPNG vulnerability, I have to use 1763 in order to create any new versions of my game and have it visible on the Google Play store.

What's really bizarre is that I can compile the game in the Windows Compiler without any issue.

I have been scouring the community forum trying to find out the most recent information on the Compile settings, and here are my current settings.



I have attempted to just compile and run (green arrow) as well as create an APK and install it on my phone, and the end result is the same: I get a white or black screen, followed by "Unfortunately, Shooty 2016 has stopped."

I have been able to successfully roll back my Game Maker Studio to 1757 and with all the exact same settings, the game successfully compiles and runs. But as I mentioned, with the libPNG vulnerability I can't use that version to upload it to the Google Play Store.

Here is the compiler window (command-line window to follow):
Code:
Compile started: 8:58:09 PM
"C:\Users\Jason\AppData\Roaming\GameMaker-Studio\GMAssetCompiler.exe" /fU="C:\Users\Jason\AppData\Local\Temp\gm_ttt_77864\a62572.txt" /c /m=android /studio  /config="Default" /tgt=8 /obob=True /obpp=False /obru=True /obes=False /i=3 /j=4 /cvm /tp=1024 /mv=1 /iv=0 /rv=0 /bv=1763 /gn="Shooty ATest" /td="C:\Users\Jason\AppData\Local\Temp" /cd="C:\Users\Jason\Documents\GameMaker\Cache" /sh=True /dbgp="6502" /hip="127.0.0.1" /hprt="51268" /o="C:\Users\Jason\AppData\Local\Temp\gm_ttt_77864\Shooty_ATest" /optionsini="C:\Users\Jason\AppData\Local\Temp\gm_ttt_77864\gm_ttt_96430\Shooty ATest.ini"   "C:\Users\Jason\Dropbox\GameMaker\Shooty Test\Shooty ATest.gmx\Shooty ATest.project.gmx"

Reading project file....finished.
Compile Constants...finished.
Remove DnD...finished.
Compile Scripts...finished.
Compile Objects...finished.
Compile Timelines...finished.
Compile Triggers...finished.
Compile Rooms...finished.
Compile Extensions...finished.
Global scripts...finished.
Final Compile...finished.
Saving IFF file... C:\Users\Jason\AppData\Local\Temp\gm_ttt_77864\Shooty_ATest\Shooty ATest.zip
Writing Chunk... GEN8
Writing Chunk... OPTN
Writing Chunk... LANG
Writing Chunk... EXTN
Writing Chunk... SOND
Converting So_LevelClear to Ogg with quality 3, mono @ 44100Hz
...
Converting Mu_Ending to Wav 16bit mono @ 44100Hz
*writing audio file c:\users\jason\appdata\local\temp\gm_ttt_77864\shooty_atest\so_levelclear.ogg...
...
*writing audio file c:\users\jason\appdata\local\temp\gm_ttt_77864\shooty_atest\mu_mission.ogg...
Writing Chunk... AGRP
Writing Chunk... SPRT
Writing Chunk... BGND
Writing Chunk... PATH
Writing Chunk... SCPT
Writing Chunk... GLOB
Writing Chunk... SHDR
Writing Chunk... FONT
Writing Chunk... TMLN
Writing Chunk... OBJT
Writing Chunk... ROOM
Writing Chunk... DAFL
Writing Chunk... TPAGE
Writing Chunk... CODE
Writing Chunk... VARI
Writing Chunk... FUNC
Writing Chunk... STRG
Writing Chunk... TXTR
0 Compressing texture... writing texture texture_0.png...
1 Compressing texture... writing texture texture_1.png...
Writing Chunk... AUDO
Writing Chunk... SCPT
Writing Chunk... DBGI
Writing Chunk... INST
Writing Chunk... LOCL
Writing Chunk... STRG
Stats : GMA : Elapsed=42844.3256
Stats : GMA : sp=94,au=21,bk=7,pt=46,sc=8,sh=0,fo=8,tl=5,ob=127,ro=11,da=1,ex=1,ma=132,fm=0x48F90860
"C:\android-sdk\platform-tools\adb" get-state

* daemon not running. starting it now on port 5037 *
* daemon started successfully *
device
"C:\android-sdk\platform-tools\adb" shell echo $INTERNAL_STORAGE

 "C:\android-sdk\platform-tools\adb" shell echo $EXTERNAL_STORAGE

/sdcard "C:\android-sdk\platform-tools\adb" get-state

device
"C:\android-sdk\platform-tools\adb" shell echo $INTERNAL_STORAGE

 "C:\android-sdk\platform-tools\adb" shell echo $EXTERNAL_STORAGE

/sdcard "C:\android-sdk\platform-tools\adb" shell mkdir -p "/sdcard/GMstudio"

"C:\android-sdk\platform-tools\adb" shell [ -d /sdcard/GMstudio ] && cd /sdcard/GMstudio; rm -r *;

rm: *: No such file or directory "C:\android-sdk\platform-tools\adb" push "C:\Users\Jason\AppData\Local\Temp\gm_ttt_77864\Shooty_ATest\\GameAssetsDROID.zip" /sdcard/GMstudio/GameAssetsDROID.zip

[  0%] /sdcard/GMstudio/GameAssetsDROID.zip
...
[100%] /sdcard/GMstudio/GameAssetsDROID.zip
"C:\android-sdk\platform-tools\adb" push "C:\Users\Jason\AppData\Local\Temp\gm_ttt_77864\Shooty_ATest\\GameDownload.lock" /sdcard/GMstudio/GameDownload.lock

[100%] /sdcard/GMstudio/GameDownload.lock
"C:\android-sdk\platform-tools\adb"  shell cat /system/build.prop

 # begin build properties # autogenerated by buildinfo.sh ro.build.id=M4B30X ro.build.display.id=M4B30X ro.build.version.incremental=3237893 ro.build.version.sdk=23 ro.build.version.preview_sdk=0 ro.build.version.codename=REL ro.build.version.all_codenames=REL ro.build.version.release=6.0.1 ro.build.version.security_patch=2016-10-05 ro.build.version.base_os= ro.build.date=Thu Sep  1 00:06:01 UTC 2016 ro.build.date.utc=1472688361 ro.build.type=user ro.build.user=android-build ro.build.host=vpec7.mtv.corp.google.com ro.build.tags=release-keys ro.build.flavor=hammerhead-user ro.product.model=Nexus 5 ro.product.brand=google ro.product.name=hammerhead ro.product.device=hammerhead ro.product.board=hammerhead # ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete, # use ro.product.cpu.abilist instead. ro.product.cpu.abi=armeabi-v7a ro.product.cpu.abi2=armeabi ro.product.cpu.abilist=armeabi-v7a,armeabi ro.product.cpu.abilist32=armeabi-v7a,armeabi ro.product.cpu.abilist64= ro.product.manufacturer=LGE ro.product.locale=en-US ro.wifi.channels= ro.board.platform=msm8974 # ro.build.product is obsolete; use ro.product.device ro.build.product=hammerhead # Do not try to parse description, fingerprint, or thumbprint ro.build.description=hammerhead-user 6.0.1 M4B30X 3237893 release-keys ro.build.fingerprint=google/hammerhead/hammerhead:6.0.1/M4B30X/3237893:user/release-keys ro.build.characteristics=nosdcard # end build properties  # # ADDITIONAL_BUILD_PROPERTIES # ro.config.ringtone=Titania.ogg ro.config.notification_sound=Tethys.ogg ro.config.alarm_alert=Oxygen.ogg ro.com.android.dataroaming=false ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html ro.com.google.clientidbase=android-google ro.carrier=unknown ro.com.android.wifi-watchlist=GoogleGuest ro.error.receiver.system.apps=com.google.android.gms ro.setupwizard.enterprise_mode=1 ro.opengles.version=196608 ro.sf.lcd_density=480 persist.hwc.mdpcomp.enable=true ro.hwui.texture_cache_size=72 ro.hwui.layer_cache_size=48 ro.hwui.r_buffer_cache_size=8 ro.hwui.path_cache_size=32 ro.hwui.gradient_cache_size=1 ro.hwui.drop_shadow_cache_size=6 ro.hwui.texture_cache_flushrate=0.4 ro.hwui.text_small_cache_width=1024 ro.hwui.text_small_cache_height=1024 ro.hwui.text_large_cache_width=2048 ro.hwui.text_large_cache_height=1024 drm.service.enabled=true ro.qti.sensors.max_geomag_rotv=60 ro.qti.sensors.max_gyro_rate=200 ro.qti.sensors.max_accel_rate=200 ro.qti.sensors.max_grav=200 ro.qti.sensors.max_rotvec=200 ro.qti.sensors.max_orient=200 ro.qti.sensors.max_linacc=200 ro.qti.sensors.max_gamerv_rate=200 ro.qti.sensors.smd=true ro.qti.sensors.game_rv=true ro.qti.sensors.georv=true ro.qti.sensors.smgr_mag_cal_en=true ro.qti.sensors.step_detector=true ro.qti.sensors.step_counter=true persist.debug.sensors.hal=w debug.qualcomm.sns.daemon=w debug.qualcomm.sns.libsensor1=w ro.telephony.call_ring.multiple=0 wifi.interface=wlan0 wifi.supplicant_scan_interval=15 media.aac_51_output_enabled=true persist.radio.apm_sim_not_pwdn=1 ro.telephony.default_network=10 telephony.lteOnCdmaDevice=1 persist.radio.mode_pref_nv10=1 persist.radio.data_no_toggle=1 persist.audio.handset.mic.type=digital persist.audio.dualmic.config=endfire persist.audio.fluence.voicecall=true persist.audio.fluence.voicecomm=true persist.audio.fluence.voicerec=false persist.audio.fluence.speaker=false ro.config.vc_call_vol_steps=6 persist.radio.custom_ecc=1 persist.radio.always_send_plmn=true ro.input.noresample=1 af.fast_track_multiplier=1 dalvik.vm.dex2oat-swap=false dalvik.vm.heapstartsize=8m dalvik.vm.heapgrowthlimit=192m dalvik.vm.heapsize=512m dalvik.vm.heaptargetutilization=0.75 dalvik.vm.heapminfree=512k dalvik.vm.heapmaxfree=8m keyguard.no_require_sim=true ro.facelock.black_timeout=400 ro.facelock.det_timeout=1500 ro.facelock.rec_timeout=2500 ro.facelock.lively_timeout=2500 ro.facelock.est_max_time=600 ro.facelock.use_intro_anim=false persist.sys.dalvik.vm.lib.2=libart dalvik.vm.isa.arm.variant=krait dalvik.vm.isa.arm.features=default net.bt.name=Android dalvik.vm.stack-trace-file=/data/anr/traces.txt ro.build.expect.bootloader=HHZ20h ro.build.expect.baseband=M8974A-2.0.50.2.30 ro.expect.recovery_id=0xaafc2003059923673ea7df5ac8ca652c57f05595000000000000000000000000  FastCreate started: 8:59:22 PM
FastCreate End File Copies: 8:59:25 PM
cmd /c "subst Z: "C:\Users\Jason\Documents\GameMaker\Cache\Shooty ATest\Android\Default" && Z: && cd \com.jasonwesley.shooty2016 && "C:\Users\Jason\AppData\Roaming\GameMaker-Studio\Android\runner\gradle\gradlew"  assembleRelease lint "

:com.jasonwesley.shooty2016:preBuild UP-TO-DATE
:com.jasonwesley.shooty2016:preReleaseBuild UP-TO-DATE
:com.jasonwesley.shooty2016:checkReleaseManifest
:com.jasonwesley.shooty2016:preDebugBuild UP-TO-DATE
:google-play-services_lib:compileLint
:google-play-services_lib:copyReleaseLint UP-TO-DATE
:google-play-services_lib:mergeReleaseProguardFiles
:google-play-services_lib:preBuild UP-TO-DATE
:google-play-services_lib:preReleaseBuild UP-TO-DATE
:google-play-services_lib:checkReleaseManifest
:google-play-services_lib:prepareReleaseDependencies
:google-play-services_lib:compileReleaseAidl
:google-play-services_lib:compileReleaseRenderscript
:google-play-services_lib:generateReleaseBuildConfig
:google-play-services_lib:generateReleaseAssets UP-TO-DATE
:google-play-services_lib:mergeReleaseAssets
:google-play-services_lib:generateReleaseResValues
:google-play-services_lib:generateReleaseResources
:google-play-services_lib:packageReleaseResources
:google-play-services_lib:processReleaseManifest
:google-play-services_lib:processReleaseResources
:google-play-services_lib:generateReleaseSources
:google-play-services_lib:processReleaseJavaRes UP-TO-DATE
:google-play-services_lib:compileReleaseJavaWithJavac
:google-play-services_lib:packageReleaseJar
:google-play-services_lib:compileReleaseNdk UP-TO-DATE
:google-play-services_lib:packageReleaseJniLibs UP-TO-DATE
:google-play-services_lib:packageReleaseLocalJar
:google-play-services_lib:packageReleaseRenderscript UP-TO-DATE
:google-play-services_lib:bundleRelease
:com.jasonwesley.shooty2016:prepareComAndroidSupportMultidex101Library
:com.jasonwesley.shooty2016:prepareComAndroidSupportSupportV42321Library
:com.jasonwesley.shooty2016:prepareGooglePlayServices_libUnspecifiedLibrary
:com.jasonwesley.shooty2016:prepareReleaseDependencies
:com.jasonwesley.shooty2016:compileReleaseAidl
:com.jasonwesley.shooty2016:compileReleaseRenderscript
:com.jasonwesley.shooty2016:generateReleaseBuildConfig
:com.jasonwesley.shooty2016:generateReleaseAssets UP-TO-DATE
:com.jasonwesley.shooty2016:mergeReleaseAssets
:com.jasonwesley.shooty2016:generateReleaseResValues
:com.jasonwesley.shooty2016:generateReleaseResources
:com.jasonwesley.shooty2016:mergeReleaseResources
:com.jasonwesley.shooty2016:processReleaseManifest
Warning: Z:\com.jasonwesley.shooty2016\src\main\AndroidManifest.xml:13:1-76 Warning:
    Element uses-permission#android.permission.WRITE_EXTERNAL_STORAGE at AndroidManifest.xml:13:1-76 duplicated with element declared at AndroidManifest.xml:10:3-79
Warning: Z:\com.jasonwesley.shooty2016\src\main\AndroidManifest.xml:26:3-79:17 Warning:
    application@android:label was tagged at AndroidManifest.xml:26 to replace other declarations but no other declaration present
Warning: Z:\com.jasonwesley.shooty2016\src\main\AndroidManifest.xml:27:5-33:16 Warning:
    activity#com.jasonwesley.shooty2016.RunnerActivity@android:label was tagged at AndroidManifest.xml:27 to replace other declarations but no other declaration present
Z:\com.jasonwesley.shooty2016\src\main\AndroidManifest.xml:13:1-76 Warning:
    Element uses-permission#android.permission.WRITE_EXTERNAL_STORAGE at AndroidManifest.xml:13:1-76 duplicated with element declared at AndroidManifest.xml:10:3-79
Z:\com.jasonwesley.shooty2016\src\main\AndroidManifest.xml:26:3-79:17 Warning:
    application@android:label was tagged at AndroidManifest.xml:26 to replace other declarations but no other declaration present
Z:\com.jasonwesley.shooty2016\src\main\AndroidManifest.xml:27:5-33:16 Warning:
    activity#com.jasonwesley.shooty2016.RunnerActivity@android:label was tagged at AndroidManifest.xml:27 to replace other declarations but no other declaration present
:com.jasonwesley.shooty2016:processReleaseResources
:com.jasonwesley.shooty2016:generateReleaseSources
:com.jasonwesley.shooty2016:processReleaseJavaRes UP-TO-DATE
:com.jasonwesley.shooty2016:compileReleaseJavaWithJavacNote: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:com.jasonwesley.shooty2016:compileReleaseNdk UP-TO-DATE
:com.jasonwesley.shooty2016:compileReleaseSources
:com.jasonwesley.shooty2016:collectReleaseMultiDexComponents
:com.jasonwesley.shooty2016:packageAllReleaseClassesForMultiDex
:com.jasonwesley.shooty2016:shrinkReleaseMultiDexComponents
:com.jasonwesley.shooty2016:createReleaseMainDexClassList
:com.jasonwesley.shooty2016:dexRelease
:com.jasonwesley.shooty2016:validateReleaseSigning
:com.jasonwesley.shooty2016:packageRelease
:com.jasonwesley.shooty2016:zipalignRelease
:com.jasonwesley.shooty2016:assembleRelease
:com.jasonwesley.shooty2016:checkDebugManifest
:com.jasonwesley.shooty2016:prepareDebugDependencies
:com.jasonwesley.shooty2016:compileDebugAidl
:com.jasonwesley.shooty2016:compileDebugRenderscript
:com.jasonwesley.shooty2016:generateDebugBuildConfig
:com.jasonwesley.shooty2016:generateDebugAssets UP-TO-DATE
:com.jasonwesley.shooty2016:mergeDebugAssets
:com.jasonwesley.shooty2016:generateDebugResValues
:com.jasonwesley.shooty2016:generateDebugResources
:com.jasonwesley.shooty2016:mergeDebugResources
:com.jasonwesley.shooty2016:processDebugManifest
Warning: Z:\com.jasonwesley.shooty2016\src\main\AndroidManifest.xml:13:1-76 Warning:
    Element uses-permission#android.permission.WRITE_EXTERNAL_STORAGE at AndroidManifest.xml:13:1-76 duplicated with element declared at AndroidManifest.xml:10:3-79
Warning: Z:\com.jasonwesley.shooty2016\src\main\AndroidManifest.xml:26:3-79:17 Warning:
    application@android:label was tagged at AndroidManifest.xml:26 to replace other declarations but no other declaration present
Warning: Z:\com.jasonwesley.shooty2016\src\main\AndroidManifest.xml:27:5-33:16 Warning:
    activity#com.jasonwesley.shooty2016.RunnerActivity@android:label was tagged at AndroidManifest.xml:27 to replace other declarations but no other declaration present
Z:\com.jasonwesley.shooty2016\src\main\AndroidManifest.xml:13:1-76 Warning:
    Element uses-permission#android.permission.WRITE_EXTERNAL_STORAGE at AndroidManifest.xml:13:1-76 duplicated with element declared at AndroidManifest.xml:10:3-79
Z:\com.jasonwesley.shooty2016\src\main\AndroidManifest.xml:26:3-79:17 Warning:
    application@android:label was tagged at AndroidManifest.xml:26 to replace other declarations but no other declaration present
Z:\com.jasonwesley.shooty2016\src\main\AndroidManifest.xml:27:5-33:16 Warning:
    activity#com.jasonwesley.shooty2016.RunnerActivity@android:label was tagged at AndroidManifest.xml:27 to replace other declarations but no other declaration present
:com.jasonwesley.shooty2016:processDebugResources
:com.jasonwesley.shooty2016:generateDebugSources
:com.jasonwesley.shooty2016:processDebugJavaRes UP-TO-DATE
:com.jasonwesley.shooty2016:compileDebugJavaWithJavacNote: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:com.jasonwesley.shooty2016:compileLint
:com.jasonwesley.shooty2016:lintUnexpected failure during lint analysis of Gamepad.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getParameterizedType(TypeSystem.java:238)->TypeSystem.getParameterizedType(TypeSystem.java:261)->LookupEnvironment.createParameterizedType(LookupEnvironment.java:949)
Unexpected failure during lint analysis of GameStickDevice.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getRawType(TypeSystem.java:268)->TypeSystem.getRawType(TypeSystem.java:297)->LookupEnvironment.createRawType(LookupEnvironment.java:999)
Unexpected failure during lint analysis of GenericDevice.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getRawType(TypeSystem.java:268)->TypeSystem.getRawType(TypeSystem.java:297)->LookupEnvironment.createRawType(LookupEnvironment.java:999)
Unexpected failure during lint analysis of MogaDevice.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getRawType(TypeSystem.java:268)->TypeSystem.getRawType(TypeSystem.java:297)->LookupEnvironment.createRawType(LookupEnvironment.java:999)
Unexpected failure during lint analysis of MogaProDevice.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getRawType(TypeSystem.java:268)->TypeSystem.getRawType(TypeSystem.java:297)->LookupEnvironment.createRawType(LookupEnvironment.java:999)
Unexpected failure during lint analysis of nVidiaShieldDevice.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getRawType(TypeSystem.java:268)->TypeSystem.getRawType(TypeSystem.java:297)->LookupEnvironment.createRawType(LookupEnvironment.java:999)
Unexpected failure during lint analysis of NYKODevice.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getRawType(TypeSystem.java:268)->TypeSystem.getRawType(TypeSystem.java:297)->LookupEnvironment.createRawType(LookupEnvironment.java:999)
Unexpected failure during lint analysis of Gamepad.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getParameterizedType(TypeSystem.java:238)->TypeSystem.getParameterizedType(TypeSystem.java:261)->LookupEnvironment.createParameterizedType(LookupEnvironment.java:949)
Unexpected failure during lint analysis of GameStickDevice.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getRawType(TypeSystem.java:268)->TypeSystem.getRawType(TypeSystem.java:297)->LookupEnvironment.createRawType(LookupEnvironment.java:999)
Unexpected failure during lint analysis of GenericDevice.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getRawType(TypeSystem.java:268)->TypeSystem.getRawType(TypeSystem.java:297)->LookupEnvironment.createRawType(LookupEnvironment.java:999)
Unexpected failure during lint analysis of MogaDevice.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getRawType(TypeSystem.java:268)->TypeSystem.getRawType(TypeSystem.java:297)->LookupEnvironment.createRawType(LookupEnvironment.java:999)
Unexpected failure during lint analysis of MogaProDevice.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getRawType(TypeSystem.java:268)->TypeSystem.getRawType(TypeSystem.java:297)->LookupEnvironment.createRawType(LookupEnvironment.java:999)
Unexpected failure during lint analysis of nVidiaShieldDevice.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getRawType(TypeSystem.java:268)->TypeSystem.getRawType(TypeSystem.java:297)->LookupEnvironment.createRawType(LookupEnvironment.java:999)
Unexpected failure during lint analysis of NYKODevice.java (this is a bug in lint or one of the libraries it depends on)
TypeSystem.getUnannotatedType(TypeSystem.java:180)->TypeSystem.getRawType(TypeSystem.java:268)->TypeSystem.getRawType(TypeSystem.java:297)->LookupEnvironment.createRawType(LookupEnvironment.java:999)

Ran lint on variant debug: 59 issues found
Ran lint on variant release: 59 issues found
Wrote HTML report to file:/Z:/com.jasonwesley.shooty2016/build/outputs/lint-results.html
Wrote XML report to Z:\com.jasonwesley.shooty2016\build\outputs\lint-results.xml

BUILD SUCCESSFUL

Total time: 2 mins 58.59 secs
cmd /c "subst /d Z:"

Lint Build report available at C:\Users\Jason\Documents\GameMaker\Cache\Shooty ATest\Android\Default\com.jasonwesley.shooty2016\build\outputs\lint-results.html
"C:\android-sdk\platform-tools\adb" get-state

device
"C:\android-sdk\platform-tools\adb" uninstall com.jasonwesley.shooty2016

Success "C:\android-sdk\platform-tools\adb" install "C:\Users\Jason\Documents\GameMaker\Cache\Shooty ATest\Android\Default\Shooty ATest_armeabi-v7a_v1.4.1763.apk"

[  1%] /data/local/tmp/Shooty ATest_armeabi-v7a_v1.4.1763.apk
...
[100%] /data/local/tmp/Shooty ATest_armeabi-v7a_v1.4.1763.apk
    pkg: /data/local/tmp/Shooty ATest_armeabi-v7a_v1.4.1763.apk Success "C:\android-sdk\platform-tools\adb" shell am start -a android.intent.action.MAIN -n com.jasonwesley.shooty2016/.RunnerActivity

Starting: Intent { act=android.intent.action.MAIN cmp=com.jasonwesley.shooty2016/.RunnerActivity } FastCreate End End: 9:02:45 PM
Compile finished: 9:02:45 PM

Any help is greatly appreciated. Thank you!
 
Last edited by a moderator:
T

Tamakun23

Guest
Here is the command-line window:

Code:
10-21 20:34:50.464 25175 25175 I yoyo    : Resuming the C++ Runner/resetting GL state
10-21 20:34:50.469 25175 25203 I yoyo    : onSurfaceCreated() aborted on re-create, state is currently Splash
10-21 20:34:50.470 25175 25203 I yoyo    : onSurfaceChanged :: width=1080 height=1920
10-21 20:34:50.470 25175 25203 I yoyo    : State->Splash    time: 1477096490470
10-21 20:34:50.470 25175 25203 I yoyo    : State->Splash endTime: 1477096490470
10-21 20:34:50.470 25175 25203 I yoyo    : State->Splash2
10-21 20:34:50.495 25175 25203 I yoyo    : !!! Asset file - /storage/emulated/0/GMstudio/GameAssetsDROID.zip true l=1477096147000
10-21 20:34:50.496 25175 25203 I yoyo    : !!! Lock file - /storage/emulated/0/GMstudio/GameDownload.lock true l=1477096148000
10-21 20:34:50.496 25175 25203 I yoyo    : GameDownload.lock exists, about to delete...
10-21 20:34:50.507 25175 25203 I yoyo    : After delete flock.exists() returns false
10-21 20:34:50.511 25175 25175 D yoyo    : doSetup called - /storage/emulated/0/GMstudio/GameAssetsDROID.zip
10-21 20:34:50.511 25175 25175 I yoyo    : checking 1 extensions for ad interface
10-21 20:34:50.511 25175 25175 I yoyo    : BILLING: setupInAppBilling
10-21 20:34:50.515 25175 25175 I yoyo    : -----setup Push------
10-21 20:34:50.515 25175 25175 I yoyo    : iCade Support in "Global Game Settings/Android" not selected
10-21 20:34:50.515 25175 25175 D yoyo    : ****** Found API level 12 function! Joysticks supported
10-21 20:34:50.515 25175 25175 I yoyo    : GAMEPAD: Enumeration complete
10-21 20:34:50.515 25175 25175 I yoyo    : RestrictOrientation setting from YYPrefs
10-21 20:34:50.515 25175 25175 I yoyo    : RestrictOrientation("false", "true"false"false")
10-21 20:34:52.523 25175 25203 I yoyo    : android.software.leanback = 0
10-21 20:34:52.533 25175 25203 I yoyo    : MANUFACTURER = LGE
10-21 20:34:52.661   200   200 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-21 20:34:52.661   200   200 F DEBUG   : Build fingerprint: 'google/hammerhead/hammerhead:6.0.1/M4B30X/3237893:user/release-keys'
10-21 20:34:52.661   200   200 F DEBUG   : Revision: '11'
10-21 20:34:52.661   200   200 F DEBUG   : ABI: 'arm'
10-21 20:34:52.661   200   200 F DEBUG   : pid: 25175, tid: 25203, name: GLThread 16714  >>> com.jasonwesley.shooty2016 <<<
10-21 20:34:52.661   200   200 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x80
10-21 20:34:52.682   200   200 F DEBUG   :     r0 00000000  r1 00000000  r2 00000000  r3 a129aaf8
10-21 20:34:52.690   200   200 F DEBUG   :     r4 00000000  r5 00000000  r6 a1134b90  r7 00000000
10-21 20:34:52.690   200   200 F DEBUG   :     r8 a1134b90  r9 a129aae4  sl a14a1534  fp 00000000
10-21 20:34:52.690   200   200 F DEBUG   :     ip 0000001a  sp b3a453b8  lr a100fb28  pc a0f05e34  cpsr 600f0010
10-21 20:34:52.698   200   200 F DEBUG   :
10-21 20:34:52.698   200   200 F DEBUG   : backtrace:
10-21 20:34:52.698   200   200 F DEBUG   :     #00 pc 001a6e34  /data/app/com.jasonwesley.shooty2016-1/lib/arm/libyoyo.so (_Z7DoAStepv+152)
10-21 20:34:52.698   200   200 F DEBUG   :     #01 pc 001a81cc  /data/app/com.jasonwesley.shooty2016-1/lib/arm/libyoyo.so (_Z16MainLoop_Processv+620)
10-21 20:34:52.698   200   200 F DEBUG   :     #02 pc 0022cac8  /data/app/com.jasonwesley.shooty2016-1/lib/arm/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILi
b_Process+520)
10-21 20:34:52.698   200   200 F DEBUG   :     #03 pc 00dbae8f  /data/app/com.jasonwesley.shooty2016-1/oat/arm/base.odex (offset 0x79d000)
10-21 20:34:53.281   200   200 F DEBUG   :
10-21 20:34:53.281   200   200 F DEBUG   : Tombstone written to: /data/tombstones/tombstone_09
10-21 20:34:53.281   200   200 E DEBUG   : AM write failed: Broken pipe
10-21 20:55:32.840 27162 27162 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
10-21 20:55:32.856 27162 27162 D AndroidRuntime: CheckJNI is OFF
10-21 20:55:33.169 27162 27162 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm
10-21 20:55:33.486 27162 27162 I AndroidRuntime: VM exiting with result code 0.
10-21 20:55:37.349 27282 27282 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
10-21 20:55:37.384 27282 27282 D AndroidRuntime: CheckJNI is OFF
10-21 20:55:38.689 27282 27282 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm
10-21 20:56:04.952 27282 27282 I AndroidRuntime: VM exiting with result code 0.
10-21 20:56:09.579 27686 27686 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
10-21 20:56:09.597 27686 27686 D AndroidRuntime: CheckJNI is OFF
10-21 20:56:10.351 27686 27686 D AndroidRuntime: Calling main entry com.android.commands.am.Am
10-21 20:56:10.380 27686 27686 D AndroidRuntime: Shutting down VM
10-21 20:56:10.840 27728 27728 I yoyo    : onCreate
10-21 20:56:10.872 27728 27728 I yoyo    : #######!!!!!!! Checking for runner! failed
10-21 20:56:10.873 27728 27728 I yoyo    : Found Runner flag in manifest, not using APK expansion
10-21 20:56:10.884 27728 27728 I yoyo    : ###@@@@!!!~~~~###### default orientation - 1
10-21 20:56:10.923 27728 27728 I yoyo    : File Path for INI:: /storage/emulated/0/GMstudio/GameAssetsDROID.zip
10-21 20:56:10.923 27728 27728 D yoyo    : Exception while setting up Inijava.io.FileNotFoundException: /storage/emulated/0/GMstudio/GameAssetsDROID.zip: open f
ailed: EACCES (Permission denied)
10-21 20:56:10.925 27728 27728 I yoyo    : INI loaded
10-21 20:56:10.925 27728 27728 I yoyo    : Attempting to initialise extension class com.jasonwesley.shooty2016.GooglePlayServicesExtension
10-21 20:56:10.937 27728 27728 I yoyo    : Method found, attempting to invoke Init
10-21 20:56:10.982 27728 27728 I yoyo    : Google Play Services extension initialising
10-21 20:56:10.982 27728 27728 I yoyo    : Failed to find appid, not initialising GoogleApiClient
10-21 20:56:10.982 27728 27728 I yoyo    : @@@@@@@ Build.Display = M4B30X BRAND=google DEVICE=hammerhead MANUFACTURER=LGE MODEL=Nexus 5 PRODUCT=hammerhead
10-21 20:56:10.982 27728 27728 I yoyo    : @@@@@@@ XPeriaPlay=false manufacturer=false model=false
10-21 20:56:10.982 27728 27728 I yoyo    : Exception thrown trying to call method checkLicensing on GooglePlayLicensingAsExt
10-21 20:56:11.000 27728 27728 I yoyo    : !!!!!!! Checking if APK Expansion file required...
10-21 20:56:11.000 27728 27728 I yoyo    :  + + + + setupView + + + +
10-21 20:56:11.061 27728 27728 I yoyo    : File Path for INI:: /storage/emulated/0/GMstudio/GameAssetsDROID.zip
10-21 20:56:11.062 27728 27728 D yoyo    : Exception while setting up Inijava.io.FileNotFoundException: /storage/emulated/0/GMstudio/GameAssetsDROID.zip: open f
ailed: EACCES (Permission denied)
10-21 20:56:11.062 27728 27728 I yoyo    : INI loaded
10-21 20:56:11.062 27728 27728 I yoyo    : RestrictOrientation setting from YYPrefs
10-21 20:56:11.062 27728 27728 I yoyo    : RestrictOrientation("false", "true"false"false")
10-21 20:56:11.063 27728 27728 I yoyo    : Reading GL config option...
10-21 20:56:11.064 27728 27728 I yoyo    : Using OpenGL ES 1 renderer
10-21 20:56:11.064 27728 27728 I yoyo    : DemoGLSurfaceView: CREATED
10-21 20:56:11.123 27728 27728 I yoyo    : onStart
10-21 20:56:11.124 27728 27728 I yoyo    : googleplayservices extension onStart called
10-21 20:56:11.124 27728 27728 I yoyo    : onResume
10-21 20:56:11.350 27728 27750 I yoyo    : chooseConfig
10-21 20:56:11.407 27728 27750 I yoyo    : OpenGL ES Extensions : GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_APPLE_texture_
2D_limited_npot GL_ARB_vertex_buffer_object GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_OES_blend_equ
ation_separate GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_depth_texture GL_O
ES_depth24 GL_OES_draw_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_framebuffer_object GL_OES_matrix_palette GL_OES_packed_depth_stencil GL_OES_poi
nt_size_array GL_OES_point_sprite GL_OES_read_format GL_OES_rgb8_rgba8 GL_OES_stencil_wrap GL_OES_texture_cube_map GL_OES_texture_env_crossbar GL_OES_texture_fl
oat GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_mirrored_repeat GL_QCOM_binning_control GL_QCOM_extended_get G
L_QCOM_tiled_rendering
10-21 20:56:11.408 27728 27750 I yoyo    : Device supports 32bit display formats
10-21 20:56:11.653 27728 27750 I yoyo    : 16 bit colour depth forced
10-21 20:56:11.655 27728 27750 I yoyo    : Trying EGL config : EGLConfig 3: rgba=5650 depth=24 stencil=8 EGL_ALPHA_MASK_SIZE=0 EGL_BUFFER_SIZE=16 EGL_COLOR_BUFF
ER_TYPE=12430 EGL_CONFIG_CAVEAT=0x3038 EGL_LEVEL=0 EGL_LUMINANCE_SIZE=0 EGL_MAX_PBUFFER_WIDTH=4096 EGL_MAX_PBUFFER_HEIGHT=4096 EGL_MAX_PBUFFER_PIXELS=16777216 E
GL_MAX_PBUFFER_HEIGHT=4096 EGL_MAX_PBUFFER_HEIGHT=4096 EGL_NATIVE_RENDERABLE=0 EGL_NATIVE_VISUAL_TYPE=0 EGL_RENDERABLE_TYPE=69 EGL_SAMPLE_BUFFERS=0 EGL_SAMPLES=
0 EGL_SURFACE_TYPE=1445 EGL_TRANSPARENT_TYPE=12344 EGL_TRANSPARENT_RED_VALUE=-1 EGL_TRANSPARENT_GREEN_VALUE=-1 EGL_TRANSPARENT_BLUE_VALUE=-1
10-21 20:56:11.660 27728 27750 I yoyo    : Selected EGL config working
10-21 20:56:11.679 27728 27728 I yoyo    : onWindowFocusChanged(true|false)
10-21 20:56:11.696 27728 27750 I yoyo    : Renderer instance is gl1.1, framebuffer object is: 0
10-21 20:56:11.828 27728 27750 I yoyo    : APK File Path :: /data/app/com.jasonwesley.shooty2016-1/base.apk
10-21 20:56:11.830 27728 27728 I yoyo    : onPause
10-21 20:56:11.831 27728 27750 I yoyo    : OpenGL ES-2.0 is supported: 196608
10-21 20:56:11.832 27728 27728 I yoyo    : Pausing the Runner
10-21 20:56:12.198 27728 27750 I yoyo    : onSurfaceChanged :: width=1080 height=1920
10-21 20:56:12.207 27728 27750 I yoyo    : State->Splash
10-21 20:56:12.235 27728 27728 I yoyo    : onWindowFocusChanged(false|false)
10-21 20:56:14.774 27728 27728 I yoyo    : onRequestPermissionsResult 85 returned with: [Ljava.lang.String;@3bb7c3e results:[I@ca2fa9f
10-21 20:56:14.788 27728 27728 I yoyo    : onResume
10-21 20:56:14.798 27728 27728 I yoyo    : onWindowFocusChanged(true|false)
10-21 20:56:14.798 27728 27728 I yoyo    : resumeApp
10-21 20:56:14.857 27728 27728 I yoyo    : iCade Support in "Global Game Settings/Android" not selected
10-21 20:56:14.866 27728 27728 D yoyo    : ****** Found API level 12 function! Joysticks supported
10-21 20:56:14.931 27728 27728 I yoyo    : GAMEPAD: Enumeration complete
10-21 20:56:14.931 27728 27750 I yoyo    : chooseConfig
10-21 20:56:14.941 27728 27750 I yoyo    : OpenGL ES Extensions : GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_APPLE_texture_
2D_limited_npot GL_ARB_vertex_buffer_object GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_OES_blend_equ
ation_separate GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_depth_texture GL_O
ES_depth24 GL_OES_draw_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_framebuffer_object GL_OES_matrix_palette GL_OES_packed_depth_stencil GL_OES_poi
nt_size_array GL_OES_point_sprite GL_OES_read_format GL_OES_rgb8_rgba8 GL_OES_stencil_wrap GL_OES_texture_cube_map GL_OES_texture_env_crossbar GL_OES_texture_fl
oat GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_mirrored_repeat GL_QCOM_binning_control GL_QCOM_extended_get G
L_QCOM_tiled_rendering
10-21 20:56:14.941 27728 27750 I yoyo    : Device supports 32bit display formats
10-21 20:56:14.945 27728 27750 I yoyo    : 16 bit colour depth forced
10-21 20:56:14.947 27728 27750 I yoyo    : Trying EGL config : EGLConfig 3: rgba=5650 depth=24 stencil=8 EGL_ALPHA_MASK_SIZE=0 EGL_BUFFER_SIZE=16 EGL_COLOR_BUFF
ER_TYPE=12430 EGL_CONFIG_CAVEAT=0x3038 EGL_LEVEL=0 EGL_LUMINANCE_SIZE=0 EGL_MAX_PBUFFER_WIDTH=4096 EGL_MAX_PBUFFER_HEIGHT=4096 EGL_MAX_PBUFFER_PIXELS=16777216 E
GL_MAX_PBUFFER_HEIGHT=4096 EGL_MAX_PBUFFER_HEIGHT=4096 EGL_NATIVE_RENDERABLE=0 EGL_NATIVE_VISUAL_TYPE=0 EGL_RENDERABLE_TYPE=69 EGL_SAMPLE_BUFFERS=0 EGL_SAMPLES=
0 EGL_SURFACE_TYPE=1445 EGL_TRANSPARENT_TYPE=12344 EGL_TRANSPARENT_RED_VALUE=-1 EGL_TRANSPARENT_GREEN_VALUE=-1 EGL_TRANSPARENT_BLUE_VALUE=-1
10-21 20:56:14.963 27728 27750 I yoyo    : Selected EGL config working
10-21 20:56:14.972 27728 27728 I yoyo    : Resuming the C++ Runner/resetting GL state
10-21 20:56:14.979 27728 27750 I yoyo    : onSurfaceCreated() aborted on re-create, state is currently Splash
10-21 20:56:14.980 27728 27750 I yoyo    : onSurfaceChanged :: width=1080 height=1920
10-21 20:56:14.983 27728 27750 I yoyo    : State->Splash    time: 1477097774983
10-21 20:56:14.984 27728 27750 I yoyo    : State->Splash endTime: 1477097774983
10-21 20:56:14.984 27728 27750 I yoyo    : State->Splash2
10-21 20:56:15.024 27728 27750 I yoyo    : !!! Asset file - /storage/emulated/0/GMstudio/GameAssetsDROID.zip true l=1477097554000
10-21 20:56:15.024 27728 27750 I yoyo    : !!! Lock file - /storage/emulated/0/GMstudio/GameDownload.lock true l=1477097554000
10-21 20:56:15.024 27728 27750 I yoyo    : GameDownload.lock exists, about to delete...
10-21 20:56:15.044 27728 27750 I yoyo    : After delete flock.exists() returns false
10-21 20:56:15.046 27728 27728 D yoyo    : doSetup called - /storage/emulated/0/GMstudio/GameAssetsDROID.zip
10-21 20:56:15.059 27728 27728 I yoyo    : checking 1 extensions for ad interface
10-21 20:56:15.061 27728 27728 I yoyo    : BILLING: setupInAppBilling
10-21 20:56:15.078 27728 27728 I yoyo    : -----setup Push------
10-21 20:56:15.078 27728 27728 I yoyo    : iCade Support in "Global Game Settings/Android" not selected
10-21 20:56:15.078 27728 27728 D yoyo    : ****** Found API level 12 function! Joysticks supported
10-21 20:56:15.078 27728 27728 I yoyo    : GAMEPAD: Enumeration complete
10-21 20:56:15.078 27728 27728 I yoyo    : RestrictOrientation setting from YYPrefs
10-21 20:56:15.078 27728 27728 I yoyo    : RestrictOrientation("false", "true"false"false")
10-21 20:56:16.688 27728 27750 I yoyo    : android.software.leanback = 0
10-21 20:56:16.695 27728 27750 I yoyo    : MANUFACTURER = LGE
10-21 20:56:16.784   200   200 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-21 20:56:16.784   200   200 F DEBUG   : Build fingerprint: 'google/hammerhead/hammerhead:6.0.1/M4B30X/3237893:user/release-keys'
10-21 20:56:16.784   200   200 F DEBUG   : Revision: '11'
10-21 20:56:16.784   200   200 F DEBUG   : ABI: 'arm'
10-21 20:56:16.784   200   200 F DEBUG   : pid: 27728, tid: 27750, name: GLThread 16814  >>> com.jasonwesley.shooty2016 <<<
10-21 20:56:16.784   200   200 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x80
10-21 20:56:16.830   200   200 F DEBUG   :     r0 00000000  r1 00000000  r2 00000000  r3 a129aaf8
10-21 20:56:16.830   200   200 F DEBUG   :     r4 00000000  r5 00000000  r6 a1134b90  r7 00000000
10-21 20:56:16.830   200   200 F DEBUG   :     r8 a1134b90  r9 a129aae4  sl a14a1534  fp 00000000
10-21 20:56:16.831   200   200 F DEBUG   :     ip 0000001b  sp b3a453b8  lr a100fb28  pc a0f05e34  cpsr 600f0010
10-21 20:56:16.844   200   200 F DEBUG   :
10-21 20:56:16.844   200   200 F DEBUG   : backtrace:
10-21 20:56:16.844   200   200 F DEBUG   :     #00 pc 001a6e34  /data/app/com.jasonwesley.shooty2016-1/lib/arm/libyoyo.so (_Z7DoAStepv+152)
10-21 20:56:16.844   200   200 F DEBUG   :     #01 pc 001a81cc  /data/app/com.jasonwesley.shooty2016-1/lib/arm/libyoyo.so (_Z16MainLoop_Processv+620)
10-21 20:56:16.844   200   200 F DEBUG   :     #02 pc 0022cac8  /data/app/com.jasonwesley.shooty2016-1/lib/arm/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILi
b_Process+520)
10-21 20:56:16.845   200   200 F DEBUG   :     #03 pc 00dbad37  /data/app/com.jasonwesley.shooty2016-1/oat/arm/base.odex (offset 0x79d000)
10-21 20:56:18.042   200   200 F DEBUG   :
10-21 20:56:18.042   200   200 F DEBUG   : Tombstone written to: /data/tombstones/tombstone_00
10-21 20:56:18.042   200   200 E DEBUG   : AM write failed: Broken pipe
10-21 21:02:21.542 28400 28400 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
10-21 21:02:21.558 28400 28400 D AndroidRuntime: CheckJNI is OFF
10-21 21:02:21.776 28400 28400 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm
10-21 21:02:22.092 28400 28400 I AndroidRuntime: VM exiting with result code 0.
10-21 21:02:28.053 28559 28559 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
10-21 21:02:28.075 28559 28559 D AndroidRuntime: CheckJNI is OFF
10-21 21:02:28.569 28559 28559 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm
10-21 21:02:37.932 28559 28559 I AndroidRuntime: VM exiting with result code 0.
10-21 21:02:39.396 28679 28679 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
10-21 21:02:39.404 28679 28679 D AndroidRuntime: CheckJNI is OFF
10-21 21:02:39.940 28679 28679 D AndroidRuntime: Calling main entry com.android.commands.am.Am
10-21 21:02:39.977 28679 28679 D AndroidRuntime: Shutting down VM
10-21 21:02:40.363 28709 28709 I yoyo    : onCreate
10-21 21:02:40.391 28709 28709 I yoyo    : #######!!!!!!! Checking for runner! failed
10-21 21:02:40.392 28709 28709 I yoyo    : Found Runner flag in manifest, not using APK expansion
10-21 21:02:40.433 28709 28709 I yoyo    : ###@@@@!!!~~~~###### default orientation - 1
10-21 21:02:40.437 28709 28709 I yoyo    : File Path for INI:: /storage/emulated/0/GMstudio/GameAssetsDROID.zip
10-21 21:02:40.439 28709 28709 D yoyo    : Exception while setting up Inijava.io.FileNotFoundException: /storage/emulated/0/GMstudio/GameAssetsDROID.zip: open f
ailed: EACCES (Permission denied)
10-21 21:02:40.440 28709 28709 I yoyo    : INI loaded
10-21 21:02:40.440 28709 28709 I yoyo    : Attempting to initialise extension class com.jasonwesley.shooty2016.GooglePlayServicesExtension
10-21 21:02:40.455 28709 28709 I yoyo    : Method found, attempting to invoke Init
10-21 21:02:40.511 28709 28709 I yoyo    : Google Play Services extension initialising
10-21 21:02:40.511 28709 28709 I yoyo    : Failed to find appid, not initialising GoogleApiClient
10-21 21:02:40.511 28709 28709 I yoyo    : @@@@@@@ Build.Display = M4B30X BRAND=google DEVICE=hammerhead MANUFACTURER=LGE MODEL=Nexus 5 PRODUCT=hammerhead
10-21 21:02:40.511 28709 28709 I yoyo    : @@@@@@@ XPeriaPlay=false manufacturer=false model=false
10-21 21:02:40.512 28709 28709 I yoyo    : Exception thrown trying to call method checkLicensing on GooglePlayLicensingAsExt
10-21 21:02:40.545 28709 28709 I yoyo    : !!!!!!! Checking if APK Expansion file required...
10-21 21:02:40.545 28709 28709 I yoyo    :  + + + + setupView + + + +
10-21 21:02:40.586 28709 28709 I yoyo    : File Path for INI:: /storage/emulated/0/GMstudio/GameAssetsDROID.zip
10-21 21:02:40.586 28709 28709 D yoyo    : Exception while setting up Inijava.io.FileNotFoundException: /storage/emulated/0/GMstudio/GameAssetsDROID.zip: open f
ailed: EACCES (Permission denied)
10-21 21:02:40.586 28709 28709 I yoyo    : INI loaded
10-21 21:02:40.587 28709 28709 I yoyo    : RestrictOrientation setting from YYPrefs
10-21 21:02:40.587 28709 28709 I yoyo    : RestrictOrientation("false", "true"false"false")
10-21 21:02:40.587 28709 28709 I yoyo    : Reading GL config option...
10-21 21:02:40.589 28709 28709 I yoyo    : Using OpenGL ES 1 renderer
10-21 21:02:40.589 28709 28709 I yoyo    : DemoGLSurfaceView: CREATED
10-21 21:02:40.631 28709 28709 I yoyo    : onStart
10-21 21:02:40.631 28709 28709 I yoyo    : googleplayservices extension onStart called
10-21 21:02:40.631 28709 28709 I yoyo    : onResume
10-21 21:02:40.839 28709 28732 I yoyo    : chooseConfig
10-21 21:02:40.906 28709 28732 I yoyo    : OpenGL ES Extensions : GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_APPLE_texture_
2D_limited_npot GL_ARB_vertex_buffer_object GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_OES_blend_equ
ation_separate GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_depth_texture GL_O
ES_depth24 GL_OES_draw_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_framebuffer_object GL_OES_matrix_palette GL_OES_packed_depth_stencil GL_OES_poi
nt_size_array GL_OES_point_sprite GL_OES_read_format GL_OES_rgb8_rgba8 GL_OES_stencil_wrap GL_OES_texture_cube_map GL_OES_texture_env_crossbar GL_OES_texture_fl
oat GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_mirrored_repeat GL_QCOM_binning_control GL_QCOM_extended_get G
L_QCOM_tiled_rendering
10-21 21:02:40.906 28709 28732 I yoyo    : Device supports 32bit display formats
10-21 21:02:41.011 28709 28732 I yoyo    : 16 bit colour depth forced
10-21 21:02:41.012 28709 28732 I yoyo    : Trying EGL config : EGLConfig 3: rgba=5650 depth=24 stencil=8 EGL_ALPHA_MASK_SIZE=0 EGL_BUFFER_SIZE=16 EGL_COLOR_BUFF
ER_TYPE=12430 EGL_CONFIG_CAVEAT=0x3038 EGL_LEVEL=0 EGL_LUMINANCE_SIZE=0 EGL_MAX_PBUFFER_WIDTH=4096 EGL_MAX_PBUFFER_HEIGHT=4096 EGL_MAX_PBUFFER_PIXELS=16777216 E
GL_MAX_PBUFFER_HEIGHT=4096 EGL_MAX_PBUFFER_HEIGHT=4096 EGL_NATIVE_RENDERABLE=0 EGL_NATIVE_VISUAL_TYPE=0 EGL_RENDERABLE_TYPE=69 EGL_SAMPLE_BUFFERS=0 EGL_SAMPLES=
0 EGL_SURFACE_TYPE=1445 EGL_TRANSPARENT_TYPE=12344 EGL_TRANSPARENT_RED_VALUE=-1 EGL_TRANSPARENT_GREEN_VALUE=-1 EGL_TRANSPARENT_BLUE_VALUE=-1
10-21 21:02:41.026 28709 28732 I yoyo    : Selected EGL config working
10-21 21:02:41.039 28709 28709 I yoyo    : onWindowFocusChanged(true|false)
10-21 21:02:41.053 28709 28709 I yoyo    : onPause
10-21 21:02:41.056 28709 28709 I yoyo    : Pausing the Runner
10-21 21:02:41.057 28709 28732 I yoyo    : Renderer instance is gl1.1, framebuffer object is: 0
10-21 21:02:41.073 28709 28732 I yoyo    : APK File Path :: /data/app/com.jasonwesley.shooty2016-1/base.apk
10-21 21:02:41.074 28709 28732 I yoyo    : OpenGL ES-2.0 is supported: 196608
10-21 21:02:41.378 28709 28732 I yoyo    : onSurfaceChanged :: width=1080 height=1920
10-21 21:02:41.385 28709 28732 I yoyo    : State->Splash
10-21 21:02:41.410 28709 28709 I yoyo    : onWindowFocusChanged(false|false)
10-21 21:02:41.426 28709 28709 I yoyo    : onWindowFocusChanged(true|false)
10-21 21:02:41.426 28709 28709 I yoyo    : resumeApp
10-21 21:02:41.435 28709 28709 I yoyo    : iCade Support in "Global Game Settings/Android" not selected
10-21 21:02:41.448 28709 28709 D yoyo    : ****** Found API level 12 function! Joysticks supported
10-21 21:02:41.475 28709 28709 I yoyo    : GAMEPAD: Enumeration complete
10-21 21:02:41.475 28709 28732 I yoyo    : chooseConfig
10-21 21:02:41.481 28709 28732 I yoyo    : OpenGL ES Extensions : GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_APPLE_texture_
2D_limited_npot GL_ARB_vertex_buffer_object GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_OES_blend_equ
ation_separate GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_depth_texture GL_O
ES_depth24 GL_OES_draw_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_framebuffer_object GL_OES_matrix_palette GL_OES_packed_depth_stencil GL_OES_poi
nt_size_array GL_OES_point_sprite GL_OES_read_format GL_OES_rgb8_rgba8 GL_OES_stencil_wrap GL_OES_texture_cube_map GL_OES_texture_env_crossbar GL_OES_texture_fl
oat GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_mirrored_repeat GL_QCOM_binning_control GL_QCOM_extended_get G
L_QCOM_tiled_rendering
10-21 21:02:41.481 28709 28732 I yoyo    : Device supports 32bit display formats
10-21 21:02:41.484 28709 28732 I yoyo    : 16 bit colour depth forced
10-21 21:02:41.485 28709 28732 I yoyo    : Trying EGL config : EGLConfig 3: rgba=5650 depth=24 stencil=8 EGL_ALPHA_MASK_SIZE=0 EGL_BUFFER_SIZE=16 EGL_COLOR_BUFF
ER_TYPE=12430 EGL_CONFIG_CAVEAT=0x3038 EGL_LEVEL=0 EGL_LUMINANCE_SIZE=0 EGL_MAX_PBUFFER_WIDTH=4096 EGL_MAX_PBUFFER_HEIGHT=4096 EGL_MAX_PBUFFER_PIXELS=16777216 E
GL_MAX_PBUFFER_HEIGHT=4096 EGL_MAX_PBUFFER_HEIGHT=4096 EGL_NATIVE_RENDERABLE=0 EGL_NATIVE_VISUAL_TYPE=0 EGL_RENDERABLE_TYPE=69 EGL_SAMPLE_BUFFERS=0 EGL_SAMPLES=
0 EGL_SURFACE_TYPE=1445 EGL_TRANSPARENT_TYPE=12344 EGL_TRANSPARENT_RED_VALUE=-1 EGL_TRANSPARENT_GREEN_VALUE=-1 EGL_TRANSPARENT_BLUE_VALUE=-1
10-21 21:02:41.490 28709 28732 I yoyo    : Selected EGL config working
10-21 21:02:41.495 28709 28709 I yoyo    : Resuming the C++ Runner/resetting GL state
10-21 21:02:41.495 28709 28709 I yoyo    : onWindowFocusChanged(false|false)
10-21 21:02:41.498 28709 28732 I yoyo    : onSurfaceCreated() aborted on re-create, state is currently Splash
10-21 21:02:41.498 28709 28732 I yoyo    : onSurfaceChanged :: width=1080 height=1920
10-21 21:02:41.499 28709 28732 I yoyo    : State->Splash    time: 1477098161499
10-21 21:02:41.499 28709 28732 I yoyo    : State->Splash endTime: 1477098161499
10-21 21:02:41.499 28709 28732 I yoyo    : State->Splash2
10-21 21:02:43.109 28709 28709 I yoyo    : onRequestPermissionsResult 85 returned with: [Ljava.lang.String;@3bb7c3e results:[I@ca2fa9f
10-21 21:02:43.115 28709 28709 I yoyo    : onResume
10-21 21:02:43.121 28709 28709 I yoyo    : onWindowFocusChanged(true|false)
10-21 21:02:43.151 28709 28732 I yoyo    : !!! Asset file - /storage/emulated/0/GMstudio/GameAssetsDROID.zip true l=1477097957000
10-21 21:02:43.152 28709 28732 I yoyo    : !!! Lock file - /storage/emulated/0/GMstudio/GameDownload.lock true l=1477097957000
10-21 21:02:43.152 28709 28732 I yoyo    : GameDownload.lock exists, about to delete...
10-21 21:02:43.164 28709 28732 I yoyo    : After delete flock.exists() returns false
10-21 21:02:43.165 28709 28709 D yoyo    : doSetup called - /storage/emulated/0/GMstudio/GameAssetsDROID.zip
10-21 21:02:43.165 28709 28709 I yoyo    : checking 1 extensions for ad interface
10-21 21:02:43.166 28709 28709 I yoyo    : BILLING: setupInAppBilling
10-21 21:02:43.177 28709 28709 I yoyo    : -----setup Push------
10-21 21:02:43.177 28709 28709 I yoyo    : iCade Support in "Global Game Settings/Android" not selected
10-21 21:02:43.177 28709 28709 D yoyo    : ****** Found API level 12 function! Joysticks supported
10-21 21:02:43.178 28709 28709 I yoyo    : GAMEPAD: Enumeration complete
10-21 21:02:43.178 28709 28709 I yoyo    : RestrictOrientation setting from YYPrefs
10-21 21:02:43.178 28709 28709 I yoyo    : RestrictOrientation("false", "true"false"false")
10-21 21:02:44.537 28709 28732 I yoyo    : android.software.leanback = 0
10-21 21:02:44.559 28709 28732 I yoyo    : MANUFACTURER = LGE
10-21 21:02:44.670   200   200 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-21 21:02:44.670   200   200 F DEBUG   : Build fingerprint: 'google/hammerhead/hammerhead:6.0.1/M4B30X/3237893:user/release-keys'
10-21 21:02:44.670   200   200 F DEBUG   : Revision: '11'
10-21 21:02:44.670   200   200 F DEBUG   : ABI: 'arm'
10-21 21:02:44.670   200   200 F DEBUG   : pid: 28709, tid: 28732, name: GLThread 16858  >>> com.jasonwesley.shooty2016 <<<
10-21 21:02:44.670   200   200 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x80
10-21 21:02:44.687   200   200 F DEBUG   :     r0 00000000  r1 00000000  r2 00000000  r3 a129aaf8
10-21 21:02:44.687   200   200 F DEBUG   :     r4 00000000  r5 00000000  r6 a1134b90  r7 00000000
10-21 21:02:44.687   200   200 F DEBUG   :     r8 a1134b90  r9 a129aae4  sl a14a1534  fp 00000000
10-21 21:02:44.687   200   200 F DEBUG   :     ip 0000001b  sp b3a453b8  lr a100fb28  pc a0f05e34  cpsr 600f0010
10-21 21:02:44.697   200   200 F DEBUG   :
10-21 21:02:44.697   200   200 F DEBUG   : backtrace:
10-21 21:02:44.697   200   200 F DEBUG   :     #00 pc 001a6e34  /data/app/com.jasonwesley.shooty2016-1/lib/arm/libyoyo.so (_Z7DoAStepv+152)
10-21 21:02:44.697   200   200 F DEBUG   :     #01 pc 001a81cc  /data/app/com.jasonwesley.shooty2016-1/lib/arm/libyoyo.so (_Z16MainLoop_Processv+620)
10-21 21:02:44.697   200   200 F DEBUG   :     #02 pc 0022cac8  /data/app/com.jasonwesley.shooty2016-1/lib/arm/libyoyo.so (Java_com_yoyogames_runner_RunnerJNILi
b_Process+520)
10-21 21:02:44.698   200   200 F DEBUG   :     #03 pc 00dbae8f  /data/app/com.jasonwesley.shooty2016-1/oat/arm/base.odex (offset 0x79d000)
10-21 21:02:45.403   200   200 F DEBUG   :
10-21 21:02:45.403   200   200 F DEBUG   : Tombstone written to: /data/tombstones/tombstone_01
10-21 21:02:45.403   200   200 E DEBUG   : AM write failed: Broken pipe
Any help is greatly appreciated. Thank you!
 
T

Tamakun23

Guest
So I'm not sure how this happened, but I now have a working solution.

I have been installing older versions of Game Maker to try to solve the issue.
- I installed v1.4.1760 (which was successful in compiling a version which ran correctly).
- I installed Android NDK R10b 32-bit "android-ndk32-r10b-windows-x86" (I may have had a newer version installed, but I am unsure)
- My Global Game Settings are untouched.
- My Android SDK Packages are untouched.

I then, on a whim, reinstalled v1.4.1763 into a new, separate directory and tested, and for some reason this worked.

I would have reason to believe that the Newest version of the Android NDK might have been the culprit (as they're at r13 and that was the first available option when I downloaded it recently), but unfortunately I cannot confirm this, as theoretically it shouldn't have worked with the older version of GMS.
 
Top