support

Forum Replies Created

Viewing 15 posts - 7,426 through 7,440 (of 7,792 total)
  • Author
    Posts
  • in reply to: Installing 1.5.6 on Win 7 HP laptop #2007
    support
    Keymaster

    The installer checks for {Visual Studio directory}VCvcprojects. If it does not exist, you are missing the Visual C++ component and VisualDDK won’t work.

    in reply to: Visual Studio 2010 hangs on breakpoint #1959
    support
    Keymaster

    Please attach the DDKDebugger-dbg.log file from VisualDDK directory. It would probably contain the reason for hanging.

    in reply to: Can’t connect when use bootdebug option #1958
    support
    Keymaster

    Not 100% sure, but I think I’ve stumbled upon some article from Microsoft explaining that the loader debugging is only possible using COM1. I would suggest googling around to see if anyone managed to set up other protocol for the bootloader (e.g. FireWire).

    in reply to: problems with breaking in kd using <CTRL-C> #2024
    support
    Keymaster

    Maybe, it’s related to the way child processes are created. Try making a batch file that starts KD using “start” command and tell VMMON to use it (the “custom:” radio button).

    in reply to: local variables always 0 #1997
    support
    Keymaster

    This bug was caused by a recent output format change in latest versions of WinDbg.
    Fixed in VisualDDK 1.5.6

    in reply to: VirtualBox 4.1.6 Hardware Malfunction #2015
    support
    Keymaster

    How did you integrate VirtualKD into VirtualBox? Could you have accidentally left VBoxDD0.dll from an older VirtualBox version? (e.g. just replaced VBoxDD.dll after updating VirtualBox, but did not update VBoxDD0.dll)?
    Try reinstalling VirtualBox and reintegrating VirtualKD with it (since VisualDDK 1.5.6 it can be done by running VirtualKDSetup.exe). This will ensure that all files have correct versions.

    in reply to: BSOD with batchmnt.exe unmountall #1991
    support
    Keymaster

    Thanks for the minidump. I think, I’ve found the problem. Please check this version: http://wincdemu.sysprogs.org/temp/BazisVirtualCDBus.sys

    in reply to: BSOD with batchmnt.exe unmountall #1990
    support
    Keymaster

    Hi, could you please attach a minidump here? The minidumps are located in C:windowsminidump. By analyzing the minidump I will be able to understand and fix the cause of the BSOD!

    in reply to: How to uninstall VirtualKD-2.5.4 #1989
    support
    Keymaster

    Second entry appears if you have selected “create a new entry” in the installation program.
    To uninstall it, revert your VM to the pre-VirtualKD snapshot, or use bcdedit.exe to remove the entry manually.

    in reply to: /unmount causes reset on XP #1916
    support
    Keymaster

    Hi, could you please submit a crash dump? It should be saved in c:windowsminidump

    in reply to: official silent install option available ? #1999
    support
    Keymaster

    /UNATTENDED

    in reply to: Memory usage increasing until machine freezes #1945
    support
    Keymaster

    Hi, which version of WinCDEmu are you using?

    in reply to: Failed to load driver in VirtualBox VM #1978
    support
    Keymaster

    Can you tell which of the 3 was the cause? Just out of curiousity.

    in reply to: Failed to load driver in VirtualBox VM #1976
    support
    Keymaster

    That’s strange. Normally, this error happens in one of 3 cases:
    1. You’re trying to load a 32-bit driver on a 64-bit machine, or vice versa.
    2. Your driver misses a signature (this shouldn’t matter if you have connected to the VM using WinDBG/VisualDDK). Anyway, you can make a free testsigning certificate (more info http://msdn.microsoft.com/en-us/library/windows/hardware/ff546236%28v=vs.85%29.aspx), but you’ll al need to enable testsigning mode (bcdedit /set testsigning on).
    3. You have copied the driver file from an EFS-encrypted location (the ‘encrypted’ checkbox in file properties). Then, the SYS file in the DRIVERS directory will also be encrypted and the kernel won’t load it. This is very easy to check by right-clicking at the driver file, selecting properties and ensuring that encryption is off.

    in reply to: VisualDDK symbols & breakpoints #1984
    support
    Keymaster

    try the .reload command
    also see the VisualDDK settings window to customize symbol-related behavior

Viewing 15 posts - 7,426 through 7,440 (of 7,792 total)