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

Debbugs page

Jesse Gibbons wrote 2 years ago
(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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help