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-20-2007, 07:49 PM
smartmonkey777
Fire Beetle
 
Join Date: Feb 2007
Posts: 23
Angry world_ls_err ..help ?

ok i just updated my server and its a lil messed up i dunno why i never had this err b4 heres the stuff

-----------------------------

> element in the <world> section.
[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__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.
====================================
eqemu conf
===================================

<?xml version="1.0">
<server>
<world>
<shortname>my</shortname>
<longname>myserver</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>smarty</password>
<db>peq</db>
</database>
</server>
====================================
login conf
====================================
[LoginServer]
loginserver=127.0.0.1
loginserver2=
loginport=5999
loginport2=
worldname=myserver
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
============================

ANY IDEAS? please
thanks in advance
Reply With Quote
  #2  
Old 05-20-2007, 09:37 PM
vales
Discordant
 
Join Date: May 2006
Posts: 458
Default

I'm just going to go out on a limb here.

Did you notice that when you copied over the new binaries if it overwrote your old config? You're gonna have to give us more information. What are you trying to run? Minilogin? Public? Is it on a dedicated server?

Telling us that you got an error after you updated doesn't tell us what we need to know to help you. That's like saying I go to the doctor and telling him I'm in pain.

Last edited by vales; 05-21-2007 at 05:46 AM..
Reply With Quote
  #3  
Old 05-21-2007, 02:58 AM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

Change all the 127.0.0.1 to your local IP, like 192.168.xxx.xxx. ((EXCEPT FOR THE DATABASE ONE))You can get this from going to cmd prompt and typing in IPCONFIG, or by going under your network connections status page and seeing the local IP for your computer.

You have to do this anyhow to setup up the accounts in the sql db.
Reply With Quote
  #4  
Old 05-21-2007, 09:05 AM
smartmonkey777
Fire Beetle
 
Join Date: Feb 2007
Posts: 23
Default

minilogin .. non dedicated

and i copied over the new config file from minilogin .. that may be my problem

my last server was 070 845 and its been a bit and cant remeber all the tricks i used to get it running ..

i know i will but just hoping it wont take as long as my last server lol ..
Reply With Quote
  #5  
Old 05-21-2007, 09:10 AM
smartmonkey777
Fire Beetle
 
Join Date: Feb 2007
Posts: 23
Default ip

i like to use 127.0.0.1 or localhost till its running ..just because i have dial up and it changes every time i dial in or out or every 3 hours
and it a real pain to mess with till the servers running and i can dump the db and binaries to my server then ill fix that ..
and it hasent been a problem yet unless somthing changed ...
Reply With Quote
  #6  
Old 05-21-2007, 09:14 AM
smartmonkey777
Fire Beetle
 
Join Date: Feb 2007
Posts: 23
Default oh

and i will be playing on the same machine till i can edit my database with all my mods then ill post the data to my server if this helps
Reply With Quote
  #7  
Old 05-21-2007, 05:05 PM
vales
Discordant
 
Join Date: May 2006
Posts: 458
Default

Ah. Check the changelog from your previous version (070845) to the current version and make sure you check all of the required SQL entries and source them in. That could have messed it up. There's also a sticky in the developers section of the forum with the current SQL stuff you can add. Make sure you read through it first before adding them because it might screw up AA's.

It's real easy to set up a dynamic IP. Just make an account at no-ip.org or dyndns.com and set up your connection - let's say it's named smartmonkey.dyndns.org. Then just put:
Quote:
[LoginServer]
Host=smartmonkey.dyndns.org:5999
in your eqhost.txt and give the file to whomever you want to connect to you. And you just keep yours at 127.0.0.1:5999 since it's not a dedicated server (assuming you're hosting it on the same PC you're playing on).

They both have tools that you can install that sends your new ip address to them as soon as it changes so you don't have to keep editing the file. All you have to do is input your account info like you did on the website, and the rest is automatic. Be careful on refreshing the ip address, though. If you spam them, they will disable your account. Just let it update by itself if you decide to use the software and you should be perfectly fine.

Personally, I wouldn't recommend hosting the server and playing on dialup, on the same PC. There's so many problems you're going to come across, and there's only so much we can help you with. I'm not saying it's not going to work, I'm just saying it'll be a bit of a pain to play with. :p
Reply With Quote
  #8  
Old 05-21-2007, 05:07 PM
smartmonkey777
Fire Beetle
 
Join Date: Feb 2007
Posts: 23
Default more info

ok heres what i did i followed techs new guide to a t and in still getting this error here is the whole load sequence

i have changed all my ips to my external ip
except for my database

i caught my opcodes.conf the 16kb file not the 430byte one transfer error ..oops : ( because i am using minilogin at the moment

and verifyied my sql database to make shure it was perfect dowloaded from CVS utility

im using the same pc to serve and play on

=============================================
[Debug] Starting Log: logs/eqemu_debug_world_2448.log
[Debug] [WORLD__INIT] Loading server configuration..
[Debug] [WORLD__INIT] Log settings loaded from log.ini
[Debug] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[Debug] [WORLD__INIT] Connecting to MySQL...
[Status] Starting Log: logs/eqemu_world_2448.log
[Status] Using database 'peq' at 127.0.0.1:3306
[Debug] [WORLD__INIT] Starting HTTP world service...
[Debug] [WORLD__HTTP] Loaded mime types from mime.types
[Debug] [WORLD__INIT] Loading variables..
[Debug] [WORLD__INIT] Loading zones..
[Debug] [WORLD__INIT] Clearing groups..
[Debug] [WORLD__INIT] Clearing temporary merchant lists..
[Debug] [WORLD__INIT] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=54307
[Debug] [WORLD__INIT] Loading guilds..
[Debug] [RULES__CHANGE] Loading rule set 'default' (2)
[Debug] [WORLD__INIT] Loaded default rule set 'default'
[Debug] [WORLD__INIT] Loading EQ time of day..
[Error] Starting Log: logs/eqemu_error_world_2448.log
[Error] Could not load EQTime file eqtime.cfg
[Debug] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[Debug] [WORLD__INIT] Loading launcher list..
[Debug] [WORLD__INIT] Reboot zone modes ON
[Debug] [WORLD__INIT] Deleted 0 stale player corpses from database
[Debug] [WORLD__INIT] Deleted 0 stale player backups from database
[Debug] [WORLD__INIT] Zone (TCP) listener started.
[Debug] [WORLD__INIT] Client (UDP) listener started.
[Debug] [NET__IDENTIFY] Registered patch 6.2
[Debug] [NET__IDENTIFY] Registered patch Titanium
[Debug] [NET__IDENTIFY] Registered patch Live
[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__LS] Connecting to login server...
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[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__LS_ERR] **** For minilogin to work, you need to set the <address
> element in the <world> section.
[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__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.

still stumped here spent a few hours now. just verifying things and testing . not to mention looking through the forums .

all i really need to know is what this is refering to : For minilogin to work, you need to set the <address
> element in the <world> section.

and ill be happy to post any other files that you
Reply With Quote
  #9  
Old 05-21-2007, 05:18 PM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

Well, its probably pointing at the second category down in your xml file. I put the <!-- things there as I was having connection issues with this being active. Try to remove both the <!-- and --> on each side of the lines and see what happens.

Other than that though, Im out of ideas. I am trying to desperatly find the time to add minilogin support to my guide and get what I have done posted up. Once I have that you should have a better idea as to how to set up the ML
Reply With Quote
  #10  
Old 05-21-2007, 05:28 PM
smartmonkey777
Fire Beetle
 
Join Date: Feb 2007
Posts: 23
Default thanks for the info vales

ok firt of thankyou ll do the host thing you mentioned . it sounds usefull .
when i mean my server is have a server for my buisness on a cable connettion its got great bandwith and my freind gets a 15ping on counterstrike 1000 miles away ..but i dont have it at my house atm i cant afford it for the time being.

and thatnk for that little ip address trick it will be very helpfull : )

ok i will start from scratch and do my sql db again incase somthing infact was messeed up and see if what you posted helped


thanks
Reply With Quote
  #11  
Old 05-21-2007, 05:42 PM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

Hey, I can confirm this now. What I mentioned earlier is true. You need to remove the <!-- and --> from your eqemu_config file. Should look like this for you

Code:
<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>
Reply With Quote
  #12  
Old 05-21-2007, 06:09 PM
smartmonkey777
Fire Beetle
 
Join Date: Feb 2007
Posts: 23
Default oops

never mind in getting a new error now but that did somthing ..

Last edited by smartmonkey777; 05-22-2007 at 02:12 AM..
Reply With Quote
  #13  
Old 05-21-2007, 06:22 PM
smartmonkey777
Fire Beetle
 
Join Date: Feb 2007
Posts: 23
Unhappy heres what its doing now

heres what its doing now



==================================

[Debug] Starting Log: logs/eqemu_debug_world_1536.log
[Debug] [WORLD__INIT] Loading server configuration..
[Debug] [WORLD__INIT] Log settings loaded from log.ini
[Debug] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[Debug] [WORLD__INIT] Connecting to MySQL...
[Status] Starting Log: logs/eqemu_world_1536.log
[Status] Using database 'peq' at 127.0.0.1:3306
[Debug] [WORLD__INIT] Starting HTTP world service...
[Debug] [WORLD__HTTP] Loaded mime types from mime.types
[Debug] [WORLD__INIT] Loading variables..
[Debug] [WORLD__INIT] Loading zones..
[Debug] [WORLD__INIT] Clearing groups..
[Debug] [WORLD__INIT] Clearing temporary merchant lists..
[Debug] [WORLD__INIT] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=54307
[Debug] [WORLD__INIT] Loading guilds..
[Debug] [RULES__CHANGE] Loading rule set 'default' (2)
[Debug] [WORLD__INIT] Loaded default rule set 'default'
[Debug] [WORLD__INIT] Loading EQ time of day..
[Error] Starting Log: logs/eqemu_error_world_1536.log
[Error] Could not load EQTime file eqtime.cfg
[Debug] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[Debug] [WORLD__INIT] Loading launcher list..
[Debug] [WORLD__INIT] Reboot zone modes ON
[Debug] [WORLD__INIT] Deleted 0 stale player corpses from database
[Debug] [WORLD__INIT] Deleted 0 stale player backups from database
[Debug] [WORLD__INIT] Zone (TCP) listener started.
[Debug] [WORLD__INIT] Client (UDP) listener started.
[Debug] [NET__IDENTIFY] Registered patch 6.2
[Debug] [NET__IDENTIFY] Registered patch Titanium
[Debug] [NET__IDENTIFY] Registered patch Live
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[Debug] [WORLD__LS_ERR] Could not connect to login server: TCPConnection::Connec
t(): connect() failed. Error: 10061
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[Debug] [WORLD__LS_ERR] Could not connect to login server: TCPConnection::Connec
t(): connect() failed. Error: 10061



ill look on the forums for error 10061 see what i find ..
Reply With Quote
  #14  
Old 05-21-2007, 06:43 PM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

This is due to a invalid IP address in your eqemu_config.xml file. I am going to unplug my computer from my LAN and let it reset to a standalone IP and see what steps to take from there. This is the only way I can figure this out for you dial-up users.
Reply With Quote
  #15  
Old 05-21-2007, 07:07 PM
smartmonkey777
Fire Beetle
 
Join Date: Feb 2007
Posts: 23
Default not that i think this is a problem

im using this as my start.bat

-------------------------------------

@echo off
start minilogin
start world
echo Please wait for World to connect into login server...
Pause
start eqlaunch zones

i dont think this is my problem though
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 06:26 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