From unknown Mon Jun 23 02:22:19 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#60361 <60361@debbugs.gnu.org> To: bug#60361 <60361@debbugs.gnu.org> Subject: Status: renpy-launcher can't be used to create new projects Reply-To: bug#60361 <60361@debbugs.gnu.org> Date: Mon, 23 Jun 2025 09:22:19 +0000 retitle 60361 renpy-launcher can't be used to create new projects reassign 60361 guix submitter 60361 Yash Tiwari severity 60361 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 27 13:24:37 2022 Received: (at submit) by debbugs.gnu.org; 27 Dec 2022 18:24:37 +0000 Received: from localhost ([127.0.0.1]:56466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAEcu-0000tw-NX for submit@debbugs.gnu.org; Tue, 27 Dec 2022 13:24:37 -0500 Received: from lists.gnu.org ([209.51.188.17]:48220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAEGd-0000Co-MP for submit@debbugs.gnu.org; Tue, 27 Dec 2022 13:01:36 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pAEGd-0002EA-B8 for bug-guix@gnu.org; Tue, 27 Dec 2022 13:01:35 -0500 Received: from mout-p-102.mailbox.org ([80.241.56.152]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1pAEGb-0004eR-4C for bug-guix@gnu.org; Tue, 27 Dec 2022 13:01:35 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4NhMsX02Xqz9sb4 for ; Tue, 27 Dec 2022 19:01:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1672164080; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+eL4PE0+9ChQl/6PhbwxHF5SanM6U+8vODpUdl+uQbA=; b=lC8SGqVOZDFS+lmTxF0tGj4Gq7kw5FGD/VR2ZK2hS+bpcXP7PinGRj2ZqWNxNeNpfVpWuN 53+sIpKOvfXpg9ln3mZkXe2XwlsK8x4F6OxcMXCiJckVN3dnPZMMu91V82HpkveqcHik8u IxoxTgMbNKEYoxKUfc9/upgBt/etfOsTXkV9q5xP/jxsHu4yXz6ymhjtin3P8JZcxdf0eu 6/SDBw/2xidbd6tEdM7dAVW887hoifejOuwT9ktikq8pZ0q3wWCAndY+alkTaGIzIWjbS/ rHXOaeXmBPQWj/jVobVBPoGt4IXZM+lIMMLOVvKIeCoTIAM6rxeMuUBR+TxMKw== Date: Tue, 27 Dec 2022 23:31:19 +0530 (IST) From: Yash Tiwari To: "bug-guix@gnu.org" Message-ID: <704991633.318730.1672164079725@office.mailbox.org> Subject: renpy-launcher can't be used to create new projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-MBO-RS-ID: 5f3d086b2cbd4249aca X-MBO-RS-META: et5dq6bw5qcuedwn4w6urunsxgwuwhhw Received-SPF: pass client-ip=80.241.56.152; envelope-from=yasht@mailbox.org; helo=mout-p-102.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 27 Dec 2022 13:24:35 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Running renpy-launcher and trying to create a new project fails with error "The selected projects directory is not writable" Trying to change the projects directory in preferences fails with the same error. Setting the projects directory using the renpy build from the renpy website allows renpy-launcher to work as required. Yash Tiwari From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 10 13:24:54 2023 Received: (at 60361) by debbugs.gnu.org; 10 Jan 2023 18:24:54 +0000 Received: from localhost ([127.0.0.1]:41119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFJIr-0007kc-6K for submit@debbugs.gnu.org; Tue, 10 Jan 2023 13:24:54 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:47271) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFIlS-0006re-I6 for 60361@debbugs.gnu.org; Tue, 10 Jan 2023 12:50:23 -0500 Received: (Authenticated sender: morgan@ice9.digital) by mail.gandi.net (Postfix) with ESMTPSA id CFECA100006; Tue, 10 Jan 2023 17:50:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ice9.digital; s=gm1; t=1673373016; 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=ZimZYgx7SUO1u3XacSPr70dyAEUrZR11VsGdey7xoVQ=; b=E5TqAgcZ+iGM/z1iE4QvYOI9m/NUJkwU7zFkA9Zaf8IRY97xGedvhB5wdDiiMfSXU9wD4z 8j8OjI+0FkZASlAz4j5oNAjhCLRKCwp0QlJ82D6XrbZ+DJ1p8pBY2aanEMkUdRt1LtlZIo DulvtJg/8TB6KH3HQXyES3o9AEO5SGUrMm7vIMGVO+4fkxrDZ/U4ANrZg9OjFSSvQQtU0X mm7YCBxgy4722u+g4EcIj1zBCu6Iy66Ny6Me0UFm+pyoo1J8GDIcKt9egJ/I06JDZcaijp +vHqwxfcMCU2uehgb3Rrem3gTOb8zOTy2/G25H5Ms7o+9IZ2YXfK8yrIoCA8JA== From: Morgan Willcock To: 60361@debbugs.gnu.org Subject: Re: renpy-launcher can't be used to create new projects References: <704991633.318730.1672164079725@office.mailbox.org> Date: Tue, 10 Jan 2023 17:50:12 +0000 In-Reply-To: <704991633.318730.1672164079725@office.mailbox.org> (Yash Tiwari's message of "Tue, 27 Dec 2022 23:31:19 +0530 (IST)") Message-ID: <877cxu5lez.fsf@ice9.digital> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 60361 X-Mailman-Approved-At: Tue, 10 Jan 2023 13:24:46 -0500 Cc: Yash Tiwari X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Yash Tiwari writes: > Running renpy-launcher and trying to create a new project fails > with error "The selected projects directory is not writable" > Trying to change the projects directory in preferences fails > with the same error. > > Setting the projects directory using the renpy build from the > renpy website allows renpy-launcher to work as required. As a workaround you can use the command line interface and the launcher game to set the projects directory. For example: renpy-launcher set_projects_directory ~/projects/ Unfortunately the configuration data is effectively the save game data for the launcher game, so I don't think it is possible to manage the data reliably as part of the system configuration. Thanks, Morgan