Forum Replies Created
-
AuthorPosts
-
supportKeymaster
Hi. SysProgs is currently moving to a new hosting provider. So the forum address is temporarily http://forum.sysprogs.com/ instead of http://forum.sysprogs.org/. Once the moving is complete, the original name will be restored.
supportKeymasterYou can hack it:
1. In WinCDEmu settings select “Prefer drive letters starting with V:”
2. Open registry editor (start->run, regedit)
3. Go to HKEY_CURRENT_USERSoftwareSysprogsWinCDEmu
4. Find the “StartingDriveLetterIndex” value and set it to 1 (0 would correspond to A)supportKeymasterHave you tried 3.5?
supportKeymasterIn fact, “batchmnt /?” does the job 😉
supportKeymasterYou can use the batchmnt.exe if you need a command-line interface
supportKeymasterUpdated this page: http://www.sysprogs.org/signing/
Did I forget anything else?supportKeymasterYes, but slightly later. Merging some features will take time.
supportKeymasterUnfortunately, no. You can read more here: http://www.sysprogs.org/signing/.
supportKeymasterOK, the security considerations are regarding the VisualDDK monitor (the program that runs on VM and starts your driver on demand). As for the VM monitor, you can simply close it when you don’t need it any more. VisualDDK can detect and patch the required VMs automatically when you start debugging in Visual Studio and does not need the VM monitor.
supportKeymasterI assume, the game uses some kind of a copy protection mechanism. WinCDEmu is a simple image mounting program and is not designed to counteract the copy protection systems.
supportKeymasterThe problem is that creating a “Virtual CD/DVD burner” is somewhat around 5x complexity of WinCDEmu. So, unless there are volunteers to implement it, I would recommend other ways of “burn-testing”.
BTW, as far as I remember, some CD burning programs can actually create ISO images. Should be the same effect, more or less.supportKeymasterTry the quickstart manual: http://visualddk.sysprogs.org/quickstart
You don’t *need* a virtual machine, but using it together with VirtualKD would make debugging lots faster than COM port. If you want to debug drivers for real hardware, I recommend using FireWire connection.supportKeymasterPlease use VirtualKD 2.5.2 with VirtualBox 4.x
supportKeymasterVirtualBox 4.x is not supported. Please download VirtualKD 2.5.2.
supportKeymasterHi,
I’ve checked BazisLib sources. It seems that the problem was caused due to the FILE_RANDOM_ACCESS flag present in kDefaultAdditionalFlags inside bzsddkfile.h
Please download BazisLib 2.5.2 to fix the problem. -
AuthorPosts