crash

  1. Sandman

    Bug? NB6 crashes Sony Xperia M5 hard, forcing phone reboot

    For some reason NB6 crashes Sony Xperia M5 (and perhaps more phones) when using NB6. To reproduce: - Download the official NB6 (including the updated NB6.bas) and install - Try the first notification - Message on screen: "Unfortunately, System UI has stopped" Result in pic below. After...
  2. K

    Android Question App crashes when trying to change a label's text

    Hello! I'm new to this forum (and generally in B4A and Android programming) and this is my first post. I have a problem with the app I'm developing. This is the code causing the crash, but I don't know how to fix it: Private DriveStartHour As Int = -1 Private DriveStartMin As Int = -1...
  3. Sandman

    Android Question Can a socket be connected and closed at the same time?

    I whipped up some code to help out with a little logging, but surprisingly often it crashes with java.io.IOException: Socket Closed in the line commented with CRASH HERE. I've wrapped everything carefully to make sure the socket should be in good shape, but even though it apparently is...
  4. Multiverse app

    Android Question App crashes- Notificationlistener [Solved]

    As mentioned here: https://www.b4x.com/android/forum/threads/android-8-x-crashes-due-to-starter-service-not-running.91661/ in newer B4A versions, when the app is reopened after a long time, the Starter service fails to start. After the app launch, it takes 5-10 seconds to start the Starter...
  5. A

    Android Question app crashed (using class-contactsutils provides read write access to the stored contacts)

    Hi Erel, I tried to use the library you uploaded: https://www.b4x.com/android/forum/threads/class-contactsutils-provides-read-write-access-to-the-stored-contacts.30824/ this is my code(activity_create): If FirstTime Then Activity.LoadLayout("MAIN") cu.Initialize End If...
  6. Multiverse app

    Android Question App crashes: Android 8.0 Background execution limits

    One of my apps recently started crashing randomly, with no information in logs whatsoever. I have been debugging for 5 days now, and have no idea what is causing the issue. I have tried to debug every module, change targetSdkVersion, and recompile many times. As the project is very big, I am not...
  7. rleiman

    Android Question MaterialRangeBar crashes my app

    Hi Everyone, Can you look at the enclosed tiny app and let me know why it crashes after a rangebar is added? I originally added the rangebar on my existing app and it crashed as soon as the activity was loaded so I made this tiny app with just a panel and the rangebar. I can't figure out why...
  8. X

    Bug? b4a 7.80 crash

    I just bought b4a 7.80 beta. But after installation, open b4a.exe and . English is not good. Please forgive me. Thank you very much! an error has occurred during thne registration process: error message : license file is missing My computer information is win7 SP1. The 7.30 version can be...
Top