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 09-12-2005, 04:54 PM
cmdr-franck
Fire Beetle
 
Join Date: Sep 2005
Posts: 22
Default Minilogin 0.6.2 - No connect from client

Hi, I've got kind o a weird error.

I can't get passed the logon screen. I keep getting "ERROR A TIMEOUT OCCURRED" wich bugs me off.

I installed every thing nicely. Minilogin ssems to be okay since world.exe actually connects to it but the EQ client does not. I've checked my eqhost.txt file and i't spointing 127.0.0.1:5999 (as I entered for minilogin) I tried localhost:5999 didn't fix the issue. My guess points toward the minilogin since i't sthe only processe that actually does the first authentication or does another one take care of it ?

I need help figuring out what's going on.

Francois
Reply With Quote
  #2  
Old 09-12-2005, 05:13 PM
tallerin
Hill Giant
 
Join Date: Mar 2005
Posts: 165
Default

Mine does this every so often. If you have added the varibles into your database to use minilogin you might have to dao what i do. Once you start eq and it pops up a window saying connecting or something and hangs abit to long hit CTR + ALT + DEL click eq and end task then restart eq. thats how i have to do it when i get that.

Last edited by tallerin; 09-13-2005 at 01:49 AM..
Reply With Quote
  #3  
Old 09-12-2005, 06:13 PM
tremor
Fire Beetle
 
Join Date: Aug 2005
Location: Australia
Posts: 16
Thumbs up

this works for me when it says connecting but nothing happens press tab it will stop trying to connect press enter on your keyboard until it lets you into the server select screen. i have everything set to my network name which is my ip anyway except for db.ini which is set to localhost.
Reply With Quote
  #4  
Old 09-13-2005, 01:20 AM
cmdr-franck
Fire Beetle
 
Join Date: Sep 2005
Posts: 22
Default Connected but not response 6

Good I made progress .. I don't get stuck with a temout error anymore, just a Connecting to server that doesn,t end.

I still have the OPCode problem with the world.exe loading. I read that some actually just inserted the missing OPCode with the value 0x0000. But I was wondering if someone has been able to track the correct value for those.
Here is what I get rom Minilogin.exe.

Unkown packet: .4233692 [92.153.64.0:15->0.0.0.0:0]
[OpCode 0x0001 (OP_Unknown) Size=13]
00000: 00 02 00 00 00 00 00 00 - 00 00 00 08 00 | ........................



Quote:
Originally Posted by tremor
this works for me when it says connecting but nothing happens press tab it will stop trying to connect press enter on your keyboard until it lets you into the server select screen. i have everything set to my network name which is my ip anyway except for db.ini which is set to localhost.
Reply With Quote
  #5  
Old 09-13-2005, 01:44 AM
cmdr-franck
Fire Beetle
 
Join Date: Sep 2005
Posts: 22
Default fixes 0x0001

Hi I fianlly fixed the OPCode error from Minilogin.

My OPCOde file had to sets of opcode for login .. one that had values 0x0000 and the other that had the correct values. I just erased the ones with the 0x0000 and I was able to login fine.

Quote:
Originally Posted by cmdr-franck
Good I made progress .. I don't get stuck with a temout error anymore, just a Connecting to server that doesn,t end.

I still have the OPCode problem with the world.exe loading. I read that some actually just inserted the missing OPCode with the value 0x0000. But I was wondering if someone has been able to track the correct value for those.
Here is what I get rom Minilogin.exe.

Unkown packet: .4233692 [92.153.64.0:15->0.0.0.0:0]
[OpCode 0x0001 (OP_Unknown) Size=13]
00000: 00 02 00 00 00 00 00 00 - 00 00 00 08 00 | ........................
Reply With Quote
  #6  
Old 09-13-2005, 01:54 AM
cmdr-franck
Fire Beetle
 
Join Date: Sep 2005
Posts: 22
Default Still got a WORLD.EXE problem

When I try to zone in with my Iksar WORLD.EXE reports this.

Received unknown opcode: 0x0107 size:0 bytes
Attempting autobootup of cabeast (106) fo Moratois
Error : No zone server to bootup caeast (106) for moratois

One thing I noticed is that I don't see anithing resembling to this :
50432 New TCP connection: 127.0.0.1:1677830336
50432 New TCP connection: 127.0.0.1:1677830336
50432 New TCP connection: 127.0.0.1:1677830336
50432 New TCP connection: 127.0.0.1:1677830336
50432 New TCP connection: 127.0.0.1:1677830336
New zoneserver: #1 127.0.0.1:3283
New zoneserver: #2 127.0.0.1:3282
New zoneserver: #3 127.0.0.1:3281
New zoneserver: #4 127.0.0.1:3280
New zoneserver: #5 127.0.0.1:3279

Here is my boot5zones.bat
start zone . 127.0.0.1 8780 127.0.0.1
start zone . 127.0.0.1 8781 127.0.0.1
start zone . 127.0.0.1 8782 127.0.0.1
start zone . 127.0.0.1 8783 127.0.0.1
start zone . 127.0.0.1 8784 127.0.0.1

So it's really my zones.exe that does not connect to world.exe.

The only thing I see in zones.exe is:
Connected to worldserver: 127.0.0.1:9000
127.0.0.1:9000: TCPConnection::RecvData(): Error: 10054.

Exactly as if my ZONES.EXE is not able to keep(establish) it's connecton with WORLD.EXE.

Someone have a clue ?

BTW I still got all the Opcode error when opening world.exe doesn't seem to bother the normal operation until now since I can login, create caracter delete, etc .. only no zoning. From what I read, those does not affect zoning since some zeroed those values and where able to zone and log in.

OP_Command
OP_MailboxHeader
OP_MailHeader
OP_MailBody
OP_NewMail
OP_SentConfirm
OP_RAWSessionRequest
OP_RAWSessionResponse
OP_RAWCombined
OP_RAWSessionDisconnect
OP_RAWKeepAlive
OP_RAWSessionStatRequest
OP_RAWSessionStatResponse
OP_RAWPacket
OP_RAWFragment
OP_RAWOutOfOrderAck
OP_RAWAck
OP_RAWAppCombined
OP_RAWOutOfSession

Last edited by cmdr-franck; 09-13-2005 at 09:59 AM.. Reason: add file info
Reply With Quote
  #7  
Old 09-13-2005, 02:24 AM
tallerin
Hill Giant
 
Join Date: Mar 2005
Posts: 165
Default

Add those missing opcodes to your opcode.conf file as 0x0000 that will fix the missing opcodes that show in world.

OP_Command=0x0000
OP_MailboxHeader=0x0000
OP_MailHeader=0x0000
OP_MailBody=0x0000
OP_NewMail=0x0000
OP_SentConfirm=0x0000
OP_RAWSessionRequest=0x0000
OP_RAWSessionResponse=0x0000
OP_RAWCombined=0x0000
OP_RAWSessionDisconnect=0x0000
OP_RAWKeepAlive=0x0000
OP_RAWSessionStatRequest=0x0000
OP_RAWSessionStatResponse=0x0000
OP_RAWPacket=0x0000
OP_RAWFragment=0x0000
OP_RAWOutOfOrderAck=0x0000
OP_RAWAck=0x0000
OP_RAWAppCombined=0x0000
OP_RAWOutOfSession=0x0000
Reply With Quote
  #8  
Old 09-13-2005, 03:57 AM
cmdr-franck
Fire Beetle
 
Join Date: Sep 2005
Posts: 22
Default Opcode

Ty it worked as I tought it would. I'm still remaining with the zone.exe problem.

Quote:
Originally Posted by tallerin
Add those missing opcodes to your opcode.conf file as 0x0000 that will fix the missing opcodes that show in world.

OP_Command=0x0000
OP_MailboxHeader=0x0000
OP_MailHeader=0x0000
OP_MailBody=0x0000
OP_NewMail=0x0000
OP_SentConfirm=0x0000
OP_RAWSessionRequest=0x0000
OP_RAWSessionResponse=0x0000
OP_RAWCombined=0x0000
OP_RAWSessionDisconnect=0x0000
OP_RAWKeepAlive=0x0000
OP_RAWSessionStatRequest=0x0000
OP_RAWSessionStatResponse=0x0000
OP_RAWPacket=0x0000
OP_RAWFragment=0x0000
OP_RAWOutOfOrderAck=0x0000
OP_RAWAck=0x0000
OP_RAWAppCombined=0x0000
OP_RAWOutOfSession=0x0000
Reply With Quote
  #9  
Old 09-13-2005, 04:09 AM
tallerin
Hill Giant
 
Join Date: Mar 2005
Posts: 165
Default

are running everything all on just one coputer? if you are i'm stumped on the zone issue. might just be another zone.exe bug there is a fixed zone.exe and world.exe that MikeyUSC put up http://www.rapidsharing.com/out.php/...EQEmuFixed.zip

Edit: changed link can get it there while it remains up heh. if you have not downloaded it yet

Last edited by tallerin; 09-13-2005 at 12:13 PM..
Reply With Quote
  #10  
Old 09-13-2005, 07:29 AM
cmdr-franck
Fire Beetle
 
Join Date: Sep 2005
Posts: 22
Default ZONE Server ! Hey where did that zone went ?

I am running everything on the same computer.

I tried the Fixed ZONE.EXE and WORLD.EXE without any success.

Stupid question ! I got ZONEPERL .. could I use them instead of ZONE ?

Quote:
Originally Posted by tallerin
are running everything all on just one coputer? if you are i'm stumped on the zone issue. might just be another zone.exe bug there is a fixed zone.exe and world.exe that MikeyUSC put up http://www.rapidsharing.com/out.php/...EQEmuFixed.zip

Edit: changed link can get it there while it remains up heh. if you have not downloaded it yet
Reply With Quote
  #11  
Old 09-13-2005, 07:43 AM
tallerin
Hill Giant
 
Join Date: Mar 2005
Posts: 165
Default

i believe as of right at this moment the zone.exe is the only one working and allowing playing with out errors the zoneperl.exe still has some bugs.
i saw your login.ini i can't see anything wrong but you could try useing locahost in place of 127.0.0.1. your boot5zones looks ok but again you could try useing localhost in place of 127.0.0.1. for DB.ini i'm guessing you have no issue with world loading the DB so that is probably set right.

all i can say is try changing the 127.0.0.1 ip to localhost and try that. as that is how all mine is set up for minilogin playing.
Reply With Quote
  #12  
Old 09-13-2005, 08:55 AM
cmdr-franck
Fire Beetle
 
Join Date: Sep 2005
Posts: 22
Default Did you say zone ???

Still not working.

I'm still getting tge 10054 error in teh ZONEs and nothing gets register in WORLD.

Geez .. I'm so close ! I.m posting my config files once more.

LOGINSERVER.INI

[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=ManiacHacker
worldaddress=127.0.0.1
locked=false
account=
password=


[WorldServer]
Defaultstatus=20
Unavailzone=

[ChatChannelServer]
worldshortname=ManiacHacker
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin (I tried Standalone)
ServerPort=5999

DB.INI

[Database]
host=127.0.0.1
user=[looking for something]
password=[too bad it ain't there]
database=eq62

BOOT5ZONES.BAT

start zone . localhost 8780 localhost
start zone . localhost 8781 localhost
start zone . 127.0.0.1 8782 127.0.0.1
start zone . 127.0.0.1 8783 127.0.0.1
start zone . 127.0.0.1 8784 127.0.0.1

(I've deliberatly have localhost to see if one out of the others would inally connect)

Any ideas ?

Quote:
Originally Posted by tallerin
i believe as of right at this moment the zone.exe is the only one working and allowing playing with out errors the zoneperl.exe still has some bugs.
i saw your login.ini i can't see anything wrong but you could try useing locahost in place of 127.0.0.1. your boot5zones looks ok but again you could try useing localhost in place of 127.0.0.1. for DB.ini i'm guessing you have no issue with world loading the DB so that is probably set right.

all i can say is try changing the 127.0.0.1 ip to localhost and try that. as that is how all mine is set up for minilogin playing.
Reply With Quote
  #13  
Old 09-13-2005, 09:15 AM
vRandom
Sarnak
 
Join Date: Jun 2005
Posts: 91
Default

the only difference i see between yours and mine is

worldname=ManiacHacker (12 chars) mine is 13 chars
Defaultstatus=20 mine is blank just Defaultstatus=

ServerMode=MiniLogin mine is ServerMode=StandAlone

not sure, but might try changing those...

Did you set the ip address in the account table? (just because i forget to often)

Humm, all i can think of atm...
vRandom
Reply With Quote
  #14  
Old 09-13-2005, 09:19 AM
tallerin
Hill Giant
 
Join Date: Mar 2005
Posts: 165
Default

change all the 127.0.0.1 to localhost and try that

Code:
LOGINSERVER.INI

[LoginServer]
loginserver=localhost
loginport=5999
worldname=ManiacHacker
worldaddress=localhost
locked=false
account=
password=


[WorldServer]
Defaultstatus=20
Unavailzone=

[ChatChannelServer]
worldshortname=ManiacHacker
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin (I tried Standalone)  ------> works eitherway
ServerPort=5999

DB.INI

[Database]
host=localhost
user=[looking for something]
password=[too bad it ain't there]
database=eq62

BOOT5ZONES.BAT

start zone . localhost 8780 localhost
start zone . localhost 8781 localhost
start zone . localhost 8782 localhost
start zone . localhost 8783 localhost
start zone . localhost 8784 localhost
like so.... i know you delibrately left the 127.0.0.1 in boot5zone but need to try changeing every 127.0.0.1 to local host. other then that i'm clueless might have to wait for someone else that might have a suggestion for you.
Reply With Quote
  #15  
Old 09-13-2005, 09:39 AM
cmdr-franck
Fire Beetle
 
Join Date: Sep 2005
Posts: 22
Default Yooupie ! I got zones ! Do I ?

I finally got ZONES to connect to my world server.

I used my ip addresse instead of the 127.0.0.1 or localhost. I only left the DB pointing on 127.0.0.1.

*Note you'll have top manually edit your table account so it reflects the correct IP*

Now a new problem .. yup still one .. hopefully the last.

ZONE.EXE
Path File ./Maps/cabeast.path not found

So I prolly extractec badly my maps. If I got in c:\eqemu\maps I see akll the map files. I see the cabeast.map file. So what did I missed ?

Franck

Quote:
Originally Posted by tallerin
change all the 127.0.0.1 to localhost and try that

Code:
LOGINSERVER.INI

[LoginServer]
loginserver=localhost
loginport=5999
worldname=ManiacHacker
worldaddress=localhost
locked=false
account=
password=


[WorldServer]
Defaultstatus=20
Unavailzone=

[ChatChannelServer]
worldshortname=ManiacHacker
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin (I tried Standalone)  ------> works eitherway
ServerPort=5999

DB.INI

[Database]
host=localhost
user=[looking for something]
password=[too bad it ain't there]
database=eq62

BOOT5ZONES.BAT

start zone . localhost 8780 localhost
start zone . localhost 8781 localhost
start zone . localhost 8782 localhost
start zone . localhost 8783 localhost
start zone . localhost 8784 localhost
like so.... i know you delibrately left the 127.0.0.1 in boot5zone but need to try changeing every 127.0.0.1 to local host. other then that i'm clueless might have to wait for someone else that might have a suggestion for you.
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 05:26 AM.


 

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