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-17-2005, 07:44 PM
Koshoji
Sarnak
 
Join Date: Jul 2004
Location: Oregon
Posts: 69
Default

Quote:
Originally Posted by cmdr-franck
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.


Awesome thanks for this! I was getting a series of missing opcodes reported by World.exe until I read your post and cheched mine. Same thing here. Now it works and I can log in!
__________________
"Always move twice"
-Bruce Juchnik Hanshi
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 06:25 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3