naifnas Active Member Licensed User Feb 10, 2018 #1 hi my app always crashes this message B4X: SignalHandler 6 thanks
Erel B4X founder Staff member Licensed User Longtime User Feb 11, 2018 #2 There isn't enough information here. You need to post the full logs and the relevant code. Upvote 0
naifnas Active Member Licensed User Feb 11, 2018 #3 thanks for reply this B4X: Application_Start Application_Active Application_Pushtoken true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true Application_Pushtoken true true true true true true true true true true true true Class (b4i_httpjob) instance released. true true true true true true true true Application_Pushtoken true true true true true true true true true true true true true true true true true true true true Class (b4i_httpjob) instance released. true true true true true true true true Application_Pushtoken true true true true true true true true Error occurred on line: 7761 (Main) Object was not initialized (UIView) Stack Trace: ( CoreFoundation <redacted> + 148 libobjc.A.dylib objc_exception_throw + 56 CoreFoundation <redacted> + 0 result -[B4IObjectWrapper object] + 152 result -[B4IViewWrapper setTop:] + 44 result -[LS_1 LS_general:::] + 180 CoreFoundation <redacted> + 144 CoreFoundation <redacted> + 292 result +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1624 result +[B4ILayoutBuilder runScripts:::] + 968 result -[B4ILayoutBuilder resizeLayout::] + 852 result __30-[B4IPanelView layoutSubviews]_block_invoke + 588 libdispatch.dylib <redacted> + 24 libdispatch.dylib <redacted> + 16 libdispatch.dylib <redacted> + 1016 CoreFoundation <redacted> + 12 CoreFoundation <redacted> + 2012 CoreFoundation CFRunLoopRunSpecific + 436 GraphicsServices GSEventRunModal + 100 UIKit UIApplicationMain + 236 result main + 124 libdyld.dylib <redacted> + 4 ) SignalHandler 6 but line 7761 last code its B4X: End Sub Upvote 0
thanks for reply this B4X: Application_Start Application_Active Application_Pushtoken true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true Application_Pushtoken true true true true true true true true true true true true Class (b4i_httpjob) instance released. true true true true true true true true Application_Pushtoken true true true true true true true true true true true true true true true true true true true true Class (b4i_httpjob) instance released. true true true true true true true true Application_Pushtoken true true true true true true true true Error occurred on line: 7761 (Main) Object was not initialized (UIView) Stack Trace: ( CoreFoundation <redacted> + 148 libobjc.A.dylib objc_exception_throw + 56 CoreFoundation <redacted> + 0 result -[B4IObjectWrapper object] + 152 result -[B4IViewWrapper setTop:] + 44 result -[LS_1 LS_general:::] + 180 CoreFoundation <redacted> + 144 CoreFoundation <redacted> + 292 result +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1624 result +[B4ILayoutBuilder runScripts:::] + 968 result -[B4ILayoutBuilder resizeLayout::] + 852 result __30-[B4IPanelView layoutSubviews]_block_invoke + 588 libdispatch.dylib <redacted> + 24 libdispatch.dylib <redacted> + 16 libdispatch.dylib <redacted> + 1016 CoreFoundation <redacted> + 12 CoreFoundation <redacted> + 2012 CoreFoundation CFRunLoopRunSpecific + 436 GraphicsServices GSEventRunModal + 100 UIKit UIApplicationMain + 236 result main + 124 libdyld.dylib <redacted> + 4 ) SignalHandler 6 but line 7761 last code its B4X: End Sub
BillMeyer Well-Known Member Licensed User Longtime User Feb 11, 2018 #4 Post your "Main" code (select all, copy and paste using " B4X: ") - I think your problem lies there - without seeing it, we cannot help. Last edited: Feb 11, 2018 Upvote 0
Post your "Main" code (select all, copy and paste using " B4X: ") - I think your problem lies there - without seeing it, we cannot help.
naifnas Active Member Licensed User Feb 11, 2018 #5 BillMeyer said: Post your "Main" code (select all, copy and paste using B4X: ) - I think your problem lies there - without seeing it, we cannot help. Click to expand... ok thanks for reply Upvote 0
BillMeyer said: Post your "Main" code (select all, copy and paste using B4X: ) - I think your problem lies there - without seeing it, we cannot help. Click to expand... ok thanks for reply
naifnas Active Member Licensed User Feb 11, 2018 #6 my question what means ? B4X: SignalHandler 6 give me crash after 2 or 3 click when event this B4X: Page1.Initialize("Page1") Page1.Title = "" Page1.RootPanel.Color = Colors.White Page1.RootPanel.LoadLayout("1.bil") Page1.HideBackButton=True Panel_main1.Visible=False Panel1_log.Visible=False NavControl.ShowPage(Page1) NavControl.NavigationBarVisible =True Page1.RootPanel.Visible=False Spinner_main_search.Visible=False image_change=False Button1.Text=" " Button2.Text="" WebView1.Visible=False Upvote 0
my question what means ? B4X: SignalHandler 6 give me crash after 2 or 3 click when event this B4X: Page1.Initialize("Page1") Page1.Title = "" Page1.RootPanel.Color = Colors.White Page1.RootPanel.LoadLayout("1.bil") Page1.HideBackButton=True Panel_main1.Visible=False Panel1_log.Visible=False NavControl.ShowPage(Page1) NavControl.NavigationBarVisible =True Page1.RootPanel.Visible=False Spinner_main_search.Visible=False image_change=False Button1.Text=" " Button2.Text="" WebView1.Visible=False
Erel B4X founder Staff member Licensed User Longtime User Feb 11, 2018 #7 It means that the app crashed. In most cases you should get a stack trace. The stack trace includes useful information. Upvote 0
It means that the app crashed. In most cases you should get a stack trace. The stack trace includes useful information.