Opened 13 years ago
Last modified 9 years ago
#9832 closed defect
Invalid character written to XML in USB section — at Initial Version
| Reported by: | Guy Taylor | Owned by: | |
|---|---|---|---|
| Component: | USB | Version: | VirtualBox 4.1.4 |
| Keywords: | XML USB | Cc: | |
| Guest type: | Windows | Host type: | Linux |
Description
VM will not start due to an invalid character written to the USB section of the *.vbox file.
Removing "serialNumber" parameter using a text editor solves the problem.
<USBController
enabled="true"
enabledEhci="true">
<DeviceFilter
name="STMicroelectronics STM32 STLink [0100]"
active="true"
vendorId="0483"
productId="3744"
revision="0100"
manufacturer="STMicroelectronics"
product="STM32 STLink"
serialNumber="SÿkH‚WQ70‡"
remote="0"/>
</USBController>
Note:
See TracTickets
for help on using tickets.

