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 04-09-2013, 07:43 PM
Tartarian
Fire Beetle
 
Join Date: Apr 2013
Posts: 10
Unhappy No zoneserver

Hi everybody, I was having a hard time scouring the forum for a related post, so I hope this hasn't been asked before.


I can't seem to get passed character creation as any attempt yields the message "Zone not available"
In world.exe:

[Debug][WORLD__CLIENT] "username" Attempting autobootup of gfaydark (56:0)
[Debug][WORLD__CLIENT_ERR] "username" no zoneserver available to boot up


it says the same for any starting location after character creation

When I'm not trying to get passed creation these lines keep repeating , the number iterating.

[Debug][WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (165 starts)
[Debug][WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (165 starts)


In eqlaunch.exe:

[Debug] [LAUNCHER__STATUS] Starting zone dynamic_01
[Debug] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[Debug] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.


and that just repeats itself over and over, the zone dynamic_01 goes down almost as soon as it is started, again and again.

I followed this guide for server setup:
http://www.eqemulator.net/wiki/wikka...rverSetupGuide

I appear stuck, any advice?

THANKS IN ADVANCE
Reply With Quote
  #2  
Old 04-09-2013, 07:53 PM
Tartarian
Fire Beetle
 
Join Date: Apr 2013
Posts: 10
Default

NOTE: I could zip and email anyone the log folder if it would expedite finding a solution!
Reply With Quote
  #3  
Old 04-09-2013, 07:58 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Look in the individual zone logs for errors. If that doesn't prove useful, build with debug information and post the stack trace from the zone log when it crashes.
Reply With Quote
  #4  
Old 04-09-2013, 08:02 PM
Tartarian
Fire Beetle
 
Join Date: Apr 2013
Posts: 10
Default

[04.09. - 19:20:02] Starting Log: logs/eqemu_debug_zone_0196.log
[04.09. - 19:20:02] [ZONE__INIT] Loading server configuration..
[04.09. - 19:20:02] [ZONE__INIT] Log settings loaded from log.ini
[04.09. - 19:20:02] [ZONE__INIT] Connecting to MySQL...
[04.09. - 19:20:02] [ZONE__INIT] CURRENT_VERSION: 1.0.0
[04.09. - 19:20:02] [ZONE__INIT] Log settings loaded from ./log.ini
[04.09. - 19:20:02] [ZONE__INIT] Mapping Incoming Opcodes
[04.09. - 19:20:02] [ZONE__INIT] Loading Variables
[04.09. - 19:20:02] [ZONE__INIT] Loading zone names
[04.09. - 19:20:02] [ZONE__INIT] Loading items
[04.09. - 19:20:02] [ZONE__INIT_ERR] Loading items FAILED!
[04.09. - 19:20:02] [ZONE__INIT] Failed. But ignoring error and going on...
[04.09. - 19:20:02] [ZONE__INIT] Loading npc faction lists
[04.09. - 19:20:02] [ZONE__INIT_ERR] Loading npcs faction lists FAILED!
Reply With Quote
  #5  
Old 04-09-2013, 08:09 PM
Tartarian
Fire Beetle
 
Join Date: Apr 2013
Posts: 10
Default

Below are the contents of three log files


---------------------------------------------
[04.09. - 18:32:22] Starting Log: logs/eqemu_error_shared_memory_2228.log
[04.09. - 18:32:22] EQEmu Exception (Shared Memory) in ..\..\common\memory_mapped_file.cpp at line (5: Could not open a file for this shared memory segment.


---------------------------------------------
[04.09. - 18:32:22] Starting Log: logs/eqemu_error_world_4248.log
[04.09. - 18:32:22] Error Loading Items: EQEmu Exception (Shared Memory) in ..\..\common\memory_mapped_file.cpp at line (109): Could not open the file to find the existing file size.
[04.09. - 18:32:22] Could not load EQTime file eqtime.cfg

---------------------------------------------
[04.09. - 19:20:02] Starting Log: logs/eqemu_error_zone_0196.log
[04.09. - 19:20:02] Error Loading Items: EQEmu Exception (Shared Memory) in ..\..\common\memory_mapped_file.cpp at line (109): Could not open the file to find the existing file size.
[04.09. - 19:20:02] Error Loading npc factions: EQEmu Exception (Shared Memory) in ..\..\common\memory_mapped_file.cpp at line (109): Could not open the file to find the existing file size.
Reply With Quote
  #6  
Old 04-09-2013, 08:11 PM
Tartarian
Fire Beetle
 
Join Date: Apr 2013
Posts: 10
Default

I included the .pbd files necessary to create a detailed crash report, but im not sure if that's what you mean. I also don't know how to find or post a stack trace lol. : D
Reply With Quote
  #7  
Old 04-09-2013, 08:33 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Did you run shared_memory.exe before starting the server?
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #8  
Old 04-09-2013, 09:14 PM
Tartarian
Fire Beetle
 
Join Date: Apr 2013
Posts: 10
Default

Here's my batch file


@echo off
shared_memory.exe
start world.exe
echo waiting for the world to finish before starting zone...
ping -n 10 127.0.0.1 > nul
start queryserv.exe
start ucs.exe
start eqlaunch.exe zone
exit

I copied that from the guide and just realized it might need the word start before shared_memory.exe! I should also inform the guide. About to test this, will report on it! Thank you!
Reply With Quote
  #9  
Old 04-09-2013, 09:24 PM
Tartarian
Fire Beetle
 
Join Date: Apr 2013
Posts: 10
Default

I'm getting the same results and this log file
---------------------------------------------
[04.09. - 21:14:44] Starting Log: logs/eqemu_error_shared_memory_6004.log
[04.09. - 21:14:44] EQEmu Exception (Shared Memory) in ..\..\common\memory_mapped_file.cpp at line (5: Could not open a file for this shared memory segment.
Reply With Quote
  #10  
Old 04-09-2013, 09:58 PM
Tartarian
Fire Beetle
 
Join Date: Apr 2013
Posts: 10
Default

SOLVED: simply lacked a folder called shared :/ Thanks for the help though!
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 07:30 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