support

Forum Replies Created

Viewing 15 posts - 7,666 through 7,680 (of 7,695 total)
  • Author
    Posts
  • in reply to: unable to successfully mount a cue file #1123
    support
    Keymaster

    Could you please send me the faulty CUE file by mail, or post it here? The parser for CUE files is now quite simple and may miss something.

    in reply to: Install Issues – Win7 Ultimate, 64-bit, v2.3 #1087
    support
    Keymaster

    Windows Vista indicates testsigning mode by /TESTSIGNING boot option. Win7 – just by TESTSIGNING (without slash). The original installer did not consider it.

    in reply to: DVD mount as CD #1103
    support
    Keymaster

    WinCDEmu 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?

    in reply to: Debug Local Kernel #1108
    support
    Keymaster

    No, 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.

    in reply to: 64bit Download link #1101
    support
    Keymaster

    WinCDEmu 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).

    in reply to: Feature request for command line usage #1055
    support
    Keymaster

    Not yet. However, will be soon.

    in reply to: bug, XP , found new hardwer stop #1097
    support
    Keymaster

    Does 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?

    in reply to: Physical address extension #1093
    support
    Keymaster

    You mean ‘is it compatible with PAE’? Not sure, did not test it. If you encounter any problems with PAE, just post description here…

    in reply to: Install Issues – Win7 Ultimate, 64-bit, v2.3 #1084
    support
    Keymaster

    Sorry, mistyped the link. Here is the correct one: http://wincdemu.sysprogs.org/win7fix/WinCDEmu-2.3-Win7.exe

    in reply to: Install Issues – Win7 Ultimate, 64-bit, v2.3 #1082
    support
    Keymaster
    in reply to: Install Issues – Win7 Ultimate, 64-bit, v2.3 #1078
    support
    Keymaster

    Can 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?

    in reply to: VirtualKD #1009
    support
    Keymaster

    Yes, 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.

    in reply to: Feature request for command line usage #1052
    support
    Keymaster

    Nice idea. I’ll implement it in one of the further versions.

    in reply to: Erro code 39 in Vista x64 #992
    support
    Keymaster

    I 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.

    in reply to: Blue screen on Vista 32Bit #1063
    support
    Keymaster

    Surely, 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.

Viewing 15 posts - 7,666 through 7,680 (of 7,695 total)