• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What does BSOD! Kernal_APC_PENDING_DURINGEXIT mean?

What that probably is telling you is that the game driver's AP calls it uses for closing is incompatible with XP Pro's kernel. I had a similar situation with a Lexar Combo digital film reader in XP Pro.

I could not get it to work, so Lexar tech sent me a couple of drivers to use. They got the device up and running, but a similar BSOD occurred at system shutdown. I removed those drivers and the problem went away. So did the Lexar! 🙂 I replaced it with another brand that was XP compatible.
 
Error Message:
STOP: 0x00000020 (parameter, parameter, parameter, parameter) KERNEL_APC_PENDING_DURING_EXIT

Explanation:
This is a Windows 2000 Executive character-mode STOP message. It indicates that a kernel-mode asynchronous procedure call (APC) was found pending during thread termination. The first parameter is the address of the APC found pending during exit. The second parameter is the thread's APC disable count. And the third parameter is the current IRQL (interrupt request level). If the thread's disable count is non-zero, it is the source of the problem: the current IRQL should be 0. If it is not, a driver's cancellation routine returned at an elevated IRQL.

User Action:
If this is the first time you have booted after installing new hardware, remove the hardware and boot again. Check the Microsoft Hardware Compatibility List to verify that the hardware and its drivers are compatible with Windows 2000. For information about the hardware, contact the supplier. If you are installing Windows 2000 for the first time, check the Windows 2000 system requirements, including the amount of RAM and disk space required to load the operating system. Also, check the Hardware Compatibility List to verify that the system can run Windows 2000. If Windows 2000 is loaded and no new hardware has been installed, reboot with recovery options set to create a dump file. If the message continues to appear, select the Last Known Good option when you reboot. If there is no Last Known Good configuration, try using the Emergency Repair Disk. If you do not have an Emergency Repair Disk, contact your technical support group.
 
Back
Top