support

Forum Replies Created

Viewing 15 posts - 7,351 through 7,365 (of 7,725 total)
  • Author
    Posts
  • in reply to: no menu visualddk after installing VisualGDB [Solved] #2037
    support
    Keymaster

    Hi, please run the following commands:

    devenv /resetaddin VisualGDB.AddIn
    devenv /resetaddin DDKDebugConsole.Connect
    devenv /resetaddin DDKDebugLauncher.Connect
    devenv /resetaddin DDKProjectProperties.Connect

    It will reset all addin settings.

    If this does not help, please execute the Tools->Addins command in Visual Studio and ensure that all VisualDDK addins are enabled.

    Note that if you import previously saved Visual Studio settings after installing VisualGDB/VisualDDK, the newly created menus will be reset. Running /resetaddin will always restore the add-in menus to their default state.

    in reply to: Can’t open RAR files and more now! Help? #2134
    support
    Keymaster

    Hi,

    I will add the possibility to choose associated extensions to the next version.
    However, has WinCDEmu never associated itself with RAR file. If you’re getting problems with them, they are probably caused by the Universal Extractor, not WinCDEmu.

    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

Viewing 15 posts - 7,351 through 7,365 (of 7,725 total)