Bug? Startup Error

Spectre

Active Member
Licensed User
Longtime User
Hi!

I encounter this problem when I start my app on an old S4 samsung. On a recent P9 lite, however, everything works correctly, android version too obsolete??



B4X:
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
*** Service (udp_service) Create ***
** Service (udp_service) Start **
java.lang.NoSuchMethodError: No static method InputList(Lanywheresoftware/b4a/objects/collections/List;Ljava/lang/String;ILanywheresoftware/b4a/BA;)I in class Lanywheresoftware/b4a/keywords/Common; or its super classes (declaration of 'anywheresoftware.b4a.keywords.Common' appears in /data/app/org.osservatoriospectre.AstroLog-1/base.apk)
    at ftp.auto.lib.ftp_auto._ftp_listcompleted(ftp_auto.java:828)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:372)
    at anywheresoftware.b4a.BA.raiseEvent2(BA.java:186)
    at anywheresoftware.b4a.BA$2.run(BA.java:360)
    at android.os.Handler.handleCallback(Handler.java:739)
    at android.os.Handler.dispatchMessage(Handler.java:95)
    at android.os.Looper.loop(Looper.java:145)
    at android.app.ActivityThread.main(ActivityThread.java:5951)
    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:1400)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1195)
 

DonManfred

Expert
Licensed User
Longtime User
at ftp.auto.lib.ftp_auto._ftp_listcompleted(ftp_auto.java:828)
The problem is in the FTPauto library. Ask the Author to recompile it with a new B4A Version.
Use the updated Library then.

If you dont get any update then you need to find another solution. The lib at it´s present state are no longer working in newer b4a versions.
The author is no longer active so i guess you need to switch to another solution.
Use the NET library (the ftp object in it) for ex.
 

Spectre

Active Member
Licensed User
Longtime User
Ok ... will try to use the FTP standard library or the NET library
 
Top