View Single Post
  #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