GNU bug report logs - #68982
Ren'py 8.2.0 Crash on startup

Previous Next

Package: guix;

Reported by: "msglm" <msglm <at> techchud.xyz>

Date: Wed, 7 Feb 2024 20:39:02 UTC

Severity: normal

To reply to this bug, email your comments to 68982 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#68982; Package guix. (Wed, 07 Feb 2024 20:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "msglm" <msglm <at> techchud.xyz>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 07 Feb 2024 20:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "msglm" <msglm <at> techchud.xyz>
To: <bug-guix <at> gnu.org>
Subject: Ren'py 8.2.0 Crash on startup
Date: Wed, 07 Feb 2024 14:38:24 -0600
When starting the ren'py launcher on version Ren'Py 8.2.0.24012702,
currently my guix channel is on commit
5d2302a1959d09e6d5a5f02ac199458095847a82, the program crashes with the
following error:

Full traceback:
  File "/gnu/store/2m851i42kc8i929rfhrn6w545w6a94lz-python-renpy-8.2.0/lib/python3.10/site-packages/renpy/bootstrap.py", line 354, in bootstrap
    renpy.config.logdir = renpy.__main__.path_to_logdir(basedir)
AttributeError: module '__main__' has no attribute 'path_to_logdir'




Information forwarded to bug-guix <at> gnu.org:
bug#68982; Package guix. (Thu, 08 Feb 2024 08:28:02 GMT) Full text and rfc822 format available.

Message #8 received at 68982 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> student.tugraz.at>
To: msglm <msglm <at> techchud.xyz>, 68982 <at> debbugs.gnu.org
Subject: Re: Ren'py 8.2.0 Crash on startup
Date: Thu, 08 Feb 2024 09:09:04 +0100
Am Mittwoch, dem 07.02.2024 um 14:38 -0600 schrieb msglm:
> When starting the ren'py launcher on version Ren'Py 8.2.0.24012702,
> currently my guix channel is on commit
> 5d2302a1959d09e6d5a5f02ac199458095847a82, the program crashes with
> the following error:
> 
> Full traceback:
>   File "/gnu/store/2m851i42kc8i929rfhrn6w545w6a94lz-python-renpy-
> 8.2.0/lib/python3.10/site-packages/renpy/bootstrap.py", line 354, in
> bootstrap
>     renpy.config.logdir = renpy.__main__.path_to_logdir(basedir)
> AttributeError: module '__main__' has no attribute 'path_to_logdir'
If you have a local guix checkout, try adding the following lines to
gnu/packages/aux-file/renpy.in:

  def path_to_logdir(basedir):
      return basedir

However, it seems upstream also has a predefined_searchpath added in
8.2, and changed the semantics of path_to_saves.  I think we might want
to revert to 8.1 to deal with all those changes properly.

Cheers 




This bug report was last modified 86 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.