runtimeexception

  1. Guenter Becker

    B4J Question Error java.RuntimeException

    Hi, I have a B4J 10.30 project with a Main Form Style Decorated. In my AppStart I use this code: Dim jo As JavaObject = MainForm Dim e As Object = jo.CreateEventFromUI("javafx.event.EventHandler", "scroll", Null) jo.RunMethod("setOnScroll", Array(e)) If I start the code at the...
  2. D

    Android Question Debug problem java.lang.RuntimeException: Unable to create service

    Hi Guys I have a problem with some code - as soon as it attempts to run in debug I get the following Error report (it is OK if compiled as a release version). Previously this code as worked when last tested about a month ago. java.lang.RuntimeException: Unable to create service...
  3. 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...
Top