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-28-2008, 02:42 PM
bwhiting
Fire Beetle
 
Join Date: Nov 2007
Posts: 9
Default Cannot start server

Hey all, Im just trying to start a new server for some personal fun. I followed the guide on the creation part as close as i could. When i launch my shortcut to start, it gives me an error and only the window that says to push enter to start pops up. The error is as follows:

Header: world.exe - Unable to locate component
Body: This application has failed to start because perl58.dll was not found. Re-installing the application may fix this problem.

I have installed Activeperl, just am not sure what i need to do to fix this. Any help would be greatly appreciated.

Thanks.
Reply With Quote
  #2  
Old 04-28-2008, 03:04 PM
dilxar
Fire Beetle
 
Join Date: Apr 2008
Posts: 15
Default

Make sure that when you installed Perl that you checked the option to add perl to the PATH variable and enable Perl extensions. If that still doesn't work, try copying perl58.dll from /perl/bin to /windows/system32/ (if you're using windows I mean).
Reply With Quote
  #3  
Old 04-28-2008, 03:08 PM
bwhiting
Fire Beetle
 
Join Date: Nov 2007
Posts: 9
Default

Hmm im pretty sure i had that set upon installation. Checking the perl/bin/ I only have perl510.dll file, not perl58. Any suggestion on how to get perl58 to put in my system folder?
Reply With Quote
  #4  
Old 04-28-2008, 03:18 PM
bwhiting
Fire Beetle
 
Join Date: Nov 2007
Posts: 9
Default

I found the file. Now when i launch my start shortcut, 2 windows pop up but the one that would have the Debug statements in it closes instantly. Leaving me with only a window saying :
"wait for world to finish loading.. Press enter when done.
Press any key to continue"
When pressing a key, nothing happens


Thank's for your help
Reply With Quote
  #5  
Old 04-28-2008, 03:35 PM
Dr Zauis's Avatar
Dr Zauis
I know how to fix that!
 
Join Date: May 2005
Posts: 447
Default

For the perl problem check here:
http://www.eqemulator.net/forums/showthread.php?t=24915

For the other. If after installing older perl version you have the same problems with it hanging then you need to check your logs folder to see what the error is.
__________________
Server_Op: ForbiddenZone
Reply With Quote
  #6  
Old 04-28-2008, 03:54 PM
bwhiting
Fire Beetle
 
Join Date: Nov 2007
Posts: 9
Default

I downloaded/installed newer version. When i open it up its in a comand promt interface now instead of the GUI with the previous version i had. Do i just type install IO-Stringy .... etc?

Sorry for so many questions, im just new at this.
Reply With Quote
  #7  
Old 04-28-2008, 04:45 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

try running the world.exe from the command line to see what it says.
Reply With Quote
  #8  
Old 04-28-2008, 07:11 PM
bwhiting
Fire Beetle
 
Join Date: Nov 2007
Posts: 9
Default

It fails still does the same thing. Checking logs and receiving this:

Starting Log: logs/eqemu_debuf_worlds_3224.log
[WORLD_INIT] Loading server configuration..
[WORLD_INIT_ERR] Loading server configuration failed.
Reply With Quote
  #9  
Old 04-28-2008, 07:57 PM
Dr Zauis's Avatar
Dr Zauis
I know how to fix that!
 
Join Date: May 2005
Posts: 447
Default

Quote:
Originally Posted by bwhiting View Post
I downloaded/installed newer version. When i open it up its in a comand promt interface now instead of the GUI with the previous version i had. Do i just type install IO-Stringy .... etc?

Sorry for so many questions, im just new at this.
Thats what I did. I just followed the instructions for that from an earlier tutorial. Probably from 6.3 version.
__________________
Server_Op: ForbiddenZone
Reply With Quote
  #10  
Old 04-28-2008, 08:00 PM
Dr Zauis's Avatar
Dr Zauis
I know how to fix that!
 
Join Date: May 2005
Posts: 447
Default

Quote:
Originally Posted by bwhiting View Post
It fails still does the same thing. Checking logs and receiving this:

Starting Log: logs/eqemu_debuf_worlds_3224.log
[WORLD_INIT] Loading server configuration..
[WORLD_INIT_ERR] Loading server configuration failed.
OK then..Check your eqemu_config.xml file. Copy/paste it so that we can see.

EDIT>>>Also make sure there is a eqtime CFG file in your eqemu folder.
__________________
Server_Op: ForbiddenZone
Reply With Quote
  #11  
Old 04-28-2008, 08:16 PM
bwhiting
Fire Beetle
 
Join Date: Nov 2007
Posts: 9
Default

<?xml version="1.0">
<server>
<world>
<shortname>B's</shortname>
<longname>B's Custom</longname>

<!-- Only specify these two if you really think you needto. -->
<address>192.168.109</address>
<localaddress>127.0.0.1</localaddress>

<!-- Login server information . -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver/>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuartion, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>*removed for posting*</password>
<db>peq</db>
</database>
</server>
Reply With Quote
  #12  
Old 04-28-2008, 08:17 PM
bwhiting
Fire Beetle
 
Join Date: Nov 2007
Posts: 9
Default

Im afraid I cant find a eqtime CFG file.. and have no idea what it is or where itd be. Thanks for the help Doc!
Reply With Quote
  #13  
Old 04-28-2008, 10:38 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Remove this section below from your config:

Code:
<!-- Only specify these two if you really think you needto. -->
<address>192.168.109</address>
<localaddress>127.0.0.1</localaddress>
No one ever uses these settings and there is no need to. You have them set wrong as far as I know, anyway. Address is supposed to be set to the IP address on your router (not your PC) and local address would be the one for your PC, but 127.0.0.1 or localhost should work as well.

Just remove them and that should at least fix that part.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #14  
Old 04-28-2008, 10:53 PM
bwhiting
Fire Beetle
 
Join Date: Nov 2007
Posts: 9
Default

Removed that part, Still same error.

[World_INIT] Loading server config
[World_INIT_ERR] Loading server config failed.
Reply With Quote
  #15  
Old 04-28-2008, 10:55 PM
bwhiting
Fire Beetle
 
Join Date: Nov 2007
Posts: 9
Default

Im wondering if it might be from Active Perl Installation? I went from most recent version to one on forums, but when i start it its in CMD prompt format and Im not really sure how to enable the things I need in it, could that be the problem?
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 09:00 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