back to knowledge base index ERRORMSG: Overrun error detected during playback.

Last reviewed: October 15, 2007
Article ID: 010307sab

The information in this article applies to:

Symptoms

Pronto for Windows produces the error message during playback:

Overrun error: Character received, but not processed before the next character arrived.

Cause

This problem is caused by the Windows serial driver failing to collect a character from the serial port before another one arrives and overwrites it, causing it to be lost.

Resolution

On Windows 95/98 and ME, Windows 2000/XP
A solution is as follows:

Typically it is only necessary to move the setting one division to the left but some device drivers may 'hog' the processor requiring further reduction. Using a lower setting reduces processor performance very slightly (a couple of percent). Note that changes made to this setting only take effect after a reboot. On Windows NT4 the receive buffer setting can only be changed using the registry editor, this setting is stored under the key:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Serial]

In the value:

"RxFIFO"=dword:00000008

In Windows NT4 the default is 8, change this setting to 4 or 1 to reduce the incidence of overrun errors. Note that changes made to this setting only take effect after a reboot.

NOTE also:

On Windows 3.1 and on some old computers (particularly 486 and early Pentium laptops) had a different sort of COM port called a 8250 as opposed to the newer 16550. On these machines the adjustment above is not available and the only solution is to try one or more of the following:

Computers affected by this problem will almost certainly suffer the same errors in other communication packages. If it occurs rarely it will be masked by the automatic retry process in most modern e-mail and terminal programs.

References

See also the following article in the Microsoft knowledge base at

http://support.microsoft.com/kb/q131016/

Back to Knowledge Base index

Last reviewed: October 15, 2007
© 2007 Outram Research Ltd. All rights reserved.