NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Discussions related to using VirtualBox on Windows hosts.
jeebc
Posts: 25
Joined: 3. Mar 2015, 22:03

NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by jeebc »

I'm, trying to start up an image on another computer, getting this error:
NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034
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. (rc=-101)

Make sure the kernel module has been loaded successfully.
Computer is Windows 7 (64-bit), Vbox is 4.3.24
The image worked just fine when running on the other computer

When I run sc.exe query vboxdrv I get :
> sc.exe query 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
jeebc
Posts: 25
Joined: 3. Mar 2015, 22:03

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by jeebc »

I have some ZIP files but I don't see the upload button
michaln
Oracle Corporation
Posts: 2973
Joined: 19. Dec 2007, 15:45
Primary OS: MS Windows 7
VBox Version: PUEL
Guest OSses: Any and all
Contact:

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by michaln »

jeebc wrote:Driver is probably stuck stopping/starting. Try 'sc.exe query vboxdrv' to get more information about its state. Rebooting may actually help.
So this is happening after a reboot?
jeebc
Posts: 25
Joined: 3. Mar 2015, 22:03

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by jeebc »

Yes
kpenrose
Posts: 7
Joined: 25. Oct 2013, 16:32

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by kpenrose »

Same issue with me - just downloaded and installed the 4.3.24 version - running on a Win 7 machine, Ubuntu 14.10 virtual machine.

I've attached my log file. I ran the sc.exe command and I see this:
SERVICE_NAME: vboxdrv
        TYPE               : 1  KERNEL_DRIVER
        STATE              : 1  STOPPED
        WIN32_EXIT_CODE    : 2  (0x2)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
I have rebooted several times, with the same results.
Attachments
VBoxStartup.log
(13.3 KiB) Downloaded 4681 times
kpenrose
Posts: 7
Joined: 25. Oct 2013, 16:32

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by kpenrose »

Okay - got it working.
Here's what I did.

Went to the C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv directory, right clicked on VBoxDrv.inf and selected Install. I then went back to my console and typed 'sc start vboxdrv' and got this:
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              :
Went back to VirtualBox and was able to start the Ubuntu virtual machine.
Molndav
Posts: 1
Joined: 4. Jul 2015, 15:16

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by Molndav »

kpenrose wrote:Okay - got it working.
Here's what I did.
I got it working that way. Thanks again
pitbullero88
Posts: 1
Joined: 19. Jul 2015, 10:40

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by pitbullero88 »

thanks got it working. :D
Saman
Posts: 1
Joined: 29. Jul 2015, 13:46

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by Saman »

Thanks... It worked for me... :D
Nisa
Posts: 1
Joined: 30. Jul 2015, 11:30

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by Nisa »

kpenrose wrote:Okay - got it working.
Here's what I did.
Thanks it worked for me.
Murat
Posts: 2
Joined: 14. Aug 2015, 21:40

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by Murat »

how i can open console i cant find it sorry:( some one can help me please this problem drive me very angry really
Murat
Posts: 2
Joined: 14. Aug 2015, 21:40

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by Murat »

some one can help me for this froblem My skype name. Fiebraved hopesomeone add me for help
TechG
Posts: 1
Joined: 11. Oct 2015, 13:44

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by TechG »

Updated my Vbox to 4.3.30 r101610 got this very message, followed the same procedure and viola!
Word up to kpenrose, Thanks Murat for sharing! :)
NguyetHuynh
Posts: 1
Joined: 4. Nov 2015, 05:29

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by NguyetHuynh »

kpenrose wrote:Okay - got it working.
Thanks a lot, it worked
Maxx99
Posts: 1
Joined: 7. Nov 2015, 17:37

Re: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034

Post by Maxx99 »

Had the same issue on upgrading to 5.0.8. The method above worked nicely, thanks!
Post Reply