VirtualBox

Opened 12 years ago

Closed 8 years ago

#9832 closed defect (obsolete)

Invalid character written to XML in USB section

Reported by: Guy Taylor Owned by:
Component: USB Version: VirtualBox 4.1.4
Keywords: XML USB Cc:
Guest type: Windows Host type: Linux

Description (last modified by Frank Mehnert)

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&#xFF;kH&#x82;WQ70&#x87;"
      remote="0"/>
</USBController>

Change History (1)

comment:1 by Frank Mehnert, 8 years ago

Description: modified (diff)
Resolution: obsolete
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use