Log in

View Full Version : help !! Quest Script Error


anxious
03-24-2009, 09:37 PM
So I been searching here, googling and tried so many different things that im not what the issue is and I hope someone has seen this before and will be an easy fix... So I am testing around on my server and none of my hails or quests work. Below is a peice of the error log that might help.

perl 5.8.8.822
using the latest PEQ 384
Emu Rev 384

have perl58.dll (all over the place)
downloaded some additional plugin files that I am not sure where I got them.
structure looks like EQEMU / Quests / Zone Folder

I dont know.. can someone check it out and let me know what they think, thanks.



---------------------------------------------
[03.24. - 16:48:11] Starting Log: logs/eqemu_quest_zone_7972.log
[03.24. - 16:48:11] Tying perl output to eqemu logs
[03.24. - 16:48:11] Creating EQEmuIO=HASH(0x1126fc0)
[03.24. - 16:48:11] Creating EQEmuIO=HASH(0x1127308)
[03.24. - 16:48:11] Loading perlemb plugins.
[03.24. - 16:48:11] Loading perl commands...
[03.24. - 16:48:11] WARNING: error compiling quest file quests/default.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
(reverting to default questfile)
[03.24. - 16:48:46] WARNING: error compiling quest file quests/nexus/A_Mystic_Voice1.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
(reverting to default questfile)
[03.24. - 16:48:46] WARNING: error compiling quest file quests/nexus/A_Mystic_Voice.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
(reverting to default questfile)
[03.24. - 16:48:46] WARNING: error compiling quest file quests/nexus/Faydwer_Scion.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
(reverting to default questfile)
[03.24. - 16:48:46] WARNING: error compiling quest file quests/nexus/Odus_Scion.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
(reverting to default questfile)
[03.24. - 16:48:46] WARNING: error compiling quest file quests/nexus/Kunark_Scion.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
(reverting to default questfile)

Andrew80k
03-24-2009, 10:39 PM
Search for this in the forums and you should find a couple of solutions that may or may not work. I think one of the solutions involves moving your emu directory to your perl directory or some such.

&main::eval

anxious
03-25-2009, 08:15 PM
Sorry, I figured it out last night.. not sure what I did ... but it worked...

RichardoX
04-05-2009, 01:16 PM
Sorry, I figured it out last night.. not sure what I did ... but it worked...

Did you ever figure out what you did? I have the same issue.

RichardoX
04-10-2009, 08:18 PM
Just to let everyone know, I solved this issue on my side. This is what I did.

Uninstalled ActiveState Perl 5.8.8.822 and deleted c:\perl\.
I reinstalled it and installed IO-stringy only.
*ppm install io-stringy in command prompt after install.
Rather than downloading the pre-compiled binaries available on the wiki tutorial, I used a newer build of the source. After that, it worked perfectly.

I hope everyone else has the same luck that I did.