From mikedep333@gmail.com Sun May 10 17:14:16 2015 Received: (at 789) by bugs.x2go.org; 10 May 2015 15:14:17 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-la0-f44.google.com (mail-la0-f44.google.com [209.85.215.44]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id F41D55DA80 for <789@bugs.x2go.org>; Sun, 10 May 2015 17:14:15 +0200 (CEST) Received: by labbd9 with SMTP id bd9so78930739lab.2 for <789@bugs.x2go.org>; Sun, 10 May 2015 08:14:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7GtRGYT8ZKQQfKvYf/nKvY/8tWo6aHT6U0ez+8vHwWQ=; b=NjT8150v1nPNnZwbBftXlig7rKZdYiZO0rec8tBoMSNKfgIaR0yxfZ8OcSqHFp8KMy QDwpBckWnp2bkO1e9x5nMxpniV8tkm7ykcD8JeKwr2yYLhq6CBY2odpqGX+MxHQlHXEY bSvz8Ca3llavZUWIAMWzkkNXruhncoETLRIFSM5ebZvGudiJ15hBvQPJs9S6xPLMIM9I Rf3VdefE/acDPaNp8R8KKsG4z704cfzwSNQa+9HVm0sngMHt7I8u/vHocio5Ekiad4vZ iwI0PyDbjSeIq6nRuBIeyM0joSOcuxxxYlVlRG1ZD7WDsyvZI9AF2F+2wuR+UCmN7WkR xsWQ== MIME-Version: 1.0 X-Received: by 10.152.1.4 with SMTP id 4mr5000478lai.25.1431270855360; Sun, 10 May 2015 08:14:15 -0700 (PDT) Received: by 10.152.23.10 with HTTP; Sun, 10 May 2015 08:14:15 -0700 (PDT) Date: Sun, 10 May 2015 11:14:15 -0400 Message-ID: Subject: I fixed this: more info From: Michael DePaulo To: 789@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 This will be fixed in the 1st release of X2Go Client for Windows 4.0.4.0-x. The bug appeared to be caused by the fact that for at least 1 of the SSH Processes, procUuid/uuidStr is null. Thus HKEY_CURRENT_USER\\Software\\SimonTatham\\PuTTY\\Sessions would be deleted (recursively) instead of only the uuidStr subkey being deleted. I fixed it by simply adding a check to SshProcess::rmPuttyReg(). It now does nothing if uuidStr is empty or null. This is the safest solution IMHO. -Mike