Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #76  
Old 03-29-2009, 05:24 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

I changed it back to Public. Here's the latest:

1. World.exe reporting [WORLD__LS_ERR] Could not connect to login server: TCPConnection::Connect<>: connect<> failed. Error: 10061

2. EQLaunch.exe reporting Connected to World: Localhost:9000

3. Minilogin.exe reporting . . .
Server mode: Standalone.
Login server listening on port:5999
here10!
Unknown LoginSOPcode: 0x3002 size:33

This is followed by what appears to be some sort of hash table for 0, 16 % 32.

Once Minilogin.exe is launched, World.exe reports "connected to loginserver: localhost:5999"

No login screen actually appears.
Reply With Quote
  #77  
Old 03-29-2009, 05:27 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

eqemu_config.xml what do you have for the login server.
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #78  
Old 03-29-2009, 05:36 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

image:

<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5999</port>
<account>root</account>
<password>root</password>
</loginserver>
Reply With Quote
  #79  
Old 03-29-2009, 05:37 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

Ehh im not so sure localhost is good to use... try 127.0.0.1
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #80  
Old 03-29-2009, 05:40 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

Quote:
Originally Posted by Angelox View Post
Image I haven't even tested your MiniLogin yet, reason being, I got a few people playing on what I have now, and don't want to ruin their play. I started to yesterday, but the limited account, just won't work for me.
I guess, I'm going to have to separately set up a new server/database so no one will get affected, your new Minilogin in the package still would be great for anyone who doesn't have accounts they want preserve.
Not sure if this was intended for this post, but I did send you a PM a while ago Angelox.
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #81  
Old 03-29-2009, 05:44 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

Quote:
Originally Posted by neiv2 View Post
image:

<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5999</port>
<account>root</account>
<password>root</password>
</loginserver>
I forgot to add, you have the account root with the password root in plaintext in your login_worldservers table right? (account field="root" password="root")
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #82  
Old 03-29-2009, 06:00 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

Yes, root is set as account and password in login_worldservers table. I changed the host under Loginserver information in eqemu_config.xml to 127.0.0.1 as suggested, with the same results.
Reply With Quote
  #83  
Old 03-29-2009, 06:01 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

seems like a configuration issue it is kind of hard to tell why, no reason for it to connect and not connect unless it wasn't up.
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #84  
Old 03-29-2009, 06:15 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

Just to clarify my assumptions:

1. The minilogin db should be a separate db from the peq db, correct? In other words, I assume this is not a matter of simply including the tables created from the loginserverdb.sql into the existing peq db.

2. The db created from the loginserverdb.sql file ca be any name I want it to be, correct? In this case, I've named it minilogin.

3. The db created from the loginserverdb.sql file contains 4 (and only 4) tables: login_accounts, login_authchange, login_worldservers, and variables, correct?

4. I'm using Navicat to view my dbs, and while PEQ and Minilogin are separate dbs, they both appear under the same connection (called EQEMU). Is that kosher? Or is this what you were referring to when you said they had to be in different directories?

Thanks.
Reply With Quote
  #85  
Old 03-29-2009, 06:19 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

Quote:
Originally Posted by neiv2 View Post
Just to clarify my assumptions:

1. The minilogin db should be a separate db from the peq db, correct? In other words, I assume this is not a matter of simply including the tables created from the loginserverdb.sql into the existing peq db.

I would suggest them being in a different database, it is not completely necessary but the variables table will conflict

2. The db created from the loginserverdb.sql file ca be any name I want it to be, correct? In this case, I've named it minilogin.

That is fine

3. The db created from the loginserverdb.sql file contains 4 (and only 4) tables: login_accounts, login_authchange, login_worldservers, and variables, correct?

Yes


4. I'm using Navicat to view my dbs, and while PEQ and Minilogin are separate dbs, they both appear under the same connection (called EQEMU). Is that kosher? Or is this what you were referring to when you said they had to be in different directories?

I mean a seperate directory for my version of the MiniLogin, patch_6.2.conf, db.ini, LoginServer.ini, MiniLogin.exe should be in their own dir

Thanks.
. go quotes .
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #86  
Old 03-29-2009, 06:22 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

All systems go on that front. I will try playing with some other settings.
Reply With Quote
  #87  
Old 03-29-2009, 06:25 PM
guitar weazel
Fire Beetle
 
Join Date: Aug 2008
Location: ky
Posts: 6
Default Noob question bout the minilogin

Hey guys, first want to say AWESOME JOB on the whole minilogin project. But I do have a couple of questions. I currently am using the public login right now. If I dl the new minilogin, will I lose my toons that I have on the public login servers. If not, can I use whichever login i want to use without having to make 100 changes to my files. Also, ive read that there is a download for people who dont want to host a server, just have access to play on the mini login servers. Could someone post a link for this please. Thanx for all you help guys, much appreciated. Again, great job on the minilogin guys, hope it turns out to be a huge success.
Reply With Quote
  #88  
Old 03-29-2009, 06:27 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

Here is the contents of my db.ini file:

[Database]
host=localhost
user=root
password=root
database=minilogin

Should this be pointing to my minilogin db or my peq db?
Reply With Quote
  #89  
Old 03-29-2009, 06:31 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

I should clarify, that is the db.ini file in the NewMiniLogin folder.
Reply With Quote
  #90  
Old 03-29-2009, 06:31 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

to the minilogin db..

Still once again, it was reporting as connecting to the LS, but then disconnecting afterwards? Would be nice to see the whole output of both world and login.
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
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 03:40 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