support

Forum Replies Created

Viewing 15 posts - 7,441 through 7,455 (of 7,813 total)
  • Author
    Posts
  • in reply to: Stuck with QuickStart for 1.5.6 #2218
    support
    Keymaster

    Hi, Step 7 is very important. You need to replace the original version of VBoxDD.dll by the special version provided by VirtualKD. This will force VirtualBox to create a special virtual device that will allow the OS to communicate with VisualDDK.
    Note that the original VBoxDD.dll should be renamed to VBoxDD0.dll, so that the modified version can actually find it.

    in reply to: MSVCRT.lib #2162
    support
    Keymaster

    Hi,

    getenv() is a function for normal applications, not drivers.
    To get process environment from the driver you’ll probably need to parse the PEB structure.
    Try googling or looking into ReactOS sources for more details.

    in reply to: BSOD with WINCDEMU 3.6 #2063
    support
    Keymaster

    Hi, could you please post a dump file from the WindowsMinidump folder?

    in reply to: DDKDeveloper build error (VS2010) #2131
    support
    Keymaster

    Hi,
    You’ll need Visual Studio SDK

    in reply to: Quiet installation (for script deployment) #2085
    support
    Keymaster

    Hi,

    yes, the option is /UNATTENDED

    in reply to: Bazis, where are you? #2035
    support
    Keymaster

    Hi.
    I’m currently under very heavy load releasing BazisLib 3.0, several commercial projects that depend on it and making the new website.
    I also have a list of features to add to WinCDEmu and I will hopefully find time around summer to do that.
    As for the forum spam, I’m testing a semi-automated tool for cleaning it up, but again, I cannot promise to find time before summer to look more into it.

    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.

Viewing 15 posts - 7,441 through 7,455 (of 7,813 total)