Custom Query (16363 matches)
Results (343 - 345 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2353 | fixed | vditool.exe for VirtualBox 2.0.2 Windows does not work | ||
| Description |
The EXE vditool.exe from http://virtualbox.org/download/testcase/vditool.exe does not work for 2.0.2. but reports a missing entry point in a DLL. I would like to convert some VMWARE image files under Windows. Can you supply the appropriate build for the EXE under Windows and publish the location? I am not able to do a build on my own. Thanks! |
|||
| #1879 | fixed | vditool refuses to write to block devices | ||
| Description |
vditool fails with VERR_ALREADY_EXISTS when trying to write to a raw block device (e.g. /dev/sda). This means that one must create a temporary file to unpack a VDI onto a physical drive, which can be a very expensive proposition. vditool should either recognize a block device and write without complaint or should provide a command line argument to suppress VERR_ALREADY_EXISTS. |
|||
| #341 | fixed | vditool don't recognize lowercase command name | ||
| Description |
vditool svn (and propably 1.3.8) failed to manage lowercase command string, example: -- LD_LIBRARY_PATH=. ./vditool dump example_disk.vdi vditool Copyright (c) 2004-2005 InnoTek Systemberatung GmbH. Syntax error: Invalid command! Usage: vditool <Command> [Params] Commands and params: -- It's surprising according to call to 'ascii2upper' function. While debugging this I dsicover: szCmd = "dump\000f\203¯¥\212\004\bô\017ò§" before call o ascii2upper and is equal to "+<47\000f\203¯¥\212\004\bô\017ò§" after call. the line "*psz += 'A' - 'z';" (line 39) seems to be really wrong in character case convertion. It will be better to use strcasecmp instead of strcmp in swtich statement, and perhaps better to use a RTStr* function (to be sure to don't miss UTF strings). |
|||

