Changes between Initial Version and Version 1 of Ticket #16416
- Timestamp:
- Jan 23, 2017 12:42:23 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16416
- Property Summary Unable to rename VB with non-ASCII characters (umlauts) → Unable to rename VM names with non-ASCII characters (umlauts)
-
Ticket #16416 – Description
initial v1 1 1 Unable to rename a VB with non-ASCII characters (umlauts) within VirtualBox or with VBoxManage. 2 2 3 -------------------------------------------------4 3 With VBoxManage: 4 {{{ 5 5 VBoxManage.exe: error: Could not find a registered machine named 'D:\VirtualBox Images\Win10 B³ro\Win10 B³ro.vbox' 6 6 VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBoxWrap, interface IVirtualBox, callee IUnknown 7 7 VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asOutParam())" at line 500 of file VBoxManageModifyVM.cpp 8 9 ------------------------------------------------- 10 Inside VB the following error message occurs: 8 }}} 9 The following error message occurs: 10 {{{ 11 11 Die Einstellungen der virtuellen Maschine Win10 Buero konnten nicht nach D:\VirtualBox Images\Win10 Büro\Win10 Büro.vbox abgespeichert werden. 12 12 Could not rename the directory 'D:\VirtualBox Images\Win10 B�ro' to 'D:\VirtualBox Images\Win10 Buero' to save the settings file (VERR_ACCESS_DENIED). … … 14 14 Komponente:SessionMachine 15 15 Interface:IMachine {b2547866-a0a1-4391-8b86-6952d82efaa0} 16 17 18 16 }}}