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-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
  #2  
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
  #3  
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
  #4  
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
  #5  
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
  #6  
Old 05-17-2007, 10:10 AM
BoBo12345
Fire Beetle
 
Join Date: Apr 2007
Posts: 12
Default

Windows xp... no firewall on... trying to run this EQEmu on this computer and play from this computer... will worry about getting a 2nd computer to log in later... using mysql 5.0... no anti-virus is turned on.. using the eqemu 0.7.0-992.....have tried everything i can think of and everything i can find in these forums to determine the problem and ended up working myself backwards into this current problem...also my config files are now almost identical to yours and for some reason they still do not work (i changed the IP's is all)
0o0o00o i also tried pushing enter on the other window and came up with this and now i get to the 0: sleeping error but it still doesnt show up in minilogin that its a working server...
also another possible key things is that Minilogin is still letting me log in as a client but now it is not seeing the server... everquest connects fine but won't come up with a server.

[Debug] [WORLD__LS_ERR] **** For minilogin to work, you need to set the <address
> element in the <world> section.
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1209
[Debug] [WORLD__CONSOLE] New zoneserver #1 from 127.0.0.1:1209
[Debug] [WORLD__ZONE] [1] Zone started with name dynamic_01 by launcher zone
[Debug] [WORLD__ZONE] [1] Auto zone port configuration. Telling zone to use por
t 7000
[Debug] [WORLD__LAUNCH] zone: dynamic_02 reported state STARTED (1 starts)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1211
[Debug] [WORLD__CONSOLE] New zoneserver #2 from 127.0.0.1:1211
[Debug] [WORLD__ZONE] [2] Zone started with name dynamic_02 by launcher zone
[Debug] [WORLD__ZONE] [2] Auto zone port configuration. Telling zone to use por
t 7001
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[Debug] [WORLD__LS_ERR] **** For minilogin to work, you need to set the <address
> element in the <world> section.
[Debug] [WORLD__LAUNCH] zone: dynamic_03 reported state STARTED (1 starts)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1213
[Debug] [WORLD__CONSOLE] New zoneserver #3 from 127.0.0.1:1213
[Debug] [WORLD__ZONE] [3] Zone started with name dynamic_03 by launcher zone
[Debug] [WORLD__ZONE] [3] Auto zone port configuration. Telling zone to use por
t 7002
[Debug] [WORLD__LAUNCH] zone: dynamic_04 reported state STARTED (1 starts)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1215
[Debug] [WORLD__CONSOLE] New zoneserver #4 from 127.0.0.1:1215
[Debug] [WORLD__ZONE] [4] Zone started with name dynamic_04 by launcher zone
[Debug] [WORLD__ZONE] [4] Auto zone port configuration. Telling zone to use por
t 7003
[Debug] [WORLD__LAUNCH] zone: dynamic_05 reported state STARTED (1 starts)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1217
[Debug] [WORLD__CONSOLE] New zoneserver #5 from 127.0.0.1:1217
[Debug] [WORLD__ZONE] [5] Zone started with name dynamic_05 by launcher zone
[Debug] [WORLD__ZONE] [5] Auto zone port configuration. Telling zone to use por
t 7004
[Debug] [WORLD__LS_ERR] **** For minilogin to work, you need to set the <address
> element in the <world> section.

Last edited by BoBo12345; 05-17-2007 at 06:20 PM..
Reply With Quote
  #7  
Old 05-17-2007, 10:56 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Make sure you don't have a hidden typo or other character in these two files. if you want , back them up, and copy/past my files, and try them out, you can rename things later. You would still have to change the ips to what ever yours are.
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 09:55 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