View Single Post
  #7  
Old 05-13-2013, 11:49 PM
Blazenfury
Fire Beetle
 
Join Date: Jun 2007
Posts: 14
Default

I did a comparison of my dbg file with a successful zone and the not successful one. This is the end of the file.

[Mon May 13 21:34:33 2013]00293:Entering main loop.
[Mon May 13 21:34:33 2013]00294oMainLoop - Just after packet processing()
[Mon May 13 21:34:33 2013]00295oMainLoop - Just after actor creation()
[Mon May 13 21:34:33 2013]00296:Loading game sounds.
[Mon May 13 21:34:33 2013]00297:Requesting initialization data.
[Mon May 13 21:34:33 2013]00298oMainLoop: just before first while(!EverQuest.ReceievedWorldObjects).


Now this is the successful zone--

[Mon May 13 23:24:02 2013]00341:Entering main loop.
[Mon May 13 23:24:02 2013]00342:DoMainLoop - Just after packet processing()
[Mon May 13 23:24:02 2013]00343:DoMainLoop - Just after actor creation()
[Mon May 13 23:24:02 2013]00344:Loading game sounds.
[Mon May 13 23:24:02 2013]00345:Requesting initialization data.
[Mon May 13 23:24:02 2013]00346:DoMainLoop: just before first while(!EverQuest.ReceievedWorldObjects).
[Mon May 13 23:24:02 2013]00347:Zone Connect -- Received MSG_SND_WOBJECTS_RESPONSE
[Mon May 13 23:24:02 2013]00348:Zone Connect -- Received MSG_READY_ENTER_WORLD
[Mon May 13 23:24:02 2013]00349:DoMainLoop: complete after first while(!EverQuest.ReceievedWorldObjects).
[Mon May 13 23:24:02 2013]00350:DoMainLoop: just before second while(!ReadyEnterWorld).
[Mon May 13 23:24:02 2013]00351:Zone Connect -- Sending out a MSG_READY_ENTER_WORLD.
[Mon May 13 23:24:02 2013]00352:DoMainLoop: completed second while(!ReadyEnterWorld).
[Mon May 13 23:24:02 2013]00353:Setting up models.
[Mon May 13 23:24:02 2013]00354:Setting up character.
[Mon May 13 23:24:02 2013]00355:Activating music.
[Mon May 13 23:24:02 2013]00356:Initialization complete.
Entering main loop.
[Mon May 13 23:24:02 2013]00357:Zone Connect -- Received MSG_READY_ENTER_WORLD
[Mon May 13 23:24:02 2013]00358:Item done, MSG_WEATHER_EVENT received.

To me it looks like its as simple as there being no Zone Connect. I don't know what I'm looking at here but I know they aren't the same lol. The zone connect message is missing and Im thinking that is pretty important.
Reply With Quote