Code Monkey home page Code Monkey logo

seejayz / worldofwarcraftarmory Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shadez/wowarmory

19.0 3.0 21.0 152.32 MB

The World of Warcraft Armory is a vast searchable database of information for World of Warcraft - taken straight from the real servers and presented in a user-friendly interface. Since the Armory pulls its data from the actual game servers, it is the most comprehensive and up-to-date database on the characters, arena teams, guilds, and items of World of Warcraft in existence.

License: GNU General Public License v3.0

PHP 53.36% JavaScript 46.64%

worldofwarcraftarmory's Issues

compilation error

When i tri to compile with the last trinitycore 09/04 i've this error

1>------ Début de la génération : Projet : ZERO_CHECK, Configuration : Release Win32 ------
2>------ Début de la génération : Projet : revision.h, Configuration : Release Win32 ------
2>
2> -- WARNING - Missing or outdated git - did you forget to install a recent version?
2> -- WARNING - Observe that for revision hash/date to work you need at least version 1.7
2> -- WARNING - Missing repository tags - you may need to pull tags with git fetch -t
2> -- WARNING - Continuing anyway - note that the versionstring will be set to 0000-00-00 00:00:00 (Archived)
3>------ Début de la génération : Projet : game, Configuration : Release Win32 ------
3> AchievementMgr.cpp
3> Item.cpp
3> Player.cpp
3> Unit.cpp
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Item\Item.cpp(286): error C2039: 'CreateWowarmoryFeed' : n'est pas membre de 'Player'
3> C:/Users/Schitan996/Desktop/TC_2_090412/src/server/game/Entities/Player\Player.h(1075) : voir la déclaration de 'Player'
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Achievements\AchievementMgr.cpp(2045): error C2039: 'CreateWowarmoryFeed' : n'est pas membre de 'Player'
3> C:/Users/Schitan996/Desktop/TC_2_090412/src/server/game/Entities/Player\Player.h(1075) : voir la déclaration de 'Player'
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Unit\Unit.cpp(15667): error C2039: 'CreateWowarmoryFeed' : n'est pas membre de 'Player'
3> C:/Users/Schitan996/Desktop/TC_2_090412/src/server/game/Entities/Player\Player.h(1075) : voir la déclaration de 'Player'
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Player\Player.cpp(18940): error C3861: 'InitWowarmoryFeeds' : identificateur introuvable
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Player\Player.cpp(25551): error C2039: 'InitWowarmoryFeeds' : n'est pas membre de 'Player'
3> c:\users\schitan996\desktop\tc_2_090412\src\server\game\entities\player\Player.h(1075) : voir la déclaration de 'Player'
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Player\Player.cpp(25553): error C2065: 'm_wowarmory_feeds' : identificateur non déclaré
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Player\Player.cpp(25553): error C2228: la partie gauche de '.clear' doit avoir un class/struct/union
3> le type est ''unknown-type''
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Player\Player.cpp(25556): error C2039: 'CreateWowarmoryFeed' : n'est pas membre de 'Player'
3> c:\users\schitan996\desktop\tc_2_090412\src\server\game\entities\player\Player.h(1075) : voir la déclaration de 'Player'
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Player\Player.cpp(25562): error C3861: 'GetGUIDLow' : identificateur introuvable
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Player\Player.cpp(25574): error C3861: 'GetGUIDLow' : identificateur introuvable
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Player\Player.cpp(25578): error C3861: 'GetGUIDLow' : identificateur introuvable
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Player\Player.cpp(25581): error C2227: la partie gauche de '->GetDifficulty' doit pointer vers un type class/struct/union/générique
3> le type est ''unknown-type''
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Player\Player.cpp(25581): error C3861: 'GetMap' : identificateur introuvable
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Player\Player.cpp(25587): error C2065: 'm_wowarmory_feeds' : identificateur non déclaré
3>C:\Users\Schitan996\Desktop\TC_2_090412\src\server\game\Entities\Player\Player.cpp(25587): error C2228: la partie gauche de '.push_back' doit avoir un class/struct/union
3> le type est ''unknown-type''
4>------ Début de la génération : Projet : worldserver, Configuration : Release Win32 ------
4>LINK : fatal error LNK1181: impossible d'ouvrir le fichier en entrée '..\game\Release\game.lib'
5>------ Début de la génération : Projet : ALL_BUILD, Configuration : Release Win32 ------
5> Build all projects
========== Génération : 3 a réussi, 2 a échoué, 9 mis à jour, 0 a été ignoré ==========

Error during compilation

I have the last revision of the trinitycore repo and i have this errors.

/home/trinity/compi/TrinityCore/src/server/game/Battlegrounds/Battleground.cpp: In member function 'void Battleground::EndBattleground(uint32)':
/home/trinity/compi/TrinityCore/src/server/game/Battlegrounds/Battleground.cpp:759: error: 'class QueryResult' has no member named 'release'
compilation terminated due to -Wfatal-errors.
make[2]: *** [src/server/game/CMakeFiles/game.dir/Battlegrounds/Battleground.cpp.o] Erreur 1
make[2]: ** Attente des tâches non terminées....
[ 19%] Building CXX object src/server/scripts/CMakeFiles/scripts.dir/Spells/spell_generic.cpp.o
/home/trinity/compi/TrinityCore/src/server/scripts/Spells/spell_generic.cpp: In member function 'void spell_gen_luck_of_the_draw::spell_gen_luck_of_the_draw_AuraScript::Update(AuraEffect
)':
/home/trinity/compi/TrinityCore/src/server/scripts/Spells/spell_generic.cpp:1516: warning: comparison between signed and unsigned integer expressions

Sorry if i do it wrong i just want to share my problem and help if someone else have them too

Patch Error

Used GitExtension Error Code.

fatal: sha1 information is lacking or useless (src/server/game/Achievements/AchievementMgr.cpp).
Done
Applying: Armory Patch
Repository lacks necessary blobs to fall back on 3-way merge.
Cannot fall back to three-way merge.
Patch failed at 0001 Armory Patch
When you have resolved this problem run "git am --resolved".
If you would prefer to skip this patch, instead run "git am --skip".
To restore the original branch and stop patching run "git am --abort".

Fatal Error

Fatal error: wrong Armory DB name
DB_VERSION error:
Current version is not defined but expected 'armory_r489'.
Apply all neccessary updates from 'sql/updates' folder and refresh this page.

How to update it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.