Renpy raises exception when opening save screen.

  • Open
  • quality assurance status badge
Details
One participant
  • Jesse Gibbons
Owner
unassigned
Submitted by
Jesse Gibbons
Severity
normal
J
J
Jesse Gibbons wrote on 12 Aug 2023 20:45
(address . bug-guix@gnu.org)
a592d6cf-087c-18cb-747d-3553f2385e76@gmail.com
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 65252@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65252
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch