Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 04/28/16 in all areas

  1. I removed cmake from yum, installed cmake following https://xinyustudio.wordpress.com/2014/06/18/how-to-install-cmake-3-0-on-centos-6-centos-7/ and it passes jemalloc stage:
    1 point
  2. Nothing changed the way Jemalloc is used recently. I don't really have a fix for your issue but you can try one of these: Make sure that the build directory has been cleaned up before compiling again Disable Jemaloc by using -DNOJEM=1 Change from GCC to Clang (it's also generally faster compiliing)
    1 point
  3. I've seen this error when running worldserver through an IDE and not setting the working directory. I would imagine you might see it as well if you were to try running the executable from anywhere but the bin folder. For example if you try to run it from /home/wowrp using the command ./server/bin/worldserver. If you are in fact running it from the correct location you can just set the full path (/home/wowrp/server/data instead of ../data) in your config file to get around it.
    1 point
×
×
  • Create New...