View Single Post
  #1  
Old 11-22-2006, 04:10 PM
joh77
Fire Beetle
 
Join Date: Nov 2006
Posts: 12
Default having some trouble....

I'm trying to setup a minilogin to play with the server and play machine being the same machine. I went through version 7 with mysql 5 guide in the wiki and couldn't get it to work. Started over and tried using Cavedude's installer. I have the same problem with both. No server connection. I get to the login screen type in username and password and get the error "cannot connect to server yada yada...." When I run world.exe it goes to loading items and stops. I think this is how it's supposed to work.? I've tried forwarding the ports but that didn't work either, with either setup option.

<?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>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>

###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=My Minilogin
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999





[LoginServer]
Host=127.0.0.1:5999






Right now my computer is hooked up to the internet through a d-link router. I've tried both installs with and without the router the wan port on the router is hooked up to a cable modem. Is the router necessary to run a minilogin?
My client is for sure good, I can play on the public servers, after changing the host of course. Anyway, Any ideas would be so much appreciated.
Reply With Quote