Forum Replies Created
-
AuthorPosts
-
support
KeymasterWinCDEmu does not explicitly report its drives as CD or DVD. Maybe, your programs expect the virtual drives to handle some specific request codes? Which exact programs are confusing CD and DVD with WinCDEmu?
support
KeymasterNo, it is not possible. Full-featured local kernel debugging is impossible by definition: imagine what would happen, if a breakpoint inside a video or keyboard driver (or any other kernel component that makes any critical driver or service wait) is hit: kernel is halted until a debugger resumes it, and a debugger is halted until kernel processes your mouse or keyboard input…
Some limited local kernel debugging (no stepping, breakpoints, etc; basically, no code execution) is supported by WinDbg, but it is not very useful to debug drivers and not supported by VisualDDK.support
KeymasterWinCDEmu has a universal 32-bit installer that automatically detects whether a 32-bit or a 64-bit system is running and installs the appropriate driver. Just use the default link (http://sourceforge.net/projects/wincdemu/files/wincdemu/WinCDEmu-2.3.exe).
support
KeymasterNot yet. However, will be soon.
support
KeymasterDoes the Device Manager display the device node for the new CDROM device? Maybe, the drive letter appears, but the window is not automatically opened due to disabled autorun?
support
KeymasterYou mean ‘is it compatible with PAE’? Not sure, did not test it. If you encounter any problems with PAE, just post description here…
support
KeymasterSorry, mistyped the link. Here is the correct one: http://wincdemu.sysprogs.org/win7fix/WinCDEmu-2.3-Win7.exe
support
KeymasterCould you please try this version:
http://wincdemu.sysprogs.org/win7fix/WinCDEmu-2.3-Win7.exesupport
KeymasterCan you please open regedit.exe, go to HKEY_LOCAL_MACHINESystemCurrentControlSetControl, see the value of the “SystemStartOptions” parameter and post it here? Also, does the BCDEDIT report any error when you enable TESTSIGNING manually?
support
KeymasterYes, it supports Vista. You need to copy KDVM.DLL instead of KD1394.DLL and setup Vista to boot with 1394 debugging (bcdedit). Be sure to replace KD1394.DLL in DLLCACHE as well.
CPU usage while being paused happens only on multi-processor virtual machines and was not yet investigated properly. Maybe, it will be fixed in next versions.support
KeymasterNice idea. I’ll implement it in one of the further versions.
support
KeymasterI have released version 2.3 with SysProgs.org signature. It should run normally with /TESTSINGING turned on (installer will do it automatically). Regarding the signature from Microsoft, I do not see any point in spending $500 per year (according to VeriSign price list) for a feature that can be achieved after a single bcdedit call.
support
KeymasterSurely, same reason. WinCDEmu is not based on a complex virtual SCSI controller and returns STATUS_NOT_SUPPORTED for all SCSI-related requests. I suppose, it is quite a rare case from the filter developers’ point of view, and both filters completely do not expect such situation. WinCDEmu itself does not modify other driver’s code or data. That way, a situation when an unexpected set of valid parameters crashes such a filter, is a bug of this filter. You can try posting crash dumps to pxhelp20.sys driver developers, maybe this will help them pointing out the problem.
support
KeymasterThe GUI will still be simple and will not cancel the simplicity of single-click mounting. You’ll be able to choose whether to prompt for a drive letter on each mounting, or use the default one.
As for signed drivers, next version will be signed by sysprogs.org certificate available for installing, that will allow running drivers on Vista/Win7 x64 in ‘driver test mode’ (Bcdedit.exe -set TESTSIGNING ON). Normal signing costs 500$ per year and, thus, is not a point for free software.support
KeymasterWhen WinCDEmu is first installed, it sets up the driver for the virtual disk bus. As no virtual drives are present at that moment, the driver is not installed. This will maybe[/i/ be fixed in further versions by flushing an empty virtual drive during installation and updating the drivers.
Drive letter selection is a little bit tricky, however, I have an idea to implement something similar in the next version. However, note that the driver letter cannot be reserved while virtual CD is not active (if you insert a USB FLASH disk, it can still ocupy the letter), however, it will be possible to assign a given letter to a newly mounted image, instead of default one. -
AuthorPosts