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 02-17-2008, 04:20 AM
kedra
Sarnak
 
Join Date: May 2007
Posts: 71
Default

It happens with any quest, even all of the default peq ones. I've deleted every single quest and started with the basics:

Code:
sub EVENT_SAY {
  if ($text=~/hail/i) {
    quest::say("Hello");
  }
}
Reply With Quote
  #2  
Old 02-17-2008, 05:58 AM
Knightly
Accomplished Programmer
 
Join Date: Nov 2006
Location: Honolulu, HI
Posts: 91
Default

If I recall correctly, I had a problem on server 2003 when using notepad to edit quests. Using Notepad++ I set the format to UTF-8 and the line endings to Unix and didn't have a problem.
Reply With Quote
  #3  
Old 02-17-2008, 06:09 AM
shaznito
Sarnak
 
Join Date: Apr 2007
Posts: 35
Default

Actually I'm having the same problem, I just re-installed everthing on a newer pc for eqemu and this is the error I get.
Code:
[02.16. - 23:36:16] Starting Log: logs/eqemu_quest_zone_2660.log
[02.16. - 23:36:16] Tying perl output to eqemu logs
[02.16. - 23:36:16] Creating EQEmuIO=HASH(0x3e1eaac)
[02.16. - 23:36:16] Creating EQEmuIO=HASH(0x3e1edf4)
[02.16. - 23:36:16] Loading perlemb plugins.
[02.16. - 23:36:16] Loading perl commands...
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/#Riley_Shplots.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/1173.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/templates/Arias2.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/Faren.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/Anehan_Treol.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/Guard_Jerith.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/Lanhern_Firepride.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/Miltiades_Tal-Azroth.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/Exterminator_Rasmon.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/Yakem_Oreslinger.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/an_investigator.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/Soulbinder_Novalu.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/Jalorin_Tar-Visgur.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/Trumpy_Irontoe.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/Wolten_Grafe.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/Chesgard_Sydwen.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
 (reverting to default questfile)
[02.16. - 23:36:17] WARNING: error compiling quest file quests/qeynos/Kasine_Paegra.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
(reverting to default questfile)
Reply With Quote
  #4  
Old 02-17-2008, 07:25 AM
kedra
Sarnak
 
Join Date: May 2007
Posts: 71
Default

I've tried this using MySQL4.1 and build 1002. As far as I can tell, this is the exact configuration of a server I had running not long ago but I'm still seeing this problem. Strange.
Reply With Quote
  #5  
Old 02-18-2008, 08:53 PM
shaznito
Sarnak
 
Join Date: Apr 2007
Posts: 35
Default

I finally figured out my problem and fixed it
Come to find out windows had some serious problem with my user logins, I signed in as "User" but for some reason all files were copied to "Administrator".

So I fdisk the computer since it wouldn't recognize any changes or new user and all works great even better than before.
Reply With Quote
  #6  
Old 02-19-2008, 06:44 AM
kedra
Sarnak
 
Join Date: May 2007
Posts: 71
Default

Oh my freaking god, Shaz.

That's not my problem, but I think you just clued me in to what's wrong. It's most likely because my server directory is actually on a network drive. Oops.

I'm going to move everything back to a local drive and give that a shot. I'm sure that's the problem (Famous last words?).

Thanks for your follow up post! I'll post my findings... I hope this is it It's been driving me craaaazy.... then that stupid computer crashed. Ugh.
Reply With Quote
  #7  
Old 02-19-2008, 11:27 AM
kedra
Sarnak
 
Join Date: May 2007
Posts: 71
Default

Yaaarg......crap. Don't think that was it. Same issue when running from the local drive. Hrm, I was sure... :\

The administrator account is the only one on this machine, so I don't think it is being caused by the same thing that you had going on.

Guess I'll keep looking.
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 01:35 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3