Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Stop error message after you resume from sleep or hibernate with a USB streaming device: "Stop error code 0x000000FE (BUGCODE_USB_DRIVER)"


View products that this article applies to.

Source: Microsoft Support

↑ Back to the top


RAPID PUBLISHING

RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION. THE INFORMATION CONTAINED HEREIN IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED SUPPLEMENT OTHER KNOWLEDGE BASE INFORMATION.

↑ Back to the top


Symptom



If you have a USB Streaming device attached to a computer running that is resuming from a Sleep (S3) or Hibernate (S4) state, the system may halt and you may receive a "Stop 0xFE" error message on a blue screen.  This error message resembles the following:


STOP 0x000000FE (00000002, parameter2, parameter3, parameter4)
BUGCODE_USB_DRIVER

↑ Back to the top


Cause



This problem occurs when using a USB Streaming device with a driver that uses the USBCAMD2 Streaming driver library.  Such drivers are not supported for use on Windows 7.


The stop message indicates that the USB streaming device driver using USBCAMD2 submitted two IRPs to initiate Isochronous data transfers, both of which referenced the same URB (USB Request Block) to describe the Isochronous data transfers.


This problem occurs because the USBCAMD2 Streaming driver library does not properly synchronize resumption of Isoch streams upon resuming from a system sleep/hibernate (S3/S4) state.

↑ Back to the top


Resolution



The Streaming class driver model which uses USBCAMD2 is an obsolete driver model not supported under Windows 7.  The Microsoft-recommended solution is for developers of USB streaming device drivers to use a supported streaming media driver model such as AVStream.


USB Streaming device driver developers using the USBCAMD2 library may be able to work around this problem by adding a delay of several seconds before resuming the Ischronous stream when the system resumes from S3/S4.  If a sufficient delay time (as determined by testing) is implemented to allow any previous Isochronous data transfers to complete before initiating a new Isochronous data transfer, that should avoid this error.

↑ Back to the top


More Information



For more information on supported Streaming driver models, please see:


Roadmap for Developing Streaming Minidrivers

AVStream Overview

↑ Back to the top


DISCLAIMER

MICROSOFT AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY, RELIABILITY OR ACCURACY OF THE INFORMATION CONTAINED IN THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE (THE “MATERIALS”) FOR ANY PURPOSE. THE MATERIALS MAY INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS AND MAY BE REVISED AT ANY TIME WITHOUT NOTICE.


TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND/OR ITS SUPPLIERS DISCLAIM AND EXCLUDE ALL REPRESENTATIONS, WARRANTIES, AND CONDITIONS WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO REPRESENTATIONS, WARRANTIES, OR CONDITIONS OF TITLE, NON INFRINGEMENT, SATISFACTORY CONDITION OR QUALITY, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE MATERIALS.

↑ Back to the top


Keywords: kb, kbnoloc, kbrapidpub, kbnomt

↑ Back to the top

Article Info
Article ID : 974303
Revision : 3
Created on : 4/17/2018
Published on : 4/19/2018
Exists online : False
Views : 239