Jump to content
TrinityCore

Nay

Developers
  • Posts

    2766
  • Joined

  • Last visited

  • Days Won

    179

Everything posted by Nay

  1. Any reasons for not preferring IRC instead of HipChat?
  2. That's enough. You have Boost in 64 bits for VS 2015 (lib64-msvc-14.0) but you are compiling in 32 bits mode. Change the compiler in CMake to Visual Studio 14 2015 Win64.
  3. Can you post a screenshot of C:/local/boost_1_60_0/stage/lib ?
  4. No, that's not how it works. Change the compiler to VS 2015 in CMake. Make sure that you actually installed the C++ compiler when you installed VS 2015, for that you need to select the C++ modules in the Advanced options in the VS installer.
  5. Did you install Visual Studio 2013?
  6. No, don't change anything, 20726 is the right value. The issue is somewhere else but I'm not sure where... Account created with the .bnetaccount create command? Bnetserver and worldserver ports are open? Running the _patched client?
  7. Does this still happen? https://trinitycore.atlassian.net/wiki
  8. 5 Jan -- Fixed If there's any other page with missing content please alert us, thanks.
  9. The Server Setup page at the wiki should be fixed now. If you need further help, please reply here.
  10. @Brlott1 The actual error should be displayed above that text
  11. Start using the mysql command line client instead of fancy GUIs. You will know exactly what you are importing and how. mysql -uusername -ppass database < file.sql
  12. What's the value of ZMQ_LIBRARY in CMake?
  13. MYSQL_LIBRARY variable in CMake and then recompiling. (Tick Advanced in CMake-gui if you don't see this var)
  14. Can you post CMake configuration? Namely ZMQ_INCLUDE_DIR and ZMQ_LIBRARY
  15. 6.x supported client version is usually in sync with retail's, give or take a few days of delay after a patch release. You do not need to connect to retail's servers to make it usuable. You can also disable automatic updates in bnet.
  16. The libmysql.lib and the libmysql.dll files do not match. You need to use the DLL corresponding to the .lib you used to compile.
  17. You can use the .go xyz command if you know the mapid (find it in the Map.dbc or Wowhead perhaps). For the coordinates, you can try random values until you find a spot where you can move.
  18. You can try mine: https://dl.dropboxusercontent.com/u/110647333/ShareX/2015/12/connection_patcher.exe Maybe it works, maybe it doesn't, maybe it's a virus.
  19. You need to patch the .exe in your own machine. You can't simply get a patched .exe from dubious sources.
×
×
  • Create New...