Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-18-2007, 06:26 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Make sure you have no software firewall mounted for now - make sure you have the right Ip Address in your database for your account: this would be in the account table at the minilogin_ip column < here, you need to put in the proper ip address from your client machine. There's an updater called "php_updater" that will do this for you. I have it posted at Rathe forums: http://eq.ismg.ch/mirkwood/news.php you have to be a member (no strings attached) in order to see and download from the downloads sections.
If you still have problems look into your c:\eqemu\logs\ and post any errors you see.
Reply With Quote
  #2  
Old 05-18-2007, 07:22 AM
punksatony
Fire Beetle
 
Join Date: Mar 2007
Posts: 6
Default

Ok I updated the ip to my ip using the command prompt (checked that it worked with mysqlCC) and this is the result in world.exe during the "loading" while it's essentially waiting to boot me back to initial login screen...

After:
[05.18. - 16:20:56] [WORLD__ZONE] [6] Auto zone port configuration. Telling zone to use port 7005

It says this:
[05.18. - 16:21:19] [WORLD__CLIENT] New connection from 192.168.1.2:1618
[05.18. - 16:21:19] [NET__IDENT_TRACE] 192.168.1.2:1618: First opcode 0x4dd0 did not match expected 0x2792
[05.18. - 16:21:19] [NET__IDENT_TRACE] 192.168.1.2:1618: Tried patch 6.2_world, and it did not match.
[05.18. - 16:21:19] [NET__IDENT_TRACE] 192.168.1.2:1618: First opcode 0x4dd0 did not match expected 0x2ec9
[05.18. - 16:21:19] [NET__IDENT_TRACE] 192.168.1.2:1618: Tried patch 6.2_zone, and it did not match.
[05.18. - 16:21:19] [NET__IDENT_TRACE] 192.168.1.2:1618: First opcode matched 0x4dd0 and length matched 464
[05.18. - 16:21:19] [NET__IDENTIFY] Identified stream 192.168.1.2:1618 with signature Titanium_world
[05.18. - 16:21:19] [WORLD__CLIENT] New client from 192.168.1.2:1618
[05.18. - 16:21:19] [WORLD__CLIENT_ERR] : ID is 0. Is this server connected to minilogin?
[05.18. - 16:21:19] [WORLD__CLIENT_ERR] : Could not find a minilogin account, verify ip address logging into minilogin is the same that is in your account table.

Do I still need the php updater? I'm pretty sure that doing UPDATE blahblahblah WHERE blahblahblah; works too, right?

Any ideas or help is appreciated, thanks.
Reply With Quote
  #3  
Old 05-18-2007, 07:27 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

you have set this ip ; "192.168.1.2" into your accounts database?
Reply With Quote
  #4  
Old 05-18-2007, 07:35 AM
punksatony
Fire Beetle
 
Join Date: Mar 2007
Posts: 6
Default

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
Reply With Quote
  #5  
Old 05-18-2007, 07:41 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

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.
Reply With Quote
  #6  
Old 05-18-2007, 10:23 AM
punksatony
Fire Beetle
 
Join Date: Mar 2007
Posts: 6
Default

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.
Reply With Quote
  #7  
Old 05-18-2007, 10:26 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

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
Reply With Quote
  #8  
Old 05-18-2007, 10:43 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

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
Reply With Quote
Reply

Thread Tools
Display Modes

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 10:54 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3