crash

  1. DALB

    Bug? IDE Crashes since the last vesion (10.2)

    Hello, Just an information. My IDE B4A crashes sometimes without any reason; Around 1 once every two or three days. All is saved automatically by chance, but since this version (10.2), it crashes suddlendly Am I the one ? windows 10, asus mastercard 3.6 Ghz. No software added since a long time.
  2. A

    iOS Question [solved] B4XPages - B4XPage_Appear crash

    Hi All, I am trying to set the text for B4XFloatTextField in B4XPage_Appear but it crashes with the stack in the code block below. I understand that when a page appear the events that will raise is B4XPage_Created then B4XPage_Appear, so I am tryin to use B4XPage_Appear since my data is coming...
  3. D

    iOS Question App crashes in release but OK in debug

    Hi Guys I have a problem, I can get my App to crash in its release version but cannot duplicate it in debug. In release version I can duplicate the crash every time by showing a particular page - then pressing the back button - and then selecting to show the same page again. Other pages appear...
  4. Ferdari

    Android Question B4A crash with Notification Window opening suddenly

    I was working in the calm night, but suddenly a wild Notification Window appeared like 10000+ times and crashed the app an my PC slowed down. Whats is this kind of BUG? @Erel is it some testing? But for my salvation the project were saved before.
  5. Lucas Eduardo

    Android Question FirebaseAnalytics.Firebase crashing app

    Hello, i reinstall the SDK Manager and when i debug an app it crashs before start. So i found what was causing the problem and it's this line in manifest editor CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase) I searched for a lot solutions in forum but with not success, i already...
  6. K

    Android Question Upload Error on Server When App Crash

    Can I upload Crash Log on mysql server when App Crash? I tried like this ::: Sub Application_Error (Error As Exception, StackTrace As String) As Boolean Dim http As HttpJob http.Initialize("temp",Me) Dim post As String post = "errorlog=" & "testing" http.PostString(url...
  7. M

    iOS Question [SOLVED] MiniSearchView doesn't work

    Hi, i'm trying to use the minisearchview but i get this error when i use the "setitems" function: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1] Thanks
  8. P

    Android Question App crashes without any error

    Hello my app was working fine until i came to work on it but there was an error -> Maven artifact not found: com.google.firebase:firebase-installations (It was working before this error) So i opened sdk manager and selected com.google.firebase:firebase-installations AND...
  9. M

    iOS Question App doesn't start anymore O_o

    hi, time ago I was developing an app on iOS, at the time it was working, then I had to leave to project for a while. Now I reopen the project, compiled, and the app doesn't even start! Show a blank screen for fraction of a second and then closes. No Log messages.. no hints.. Thank for your help
  10. M

    iOS Question iSVG Library Error

    Hi everyone, i'm coding an app for iOS, i always tried with my iPhoneXR Now i tried to run the same app on iPad and it crashes on loading an SVG File. *** Assertion failure in +[SVGLength pixelsPerInchForCurrentDevice], /Users/b4j/Downloads/SVGKit-2.x/Source/DOM classes/SVG-DOM/SVGLength.m:197...
  11. M

    iOS Question [SOLVED] ScrollView error with TabBarController

    Hi everyone, i'm trying to code an app structued like so: - Splash Screen where i test internet connection - Login Form - Home (With a Scroll view inside) After Login will appear Home page and then the KeyController will switched to TabBarController. Doing like so the ScrollView get blank and...
  12. DALB

    Android Question button crash with code inside, no crash without code inside

    Hello everyone, I've a famous and strange behaviour from a button. With the following code Sub btnCalculsMoyJ_Click Dim nc As Int=Table1.SelectedRows Log(nc) ToastMessageShow("what Happens ?'","???") End Sub the app crashes without any reason and I have no line in the log...
  13. Multiverse app

    Android Question AHSwipeToRefresh Crash

    AHSwipeToRefresh crashes the app, this started after the AndroidX migration I believe. Logs: I have android-support-4.jar in Additional libs folder, and also ran Jetifier. I also have "Google repository" and "Android Support Repository" installed from the B4A SDK
  14. M

    Android Question CRASH using AppCompat object

    Hi everyone, i recently opened up a project that i stopped some time ago, before all the updates. In the project i used AppCompat Checkboxes and switches and as soon as the layout loads up the app crashes. I tried to remove the checkboxes, switches ans library, and it doens't crash anymore...
  15. A

    Wish Callback method when app crashes

    I wish a method that is called when the app crashes, like Application_Error in B4A. https://developer.apple.com/documentation/foundation/1409609-nssetuncaughtexceptionhandler?language=objc Thanks in advance. Kind regards, Alberto
  16. K

    German Kompletter Crash wie komme ich jetzt an B4A heran?

    Hallo Community, mein Rechner hat einen Totalschaden erlitten. Alle meine Daten und meine Backups sind weg! Das Einzige was ich noch habe, sind alle Vertragsunterlagen, Passwörter und Zugangsdaten dank KeePass auf meinem Handy! Ich habe mich ja auch hier eingeloggt mit meinem UID und...
  17. A

    Android Question App restarts on Bluetooth Connection reset

    I have a project I am working on where I have a Bluetooth keyboard that times out (and it must, so it is not an option to try to get around that time out) But when it times out it disconnects and causes my app to restart. The app has absolutely no code dealing with Bluetooth connections...
  18. R

    Android Question Crash on clicking selected CSBuilder text in EditText

    Have a simple EditText that has a CSBuilder text in it (for SQL syntax highlighting). When I select a length of text (with the normal standard long click) and then do a click within that text I get a crash with this error message: java.lang.IndexOutOfBoundsException: getChars (-1 ... 527)...
  19. Y

    Android Question Crash with pdfrenderer that bypasses the crash handler

    I'm experiencing a strange behaviour with @DonManfred's pdfrenderer library (which, by the way, is very useful so thank you for making it). It seems to cause a crash when trying to render a specific .pdf file. Here's what I'm doing in a nutshell: I'm downloading a .pdf file from an URL using an...
  20. Sandman

    Android Question Are you using NB6? Are you seeing "System UI has stopped"?

    There's a thread going on regarding this topic, right here. Erel has requested information about what phone models that are affected. If you are using NB6 and you have some users (or even yourself) that get the "System UI has stopped", please take a minute to answer Erels question right here...
Top