Forum Replies Created
-
AuthorPosts
-
AnonymousParticipant
I had this same problem and have a solution that sort of works.
First, set your virtualbox network adapter to Host-only Adapter mode.
Then in the VisualDDK Driver Project Launcher window set the Target machine hostname or IP to 192.168.56.101(or whatever IP address is shown at the bottom of the DDKLaunchMoniter window on your virtual machine.
This has allowed me to launch a driver and successfully see debug messages. I’m still having issues with Visual Studio locking up when I unload the driver but at least I can load and test the driver.
AnonymousParticipantI can’t seem to mount CUE files, either. My CUE files are accompanied by raw BIN files created with IMGBurn, but my WinCDEmu rejects them. They seem to work fine with Daemon Tools and Alcohol 52%, but WinCDEmu just dosen’t like them.
AnonymousParticipantDear,
The message posted above is the log I get during the installation of Visual DDK on Win 7 64 bit, with VS2010 and the latest version of WDK. All help would be appreciated!
KR,
Philip
AnonymousParticipantI just had this issue in Windows Server 2008 R2 with WinCDEmu v3.5. Administrators can unmount with “eject”, but unprivileged users need to double-click the .iso file.
Error text when attempting eject:
‘CD Drive (V:)’ is currently in use. Save any open files on this disc, and then close the files or programs using the files before ejecting the disc.AnonymousParticipantI had problem with windbg, it works now.
AnonymousParticipant@Sarge wrote:
I created new boot entry in virtual machine (using vminstall.exe), after run vmmon.exe on host machine and restart virtual machine.
I choose new boot entry:
VM hangs at the “Starting Windows” and nothing more happens..
Any suggestion what should I do?
AnonymousParticipantOK, I guess I should learn to read…
From WinDbg:
Windows XP Kernel Version 2600 UP Free x86 compatible Built by: 2600.xpsp_sp3_gdr.111025-1629 Machine Name: Kernel base = 0x804d7000 PsLoadedModuleList = 0x805540c0 System Uptime: not available Break instruction exception - code 80000003 (first chance) ******************************************************************************* * * * You are seeing this message because you pressed either * * CTRL+C (if you run kd.exe) or, * * CTRL+BREAK (if you run WinDBG), * * on your debugger machine's keyboard. * * * * THIS IS NOT A BUG OR A SYSTEM CRASH * * * * If you did not intend to break into the debugger, press the "g" key, then * * press the "Enter" key now. This message might immediately reappear. If it * * does, press "g" and "Enter" again. * * * *******************************************************************************
The solution was to press g followed by Enter which resumed the VM.
AnonymousParticipant@bazis wrote:
Hi, All.
So, which features do YOU want to see in the next version of WinCDEmu?
Planned so far:1. Option to remember mounted drivers after restart
2. Batchmnt should have a flag to use portable driver
3. Unattended uninstallAny other suggestions?
AnonymousParticipant@bazis wrote:
As described in another topic, check for additional CD/DVD filter drivers:
Select “start->run” or press “Windows key + R key”, type “regedit”.
Go to HKEY_LOCAL_MACHINE -> SYSTEM -> CurrentControlSet -> Control -> Class
Press “Ctrl+F”, type “cdrom”, press ENTER.
Ensure that the “{4D36E965-E325-11CE-BFC1-08002BE10318}” class was selected on the left.
Carefully examine the values on the right. If anything like “UpperFilters”, “LowerFilters” or anything else containing the word “filter” appears there, please either post the values here, or make a screenshot of your regedit window.AnonymousParticipantIf you find out I’d love to know.
I’m running Host Win 7 X64 VS2010
Client Vista Home on Oracle VM VirtualBox 4.1.8AnonymousParticipantSame here :/
AnonymousParticipantHello, (this is me again). Does anybody know how I can check VMMON and VirtualBox are indeed communicating? (where is the pipe created?)
Thank you!
AnonymousParticipantSurpirisgnly well-written and informative for a free online article.
AnonymousParticipantI’m so glad that the internet alolws free info like this!
AnonymousParticipantSame problem. I’ll attach my error log here (the one provided by Windows). Hope it will help to resolve the issue. I had to translate it into English by myself so excuse me if the “official” translation is different.
Problem signature: Problem event name: APPCRASH Application name: vmnt.exe Application version: 3.6.0.0 Application timestamp: 4e4026fe Faulty module name: vmnt.exe Faulty module version: 3.6.0.0 Faulty module timestamp: 4e4026fe Exception code: c0000005 Exception offset: 0001e742 OS version: 6.1.7601.2.1.0.256.48 Language code: 1049 (comment: this is Russian) Additional data 1: 0a9e Additional data 2: 0a9e372d3b4ad19135b953a78882e789 Additional data 3: 0a9e Additional data 4: 0a9e372d3b4ad19135b953a78882e789
-
AuthorPosts