EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Unable to read perl file (https://www.eqemulator.org/forums/showthread.php?t=32708)

Longdarkhair 12-17-2010 05:24 PM

Unable to read perl file
 
Hi, I was wondering about the 'Unable to read perl file' portions of this log. Our server gets this quite a bit and I was wondering what it means. I have looked in the C:/eqemu/quests/spells folders and none of these files exist in there. Also, 'quests/dragonscaleb/player.pl' does not exist. Can anyone help me out what this means and should/can we fix it?

Any help is appreciated, thank you =)

[12.17. - 07:42:23] Starting Log: logs/eqemu_quest_zone_7348.log
[12.17. - 07:42:23] Tying perl output to eqemu logs
[12.17. - 07:42:23] Creating EQEmuIO=HASH(0x7506d7c)
[12.17. - 07:42:23] Creating EQEmuIO=HASH(0x74f94f4)
[12.17. - 07:42:23] Loading perlemb plugins.
[12.17. - 07:42:23] Useless use of private variable in void context at plugins/formation_tools.pl line 364.
[12.17. - 07:42:23] Subroutine Cwd::fastcwd redefined at C:/Perl/site/lib/Cwd.pm line 812.
[12.17. - 07:42:23] Subroutine Cwd::getcwd redefined at C:/Perl/site/lib/Cwd.pm line 812.
[12.17. - 07:42:23] Subroutine Cwd::abs_path redefined at C:/Perl/site/lib/Cwd.pm line 812.
[12.17. - 07:42:24] Subroutine CalcDestFromHeading redefined at plugins/path_tools.pl line 222.
[12.17. - 07:42:24] Loading perl commands...
[12.17. - 09:31:57] Unable to read perl file 'quests/dragonscaleb/player.pl'
[12.17. - 09:31:57] Unable to read perl file 'quests/spells/6503.pl'
[12.17. - 09:31:57] Unable to read perl file 'quests/spells/5521.pl'
[12.17. - 09:31:57] Unable to read perl file 'quests/spells/5317.pl'
[12.17. - 09:33:54] Unable to read perl file 'quests/spells/3301.pl'
[12.17. - 09:34:02] Unable to read perl file 'quests/spells/3302.pl'
[12.17. - 09:34:07] Unable to read perl file 'quests/spells/7349.pl'
[12.17. - 09:36:09] Unable to read perl file 'quests/spells/7630.pl'
[12.17. - 09:36:27] Unable to read perl file 'quests/spells/5332.pl'
[12.17. - 09:59:11] Unable to read perl file 'quests/spells/5318.pl'

Congdar 12-17-2010 06:46 PM

Quote:

Originally Posted by Longdarkhair (Post 195307)
[12.17. - 07:42:23] Useless use of private variable in void context at plugins/formation_tools.pl line 364.

This is a bug in the script. Kind of hard to figure out from that error message what the bug is. Only thing I could see out of the ordinary when looking is that script $ColNum is not declared with a 'my', but I'm not sure that's what is causing that error.
Quote:

Originally Posted by Longdarkhair (Post 195307)
[12.17. - 07:42:23] Subroutine Cwd::fastcwd redefined at C:/Perl/site/lib/Cwd.pm line 812.
[12.17. - 07:42:23] Subroutine Cwd::getcwd redefined at C:/Perl/site/lib/Cwd.pm line 812.
[12.17. - 07:42:23] Subroutine Cwd::abs_path redefined at C:/Perl/site/lib/Cwd.pm line 812.

Wish I could help you with this one :(
Quote:

Originally Posted by Longdarkhair (Post 195307)
[12.17. - 07:42:24] Subroutine CalcDestFromHeading redefined at plugins/path_tools.pl line 222.

This is because path_tools.pl is redefining a sub method that already exists in formation_tools.pl
Quote:

Originally Posted by Longdarkhair (Post 195307)
[12.17. - 09:31:57] Unable to read perl file 'quests/dragonscaleb/player.pl'
[12.17. - 09:31:57] Unable to read perl file 'quests/spells/6503.pl'
[12.17. - 09:31:57] Unable to read perl file 'quests/spells/5521.pl'
[12.17. - 09:31:57] Unable to read perl file 'quests/spells/5317.pl'
[12.17. - 09:33:54] Unable to read perl file 'quests/spells/3301.pl'
[12.17. - 09:34:02] Unable to read perl file 'quests/spells/3302.pl'
[12.17. - 09:34:07] Unable to read perl file 'quests/spells/7349.pl'
[12.17. - 09:36:09] Unable to read perl file 'quests/spells/7630.pl'
[12.17. - 09:36:27] Unable to read perl file 'quests/spells/5332.pl'
[12.17. - 09:59:11] Unable to read perl file 'quests/spells/5318.pl'

These are just informational, there is no special handling for spells with those id numbers or there's no special script for when a player enters dragonscaleb. If the file is found, then it wouldn't make those logs and the special scripting would execute. You can see some zones do have a player.pl and you can look in /quests/spells/ folder to see how some spells are specially handled.

Longdarkhair 12-17-2010 07:31 PM

As always, you are awesome Congdar. Thank you =)

Domina
GM-Last World


All times are GMT -4. The time now is 09:29 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.