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
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.
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