From unknown Fri Mar 29 00:39:49 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#536: PyHoca-GUI: Windows: vcxsrv.exe failed to start due to missing zlib1.dll Reply-To: Michael DePaulo , 536@bugs.x2go.org Resent-From: Michael DePaulo Resent-To: x2go-dev@lists.x2go.org Resent-CC: owner@bugs.x2go.org X-Loop: owner@bugs.x2go.org Resent-Date: Mon, 07 Jul 2014 00:30:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: report 536 X-X2Go-PR-Package: pyhoca-contrib X-X2Go-PR-Keywords: Received: via spool by submit@bugs.x2go.org id=B.140469274922234 (code B); Mon, 07 Jul 2014 00:30:02 +0000 Received: (at submit) by bugs.x2go.org; 7 Jul 2014 00:25:49 +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-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 670965DB0A for ; Mon, 7 Jul 2014 02:25:48 +0200 (CEST) Received: by mail-wi0-f172.google.com with SMTP id hi2so14984346wib.11 for ; Sun, 06 Jul 2014 17:25:48 -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=Ciz1F+CczC+KMkAUGbJgAOvZyFsMGx+DpvSF2fZmOKk=; b=sr2NIlel3vImFgh5cSMfhJUU0ggowsK9AhFDJQvi1D5HgrkZPX9oIF03cSTqr2p6HD jhARSq/B5Xrf4az8ce73MZdwNFkKe5Mjul1fM4iw+b0GanNMdt7BbINjD0ifH826QK4o Nnz95FMNulRU+pz6A5D8nr4Vh48inphXqsUUEJV3mc9RVo/sCLDW9G/vGILGtg6gkjnv iWg21azYiBGfmc0+dwgBc7m4Y/tltn4b+yI/kTGVGes99WnDejp+8wIHQE3J6XzZbtCy pM3yJDTMuKSakN54n98xhutvB2sigxqEVm/hToSHjKS/8WLTrqskUt3hQ7z8EkL2byFS 8wJQ== MIME-Version: 1.0 X-Received: by 10.194.57.132 with SMTP id i4mr27310195wjq.6.1404692748116; Sun, 06 Jul 2014 17:25:48 -0700 (PDT) Received: by 10.180.98.233 with HTTP; Sun, 6 Jul 2014 17:25:48 -0700 (PDT) Date: Sun, 6 Jul 2014 20:25:48 -0400 Message-ID: From: Michael DePaulo To: submit@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Package: pyhoca-contrib When attempting to start PyHoca-GUI 0.5.0.0-pre01 on a Windows XP SP3 VM without much software installed, I get the error message: vcxsrv.exe - Unable to Locate Component This application has failed to start because zlib1.dll was not found. Re-installing the application may fix the problem. It appears that this library is not necessary to have under the vcxsrv subfolder for x2goclient because it is already in the x2goclient folder itself. However, for PyHoca-GUI, the library is necessary in the vcxsrv subfolder for Pyhoca-GUI because the PyHoca-GUI folder does not contain it. I'm about to commit a fix.