Custom Query (16363 matches)
Results (2407 - 2409 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #15504 | wontfix | VirtualBox Mac OS X Installer Issue | ||
| Description |
Hello,
|
|||
| #15503 | invalid | Floppy driver reads junk instead of real data (int 13h/0x2) | ||
| Description |
To begin with, here's the example code: mov ax, 0x2000 ; 0x2000:0x0000 mov es, ax xor bx, bx ; bx == 0 mov ah, 2 ; read sectors into memory mov al, 0xCC ; magic value for build process nop nop mov ch, 0 mov cl, 2 mov dh, 0 int 13h The code is supposed to read number of sectors starting from 0x2 using head 0 from floppy drive using floppy image file. Magic value (0xCC, nop, nop) is replaced by 0x26 in this example. Before i go further i want to stress this out: it works on VMware and on real device!
I'm attaching VBox.log and ZIP archive containing floppy.flp image file i used and compressed memory dump of virtual machine you can examine. |
|||
| #15501 | fixed | Drag&Drop guest->host fails if unicode ligature character is in file-name (VERR_FILE_NOT_FOUND) -> fixed in 5.2.20 | ||
| Description |
I just noticed that copying a file from guest to host (both Windows) fails always if the file-name contains a unicode character like "œ" 'LATIN SMALL LIGATURE OE' (U+0153). Renaming the file, replacing the mentioned character with ASCII characters solves the problem. Error message: Die Drag-und-Drop-Operation vom Gast zum Host ist fehlgeschlagen.
Drag and drop error from guest (VERR_FILE_NOT_FOUND).
Fehlercode:VBOX_E_IPRT_ERROR (0x80BB0005)
Komponente:GuestWrap
Interface:IGuest {13a11514-402e-022e-6180-c3944de3f9c8}
|
|||






