From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D52BBC5519F for ; Wed, 18 Nov 2020 13:41:45 +0000 (UTC) Received: from krantz.zx2c4.com (krantz.zx2c4.com [192.95.5.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A9EBF221FC for ; Wed, 18 Nov 2020 13:41:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="r4hSYahX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A9EBF221FC Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=zx2c4.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=wireguard-bounces@lists.zx2c4.com Received: by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 0c8e7135; Wed, 18 Nov 2020 13:36:58 +0000 (UTC) Received: from mail.zx2c4.com (mail.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 5406a0b0 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Wed, 18 Nov 2020 13:36:56 +0000 (UTC) Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTP id b55851d7 for ; Wed, 18 Nov 2020 13:37:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=zx2c4.com; h=mime-version :references:in-reply-to:from:date:message-id:subject:to:cc :content-type; s=mail; bh=PZMyoXJ4Hg/Ptsjf/67t0aBQ+hI=; b=r4hSYa hXEdUms0idiMY6USAgLpG5qrt8hhjK7rJINsxLyIGrgxPHL7qrppclQDEHhVZAAe aW7B+qggr62N6Fp4u+OaKsFo+HIeiB/VOJjIM6oz2Y8h7kOAsMjYLax8U9BOCcP1 ATDe+A+D/THeyObQj43+AgGDuWR42Ki3kLs9CO5q0fx5o5EDDHFDzpAaf7t2KswM rmn2IfxCJWo/bOhjwNPsG3X6fCFqmm2/OA9oacuDRXnlaxkfAcpUQWia02KmwZw9 LEGrcDZd37jBqitEvbFIxI+rj7NBr1Pno4UN8AOFUYoA6jK/XKlQmC2OQcq5nu9i NkxPYirWLFuJfGYw== Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 0bae63f1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Wed, 18 Nov 2020 13:37:42 +0000 (UTC) Received: by mail-yb1-f169.google.com with SMTP id e81so126747ybc.1 for ; Wed, 18 Nov 2020 05:41:40 -0800 (PST) X-Gm-Message-State: AOAM533I2ahQnAuMqHtqjCKDiWFDQSzmVhXsQOme83i3RAVtjiXBPlhl qPo4tXttWURkU0aYIo0eiJ+fk3ZWbumDL1ygui8= X-Google-Smtp-Source: ABdhPJwV2gQ0GgX4+sM601F3mCe3BolMjIOZwmhvBRvrsTXCKgLT8cqduTWmvZ1s+8Z0uKexionN5QcKgLgfJOTiEUE= X-Received: by 2002:a25:df05:: with SMTP id w5mr9355774ybg.20.1605706899830; Wed, 18 Nov 2020 05:41:39 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "Jason A. Donenfeld" Date: Wed, 18 Nov 2020 14:41:29 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: WireGuard for Windows failed to start after update to v0.2.1 To: Joshua Sjoding Cc: WireGuard mailing list Content-Type: text/plain; charset="UTF-8" X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" Hi Joshua, A new version is now released, which should address all the issues you found. Let me know how things go... Jason