Jump to content
TrinityCore

rileym65

Members
  • Posts

    20
  • Joined

  • Last visited

rileym65's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Version: 9070d433c25a+ 2014-08-31 12:39:15 +0100 (master branch) OS: Windows 7 Compiler VS2013 express Target: Relase Win32 MySql version: 5.5 When trying to compile this version I get 47 link errors all relating to MySql. Here is an example of the errors I am getting: Error 1 error LNK2019: unresolved external symbol _mysql_server_init@12 referenced in function "public: static void __cdecl MySQL::Library_Init(void)" (?Library_Init@MySQL@@SAXXZ) C:TrinityPackagesrcBuildsrcserverauthserverMain.obj authserver CMake had no problem finding the includes and library files during configuration. No errors are occuring during the actual compile until linking occurs. The last version I had successfully compiled was on 8/11 (With same OS/Compiler/Cmake). Has something changed in the requirements between then and now? Any other ideas that might get this to compile and link properly? Thanks, Mike
  2. I did check to make sure the entries were the same. Just to be sure they were I did copy paste from the 3/9 config to the 4/28 one for this entry. It did not make any difference, I get the same error. I did check to make sure the entries were the same. Just to be sure they were I did copy paste from the 3/9 config to the 4/28 one for this entry. It did not make any difference, I get the same error. I solved the problem. resilience was missing from character_stats. I must have missed a characters update somewhere along the line. Curious 3/9 worked and 4/28 did not, but once I added the missing field the server came up just fine.
  3. I just recently tried to upgrade from version: 2012-04-29 09:11:31 TrinityCore rev. 2012-03-09 13:42:52 +0100 (f1949b20a654) (Win32, Release) (worldserver-daemon)) To the 4/28 version: 2012-04-29 08:47:54 TrinityCore rev. 2012-04-28 15:10:52 +0200 (b53485e05326+) (Win32, Release) (worldserver-daemon) Auth server starts just fine but when I start the world server it aborts with this error: 2012-04-29 08:47:54 ERROR: Cannot connect to Character database 127.0.0.1;3306;trinity;trinity;characters To check whether or not it was a problem with my database server I rolled my server back to the 3/9 version, which again ran perfectly fine. I again tried to upgrade to the 4/28 version and still get the above error. During both update attempts I did load the new sql files for auth and characters databases and loaded the world database from the last full release and then all the update files. Any ideas what is wrong or where I can look to fix this? Thanks for any help that could be provided. Mike
  4. Thanks, I went ahead and used the produced files, my server started up with vmap support enabled and did not produce any errors and los appears to be working. Somebody might want to consider updating the wiki to just ignore those errors. Thanks again.
  5. I did follow the wiki. The wiki mentions vmap3extractor and vmap3assembler, but when I compiled the sources I got vmap4extractor and vmap4assember, which appear to have problems with my client.
  6. I am having a problem the vmap extractor. Is the current WoW client version still 3.3.5a? The source (pulled this morning) produced vmap4extractor, has the project changed to the 4.x clients? Running vmap4extractor on my 3.3.5a client results in a very large number of model not loaded errors and the vmap4assembler exits immediately upon starting.
×
×
  • Create New...