Inquiry
Why are hardware manufacturers so incompetent when it comes to software? The wonderful message below was followed by three more equally insane error dialogs.

Why are hardware manufacturers so incompetent when it comes to software? The wonderful message below was followed by three more equally insane error dialogs.

July 5th, 2008 at 11:35
That’s a typo in a printf (or sprintf) format specifier for showing something in hex. It should have been:
sprintf(somestringtoshow, “Occurred system error! The error code is 0x%8x”, fooerror);