Rochet2 / TrinityCore

Rochet2's stuff for TC
https://rochet2.github.io
90 stars 143 forks source link

Problem on compilation #103

Closed SollStice closed 3 years ago

SollStice commented 5 years ago

Description:

I've installed the Tmog global diff, worked. I've installed the Tmog Vendors, crash when compiling

Current behaviour:

Error on vendors compilation https://gist.github.com/SollStice/a8dca7cedbb2601a2a1120c430355451

Expected behaviour:

No errors

Steps to reproduce the problem:

  1. Install diff transmogvendors
  2. Cmake 3.compile -> Error Branch(es): 3.3.5

Operating system: Windows 10

Rochet2 commented 5 years ago

The two patches are not really compatible at the moment. Also the installation seems to have been incomplete since clearly a variable is missing. If you used git apply --reject then you possibly forgot to apply one of the .rej files that the command generates.

Strazhnik commented 5 years ago

@Rochet2, on last rev transmog script don't work (not found Creature_transmogrify) No error in compile

Rochet2 commented 5 years ago

@Strazhnik very likely you forgot to do one of:

If nothing helps, trying again (check that all of the code from the patch is applied, try compile again, try move the new files, try add the creature to DB..)

Most often with such error people simply forgot to move the new server files to server folder after compiling.