Bug? Bug when i click stop in legacy debuger

Prosg

Active Member
Licensed User
Longtime User
Hello,

i have a strange bug since 2 days... when i click "Stop" in legacy debug mod i have those errors


Someone can help ?


B4X:
** Service (starter) Create **
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Service (httputils2service) Create **
** Service (httputils2service) Start **
(Intent) Intent { cmp=com.addcourt.prosg/.httputils2service }
** Activity (main) Pause, UserClosed = true **
** Activity (mmainstaff) Create, isFirst = true **
** Activity (mmainstaff) Resume **
** Activity (mmainstaff) Pause, UserClosed = false **
** Activity (mstaffprofils) Create, isFirst = true **
~w:1004,mstaffprofils,31
** Activity (mstaffprofils) Resume **
2130968594
** Activity (mstaffprofils) Pause, UserClosed = false **
** Activity (mstaffprofilclub) Create, isFirst = true **
~w:1004,mstaffprofilclub,134
** Activity (mstaffprofilclub) Resume **
** Service (starter) Destroy **
** Service (starter) Create **
** Service (starter) Start **
** Activity (mstaffprofils) Create, isFirst = true **
mstaffprofils_addlabel (B4A line: 94)
iconList.Bitmap = icon
java.lang.RuntimeException: Object should first be initialized (Bitmap).
    at anywheresoftware.b4a.AbsObjectWrapper.getObject(AbsObjectWrapper.java:50)
    at com.addcourt.prosg.mstaffprofils._addlabel(mstaffprofils.java:494)
    at com.addcourt.prosg.mstaffprofils._refreshinfo(mstaffprofils.java:636)
    at com.addcourt.prosg.mstaffprofils._activity_create(mstaffprofils.java:419)
    at java.lang.reflect.Method.invoke(Native Method)
    at anywheresoftware.b4a.BA.raiseEvent2(BA.java:169)
    at com.addcourt.prosg.mstaffprofils.afterFirstLayout(mstaffprofils.java:102)
    at com.addcourt.prosg.mstaffprofils.access$000(mstaffprofils.java:17)
    at com.addcourt.prosg.mstaffprofils$WaitForLayout.run(mstaffprofils.java:80)
    at android.os.Handler.handleCallback(Handler.java:739)
    at android.os.Handler.dispatchMessage(Handler.java:95)
    at android.os.Looper.loop(Looper.java:158)
    at android.app.ActivityThread.main(ActivityThread.java:7224)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
** Service (starter) Create **
** Service (starter) Start **
** Activity (mmainstaff) Create, isFirst = true **
mmainstaff_activity_create (B4A line: 157)
bitmapJoueur.Initialize(File.DirAssets,Starter.cl
java.io.FileNotFoundException:
    at android.content.res.AssetManager.openAsset(Native Method)
    at android.content.res.AssetManager.open(AssetManager.java:363)
    at android.content.res.AssetManager.open(AssetManager.java:337)
    at anywheresoftware.b4a.objects.streams.File.OpenInput(File.java:202)
    at anywheresoftware.b4a.objects.drawable.CanvasWrapper$BitmapWrapper.Initialize(CanvasWrapper.java:498)
    at com.addcourt.prosg.mmainstaff._activity_create(mmainstaff.java:495)
    at java.lang.reflect.Method.invoke(Native Method)
    at anywheresoftware.b4a.BA.raiseEvent2(BA.java:169)
    at com.addcourt.prosg.mmainstaff.afterFirstLayout(mmainstaff.java:102)
    at com.addcourt.prosg.mmainstaff.access$000(mmainstaff.java:17)
    at com.addcourt.prosg.mmainstaff$WaitForLayout.run(mmainstaff.java:80)
    at android.os.Handler.handleCallback(Handler.java:739)
    at android.os.Handler.dispatchMessage(Handler.java:95)
    at android.os.Looper.loop(Looper.java:158)
    at android.app.ActivityThread.main(ActivityThread.java:7224)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)

it's like when i click stop the software refresh the app before close and don't find some variable like starter.user.img

very strange
 
Last edited:
Top