Page 1 of 1

Do ERROR 0x0 need to be double-checked ?

Posted: Tue Apr 27, 2010 1:39 am
by amuro.ID
Hello.

Do ERROR 0x0 need to be reported immediately or i need to run the same WU twice and see it failed at the same point before i have to post the problem WU ?

Re: Do ERROR 0x0 need to be double-checked ?

Posted: Tue Apr 27, 2010 5:06 am
by 7im
The client is designed to handle errors automatically, usually. See also: http://fahwiki.net/index.php/Early_Unit_End

Re: Do ERROR 0x0 need to be double-checked ?

Posted: Tue Apr 27, 2010 12:12 pm
by toTOW
ERROR 0x0 is an unknown error ... and it's usually hard to find the cause.

So it's better to retry to fold the WU to see if the issue is related to it, or if it's caused by some random error in the code or in hardware.

Re: Do ERROR 0x0 need to be double-checked ?

Posted: Tue Apr 27, 2010 4:29 pm
by 7im
If the WU fails in the same place, it's likely a bad WU. If it fails in a different place, it may be indication of a hardware related concern.