Page 1 of 1

Enable error log on FWPPC

PostPosted: Sun Apr 28, 2013 3:40 am
by cllow208
Hi Antonio,

For some reasons my FWPPC suddenly crashes very frequently without a trace.. the error message just shown for a few seconds before closing.

Is there anyway to enable to trap error messages on FWPPC?

Kindly help..


Thanks & best regards,

CL Low

Re: Enable error log on FWPPC

PostPosted: Tue May 21, 2013 8:52 am
by Antonio Linares
Cl Low,

Are you able to read the shown error message before it gets closed ?

Re: Enable error log on FWPPC

PostPosted: Wed May 22, 2013 1:42 am
by cllow208
Hi Antonio,

Yes, it shows on the screen for a second, i am unable to read it
before closing.

Kindly help..


Thanks & best regards,

CL Low

Re: Enable error log on FWPPC

PostPosted: Wed May 22, 2013 7:17 am
by Antonio Linares
Usually those popup error messages appear on GPFs that finally close the app.

Are you able to locate the place where it crashes ? Try to place some MsgInfo( "here" ) in your code until you find the line that is crashing.

For estandard errors you can call ErrorBlock( { | o | MsgInfo( o:Description ) } ) to implement your own error handler.