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 09-28-2009, 03:00 PM
xes
Fire Beetle
 
Join Date: Sep 2009
Location: America
Posts: 7
Default Working EqEmu download anywhere?

I'm new to this, but I have spent a good deal of time searching for an EqEmu download. It seems that every link that I can find for it either does not have the download, or the page/file no longer exists.

Does anyone know of a place I can download it from?
Reply With Quote
  #2  
Old 09-28-2009, 03:09 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
Default

Try this: http://code.google.com/p/projecteqemu/downloads/list
Reply With Quote
  #3  
Old 09-28-2009, 03:29 PM
xes
Fire Beetle
 
Join Date: Sep 2009
Location: America
Posts: 7
Default

Quote:
Originally Posted by blackdragonsdg View Post
I was there before but haven't seen the file. I assumed it was stripped off the list similarly to all the other code.google.com links for EqEmu. Do you know which download it is?
Reply With Quote
  #4  
Old 09-28-2009, 03:45 PM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

this link is there and working just fine
Code:
http://projecteqemu.googlecode.com/files/Rev974-Bots.zip
Reply With Quote
  #5  
Old 09-28-2009, 03:53 PM
xes
Fire Beetle
 
Join Date: Sep 2009
Location: America
Posts: 7
Default

Quote:
Originally Posted by leslamarch View Post
this link is there and working just fine
Code:
http://projecteqemu.googlecode.com/files/Rev974-Bots.zip
Thank you so much , wish I had known it was named that earlier
Reply With Quote
  #6  
Old 09-29-2009, 07:52 PM
xes
Fire Beetle
 
Join Date: Sep 2009
Location: America
Posts: 7
Default

What is a good version of ActivePerl to use with EqEmu? I have tried a few different releases for Perl but seem to keep getting some sort of error with Perl58.dll when I attempt to launch World.exe.

These are the versions I tried separately to try to get it to work with no luck.

5.6.1.635
5.8.1.807
5.8.8.820
5.8.9.826
5.10.1.1006

With an error saying

"The procedure entry point Perl_newXS_flag could not be located in the dynamic link library perl58.dll"

I had some luck with version 5.8.8.822 which has Perl_newXS_flag in the link library for perl58.dll, but I am now getting the error:

"The procedure entry point Perl_hv_common_key_len could not be located in the dynamic link library perl58.dll"

So is there something I can do to fix this, or is there a better version to use with EqEmu?

Last edited by xes; 09-29-2009 at 07:53 PM.. Reason: info edit
Reply With Quote
  #7  
Old 09-29-2009, 10:55 PM
Vainglory69
Fire Beetle
 
Join Date: Jun 2009
Location: Mi
Posts: 6
Default

Read the sticky at the top of the page regarding perl.

http://www.eqemulator.net/forums/showthread.php?t=26643
Reply With Quote
  #8  
Old 10-01-2009, 04:03 PM
xes
Fire Beetle
 
Join Date: Sep 2009
Location: America
Posts: 7
Default

Quote:
Originally Posted by Vainglory69 View Post
Read the sticky at the top of the page regarding perl.

http://www.eqemulator.net/forums/showthread.php?t=26643
Thanks, that fixed that problem. Embarrassing to know that I somehow didn't see that sticky. Especially when there are only two stickies on this forum section to begin with

It doesn't give me the error anymore, but now it gives me

[Debug] Starting log: logs/eqemu_debug_2276.log
[Debug] [Launcher_INIT] Loading server configuration..
[Debug] [NET_WORLD] WorldConnection connect: Connecting to the server 127.0.0.1:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[Debug] [LAUNCHER_ERROR] worldserver.Connect() FAILED! Will retry.
[Debug] [LAUNCHER_INIT] Starting main loop...

I have gone through every thread relating to this problem and have attempted many solutions such as opening ports 9000, 9080, 7000-7100, 10234 and 5999 as UDP, with no success.

I tried to boot up World.exe in the Command Prompt to try and diagnose the problem more specifically and got:

Failed to open log file: logs/eqemu_debug_world_4848.log
[Debug] [WORLD_INIT] Loading server configuration..
Unable to load 'eqemu_config.xml': Failed to open file
[Debug] [WORLD_INIT_ERR] Loading server configuration failed.

I could not find anything on the forums relating to that error. I have the config file in the same directory as World.exe. I don't know what else the problem could be.
Reply With Quote
  #9  
Old 10-01-2009, 04:56 PM
serivoth1234
Sarnak
 
Join Date: Aug 2009
Location: bum f*#k egypt
Posts: 37
Default

The problem with servers are there are so many possible problems that can arise. Even following the best tutorials you can still encounter problems.
I noticed you are using 127.0.0.1 as your IP. If you are on a lan I'd use your lan IP. When you use 127.0.0.1 just presents a host of problems (my personal experience anyway)
Worldserver is failing to connect more then likely your problem is in your eqemu_config file, can you post it please if we can have a look at that we might be able to assist you better. Naturally leave out your passwords
Reply With Quote
  #10  
Old 10-01-2009, 05:00 PM
Rogean's Avatar
Rogean
Administrator
 
Join Date: Jul 2003
Location: Massachusetts
Posts: 708
Default

Its assuming 127.0.0.1 because it can't read the eqemu_config.xml, so either that file doesn't exist or is in an incorrect format.
__________________
EQEmulator Developer / Administrator
Reply With Quote
  #11  
Old 10-01-2009, 05:06 PM
xes
Fire Beetle
 
Join Date: Sep 2009
Location: America
Posts: 7
Default

Here is eqemu_config.xml
_____________________________________

<?xml version="1.0">
<server>
<world>
<shortname>Server</shortname>
<longname>Servername</longname>

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>192.168.0.195</address> -->
<!-- <localaddress>127.0.0.1</localaddress> -->

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>new.eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!-- <unlocked/> -->

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="localhost" port="9000" telnet="disable"/>

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

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

<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>channels.eqemulator.net</host>
<port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>channels.eqemulator.net</host>
<port>7779</port>
</mailserver>

<zones>
<defaultstatus>20</defaultstatus>

<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>****</password>
<db>peq</db>
</database>

<!-- Launcher Configuration -->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>

<!-- File locations. Defaults shown -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. Defaults shown -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>

___________________________

As a side note it was edited in Wordpad to compliment the PDF guide.
Reply With Quote
  #12  
Old 10-01-2009, 05:15 PM
serivoth1234
Sarnak
 
Join Date: Aug 2009
Location: bum f*#k egypt
Posts: 37
Default

<!-- <address>This should be your routers IP</address> -->
<!-- <localaddress>This should be the server machines local lan IP</localaddress> -->

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>208.64.37.23</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>


Also you may want to change this

<defaultstatus>20</defaultstatus>

to

<defaultstatus>0</defaultstatus>

or all your new players will have guide status.
Reply With Quote
  #13  
Old 10-01-2009, 08:47 PM
xes
Fire Beetle
 
Join Date: Sep 2009
Location: America
Posts: 7
Default

The amendments to my config file have to been made. Although the error is still inhabiting.

Last edited by xes; 10-01-2009 at 08:50 PM.. Reason: text reduced
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 08:04 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3