﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
10718,"""VBoxmanage snapshot <name> list"" errors out when there are no snapshots => Fixed in SVN",bekks,,"Running ""VBoxManage snapshot <name> list"" on a vm having no snapshots throws the following error:

VBoxManage: error: This machine does not have any snapshots
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Machine, interface IMachine, callee nsISupports
Context: ""FindSnapshot(Bstr().raw(), ptrSnapshot.asOutParam())"" at line 192 of file VBoxManageSnapshot.cpp

Basically, there is no reason to error out like this, a simple ""VBoxManage: this machine does not have any snapshots"" would be sufficient. Using ""list"" to check wether there are snapshots or not is - at least I guess it is - a pretty logical approach and it cant cause an error in both cases.",enhancement,closed,VM control,VirtualBox 4.1.18,fixed,snapshot,,all,Linux
