Menu

#138 Error message when opening Guiguts

v1.0.25
open
nobody
None
5
2020-05-03
2020-05-01
Anonymous
No

This report appears on the terminal when opening guiguts.pl. The program opens nevertheless, but is prone to hang or close down unexpectedly.

do "setting.rc" failed, '.' is no longer in @INC; did you mean do "./setting.rc"? at guiguts.pl line 347.
print() on closed filehandle $file at /home/neil/dpcopy/guiguts/lib/Guiguts/FileMenu.pm line 911.
20do "data/labels_en_default.rc" failed, '.' is no longer in @INC; did you mean do "./data/labels_en_default.rc"? at guiguts.pl line 347.
do "data/labels_en.rc" failed, '.' is no longer in @INC; did you mean do "./data/labels_en.rc"? at guiguts.pl line 347.
A problem was encountered when reading data/labels_en.rc. Using default values.

Discussion

  • Anonymous

    Anonymous - 2020-05-01

    This report appears on the terminal when opening guiguts.pl. The program opens nevertheless, but is prone to hang or close down unexpectedly.

    do "setting.rc" failed, '.' is no longer in @INC; did you mean do "./setting.rc"? at guiguts.pl line 347.
    print() on closed filehandle $file at /home/neil/dpcopy/guiguts/lib/Guiguts/FileMenu.pm line 911.
    20do "data/labels_en_default.rc" failed, '.' is no longer in @INC; did you mean do "./data/labels_en_default.rc"? at guiguts.pl line 347.
    do "data/labels_en.rc" failed, '.' is no longer in @INC; did you mean do "./data/labels_en.rc"? at guiguts.pl line 347.
    A problem was encountered when reading data/labels_en.rc. Using default values.

     
  • Anonymous

    Anonymous - 2020-05-03

    Hi.
    Guiguts isn't being maintained via sourceforge now - the next release will hopefully remove all reference to sourceforge so that bugs do not accidentally get logged here.
    The best place for now to mention a bug is in the DP forum https://www.pgdp.net/phpBB3/viewtopic.php?f=13&t=11466 which is monitored quite closely.

    That said, I'm guessing you're using Linux and your version of perl is more recent than Guiguts was developed under, which is why '.' is no longer in @INC.
    If you are confident with editing the file guiguts.pl in the top folder of the installed release, then add a line
    use lib '.';
    just above the comment "#use criticism 'gentle';"
    This edit will be in the new release.

    If you want to discuss further, it's best to message me at DP - I'm "windymilla". I am not monitoring this bug list - I just happened across your message by chance - so quite likely won't see any reply here.

    Best wishes
    Nigel

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.