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 06-25-2006, 04:02 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

another thing, are you using a Linksys router? did you clear all the fields in the ports you were redirecting? Linksys gets buggy and does strange things , I've had to reset my router completely in order to get it to work properly - it looks like your are not connecting at all to the log in server?
Also, sometimes ISPS block all your ports and just let you use browser ports.
Reply With Quote
  #2  
Old 06-25-2006, 04:03 PM
Tsunamic_Tuna
Fire Beetle
 
Join Date: Jun 2006
Posts: 16
Default

Yes, we are using a linksys router... Im going to try that and see if it works. Thank you
Reply With Quote
  #3  
Old 06-25-2006, 04:07 PM
Tsunamic_Tuna
Fire Beetle
 
Join Date: Jun 2006
Posts: 16
Default

Ok so I clearned all of the port routing settings and im still getting error 10016... Should I reset the whole router? Or does that seem unneeded?

And did you look at my xml configs and make sure all that lined up? Im not sure if it does lol.

----- EDIT ------
Ok and I checked the loginserver to see if its connecting... It is... The worldserver is connecting to the loginserver... Its just locked b/c there are no zone files... And there are no zones connected to the world server b/c of error 10016 which has something to do with the zones not finding the world server or something...

Last edited by Tsunamic_Tuna; 06-26-2006 at 12:10 AM..
Reply With Quote
  #4  
Old 06-25-2006, 04:26 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

I'm just trying to drill you through all the problems I have had and seen - I'm not using DMZ host on my Linksys , just redirecting ports.
Maybe if you tried the newest binaries from here:
http://www.eqemulator.net/download.php
but you would also need to read the changelogs and source the lines recomended. There are at least three changelogs that have lines to be sourced
The log you attached does not provide enough info.
When you first start up world.exe, does it mention an internet IP as a world address? also the World Zone TCP connections are from your LAN IP and not 127.0.0.1? In fact , in the World.exe window, there should be no mention of "localhost" or "127.0.0.1"
Reply With Quote
  #5  
Old 06-25-2006, 04:32 PM
Tsunamic_Tuna
Fire Beetle
 
Join Date: Jun 2006
Posts: 16
Default

No, actually when I start up worldserver it mentions localhost... This is what it says:

Code:
[Status] Using database 'peq' at localhost:3306
[Status] EMuShareMem loaded
[Status] Loading items from database: count=54535
But thats just talking about the Database right?
Reply With Quote
  #6  
Old 06-25-2006, 04:51 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Yea, that part is ok, same here. but what about the rest?
Also, it could very well be your LinkSys too. I had something similar happen one time. did you clear port triggering and port range fowarding too?
You might want to try removing the DMZ and go back to the port fowarding again. If you do, look where auto zone port config says; telling zone to to use port xxxx , and direct those ports too.
Reply With Quote
  #7  
Old 06-25-2006, 05:09 PM
Tsunamic_Tuna
Fire Beetle
 
Join Date: Jun 2006
Posts: 16
Default

Here are my problem codes lol. It's a bit repetitive but it should make it easier to have everything right here than scattered across the thread.


eqemu_config.xml
Code:
<?xml version="1.0">
<server>
        <world>
                <shortname>setme</shortname>
                <longname>Blades of Fire</longname>

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

                <!-- Loginserver information.  Defaults shown -->
                <loginserver>
                        <host>eqemulator.net</host>
                        <port>5998</port>
                        <account>Bladesoffire</account>
                        <password> {CENSORED} </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=" {CENSORED} " port="9000" telnet="disable"/>

                <!-- Sets the shared key used by zone/launcher to connect to world -->
                <key> {CENSORED} </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>
About eqemu_config: Should I use no-ip.com if I have a static IP?
When i'm setting up ports in Linksys, do I copy all of the ports from here?


zone log
Code:
---------------------------------------------
[06.26. - 01:00:19] Starting Log: logs/eqemu_debug_0364.log
[06.26. - 01:00:19] [LAUNCHER__INIT] Loading server configuration..
[06.26. - 01:00:20] [NET__WORLD] WorldConnection connect: Connecting to the server {CENSORED} :9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[06.26. - 01:00:20] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[06.26. - 01:00:20] [LAUNCHER__INIT] Starting main loop...
About zone log: Does it look like what I said it was? Does it look like it just can't find the world server? And, does that make sense b/c obviously the login server finds the world server... I dunno. Its just wierd.

Also, when my friend tries to join, it says it looks like its about to let him in the game (the gamma of the monitor changes) but then it kicks him back out... Is that because there are no zone files? And does that mean that he's at least somewhat connecting to the world file?

world.exe
Code:
[Status] Using database 'peq' at localhost:3306
[Status] EMuShareMem loaded
[Status] Loading items from database: count=54535
About world.exe: So my world.exe file is perfectly legit? That sucks, lol. I was hoping something would be wrong with it so I could fix it...

Anyways, i'm about to try to un-dmz the server and route everything directly to it... If that doesn't work, then i'll completely reset the router. && if that doesn't work then im getting a different router... This thing is putting me through too many changes lol.
Reply With Quote
  #8  
Old 06-26-2006, 05:03 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

Code:
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>bladesoffire.no-ip.info</address> -->
<!-- <localaddress>192.168.15.104</localaddress> -->
change to..

Code:
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<address>bladesoffire.no-ip.info</address>
<localaddress>192.168.15.104</localaddress>
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
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 07:52 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3