Hiya ^^ Authserver and Worldserver not launching at all is often a MySQL issue. You made sure your MySQL server is running, correct? Also, about the cmake issue, I might be able to help you through Skype screenshare if you have it. My Skype is live:aerythas. But I won't be available again until tomorrow. Also, if you're really having a problem with Boost you should double check that you have the correct version installed in the C drive with the proper environment variable added to your system. The TC wiki says: Boost Download the prebuilt Windows Binary matching your platformVisual Studio 2013Recommended for 64bit: http://sourceforge.net/projects/boost/files/boost-binaries/1.59.0/boost_1_59_0-msvc-12.0-64.exe/downloadRecommended for 32bit: http://sourceforge.net/projects/boost/files/boost-binaries/1.59.0/boost_1_59_0-msvc-12.0-32.exe/downloadVisual Studio 2015Recommended for 64bit: http://sourceforge.net/projects/boost/files/boost-binaries/1.59.0/boost_1_59_0-msvc-14.0-64.exe/downloadRecommended for 32bit: http://sourceforge.net/projects/boost/files/boost-binaries/1.59.0/boost_1_59_0-msvc-14.0-32.exe/downloadInstall the package to the default location.Add an environment variable to "System" variables named "BOOST_ROOT" pointing to your Boost installation directory, e.g "C:/local/boost_1_58_0". (If you still get problems, add the same variable in the "USER" variables section too, like shown in the image below.) Restart Cmake if it was already runningNote: If CMake generates errors about Boost, install both the 32bit and 64bit versions of Boost to the same directory (e.g "C:\local\boost_1_57_0").