Page 1 of 1

wtf crash

Posted: Sat Sep 19, 2015 12:54 am
by Zdeno Bielik
Hi Roger,

sometimes when I select „Inspect this object“ after right-mouse click on item in preview debug window, app crashes with next error:


oError:args :
-> VALTYPE:B VALUE:{||_MenuCaption(oTree)}
-> VALTYPE:C VALUE:
oError:description : Parameter has a wrong data type
oError:operation : <{||_MenuCaption(oTree)}>==<>
------------------------------------------------------------------------------
CALLSTACK:
------------------------------------------------------------------------------
Called from LOGHANDLER(4885)
Called from (B)START(62)
Called from DC_GETLIST:EVENTLOOP(4209)
Called from DC_GETLIST:READGUI(3841)
Called from DC_READGUI(111)
Called from DC_ARRAYVIEW(707)
Called from (B)_SHOWDATA(1145)


eXpres++ 2.0.261
Xbase++ 2.0.623


Zdeno

Re: wtf crash

Posted: Sat Sep 19, 2015 1:13 am
by Zdeno Bielik
hmmm, also sometimes I got these errors – please, just see attached images

Re: wtf crash

Posted: Sun Sep 20, 2015 11:39 am
by rdonnay
LogHandler is your function so I'm not sure why this is happening.

You can put a test in your code to prevent this error.

I would like to see a sample program to help you with this.