Re: [Spice-devel] [PATCH 5/5] client: don't crash when agent is missing WAN support

2011-07-18 Thread Alon Levy
On Fri, Jul 08, 2011 at 12:17:32PM +0200, Christophe Fergeau wrote: If you try to connect to a linux guest with WAN options, SPICE window opens up and is blank - it then fails with vdagent timeout message. It should give a warning that this is only applicable for windows guest and still

Re: [Spice-devel] [PATCH 5/5] client: don't crash when agent is missing WAN support

2011-07-18 Thread Alon Levy
On Mon, Jul 18, 2011 at 05:28:26PM +0200, Christophe Fergeau wrote: On Mon, Jul 18, 2011 at 05:51:30PM +0300, Alon Levy wrote: --- client/red_client.cpp | 28 1 files changed, 20 insertions(+), 8 deletions(-) diff --git a/client/red_client.cpp

Re: [Spice-devel] [PATCH 5/5] client: don't crash when agent is missing WAN support

2011-07-18 Thread Alon Levy
On Fri, Jul 08, 2011 at 12:17:32PM +0200, Christophe Fergeau wrote: If you try to connect to a linux guest with WAN options, SPICE window opens up and is blank - it then fails with vdagent timeout message. It should give a warning that this is only applicable for windows guest and still

Re: [Spice-devel] [PATCH 5/5] client: don't crash when agent is missing WAN support

2011-07-18 Thread Christophe Fergeau
On Mon, Jul 18, 2011 at 06:43:31PM +0300, Alon Levy wrote: On Mon, Jul 18, 2011 at 05:28:26PM +0200, Christophe Fergeau wrote: On Mon, Jul 18, 2011 at 05:51:30PM +0300, Alon Levy wrote: @@ -1046,6 +1047,17 @@ void RedClient::on_agent_announce_capabilities( // not sending the

[Spice-devel] [PATCH 5/5] client: don't crash when agent is missing WAN support

2011-07-08 Thread Christophe Fergeau
If you try to connect to a linux guest with WAN options, SPICE window opens up and is blank - it then fails with vdagent timeout message. It should give a warning that this is only applicable for windows guest and still connect to guest. It all starts in RedClient::handle_init This function