Date: Sun, 12 Jan 1997 15:58:23 +0200 (IST) From: Eli Zaretskii To: Delong cc: djgpp AT delorie DOT com Subject: Re: Runtime error: "Invalid TSS in RMCB" ... What the ... ? In-Reply-To: <32D86C73.21FC@osha.igs.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 11 Jan 1997, Delong wrote: > "Invalid TSS in RMCB" and then gives the stack-dump and mentions > "error=00b4". > > Does anyone know what could cause this? I have a similar program (uses > same memory mapping and mouse/graphics routines) but never has this > error under DOS or Win95. This usually means that your program has exited in an abnormal way (e.g., by calling `abort'), and didn't unhook hardware interrupts that it hooked during operation.