App does not start

Hi all, now some time is passed and i have tried many things but with no success. I'm able to compile after remade all entire project... but the app still doesnpt start. I have deleted ALL extension and also some instruction on Screen Initialize to get privileges on Bluetooth. No errors No warnings but still does nothing. Ah also delete the icon, all sounds (wav, mp3..) but nothing. I am available to send the remaining aia file to do some investigations. I want remember that circa 3 months ago the original project work perfectly.. Could someone help me? Thx in advance!!
@TIMAI2 @Anke

To find out what's going on use logcat

Also

Upload your app to https://unchive.kodular.io to get some statistics of your project and post the statistics overview

Taifun

Hi Taifun, thank you very much. I upload the project on unchive and it shows a sort of error but without any other related infos. This is the screenshot (but i already download the .AIV file if needed)


Something was changed in Navigation component in the last few months? Must i change something in its properties or use another navigation component?
I also see that i use an Api Key for it do to Open Route Service. Is ORS dead (or my key expired) and cause this problem?
Hope to resolve this so i could made my projects alive again.
Thanks in advance, Luca

Just to let you know:
Had a login on ORS but it seems that the API key is good and never expires:

I do not think do... have you seen the tutorial?

Can you post the statistics overview from unchive?

Also to avoid further guessing of what might be wrong use logcat as mentioned earlier

Taifun

Do you ask me if i see the tutorial? Sorry but my apps works for 4 years until recently something doesn't work anymore. Even if i don't change anything in the Map compartment.. I'll give the statistics from unchive but .. the ADB and logcat way is another story i don't want (if possible) to take..
How can i upload the .AIV file (it give me an error if i try to upload here..)

Just post a screenshot here

You should follow that path if you want to find out the issue

Taifun

This is row number 1 and the only one. Showing in wrap mode on Notepad++. 817945 characters long so only the first screenshot. But if you need i could try to screenshot all the datas..

Ok, i'll try this way (logcat via ADB) and return here the result. Thank for now

I add .txt extension to .aiv file just to upload it here.
DuoServerPerCapireProblema .aiv.txt (798.8 KB)

The information you provided does not help
Post a screenshot of the unchive overview result screen and your logcat output

Taifun

Hi Taifun, after the holidays i get the time to investigate with your suggestion so i tried ADB with logcat. Form what i understand the first error is for a font component that is not found but i already delete all external fonts from the app. So it seems like it is the problem that user [Still_Learning] suggest it could be:
"...some residual files (from the removed extension or some blocks) making such cause and no problem with anyother extension. if we remove those residual files then it will start compile/run..."
BUT , of course, i don't know where to operate to remove those residuals.
Could you help me?
Also i attach the logcat file (AppErrors.log) that i produce with command "adb logcat *:E >AppErrors.logcat.txt" to show some other errors after the font component that could be useful.
Thank yuo VERY much for you time and help.
AppErrors.logcat.txt (136.5 KB)

Please also

Taifun

Here all the screenshots of unchive for the app:





..and the last 2:


Unfortunately these screenshots are useless
Interesting would be the overview result screen instead of all the detail screens
Taifun

What do you mean by "overview"? The summary? Download the .aiv file? (summary or .aiv are the same..)
I attach here anywhere
DuoTuning.aiv.txt (2.0 MB)

from your logcat output we can see

09-18 10:32:29.783 1302 1302 E Form : Form Screen1 ErrorOccurred, errorNumber = 909, componentType = Screen1, functionName = , messages = java.lang.RuntimeException: Unable to start activity ComponentInfo{appinventor.ai_duca_italia.Duo/appinventor.ai_duca_italia.Duo.Screen1}: java.lang.RuntimeException: Font asset not found default

to get the project overview in unchive click "Summary"
unknown

as far as I can see, you are using only 1 screen?
please provide a list of extensions you are using
unknown2

Taifun