When I check an app in debug mode it's easy to understand where the error is, because in the log is reported which is the module and b4j line of the error.
In release mode the check is not so easy: in my example there is a server application in which the log file is redirected on a file.
The...
I have a resumable sub, akin to:
B4X:
Public Sub DeviceGetStatus As ResumableSub
Dim Result as MyCustomType
' .... more code
Log("Device status request complete.")
Return Result
End Sub
In another block, I call it with:
B4X:
Wait For (DeviceGetStatus) Complete(Status As...
Hello!
When I want to publish my app google console reports that most of the devices are crashing in their Pre-launch report.
The Details say:
java.lang.RuntimeException: Object should first be initialized (Map).:
FATAL EXCEPTION: main
Process: b4a.fahrstundenPlanerSMS, PID: 20011...
Hi
I have been having problems using PreoptimizedCLV when the list exceeds a certain length. To debug it, I created a simple project that loads a list of labels. Immediately, there was a crash that I was not able to understand and fix, right after I scroll down past a certain length.
The error...
Hi everyone. Could anybody help me with this error ?
error appear in line 10
B4X:
For Each colTable As Map In Table
Thank you.
Error occurred on line: 101 (Pag_articole)
java.lang.RuntimeException: Object should first be initialized (List).
at...
Hello everyone, I would like to see if you can help me with an error that my application reports in Firebase Crashlytics...
B4X:
Fatal Exception: java.lang.RuntimeException: java.lang.RuntimeException: java.io.EOFException
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:175)...
OK, I am using Informatix ArchivePlusZip library and I'm getting this weird error:
B4X:
ZipDone
main$ResumableSub_DebugFiles_Clickresume (java line: 557)
java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
at...
I get this error:
B4X:
Error occurred on line: 422
java.lang.ArrayIndexOutOfBoundsException
at java.lang.reflect.Array.get(Native Method)
at anywheresoftware.b4a.shell.ArraysUtils.getElement(ArraysUtils.java:76)
at anywheresoftware.b4a.shell.Shell.getArrayElement(Shell.java:482)...
is this on purpose?
B4X:
b4xbreadcrumb_touch_touch (java line: 372)
java.lang.Exception: Sub b4xbreadcrumb1_crumbclick was not found.
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:219)
at anywheresoftware.b4a.keywords.Common.CallSub4(Common.java:1082)
at...
Hi guys,
I have a published app on the google market which sometimes logs a java.lang.NullPointerException on subscribe.
this is what I get in the Android vitals
java.lang.NullPointerException:
at anywheresoftware.b4j.objects.MqttAsyncClientWrapper.Subscribe (MqttAsyncClientWrapper.java:116)...
I have two domains ,the first is free and second paid, if I downloaded image from the free domain no problem but I can't from paid domain I got this error
The attached file is a sample of the problem, so can someone help me?
B4X:
httpjob_getbitmap (java line: 170)
java.lang.RuntimeException...
I've included the last B4XDrawer library
Android Tutorial - [B4X] B4XPages + B4XDrawer
B4XDrawer v1.53 adds support for B4J. This is a good opportunity to create a B4XPages example using B4XDrawer. It does require some configuration so pay attention. The example is based on the three pages...
Hi All
I am having an issue where my test app is crashing when moving to the second page of my App, It seems to relate to the left Pane drawer but I cant see what I am doing wrong.
Error log below, Also attached a sample project for reference.
One other question, How do I set the size for a...