Venetian blind crash

From DoomWiki.org

Revision as of 00:24, 15 February 2007 by 24.208.224.153 (talk)


The Venetian blind crash may occasionally occur in Vanilla Doom. The name of the error comes from a "scanline" effect that causes every alternating horizontal line of pixels on the screen to be darkened. This makes the screen seem to fold up like Venetian window blinds. In DOS this can usually be fixed by issuing the command 'mode co 80' which resets the display to the regular DOS graphics mode, although in severe cases a restart may be the only way to fix the problem. But the command dosen't work in Windows XP's dos emulator.

Venetian blind crashes are caused by ordinary program errors such as integer division by zero, segmentation or page faults, and illegal opcode execution. However, Doom does not crash as gracefully as some other programs because it fails to shut down its libraries and unhook all interrupts when this happens. This leaves video, audio, and input unusable. Most DOS source ports immediately fixed this by changing the exit behavior and making sure everything is shut down completely even when a crash occurs.