Private Login (Everquest not responding)
I'm trying to play my server on the same computer as the client, and everything in the login and config files are set to 127.0.0.1 but whenever i launch the emulator, i am able to see my server by itself (like in Akka's guide), however it freezes and becomes not responsive once clicking play on the server. The login log shows that the client requested login and server but once i click play it shows client disconnected. I can try to post some logs in a bit. I'm away from my computer atm and typing this one my phone.
Btw, everything works fine when i use eqemulator host. Even when connected from a different computer in the same house. Edit: everquest itself freezes i mean |
Post your config files, if you don't mind.
There's a few more things we can check there. |
[Login Server] New SoD client connection from 127.0.0.1:62590
[Login Server] Application packet received from client (size 14) [Login Server] Session ready received from client. [Login Server] Application packet received from client (size 36) [Login Server] Login received from client. [Login Server] Application packet received from client (size 12) [Login Server] Server list request received from client. [Login Server] Application packet received from client (size 16) [Login Server] Play received from client, server number 2 sequence 5. [Login Server] Client disconnected from the server, removing client. From the login server... that's when EQ freezes Here's my config Code:
<?xml version="1.0"> Code:
[database] |
In your login.ini file, try changing your host to 127.0.0.1 instead of localhost.
There could be a resolution issue. |
No dice ... :confused:
I did notice world was doing this both before and after your recommended change... does this have anything to do with what's going on? Code:
[World Server] New connection from 127.0.0.1:56925 |
I don't know that process...
But, looking at that function, it's definitely returning a failure value. (I manually create all of my accounts.) |
How come the the schema has different table names ? Is that an older, or different one?
(Just curious) Code:
[schema] Code:
[schema] |
The top one is probably from Akka's Installer.
The bottom one (like mine too,) is definitely what's been around since KLS was a greenie :P |
Oh ok. I was a little befuzzled at the table names, but I've never tried out Akka's installer.
I assume his installer enters those table names in to the DB then. |
Quote:
Also, EQ still freezes when trying to hit play Could this first error have anything to do with the second??? |
Well, here's an update. It definitely does have to do with that error. I was able to log in to my server by turning auto create accounts back to TRUE and then made a brand new one (before I had been using already created accounts - which was the issue)... even if I had autocreate on FALSE
These accounts were also in my regular accounts table that I used for eqemulator host server... perhaps that was the issue??? Anyway, everything seems to work great now, except I still can't use my old accounts... No more red error messages when logging in ... I even changed the IP addresses to my actual computer's instead of 127.0.0.1 and was able to log in from another computer in the house (using the newly created account). So, to Sum up... still a lingering issue of old accounts and that error... but there's a workaround now... I did get some red error code the first time I created a character on the new account and logged in, but it hasn't returned upon logging in again multiple times and it doesn't seem to have affected anything, but if someone would let me know if it is a hidden issue / what the solution is, i'd appreciate it. Code:
[World Server] Checking inbound connection x.x.x.x against BannedIPs table |
Ok.... So, I figured it out!!! :D:D
It turns out, the accounts (in the accounts table) I used for the regular eqemulator hosted public server, they either already had a loginserver account ID for them, or somehow one was randomly generated... but it was a huge number... something like 3687367 and the table loginserveraccounts created an account with the same name / pw... like I had been using on the public eqemu hosted server, but it created a new loginserver ID number that was a single digit and counting (such as 4). These didn't match, thus where I was getting that duplicate error.... Still don't know what's going on with the last error I got when creating a new character (in the post above)... so if someone wouldn't mind helping me out with that i'd appreciate it. Hopefully this helps anyone else who gets stuck like myself!! |
Your missing a table in your character_bind in sql. Rather the table for your character_bind is probobly messed up slightly, Go through the table and check the values based on what the error is popping out. Also id change your
<!-- Loginserver information. DO NOT EDIT --> <!-- <loginserver2> --> <!-- <host>login.eqemulator.net</host> --> <!-- <port>5998</port> --> <!-- <account></account> --> <!-- <password></password> --> <!-- </loginserver2> --> <loginserver1> <host>127.0.0.1</host> <port>5998</port> <account></account> <password></password> </loginserver1> to this <loginserver1> <host>127.0.0.1</host> <port>5998</port> <account>XXXXX</account> <password>XXXXX</password> </loginserver1> <loginserver2> <host>login.eqemulator.net</host> <port>5998</port> <account></account> <password></password> </loginserver2> Causes less issues related to logging in to the server. Also if your logging in from a computer outside of your network on your private login make sure that this is filled out <address>Your Public IP</address> --> <localaddress>LEAVE BLANK CAUSES CONNECTION PROBLEMS</localaddress> --> |
Yeah, I had just commented out the eqemulator.net host loginserver while working on the private login. I've uncommented it now, but it didn't have any effect/interfere with the issues I was having. Appreciate the advice though :D
As far as the character_bind issue: Code:
Here's my table Could the issue be that the game's syntax said it was trying to do ID, then zone_id and the table up above has slot at (2), and not last, like the error below produced?? Code:
REPLACE INTO `character_bind` (id, zone_id, instance_id, x, y, z, heading, slot) If this is the problem, what's the fix?? simply moving my table around and putting zoneid at (2) and slot at 8 ? Thanks in advance |
No the order in which they are listed shouldn't be an issue at all. From what I can see its trying to put incorrect values into your character_bind. The character bind itself is fine but the values its trying to put in are completely wrong. I could be something related to the character creation itself for incorrect bind points on the character. Maybe check the starting location for some of the races and see if the zone id's match up to where they are suppose to spawn.
|
All times are GMT -4. The time now is 03:54 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.