Thread: World.exe Error
View Single Post
  #10  
Old 02-11-2007, 02:43 PM
Darkonig
Hill Giant
 
Join Date: Dec 2006
Posts: 102
Default

There are two major parts to setting up an emu server and both need to be done. The server code is written to work closely with the database and so the database must be setup correctly to work with the emu. Your config files look ok. Assuming your eqhosts.txt file lists the host as 10.110.0.2:5999 also then your emu config looks good.

Depending on which version of the emu code you have and which version of the database you have, you may need to go through the changelog that came with your copy of the emu and make alterations to the database by implementing the required sql code changes. If the emu expectation of what the database looks like and what it actually does dont match you will get crashes. Never tried putting them out of sync intentionally to see what the error messages would look like tho.

So, look through the change log and verify the database contains all the table changes, and if not apply the required sql code listed in the change log.
Reply With Quote