Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-23-2006, 01:32 PM
arcticangel
Fire Beetle
 
Join Date: Apr 2006
Posts: 12
Unhappy server connection issue

Lol i know iv had soooo many problems...

I got my server up and running but it was label'd "DRP says change me!" so i took some advise and i went and changed the config files that had "<longname>DRP says change me!</longname>" to "<longname>myserver</longname>" and after i changed it and the shortname, when i clickd run eqemu the 2 ms-dos prompts came up then on clicked off and then the remaining one told me :
---------------------------------------------
[04.23. - 17:57:45] Starting Log: logs/eqemu_debug_4012.log
[04.23. - 17:57:45] [LAUNCHER__INIT] Loading server configuration..
[04.23. - 17:57:47] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[04.23. - 17:57:47] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[04.23. - 17:57:47] [LAUNCHER__INIT] Starting main loop...
----------------------------------------------
so im not sure what im suppost to do, I tried to change back everything i changed and i still get the same server error. what do i do?
Reply With Quote
  #2  
Old 04-23-2006, 01:56 PM
kouhei
Hill Giant
 
Join Date: Mar 2005
Location: japan
Posts: 171
Default Longname

<world>
<shortname>setme</shortname>
<longname>I Forgot To Edit My Config</longname>
</world>These are really the two main items in world that you need to set, the others will default to values that are probably correct. Shortname will be used for things like chat channels, client side log and ini file names.
The highlighted part is where you edit so it should be inside the > < .
__________________
http://www.hdrjapan.com/



Take a look you know you want to click on this site.
Reply With Quote
  #3  
Old 04-23-2006, 02:25 PM
bloodfiendserver
Sarnak
 
Join Date: Apr 2006
Posts: 33
Default

I changed all of that and im still getting the same error, what should i do?
Reply With Quote
  #4  
Old 04-23-2006, 02:36 PM
kouhei
Hill Giant
 
Join Date: Mar 2005
Location: japan
Posts: 171
Default xml

Quote:
Originally Posted by bloodfiendserver
I changed all of that and im still getting the same error, what should i do?

Please post your .xml file here.
__________________
http://www.hdrjapan.com/



Take a look you know you want to click on this site.
Reply With Quote
  #5  
Old 04-23-2006, 03:07 PM
bloodfiendserver
Sarnak
 
Join Date: Apr 2006
Posts: 33
Default

this is the first file :
<?xml version="1.0">
<server>
<world>
<shortname>emusp</shortname>
<longname>Blood Fiend</longname>

<!-- 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. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>bloodfiend</username>
<password>mypassword</password>
<db>emusp3</db>
</database>
</server>


and the second (im not sure which u need) :

<?xml version="1.0">
<server>
<world>
<shortname>setme</shortname>
<longname>Blood Fiend</longname>
</world>
</server>
Reply With Quote
  #6  
Old 04-23-2006, 03:10 PM
bloodfiendserver
Sarnak
 
Join Date: Apr 2006
Posts: 33
Default

Kouhei if u have an AIM account tell me ur name so we can chat
Reply With Quote
  #7  
Old 04-23-2006, 03:13 PM
kouhei
Hill Giant
 
Join Date: Mar 2005
Location: japan
Posts: 171
Default chat

Quote:
Originally Posted by bloodfiendserver
Kouhei if u have an AIM account tell me ur name so we can chat
My handle is subme503 on aim. I am at work now for some reason is not loading up at work. But I see 1 error
<http port="9080" enabled="true" mimefile="mime.types" />

If I remeber that should be 9000 not 9080
__________________
http://www.hdrjapan.com/



Take a look you know you want to click on this site.
Reply With Quote
  #8  
Old 04-23-2006, 03:18 PM
paaco
Discordant
 
Join Date: Jan 2005
Posts: 320
Default

9080 is the correct port. One thing I would say is to try Changing:

Code:
 <!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>bloodfiend</username>
<password>mypassword</password>
<db>emusp3</db>
</database>
</server>
to


Code:
 <!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>emusp3</db>
</database>
</server>
If that doesn't work then I suspect your are connecting from behind a router. If that is the case have a look at this.

http://www.eqemulator.net/wiki/wikka...akka=RouterFix
Reply With Quote
  #9  
Old 04-23-2006, 03:18 PM
bloodfiendserver
Sarnak
 
Join Date: Apr 2006
Posts: 33
Default

i fixed it to 9000 but it still isnt connecting
Reply With Quote
  #10  
Old 04-23-2006, 03:19 PM
kouhei
Hill Giant
 
Join Date: Mar 2005
Location: japan
Posts: 171
Default 2 xml files

The file that says eqemu_config.xml.full that file is the complete info need for the eqemu_config.xml the other file. What you should do is open the .xml.full and select all and paste into the other .xml file and then edit the port as 9000 and the other info needed.
__________________
http://www.hdrjapan.com/



Take a look you know you want to click on this site.
Reply With Quote
  #11  
Old 04-23-2006, 03:20 PM
bloodfiendserver
Sarnak
 
Join Date: Apr 2006
Posts: 33
Default

hey pacco gimme ur aim i wanna talk to ya bout some server things
Reply With Quote
  #12  
Old 04-23-2006, 03:21 PM
bloodfiendserver
Sarnak
 
Join Date: Apr 2006
Posts: 33
Default

i cant open the .full document, what program should i get for it?
Reply With Quote
  #13  
Old 04-23-2006, 03:24 PM
paaco
Discordant
 
Join Date: Jan 2005
Posts: 320
Default

just tell it to open in Word Pad. AIM Paaco1981, I'm on now if you need to message me
Reply With Quote
  #14  
Old 04-23-2006, 03:26 PM
bloodfiendserver
Sarnak
 
Join Date: Apr 2006
Posts: 33
Talking

YEEEEEEEEHHHAAAWWWWWWW ... wow just set us okies back a couple generations but o well I GOT IT UP!!!! (lol i sound like a customer of viagra or something)
Reply With Quote
  #15  
Old 04-23-2006, 03:28 PM
paaco
Discordant
 
Join Date: Jan 2005
Posts: 320
Default

Glad you got it up, have fun
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:14 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