Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #16  
Old 12-09-2010, 03:30 PM
Chanus
Hill Giant
 
Join Date: Oct 2010
Posts: 123
Default

5 zones is the default. You can change it to whatever you want, but it really just depends on how many you need running at the same time, I think. The more you have the more memory it uses, obviously.

Which client did you install? (Titanium, SoF, SoD?)
Reply With Quote
  #17  
Old 12-09-2010, 03:32 PM
toad
Fire Beetle
 
Join Date: Mar 2003
Posts: 26
Default

Installed SoF client. Should i try with Titanium?


Quote:
Originally Posted by Chanus View Post
5 zones is the default. You can change it to whatever you want, but it really just depends on how many you need running at the same time, I think. The more you have the more memory it uses, obviously.

Which client did you install? (Titanium, SoF, SoD?)
Reply With Quote
  #18  
Old 12-09-2010, 03:34 PM
Chanus
Hill Giant
 
Join Date: Oct 2010
Posts: 123
Default

Might be worth a shot.

I know SoF can work, but I think there are still issues with it (and support for it may have been dropped to work on SoD/Underfoot clients), but Titanium works for sure.
Reply With Quote
  #19  
Old 12-09-2010, 03:48 PM
toad
Fire Beetle
 
Join Date: Mar 2003
Posts: 26
Default

Ok, tried Titanium, get "an unknown error occurred while trying to join the server"

still only get response from the login server, nothing in world or zone window
Reply With Quote
  #20  
Old 12-09-2010, 04:02 PM
Chanus
Hill Giant
 
Join Date: Oct 2010
Posts: 123
Default

Maybe look at your eqemu_config.xml (in your server root directory).

The world section might be set to localhost or 127.0.0.1 instead of your server's ip address (it should be to the server's ip)
Reply With Quote
  #21  
Old 12-09-2010, 04:04 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

As Chanus says, check your eqemu_config.xml

Code:
[Thu Dec 09 10:27:56 2010]00037:*** WorldAuthenticate. Error connecting to :9000 [clientDisconnectReasonConnectFail,serverDisconnectReasonNone]
I would expect to see your server IP address before the :9000, e.g. 'Error connecting to 192.168.254.20:9000'
Reply With Quote
  #22  
Old 12-09-2010, 04:57 PM
toad
Fire Beetle
 
Join Date: Mar 2003
Posts: 26
Default

Quote:
Originally Posted by Chanus View Post
Maybe look at your eqemu_config.xml (in your server root directory).

The world section might be set to localhost or 127.0.0.1 instead of your server's ip address (it should be to the server's ip)
that was set as local host, but it is really local host, but i did change. No help

Quote:
Originally Posted by DERISION View Post
I would expect to see your server IP address before the :9000, e.g. 'Error connecting to 192.168.254.20:9000'
where is the client looking for that information? the only thing i changed on the client is the login server. which is working. the only thing i see for port 9000 is in the eqemu_config, which says
<tcp ip=eq.toadville.org" port="9000" telnet="disable" />

on the server, my host record points that name to 127.0.0.1, on the client, my host record points that name to the ip address of the server 192.168.254.20
Reply With Quote
  #23  
Old 12-09-2010, 05:17 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

The client is hardcoded to connect to world on udp port 9000. This is the section in eqemu_config.xml that specifies your world address:
Code:
        <world>
                <address>yourserver.ip.address.or.dns.name</address>-->
                <localaddress>192.168.1.100</localaddress>-->
                <loginserver>
                      <host>localhost</host>
                      <port>5998</port>
                      <account>account</account>
                      <password>password</password>
                </loginserver>
                <key>Some Long Random String</key>

                <shortname>BTG3</shortname>
                <longname>ZZZ BWG2 Private</longname>
                <http port="9080" enabled="true" mimefile="mime.types" />
        </world>
I use the latest version of EQEmuloginserver from the source code SVN, but I don't think I have changed that config section from when I used minilogin for my private server.
Reply With Quote
  #24  
Old 12-09-2010, 11:24 PM
toad
Fire Beetle
 
Join Date: Mar 2003
Posts: 26
Default

I'm using the regular eqemuloginserver, not minilogin, is that my problem?
Reply With Quote
  #25  
Old 12-10-2010, 09:55 AM
Chanus
Hill Giant
 
Join Date: Oct 2010
Posts: 123
Default

No, you want to use that one.

Go through your eqemu_config.xml and eqemulogin.ini and make sure you don't have some places saying port 5998 and others saying 5999 maybe.

And try:

Code:
 <world>
                <address>eq.toadville.org</address>-->
                <localaddress>192.168.254.20</localaddress>-->
in the eqemu_config.xml
Reply With Quote
  #26  
Old 12-10-2010, 10:18 AM
toad
Fire Beetle
 
Join Date: Mar 2003
Posts: 26
Default

I think i found it.....

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

i'm guessing i need to put something in there. Is there a min/max or any thing i need to know about this line?
Reply With Quote
  #27  
Old 12-10-2010, 10:24 AM
Chanus
Hill Giant
 
Join Date: Oct 2010
Posts: 123
Default

Actually, "some long random string" is also a long, random string... so no, you don't really need to change that unless you are going to be making your server public.

What that does is basically act like a password so unauthorized zones can't join your server.
Reply With Quote
  #28  
Old 12-10-2010, 10:25 AM
toad
Fire Beetle
 
Join Date: Mar 2003
Posts: 26
Default

ok that didn't seem to fix it.

what about under login server information....

<loginserver>
<host>eq.toadville.org</host>
<port>5998</port>
<account></account>
<password></password>

do i need an account and password in there? if so, what do i use?
Reply With Quote
  #29  
Old 12-10-2010, 10:32 AM
Chanus
Hill Giant
 
Join Date: Oct 2010
Posts: 123
Default

You don't need an account or password there, but I think your eqhost.txt file needs to say the same as what's listed there.

Or, try making "host" your IP address (the 192.168.254.20) instead of the dns name.
Reply With Quote
  #30  
Old 12-10-2010, 10:38 AM
toad
Fire Beetle
 
Join Date: Mar 2003
Posts: 26
Default

nope, no good there either.
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:07 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3