Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 07/15/17 in all areas

  1. So everyone is able to login now and play, cool beans
    1 point
  2. This normally happens when the file is being blocked because it has happen in the past so make sure the file is not being blocked in any other way also make sure you have enough space that is another error that seems to happen a lot when trying to patch the client.
    1 point
  3. Good glad you got it working, that was going to be my next question do you have enough space.
    1 point
  4. Did you get it working? I had the same issue testing out mariadb and loading the libraries, I was furious that it overwrote my tables, libraries, data, etc.. (I thought it would install parallel and read my db so that I could test performance over true mysql server). I just completely uninstalled any trace of it. If you need to backup data, do a mysqldump first. https://askubuntu.com/questions/806107/remove-mariadb-mysql-databases
    1 point
  5. Are you running the bat file with vmaps or are you loading the vmaps extractor itself because you should use the bat file with it so you can catch any errors or crashes that might happen with the extractor.
    1 point
  6. Those missing tables are added for the other version of trinitycore like 7.x when you add the world database from the updates those are all the tables with 3.3.5a
    1 point
  7. I rarely use mariadb for any version of Linux and more so for Ubuntu even so just use MySQL for your data flow. You are going to be better in the long run unless you really know mariadb I would not use it.
    1 point
  8. You don't need mariadb (for your version of linux OS). I'm only using mysql. Your cmake config is still viewing marialib. Just blow away the build directory, remove mariadb, load only mysql and start over from cmake, then build. apt-get install libmysqlclient-dev mysql-server
    1 point
×
×
  • Create New...