Custom Query (16363 matches)
Results (268 - 270 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #16899 | fixed | Wrong usage of isdigit in vboxxpcom.py | ||
| Description |
The file vboxxpcom.py, used for initializing the python bindings, contains a small error which only takes effect when using python 3. It calls "isdigit(sCandidate[-1:])" which should be "sCandidate[-1:].isdigit()" As a result, importing vboxapi fails with python 3. |
|||
| #18543 | obsolete | Cannot add storage devices | ||
| Description |
I encounter a issue with adding virtual disks. If you want to add a hard disk to a storage controller(tested ide and sata) using the button in the lower half Virtualbox crashes. If you add the hard disk using the floating button that show up when hovering over the the storage controller everything works as expected |
|||
| #18805 | fixed | Linux guests: calls to aio_{read,write}(3) may fail inside shared folder => fixed in SVN/6.0.x x>12 | ||
| Description |
Trying to write 1024 (or more) bytes to a shared drive just create the file with no content (filesize = 0). Less than 1024 characters, it writes the file properly. Writing 1024 (or more) to VM file systems works fine. This is similar to tickets https://www.virtualbox.org/ticket/1187 and https://www.virtualbox.org/ticket/10246, but it does not seem to be fixed. See attached file for example code. Environment:
|
|||

