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 03-02-2008, 11:40 AM
Stormheart
Fire Beetle
 
Join Date: Mar 2006
Location: Indiana
Posts: 14
Default Using Mini login to connect to my personal server

I think I am extremely close to getting this server up. I have two issues remaining.

When I run start.bat the world.exe runs fine once its up I check the last two lines and the last line I think should say something like:

[Debug] [WORLD__LS] Connected to Loginserver:192.168.1.101 <---my computers ip

mine says:

[Debug] [WORLD__LS] Connected to Loginserver:eqemulator.net:5998

That worries me

So I keep going and hit the enter key on my start.bat and this shows up in my login window:

[LoginConfig] block not found in LoginServer.ini
Server mode:Minilogin
Login server listening on port:5999

The block not found in LoginServer.ini worries me.


Then my world.exe window just keeps launching and stopping zones over and over again.

Somethings wrong with one of these puppies I am guessin


start.bat
------------------
@echo off
start world.exe
cls
Echo Wait for World to finish loading... Press Enter when done.
pause
start eqlaunch.exe zone

start minilogin.exe
Echo Please wait for Minilogin to fully boot up.
pause
---------------------

eqemu_config.xml
<?xml version="1.0">
<server>

<world>
<shortname>minilogin</shortname>
<longname>EchoesMiniLogin</longname>





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




<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</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>
_____________________________


loginServer.ini
_______________________




[LoginServer]
loginserver=192.168.1.101
loginport=5999
worldname=MiniLogin
worldaddress=192.168.1.101
locked=false
account=
password=


[WorldServer]

Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=


[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

__________________________
Ok I did some searching on the forums for things like Block not found and I even found a small thread about the constantly starting stopping and disconnecting zone launchers but no useful info was found.

Thanks for taking a look any help would be greatly appreciated.
Reply With Quote
  #2  
Old 03-02-2008, 03:50 PM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

first thing i noticed is in the eqemu_config.xml file this should be set to your pc address and port 5999

Code:
<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port> <account>
</account> <password></password>
</loginserver>
should be like this

Code:
<loginserver>
	<host>127.0.0.1</host>
	<port>5999</port>
	<account></account>
	<password></password>
</loginserver>
for the starting and stopping check your launcher table and see if the name in there is zones or zone, it needs to match this in your start.bat file
Code:
start eqlaunch.exe zone
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 09:10 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3