Failed to install the driver:

Sysprogs forums Forums VisualDDK/VirtualKD discussion Failed to install the driver:

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #285
    crashland
    Participant

    Hi,

    Im having a problem.
    Im trying to make a simple driver using the visualddk wizard.
    The target machine is a 64 bit windows 7 ultimate vmware machine.
    Im using visual studio 2008.
    It seems to only build the driver if i use the x64 flag for the setenv.bat build flags.

    The file gets copied onto the target machine, but stops working with the following error msgs:

    This is what Visual Studio 2008 spits out:
    “Failed to install the driver:
    VisualDDK Launcher: aborting launch.”

    This is what the DDKLaunchMonitor spits out:
    “File successfully received.
    Created thread (handle=0x200) to run prepared command
    Asynchronous command (handle=0x200) has finished with status E0000234″

    Would appericiate some help please.

    Thanks,
    Crash

    #1698
    support
    Keymaster

    Please examine the build log to ensure that you build the 64-bit version of the driver.
    You might also need to enable testsigning mode on the VM.

    #1697
    crashland
    Participant

    Hi,

    Thanks for the help, i have resolved it now, it seems i just needed to change the build command to include x64 instead of the amd64 command

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.