JSI Tip 8140. You receive a 'CS:EIP = 000Fh:00001373h' error when you run a DOS program in Windows?

Jerold Schulman

June 10, 2004

1 Min Read
ITPro Today logo in a gray background | ITPro Today


When you run a 16-bit DOS program, you receive:

Abnormal program termination: Stack fault
CS:EIP = 000Fh:00001373h

This condition will occur if the program was compiled using a Lahey Fortran compiler.

To workaround this behavior, use either of the following:

  • If source code is available, compile with a different program.

  • Use Microsoft Virtual PC, or another virtual PC program, to run the program on a guest PC running Microsoft Windows NT 4.0.

NOTE: This problem may not occur until various security updates have been applied.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like