Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-07-2008, 09:26 PM
suprphrk
Fire Beetle
 
Join Date: Apr 2008
Posts: 16
Default

Thanks for the reply, Trevius.

I ran GeorgeS's quest tool on that file, and then stopped/restarted my server. I can see how the double quotes/single quotes issues can hinder quests, especially if there's a contraction or subquote in the quest. However, after changing those, and trying the different way of doing the begin/end, still no go. In my log, it still shows the same error as before:

Code:
[04.07. - 08:09:55] WARNING: error compiling quest file
quests/gfaydark/Maesyn_Trueshot.pl: Perl runtime error: Undefined 
subroutine &main::eval_file called.
(reverting to default questfile)
It seems like it's trying to call eval_file and not opening the file right. I've checked permissions, and set all of the quest/ folder, all of its subfolders, and files to give Everyone read and execute. Still didn't work. I'm still working with it, but any more insight would be helpful. Keep the ideas coming!
Reply With Quote
  #2  
Old 04-07-2008, 10:53 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Try changing the double quotes in:

Code:
$class eq "Ranger"
to single quotes:

Code:
$class eq 'Ranger'
and see what happens.

Make sure you are using #questreload after making any changes so it loads your updates to the quest.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #3  
Old 04-07-2008, 10:58 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

I just read pretty thoroughly through the section of your quest that you posted and it looks ok now. If you have more in that quest that you didn't post yet, please post it. Maybe there are other mistakes. Make sure to hit the "check syntax" button on GeorgeS tool. It can help find missing bracket issues.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #4  
Old 04-07-2008, 11:58 PM
suprphrk
Fire Beetle
 
Join Date: Apr 2008
Posts: 16
Default

Wow. I fixed it. It's dirty, and others have come across it before. I'd copied my perl\bin folder to my EQEmu folder, but not the other way around. What I did was set my EQEmu root to the perl\bin folder as per http://www.eqemulator.net/forums/arc...p/t-22891.html. This is definitely a bug, but it sounds like it only happens every once in a while.

I'm in Windows 2003 Server, ActivePerl-5.8.8.822-MSWin32-x86-280952, EQEmu-0.7.0-1103 configuration. Anyone else with the same problem that kedra/I have, maybe with the same config? To help out debugging?

Thanks to everyone for their help and ideas.
Reply With Quote
  #5  
Old 04-08-2008, 05:46 AM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Was the path set on your server to check the perl/bin folders?
__________________
Random Segments of Code....
Reply With Quote
  #6  
Old 04-08-2008, 06:48 AM
suprphrk
Fire Beetle
 
Join Date: Apr 2008
Posts: 16
Default

Ya, my path starts with:

Code:
PATH=C:\Perl\site\bin;C:\Perl\bin;
You think the order matters? I've seen some cases where it does matter when I worked on the helpdesk, I want to say with Chameleon installs... Maybe it should look in c:\perl\bin first, then site\bin? Can someone that has a working server in its own directory share the order of their perl-related path variable?
Reply With Quote
  #7  
Old 04-08-2008, 01:16 PM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Mine only has C:\Perl\bin as far as perl goes and it is first.
__________________
Random Segments of Code....
Reply With Quote
  #8  
Old 04-08-2008, 02:13 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Quote:
Originally Posted by suprphrk View Post
Ya, my path starts with:

Code:
PATH=C:\Perl\site\bin;C:\Perl\bin;
You think the order matters? I've seen some cases where it does matter when I worked on the helpdesk, I want to say with Chameleon installs... Maybe it should look in c:\perl\bin first, then site\bin? Can someone that has a working server in its own directory share the order of their perl-related path variable?
Order only matters if you have 2 executables in your path with the same name. It will pick the one that turns up in your path first.

I wonder if this is a difference in the environment that the server is running in and the environment that the client is running in? Maybe not, but it is something to check.
Reply With Quote
  #9  
Old 04-12-2008, 12:49 AM
suprphrk
Fire Beetle
 
Join Date: Apr 2008
Posts: 16
Default

Well, the server is W2k3 server, client is Vista. I tried switching the paths and rebooting, that didn't do it. I dunno, it's werid. I haven't tried messing more with it though, I have a stable EQ .
Reply With Quote
  #10  
Old 04-12-2008, 03:37 AM
fault
Hill Giant
 
Join Date: Sep 2005
Posts: 114
Default

if you have 5.8.8.822 perl try downgrading, the 822 build seems to be a bit crappy when it comes to eqemu. 5.8.5 and 5.8.7 have been reported as working by cavedude.

http://www.projecteq.net/phpBB2/viewtopic.php?t=4508
Reply With Quote
  #11  
Old 04-12-2008, 06:13 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Just for the hell of it, uninstall Perl 5.8.8 and install 5.8.7 instead. 5.10 without a doubt breaks EQEmu, and I've seen evidence that supports 5.8.8 may do so as well.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:44 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3