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 11-26-2004, 07:36 AM
Lindgren
Fire Beetle
 
Join Date: Jul 2003
Posts: 11
Default Boot5zones.bat CRASH

This is touched upon by many threads, but I wanted to post my exact screen to see what I'm doing wrong.

And yes, I get 1017's when trying to connect to my own server (NOT MINILOGIN - EqEmu server select). It lists it, but doesn't let me connect.

Code:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.0-DR2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
Error in DBLoadDoors query 'SELECT id,doorid,zone,name,pos_x,pos_y,pos_z,heading
,opentype,guild,lockpick,keyitem,triggerdoor,triggertype,dest_zone,dest_x,dest_y
,dest_z,dest_heading,door_param,invert_state,incline,size from doors' #1054: Unk
nown column 'door_param' in 'field list'
If you get an error about door_param and size, run the following queries:
ALTER TABLE `doors` CHANGE `liftheight` `door_param` INT(4)  DEFAULT "0" NOT NUL
L;
ALTER TABLE `doors` ADD `size` SMALLINT(5)  UNSIGNED DEFAULT "100" NOT NULL;
Error: EMuShareMem: DLLLoadDoors: !cbDBLoadDoors
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 6299
[Status] Loading guilds
[Status] Loading factions
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Error] Error in LoadTributes first query 'SELECT id,name,descr FROM tributes':
#1146: Table 'eq.tributes' doesn't exist
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 176 commands loaded
[Status] Loading embedded perl XS
[Status] Error initializing perlembed: failed to install plugin printhook, do yo
u lack IO::Scalar?
[Status] Fatal error initializing perl: failed to install plugin printhook, do y
ou lack IO::Scalar?
The pain! THE HORRIBLE PAIN! If it weren't for the fact that I enjoy this very much, I'd stop trying.
Reply With Quote
  #2  
Old 11-26-2004, 12:16 PM
Varlos
Fire Beetle
 
Join Date: Nov 2004
Posts: 7
Default

I feel your horrible pain as well. I'm having the same problem except for I'm not getting errors on the door loading.

I just get the same error on LoadTributes and at the bottom it gives me the same "Error intializing PerlEmbed" errors at the bottom.

And before anyone says I don't have IO::Scalar installed, I do have it installed and when I open a command prompt and check for it(forget the command to check for it but I've done it many times) it says "Installed". That doesn't seem to be the problem....I really can't figure out what it is and would appreciate any help as well.
Reply With Quote
  #3  
Old 11-28-2004, 03:39 AM
Lindgren
Fire Beetle
 
Join Date: Jul 2003
Posts: 11
Default

ü
Reply With Quote
  #4  
Old 11-28-2004, 05:33 AM
wize_one
Dragon
 
Join Date: Jan 2004
Location: LasShithole, NV
Posts: 520
Default

the answer is in the error statement

Quote:
ALTER TABLE `doors` CHANGE `liftheight` `door_param` INT(4) DEFAULT "0" NOT NULL;
ALTER TABLE `doors` ADD `size` SMALLINT(5) UNSIGNED DEFAULT "100" NOT NULL;
__________________
Perfect quote from another site: it's immature pricks who refuse to read the numerous stickies in every forum pointing out what to do and what not to do that get flamed. Grow up and learn to do your fucking homework before opening your cake hole, junior. EQEmu doesn't like you anymore, and that's why you're getting errors. So go away.
__________________
Reply With Quote
  #5  
Old 11-28-2004, 05:35 AM
wize_one
Dragon
 
Join Date: Jan 2004
Location: LasShithole, NV
Posts: 520
Default

[Error] Error in LoadTributes first query 'SELECT id,name,descr FROM tributes':
#1146: Table 'eq.tributes' doesn't exist

there is a link to that on the main eqemu page or the data is in the change log file(dont recall where for 100%)

also your getting perl errors because you havent installed the IO:scaler
__________________
Perfect quote from another site: it's immature pricks who refuse to read the numerous stickies in every forum pointing out what to do and what not to do that get flamed. Grow up and learn to do your fucking homework before opening your cake hole, junior. EQEmu doesn't like you anymore, and that's why you're getting errors. So go away.
__________________
Reply With Quote
  #6  
Old 11-28-2004, 07:45 AM
Lindgren
Fire Beetle
 
Join Date: Jul 2003
Posts: 11
Default

IO:Scalar is installed. Lemme work with the other stuff. I'll post my progress. (thanks, btw)
Reply With Quote
  #7  
Old 11-28-2004, 08:23 PM
Haverlock
Fire Beetle
 
Join Date: Nov 2004
Posts: 3
Default Zone.exe error

Hi,
My world.exe is runnig ok, but zone.exe is giving error no matter what I do.

This is output from one of my zone.exe windwos:

C:\EqEmu>zone . 127.0.0.1 7995 localhost
[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.0-DR2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 6299
[Status] Loading guilds
[Status] Loading factions
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 177 commands loaded
[Status] Loading embedded perl XS
[Quest] perl error: Perl runtime error: Can't locate Symbol.pm in @INC (@INC con
tains: .) at (eval 3) line 1.
BEGIN failed--compilation aborted at (eval 3) line 1.

[Status] Error initializing perlembed: failed to install eval_file hook
[Status] Fatal error initializing perl: failed to install eval_file hook

Then it stops. Has anyone any ideas what to do that Symbol.pm? I have try'd copy it different locations but nothing seems to work. Please help...
Reply With Quote
  #8  
Old 11-28-2004, 08:48 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default Re: Zone.exe error

Quote:
Originally Posted by Haverlock
[Quest] perl error: Perl runtime error: Can't locate Symbol.pm in @INC (@INC con
tains: .) at (eval 3) line 1.
BEGIN failed--compilation aborted at (eval 3) line 1.
Well, I don't know what is causing your problem, but your perl @INC setting just seems to be set to '.', i.e. the current directory you are in. If you launch a command prompt and type:

perl -V

This will confirm what it is set to. Mine says this:

Code:
C:\>perl -V
Summary of my perl5 (revision 5 version 8 subversion 0) 

<SNIP>

  Compiled at Mar 31 2003 00:45:44
  @INC:
    C:/Perl/lib
    C:/Perl/site/lib
    .

C:\>
If your @INC is really just set to '.' and not C:/Perl/lib;C:/perl/site/lib, you could maybe try uninstalling/re-installing Perl.
Reply With Quote
  #9  
Old 11-28-2004, 09:10 PM
Haverlock
Fire Beetle
 
Join Date: Nov 2004
Posts: 3
Default Re: Zone.exe error

Thanks for quick answer. When I write 'perl -V' I get this:

Compiled at Dec 9 2003 10:19:40
@INC:
C:/Perl/lib
C:/Perl/site/lib
.

Huh. Weird problem...
Reply With Quote
  #10  
Old 11-29-2004, 09:23 AM
Haverlock
Fire Beetle
 
Join Date: Nov 2004
Posts: 3
Default Re: Zone.exe error

Well, I managed to make zone.exe work and wanted to tell others what went wrong in my case.

I's copied in some point perl58.dll file to \System folder! It's correct place is in C:\Perl\bin folder. I find out in support archives that this file can be only one place and exactly in C:\Perl\bin.

Thanks to all for help and happy gaming... [/code]
Reply With Quote
Reply


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 11:02 AM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3