View Single Post
  #2  
Old 06-28-2008, 10:39 AM
Rocker8956
Hill Giant
 
Join Date: Sep 2007
Posts: 117
Default

I had this error yesterday trying to setup a new server. The way I fixed mine was to remove <!-- from before <address> and <localaddress> then also remove --> from after <address> and <localaddress>. So that section of your eqemu_config.xlm should look like this

<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>


Hope that helps.
Reply With Quote