Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::MiniLogin

Support::MiniLogin Support forum for problems with the official MiniLogin release.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-07-2010, 02:19 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

i run everthing on the same system too... but I use the actual IP. Please follow the steps in my link and tell me where it fails?
__________________
The Realm
Reply With Quote
  #2  
Old 05-07-2010, 04:25 PM
Zandig's Avatar
Zandig
Hill Giant
 
Join Date: Jun 2006
Location: New York City
Posts: 180
Default

In the 'variables' table in your database is your "LoginType" set to the value of "MiniLogin" (without the quotes)?
Reply With Quote
  #3  
Old 05-07-2010, 04:36 PM
Zandig's Avatar
Zandig
Hill Giant
 
Join Date: Jun 2006
Location: New York City
Posts: 180
Default

Your config files look almost identical to mine.

However in your 'eqemu_config.xml' you have this section:

Code:
<?xml version="1.0"?>
<server>
<world>

<shortname>walkworld</shortname>
<longname>walks EQ world of madness</longname>


<!-- address has to be specified for minilogin to work -->
<address>localhost</address>
<localaddress>localhost</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
I have it this way:

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>
Reply With Quote
  #4  
Old 05-07-2010, 09:02 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

In my case I was running SOF and emy ver 1316 runs fine. Switching to SOD also does not work. Password rejected after the password entry in the client.

So there's more to running SOD than appears - especially if SOF works great.

...still waiting to get SOD working as well
If there's another minilogin - anyone have the compiled version?

GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #5  
Old 05-07-2010, 09:10 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

GeorgeS, you can always setup the Open Source Login Server from here if you wanted:

http://code.google.com/p/projecteqemu/downloads/list

It isn't too hard to set up and once you do, it works much better than MiniLogin. As far as I know, there is only 1 version of MiniLogin binaries around, so if that isn't working for you for SoD, maybe something else is wrong with it. I haven't tried the changes that Zandig suggested in this thread on for MiniLogin, because I don't use it anymore, just the open source one.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #6  
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
  #7  
Old 05-07-2010, 10:55 PM
walk
Fire Beetle
 
Join Date: Apr 2010
Posts: 18
Default

Quote:
Originally Posted by Zandig View Post
In the 'variables' table in your database is your "LoginType" set to the value of "MiniLogin" (without the quotes)?
I don't know.. how do I check this? I'm a total mysql noob.. I did follow the guide and set it up correctly as far as I can tell.. If you look at the screenshots Minilogin says "Server mode: Minilogin" and World.exe says something similar "[WORLD_LS] Setting World to MiniLogin Server type"...
Reply With Quote
  #8  
Old 05-07-2010, 11:01 PM
walk
Fire Beetle
 
Join Date: Apr 2010
Posts: 18
Default

Quote:
Originally Posted by Congdar View Post
i run everthing on the same system too... but I use the actual IP. Please follow the steps in my link and tell me where it fails?
Thanks, well I have no idea where it fails, but this
6. You must have an entry in your database account table for each system on your lan
I *think* I did this. I did enter a few mysql commands following the guide..
7. The account entries must have the IP of the connecting system in the minilogin_ip field
Not sure what this is... how do I check it?

8. If you have set the status field to GM status (200+) you must also have a matching entry in the gm_ips table
NO clue what this means I did set the GM status to 250.

Again, I don't get any "bad account/password" or any other kind of error messages from the client, it just hangs up forever...

It does the same thing when I try to connect to the public Loginserver.
When I try to connect to PEQ's loginserver (which is supposed to support SoD) it kicks back immediately with "account/password not found" etc... so I know it works, at least that far.... :/
Reply With Quote
  #9  
Old 06-23-2010, 10:19 AM
wuvil
Fire Beetle
 
Join Date: Jun 2010
Posts: 7
Default

I seem to have a similar problem described here: http://www.eqemulator.org/forums/sho...953#post188953 (Third post, first two for other files and stuff) I've tried everything i could come across but it still does not go past the login screen.. Could anyone please help me out?
Reply With Quote
  #10  
Old 08-11-2010, 08:41 AM
govtcheeze
Hill Giant
 
Join Date: Mar 2004
Location: South Florida
Posts: 247
Default

I struggled with this same issue last night. Couldnt figure out why SOD just hung.

So I woke up this morning and realized my minilogin is in a subdirectory of eqemu. Once i updated those opcodes SOD connected just fine. Make sure you are updating the correct opcode file
__________________
GovtCheeze, Welfare Warrior
"Listen, here's the thing. If you can't spot the sucker in the first half hour at the table, then you ARE the sucker." -- Mike McDermott, Rounders

Developer of the original (circa 2004):
Loots v2.0, bitch!
Faction v1.0, bitch!
Magelo-like clone v0.3, bitch!
Zone geometry and spawn/path viewer, bitch!
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 04:02 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3