Hi
I am running VBox 4.3.6 on Windows 7 64-bit Prof with a Centos 5.10 64-bit guest.
I want to set a guest property so I tried to execute this command from the Windows command line:
C:\>\"Program Files"\Oracle\VirtualBox\VBoxManage guestproperty set RSD_Centos_5_10_x86_64_A "VBoxHeadlessTray\ContextMenus\browse\menutext" "Open SSH connection"
But I then get error:
"VBoxManage.exe has stopped working"
My VM is there:
C:\>"\Program Files\Oracle\VirtualBox\VBoxManage" list vms
"RSD_Centos_5_10_x86_64_A" {19ae096a-f3be-4cdc-95df-06b60463096c}
Please can someone explain the crash?
Best regards
David
VBoxManage is crashing when setting a guestproperty
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: VBoxManage is crashing when setting a guestproperty
These are user forums. You should report something like that on BugTracker.
-
DavidA
- Posts: 82
- Joined: 21. Dec 2010, 12:31
- Primary OS: MS Windows 7
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Centos 5
Re: VBoxManage is crashing when setting a guestproperty
Ok, but I thought I might be doing something wrong that caused the problem.
Best regards
David
Best regards
David
-
DavidA
- Posts: 82
- Joined: 21. Dec 2010, 12:31
- Primary OS: MS Windows 7
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Centos 5
Re: VBoxManage is crashing when setting a guestproperty
Works ok provided I execute it from the VirtualBox directory (i.e. not the root \ ):
C:\>cd "\Program Files\Oracle\VirtualBox"\
C:\Program Files\Oracle\VirtualBox>VBoxManage guestproperty set RSD_Centos_5_10_x86_64_A "VBoxHeadlessTray\ContextMenus\browse\menutext" "Open SSH connection"
C:\>cd "\Program Files\Oracle\VirtualBox"\
C:\Program Files\Oracle\VirtualBox>VBoxManage guestproperty set RSD_Centos_5_10_x86_64_A "VBoxHeadlessTray\ContextMenus\browse\menutext" "Open SSH connection"
-
BillG
- Volunteer
- Posts: 5106
- Joined: 19. Sep 2009, 04:44
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows 10,7 and earlier
- Location: Sydney, Australia
Re: VBoxManage is crashing when setting a guestproperty
Then it is probably a Windows thing, not VirtualBox.
Bill