EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Blank Server Select Screen (https://www.eqemulator.org/forums/showthread.php?t=22760)

Angelox 05-18-2007 07:27 AM

you have set this ip ; "192.168.1.2" into your accounts database?

punksatony 05-18-2007 07:35 AM

yup, unless mysqlCC is lying to my eyes :-)

I tried it on two separate "accounts" that I created in the database, both with same results

Angelox 05-18-2007 07:41 AM

Ok, do this - go to MySql site and download the MySql Query Browser /install it. You can then see if the IP is there.
I have to go out for about an hour, but will be back to help you deal with this.

punksatony 05-18-2007 10:23 AM

Alright, dl'd it and ran it and it gave me the same results as mysqlcc... both of the two accounts I set to IP 192.168.1.2 were listed as such

Not sure if this helps but I've setup a server twice using the 0.70 instructions (the link just below the 0.70.992 link on the serversetup page) and have played successfully on the same computer. However when I tried to connect using a different computer, I was able to log into the server select screen, saw the server I had created on the other computer (again listed as status 0), but the same thing happened when I tried to connect to it (looked like it was loading (didn't switch to the loading screen but all the buttons faded and stuff so they were unclickable) and stayed this way for maybe 20-30 seconds then just boots me right back to the username/password screen without any messages or popups or anything.

You don't think it could be something to do with the everquest files themselves, do you? Again I'm completely unpatched and I run the "-patchme" non-patching everquest when I try to play. Hope we can work through this, and thanks again for your time.

Angelox 05-18-2007 10:26 AM

Any luck yet? here's some Sql lines you can run -

This will check to see if the IP is proper;

Code:

SELECT minilogin_ip FROM ax_classic.account where name = "angelox";
ax_classic is the database in use and angelox is the account name

Code:

UPDATE ax_classic.account set minilogin_ip="192.168.2.103"  where name="angelox";
this will set the IP address via SQL command shell. so you can cut/paste use these with proper account name and IP use the first one for checking

Angelox 05-18-2007 10:43 AM

If you put in the same minilogin ip for two accounts, the emulator will go down the list and use the first one it sees.
check your eqhost.txt , make sure its proper. I don't think it's that anyways - seems like this should work. tell me what database are you using and how did you install it?
"identified stream 192.168.1.2:1618 with signature Titanium_world" indicates MiniLogin found and sent the account to the server.
"Could not find a minilogin account" indicates the account does not match with the client machines ip.
try this;
on the server, Ping the client machine where Everquest is coming from;
run "command" and type
Code:

ping machinenamehere
it sould come back with the ip you entered in the database - if not, yell me what happens.

EDIT;
Also ping your server from the client, see what it says

punksatony 05-18-2007 11:12 AM

yea 192.168.1.2 is definitely my IP

I had 4 accounts, and the first one was an old one with 127 as the IP so I deleted them all and created a new one with the 192 IP (came up as id 17, others were numbers before that obviously)... and I noticed now that when I try to connect to the server, which is when the world.exe says all that stuff, the minilogin says that new client or whatever is trying to connect from 127.0.0.1... does this mean that a residual account, one that was "deleted" or whatever but somehow still is there, is the one that is being defaulted to, or is this normally what happens?

Also I noticed that I can get into the server select screen typing in whatever username and password I want, regardless of what accounts I have created... does this bear any significance? I can log in using the accounted UN/PW obviously but the same results happen... boots me back to that screen when I try to connect to the server.

Angelox 05-18-2007 11:27 AM

MiniLogin only looks at IP address and nothing else in the accounts table - you type in username/password on the client, just to please it.

Quote:

the minilogin says that new client or whatever is trying to connect from 127.0.0.1
this could mean you still have a bad setting somewhere - post ne your current LoginServer.ini and eqemu_config.xml.

Also; you haven't don anything to your windows HOSTS file?

punksatony 05-19-2007 12:31 AM

wow I feel like an idiot,

haha it was my eqhost.txt... I thought it was supposed to be 127.0.0.1 as it says in the wiki guides for Minilogin server... changed it to my IP and problem solved.

Thanks for all your help, and I hope this will aid others in the future.


All times are GMT -4. The time now is 02:43 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.