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 05-08-2007, 10:33 PM
ArChron
Fire Beetle
 
Join Date: Dec 2006
Location: Vienna
Posts: 28
Default

What's in your eqhost.txt file in your EQ client directory? Hopefully something simple, like:
Code:
[LoginServer]
Host=192.168.2.13:5999
no? That'll have your EQ client looking to your machine for the available worlds...

Your debug output

"Connected to Loginserver: eqemulator.net:5998"

shows that you aren't looking at your local minilogin, but instead at eqemulator.net
Reply With Quote
  #2  
Old 05-09-2007, 11:56 AM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

Where he said eqemulator.net:5998 is where he was quoting the guide. Given your configs, and the fact that you say your not seeing anything past the

[DEBUG] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
but i never have seen this below step come up but i tried pushing enter anyways to see if it would work
[DEBUG] [WORLD__LS] Loginserver provided YOUREXTERNALIP as world address

it sounds to me like your launcher is not connecting to the world.exe like it should.

As far as not seeing server select, there has been alot of errors regarding that. The best thing I can recomend is to move it over to the public login and see if you can see anything. You should atleast beable to see others servers, and if you see yours, then we eliminate the fact that something is wrong with 90% of the emulator setup and we only need to focus on the minilogin stuff. Kinda like process of elimination.

Try to also change all references in your eqemu config under the login server to your local IP for the computer its running on. Only use 127.0.0.1 for the database connectino and nothing else.

Also, try booting up zone.exe manually to see if its a launcher issue as to why your zones arnt connecting.

P.S. 0:sleeping is what its suppose to say, this is a bad on my part and I am fixing it now, so long as its the first thing I do after this post.
Reply With Quote
  #3  
Old 05-10-2007, 11:24 AM
BoBo12345
Fire Beetle
 
Join Date: Apr 2007
Posts: 12
Default

I am having a new error... i realized that i had the server still set on public login instead of the minilogin set up in mysql and now it is saying

****For minilogin to work, you need to set the <address> element in the <world> section... still slightly confused as to why it is saying that
Reply With Quote
  #4  
Old 05-10-2007, 05:44 PM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

Check your eqemu_config.xml file and your loginserver.ini file. Make sure that the areas that you set up wether your going public or mini are set correctly.
Reply With Quote
  #5  
Old 05-16-2007, 12:22 PM
BoBo12345
Fire Beetle
 
Join Date: Apr 2007
Posts: 12
Default

im still getting the same error with these set up

[LoginServer]
loginserver=192.168.2.13
loginport=5999
worldname=My Minilogin
worldaddress=192.168.2.13
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999


<?xml version="1.0">
<server>
<world>
<shortname>Minilogin</shortname>
<longname>My Minilogin</longname>

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

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</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 the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>EQ</password>
<db>peq</db>
</database>
</server>
Reply With Quote
  #6  
Old 05-16-2007, 02:35 PM
Kayot
Discordant
 
Join Date: Sep 2006
Location: Subsection 185.D354 C.12
Posts: 346
Default

Which MySQL are you running?
__________________
If at first you don't succeed destroy all evidence that you ever tried.

God doesn't give second chances... Hell, he sets you up the first time.
Reply With Quote
  #7  
Old 05-16-2007, 10:12 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Here's my config files, you need for mini-login:
Code:
<?xml version="1.0">
<server>
        <world>
		<shortname>classic</shortname>
		<longname>'-=Angelox Classic Challenge=-</longname>
                
                <!-- Only specify these two if you really think you need to. -->
		<address>192.168.2.105</address>
		<localaddress>127.0.0.1</localaddress>
		
		<!-- Loginserver information.  -->
        <loginserver>
		<host>192.168.2.105</host>
		<port>5999</port>
		<account></account>
		<password></password>
        </loginserver>

                <!-- Sets the shared key used by zone/launcher to connect to world -->
                <key>kowe99888kkk77iwud</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>eq</username>
                <password>yourpassword</password>
                <db>ax_classic</db>
        </database>
</server>
and the LoginServer.ini which is only needed by MiniLogin;
Code:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=192.168.2.105
#loginserver2=newlogin1.eqemulator.net
loginport=5999
#loginport2=5999
worldname='-=Angelox Classic Challenge=-
worldaddress=192.168.2.105
locked=false
#account=
#password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
For now, disable any firewalls you have, untill you can pinpoint your problem. Tell me more aout what you have;
WindowsXP? , Two machines in a LAN ( a client connecting to a server)? Router should be no problem , unless you were trying to bring a friend in from outside your LAN.
Reply With Quote
Reply

Thread Tools
Display Modes

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 05: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