bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65252: Renpy raises exception when opening save screen.


From: Jesse Gibbons
Subject: bug#65252: Renpy raises exception when opening save screen.
Date: Sat, 12 Aug 2023 12:45:08 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

Here's a problem I diagnosed in the version of renpy installed by guix (19a7a824c35eae56ce56e2a460042fb7e2129234):
Problem: Save screen raises an exception
How to replicate:
1. launch a renpy project
2. Navigate to the save screen.
An exception is raised and the stack trace is dumped.
Cause: config.has_sync not set outside renpy/common/00sync.rpy which is deleted by guix (presumably for security reasons) Proposed Solution: Set config.has_sync = None in a different file at a point while config.locked=False. If no suitable file can be found, perhaps create renpy/common/00guix.rpy using a patch?

--
-Jesse Gibbons






reply via email to

[Prev in Thread] Current Thread [Next in Thread]