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

03-29-2009, 05:24 PM
|
Hill Giant
|
|
Join Date: Mar 2009
Location: CO
Posts: 183
|
|
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.
|

03-29-2009, 05:27 PM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 1,290
|
|
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.
|

03-29-2009, 05:36 PM
|
Hill Giant
|
|
Join Date: Mar 2009
Location: CO
Posts: 183
|
|
image:
<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5999</port>
<account>root</account>
<password>root</password>
</loginserver>
|

03-29-2009, 05:37 PM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 1,290
|
|
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.
|

03-29-2009, 05:40 PM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 1,290
|
|
Quote:
Originally Posted by Angelox
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.
|

03-29-2009, 05:44 PM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 1,290
|
|
Quote:
Originally Posted by neiv2
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.
|

03-29-2009, 06:00 PM
|
Hill Giant
|
|
Join Date: Mar 2009
Location: CO
Posts: 183
|
|
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.
|

03-29-2009, 06:01 PM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 1,290
|
|
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.
|

03-29-2009, 06:15 PM
|
Hill Giant
|
|
Join Date: Mar 2009
Location: CO
Posts: 183
|
|
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.
|
 |
|
 |

03-29-2009, 06:19 PM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 1,290
|
|
Quote:
Originally Posted by neiv2
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.
|
 |
|
 |

03-29-2009, 06:22 PM
|
Hill Giant
|
|
Join Date: Mar 2009
Location: CO
Posts: 183
|
|
All systems go on that front. I will try playing with some other settings.
|

03-29-2009, 06:25 PM
|
Fire Beetle
|
|
Join Date: Aug 2008
Location: ky
Posts: 6
|
|
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.
|

03-29-2009, 06:27 PM
|
Hill Giant
|
|
Join Date: Mar 2009
Location: CO
Posts: 183
|
|
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?
|

03-29-2009, 06:31 PM
|
Hill Giant
|
|
Join Date: Mar 2009
Location: CO
Posts: 183
|
|
I should clarify, that is the db.ini file in the NewMiniLogin folder.
|

03-29-2009, 06:31 PM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 1,290
|
|
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.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 06:29 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |