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 Received: from lists.zx2c4.com (lists.zx2c4.com [165.227.139.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A6797CCF9F8 for ; Fri, 31 Oct 2025 13:23:27 +0000 (UTC) Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id d61122d0; Fri, 31 Oct 2025 13:21:14 +0000 (UTC) Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id ec67b24d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 31 Oct 2025 13:21:13 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id AC14860053; Fri, 31 Oct 2025 13:21:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B3936C4CEE7; Fri, 31 Oct 2025 13:21:10 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="ZaHraHty" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1761916869; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+TBrrmDVWfZjrDT5nkv2n9oSojYsS2zzFgNPyf4h0yM=; b=ZaHraHty0xvbCodAPSScDP8QV2yIJXRQlHeC4gA1wXZkzc/FKrtA14JRxmn7bWoBFofwwt EvazBgfszkoJIh2Vo3cXzY4hUVlxaZISp47vrx30y2wam8L3OZ8AqTQ7LAYLR91Mj6gf8k SRjxSrAcISK+YBVc+hAD9nr/vO1Nw0Y= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id b1e87ff9 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 31 Oct 2025 13:21:08 +0000 (UTC) Date: Fri, 31 Oct 2025 14:21:05 +0100 From: "Jason A. Donenfeld" To: Anthony Paul Cc: Simon Rozman , "wireguard@lists.zx2c4.com" Subject: Re: Crash on Windows ARM64 when Import and potential fix Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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" On Fri, Oct 31, 2025 at 10:44:14AM -0230, Anthony Paul wrote: > Hi Simon. > > WG for arm64 windows still has all the issues with the file selection > stuff... Any way you could get this patch pushed through? Anything I > can do to help? I'm in the process of rebuilding my Windows rig so that I can resume development of this.