Thread: CMAKE Error
View Single Post
  #37  
Old 04-18-2014, 06:28 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

You need to have shared_memory.exe in your server folder. You should have copied it along with the rest of the server executables you built.

You need to have a directory named shared in your server folder.

You need to run shared_memory.exe as part of your startup batch file, it will read the database and put some files in the shared directory. You will never need to put any files in the shared directory yourself.

The error you are getting is because you have not run the shared_memory.exe file, or you did and it failed. Looking at the other errors you posted I'd guess it failed since it looks like your database is not correct.
Reply With Quote