Jump to content

chosenken

Members
  • Posts

    5
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by chosenken

  1. I think what happened is the dependencies got mixed up in 3.0.9. The genrevision.exe should be built first since it generates the revision.h file. It is an issue with the solution file is all. Just build the revision project, then build the entire project once more. This will build the genrevision.exe file, which the other projects depend on.
  2. Silly me, revision.h is generated by genrevision.exe. Should have seen that...Anyways, make genrevision again but as x64 since thats how you do it. Then try building once again. For some reason your build order is incorrect.
  3. To s32ialx: Try building genrevision (right click it, select build), then try building every thing once more. That will fix the genrevision.exe issue. As for the revision.h file, make sure it is in src/shared. If it is not, try doing a git pull once again. Also, I don't know what the official word is on this, but try building 32 bit. I did build the 64 bit successfully, but I did get warnings.
  4. git pull If you used the git client for Windows, right click the mangos folder and select Git Bash here. Then type git pull and you will get the updates.
  5. I assume you installed the content database recently? If you have, you need to apply the SQL updates found in sql/updates. To see what updates you need, connect to your database, use the mangos database, and look at the table db_version. One of the columns should be the version the database is currently at. Start applying the database updates after that version. You should only have to apply the mangos db updates and not the realm/characters if you did the install using the mangos sql scripts. If you have no idea what I am talking about, check out the Configuring Windows Server thread. That will tell you what to do.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use