View Single Post
  #12  
Old 05-07-2010, 10:28 PM
walk
Fire Beetle
 
Join Date: Apr 2010
Posts: 18
Default

Quote:
Originally Posted by Zandig View Post
Code:
<?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>
So you have the 127... ip instead of "localhost" - I just tried that, no help.. It doesn't seem to be a problem with the connections.. I am GETTING connections, it's just that the client hangs up.

I really don't think the Steam SoD client works with Minilogin.. at least not the version I have (6.2)
Reply With Quote