Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Linux Servers

Archive::Linux Servers Archive area for Linux Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-19-2003, 08:47 PM
predominant
Sarnak
 
Join Date: Jun 2003
Location: Newcastle, Australia
Posts: 73
Default Server hang after EMuShareMem loadedd

Hey all,

I get the 0.5.0 server hanging after loading libEMuShareMem.so on both the world and zone executables..

As follows...

All the binaries and the dll/so are in the same folder, with the LD_LIBRARY_PATH being the same directory.

Quote:
Using database 'eq' at 127.0.0.1
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.0
[Error] CURRENT_WORLD_VERSION:EQEMu 0.5.0
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Any ideeas?


Cheers.
__________________
PreDOMiNanT

StudentQuest 0.5.0-DR4 dedicated server. http://studentquest.newcastle.edu.au.
Reply With Quote
  #2  
Old 09-28-2003, 01:08 AM
inkubus
Hill Giant
 
Join Date: Feb 2002
Posts: 146
Default

Same here :( Running Debian
Reply With Quote
  #3  
Old 09-28-2003, 05:41 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

In the past, a linux server hang at this point means something went wrong in loading items. An example is when you have a null field in your item database where it is expecting non-null. Due to the sheer number of fields (and our laziness), we didn't check for nulls. It's not been a problem on windows because we can catch it in the debugger, but it just hangs in linux.

Check your item db for null fields.
Reply With Quote
  #4  
Old 09-28-2003, 02:56 PM
predominant
Sarnak
 
Join Date: Jun 2003
Location: Newcastle, Australia
Posts: 73
Default

Wow, resurrected an old thread of mine.

I've since found that the initial startup on linux can take quite some time. Subsequent loads take less time than the initial. For what reason? I am not entirely sure.

Here is a copy of my "initial" startup script. I suggest running it, and walking away to cook dinner or some such.

Code:
#!/bin/sh
 
# Set the LD_LIBRARY_PATH environment variable
###############################################
  export LD_LIBRARY_PATH=./
  echo "Set \$LD_LIBRARY=PATH =" $LD_LIBRARY_PATH
 
# Startup the world server
###############################################
  ./world &
  sleep 6m
  # Wait until the world has successfully started up
 
# Startup the zone servers
###############################################
  ./boot8zones &
Seems to work fine for me.
__________________
PreDOMiNanT

StudentQuest 0.5.0-DR4 dedicated server. http://studentquest.newcastle.edu.au.
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 12:32 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