PRB: DBWIN Sample Application May Appear to Hang WindowsLast reviewed: July 23, 1997Article ID: Q93290 |
3.10
WINDOWS
kbtool kbprg kbprb
The information in this article applies to:
SYMPTOMSWhen using the Microsoft Windows Software Development Kit (SDK) version 3.1, Windows may appear to hang if the following three items are true:
CAUSEUpon entry to Windows, warnings may be displayed by the debug kernel. If the Break on Warnings option is set as an option in the DBWIN sample application and the Save Debug Settings is chosen from the File menu, DBWIN will save the option in the DebugOptions setting of the WIN.INI file under the [WINDOWS] header. Windows reads the WIN.INI file on startup and sees that bit number 12 of the DebugOptions field under the [WINDOWS] heading has been set (0x1000). If bit number 12 has been set and warnings are generated before the DBWIN application is started, the debug kernel will generate fatal exit warnings. Because there is no output screen defined (because DBWIN is not running yet and there is no alternate output screen), the system will appear to be hung, when in reality it is waiting for input. However, because DBWIN has not defined where the input will come from, the only solution is to reboot and change the WIN.INI (or SYSTEM.INI) settings before entering Windows (See RESOLUTION for details).
RESOLUTIONTo work around the problem, do one of the following:
MORE INFORMATIONTo reproduce the problem, do the following:
|
Additional reference words: 3.10 DBWIN.EXE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |