P peggjones Active Member Licensed User Longtime User Aug 25, 2014 #1 When this error is displayed should it not indicate which sub the error has occurred in? I keep seeing it just followed by a description of the error with nothing to tell me which subroutine the error occured in. Anyone have any views? Thanks
When this error is displayed should it not indicate which sub the error has occurred in? I keep seeing it just followed by a description of the error with nothing to tell me which subroutine the error occured in. Anyone have any views? Thanks
klaus Expert Licensed User Longtime User Aug 25, 2014 #2 You should post the complete error message from the Logs. Is there no line number in the message ? Upvote 0
P peggjones Active Member Licensed User Longtime User Aug 26, 2014 #3 This is an example of what I see An error has occurred in sub: java.lang.RuntimeException: Object should first be initialized (Cursor) Continue? Should there not be a sub name after sub: on the first line? Many thanks Upvote 0
This is an example of what I see An error has occurred in sub: java.lang.RuntimeException: Object should first be initialized (Cursor) Continue? Should there not be a sub name after sub: on the first line? Many thanks
Erel B4X founder Staff member Licensed User Longtime User Aug 26, 2014 #4 Why aren't you using the rapid debugger? Have you checked the logs for the full error? Upvote 0