2021年9月14日 星期二

RDP遠端桌面失敗,因為使用者模式驅動程式當機,裝置 Microsoft Remote Display Adapter (位置 (unknown)) 已離線


 RDP Client

您的遠端桌面工作階段已經結束,可能原因如下

系統管理員結束了工作階段

建立連線時發生錯誤

網路發生問題

請參考說明和支援的遠端桌面以解決問題


Event Log

因為使用者模式驅動程式當機,裝置 Microsoft Remote Display Adapter (位置 (unknown)) 已離線。Windows 會再嘗試重新啟動裝置 5 次。請連絡裝置製造商取得有關此問題的更多資訊。

VirtualBox 6 使用WDDM Driver

解決方式之一:RDP取消使用WDDM



Refer:

https://community.spiceworks.com/topic/2285553-remote-desktop-connection-failing-outside-of-lan
https://www.reddit.com/r/sysadmin/comments/hay9hd/the_device_microsoft_remote_display_adapter/

2021年9月13日 星期一

VBoxDrvStub: STATUS_OBJECT_NAME_NOT_FOUND

 

I run a VM on virtualbox 6.1.26 r145957, and got an error,

2e90.3314: Error opening VBoxDrvStub:  STATUS_OBJECT_NAME_NOT_FOUND

2e90.3314: supR3HardenedWinReadErrorInfoDevice: NtCreateFile -> 0xc0000034

2e90.3314: Error -101 in supR3HardenedWinReSpawn! (enmWhat=3)

2e90.3314: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc0000034 STATUS_OBJECT_NAME_NOT_FOUND (0 retries)


Driver is probably stuck stopping/starting. Try 'sc.exe query vboxdrv' to get more information about its state. Rebooting may actually help.

19f0.2fd8: supR3HardenedWinCheckChild: enmRequest=2 rc=-101 enmWhat=3 supR3HardenedWinReSpawn: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc0000034 STATUS_OBJECT_NAME_NOT_FOUND (0 retries)


Driver is probably stuck stopping/starting. Try 'sc.exe query vboxdrv' to get more information about its state. Rebooting may actually help.


sc.exe query vboxdrv

[SC] EnumQueryServicesStatus:OpenService 無法 1060:

指定的服務並不是已安裝的服務。 


Found 

C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv\VBoxDrv.inf

On this inf file, on mouse right click, choose [Install] to install the vboxdrv


after then, you can query vboxdrv

sc.exe query vboxdrv

SERVICE_NAME: vboxdrv

        TYPE               : 1  KERNEL_DRIVER

        STATE              : 1  STOPPED

        WIN32_EXIT_CODE    : 1077  (0x435)

        SERVICE_EXIT_CODE  : 0  (0x0)

        CHECKPOINT         : 0x0

        WAIT_HINT          : 0x0


and then start vboxdrv by using administrator permission

sc start vboxdrv

SERVICE_NAME: vboxdrv

        TYPE               : 1  KERNEL_DRIVER

        STATE              : 4  RUNNING

                                (STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)

        WIN32_EXIT_CODE    : 0  (0x0)

        SERVICE_EXIT_CODE  : 0  (0x0)

        CHECKPOINT         : 0x0

        WAIT_HINT          : 0x0

        PID                : 0

        FLAGS              :