Difference between revisions of "Venetian blind crash"

From DoomWiki.org

[checked revision][unchecked revision]
(not a dos emulator)
(Created a link to a YouTube video showing the error (NoMac90). + Added a wikilink to another error (Door-savegame bug v1.1) the video displays.)
Line 2: Line 2:
  
 
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 port]]s immediately fixed this by changing the exit behavior and making sure everything is shut down completely even when a crash occurs.
 
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 port]]s immediately fixed this by changing the exit behavior and making sure everything is shut down completely even when a crash occurs.
 +
 +
A video showing this error is available at [http://www.youtube.com/watch?v=sw53oD1u_lc YouTube]. In this case, it is the fatal result from [[retriggering an open door after loading a savegame causes crash|retriggering an open door after loading a saved game]], an error that was only present in the v1.1. version of Doom.
  
 
[[Category:Errors and bugs]]
 
[[Category:Errors and bugs]]

Revision as of 19:30, 30 December 2011

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. This command will not work in Windows XP or 2000.

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.

A video showing this error is available at YouTube. In this case, it is the fatal result from retriggering an open door after loading a saved game, an error that was only present in the v1.1. version of Doom.