Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install usbip vhci driver cause a BSOD #345

Open
LinYan94 opened this issue Mar 17, 2023 · 3 comments
Open

install usbip vhci driver cause a BSOD #345

LinYan94 opened this issue Mar 17, 2023 · 3 comments

Comments

@LinYan94
Copy link

When I install the usbip vhci dirver, it cause my computer BSOD. What can I do to resolve this problem?
IRP_MN_QUERY_LEGACY_BUS_INFORMATION
This is the windbg print and log print.
`usbip_vhci: DriverEntry: Enter
usbip_vhci: RegistryPath FFFFA10118875000
usbip_vhci: DriverEntry: Leave
usbip_vhci: adding root: pdo: 0xFFFFA1011396CCF0
usbip_vhci: creating child cpdo
usbip_vhci: root added: vdev: FFFFA1010EE60EE0
usbip_vhci: vhci_pnp(root): Enter: minor:IRP_MN_QUERY_LEGACY_BUS_INFORMATION, irp: FFFFA10115546E50


Driver Verifier detected violation:

Caller has completed untouched IRP_MJ_PNP (instead of passing the irp
down) or non-PDO has failed the irp using incorrect value of
STATUS_NOT_SUPPORTED.

CulpritAddress = FFFFF806E5968960, Irp = FFFFA10115546E50.


Break instruction exception - code 80000003 (first chance)
nt!ViErrorFinishReport+0x8e:
fffff8075afda2ca cc int 3
The stack is here.
ZQKhBt5kAw

@LinYan94
Copy link
Author

I use wdm driver in this problem.

@vadimgrn
Copy link

Pay attention to this project, please.

@milomai
Copy link

milomai commented Jun 25, 2024

This ocurre when I install driver in Device Manager manully.
But it's OK by run usbip.exe install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants