Jump to content
TrinityCore

Izze

Plebs
  • Posts

    4
  • Joined

  • Last visited

Izze's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Team, i found an Error in your rSource-Code, here it goes: [ 15%] Building CXX object src/server/game/CMakeFiles/game.dir/Calendar/CalendarMgr.cpp.o In file included from /home/wow_trinity/TrinityCore/src/server/game/Calendar/CalendarMgr.h:22, from /home/wow_trinity/TrinityCore/src/server/game/Calendar/CalendarMgr.cpp:49: /home/wow_trinity/TrinityCore/src/server/game/Calendar/Calendar.h: In constructor 'CalendarAction::CalendarAction()': /home/wow_trinity/TrinityCore/src/server/game/Calendar/Calendar.h:219: error: class 'CalendarAction' does not have any field named '_guid' compilation terminated due to -Wfatal-errors. make[2]: *** [src/server/game/CMakeFiles/game.dir/Calendar/CalendarMgr.cpp.o] Error 1 make[1]: *** [src/server/game/CMakeFiles/game.dir/all] Error 2 make: *** [all] Error 2 wow_trinity@***************:~/TrinityCore$ git pull Already up-to-date. wow_trinity@***************:~/TrinityCore$ Compiled with (Folders existing): cmake ../TrinityCore/ -DSERVERS=1 -DSCRIPTS=1 -DTOOLS=1 -DWITH_WARNINGS=1 -DPREFIX=/home/wow_trinity/0_auth -DCONF_DIR=/home/wow_trinity/0_auth/conf -DLIBSDIR=/home/wow_trinity/0_auth/libs System Debian Squeeze 64bit (vServer) -> All Depencies installed
  2. Using configuration file /home/wow_trinity/server/etc/worldserver.conf. OpenSSL 0.9.8o 01 Jun 2010 (Library: OpenSSL 0.9.8o 01 Jun 2010) Using ACE: 5.7.8 TrinityCore Hash: Archive (Unix, Release (little-endian)) (worldserver-daemon) <Ctrl-C> to stop. ______ __ /\__ _\ __ __/\ \__ \/_/\ \/ _ __ /\_\ ___ /\_\ \ ,_\ __ __ \ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \ \ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \ \ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \ \/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \ C O R E /\___/ http://TrinityCore.org \/__/ Daemon PID: 6172 Opening databasepool 'world'. Async threads: 1, synch threads: 1 MySQL client library: 5.0.51a MySQL server ver: 5.0.51a-24+lenny5 Connected to MySQL database at 178.63.215.214 MySQL client library: 5.0.51a MySQL server ver: 5.0.51a-24+lenny5 Connected to MySQL database at 178.63.215.214 Databasepool opened succesfuly. 2 total connections running. Opening databasepool 'characters'. Async threads: 1, synch threads: 2 MySQL client library: 5.0.51a MySQL server ver: 5.0.51a-24+lenny5 Connected to MySQL database at 178.63.215.214 [ERROR]: In mysql_stmt_prepare() id: 30, sql: "SELECT arenaTeamId, weekGames, seasonGames, seasonWins, personalRating FROM arena_team_member WHERE guid = ?" [ERROR]: Unknown column 'personalRating' in 'field list' [ERROR]: In mysql_stmt_prepare() id: 172, sql: "UPDATE arena_team_member SET personalRating = ?, weekGames = ?, weekWins = ?, seasonGames = ?, seasonWins = ? WHERE arenaTeamId = ? AND guid = ?" [ERROR]: Unknown column 'personalRating' in 'field list' MySQL client library: 5.0.51a MySQL server ver: 5.0.51a-24+lenny5 Connected to MySQL database at 178.63.215.214 MySQL client library: 5.0.51a MySQL server ver: 5.0.51a-24+lenny5 Connected to MySQL database at 178.63.215.214 Databasepool opened succesfuly. 3 total connections running. Cannot connect to Character database 178.63.215.214;3306;trinity;*****;characters ~DatabaseWorkerPool for ''. ~DatabaseWorkerPool for 'characters'. ~DatabaseWorkerPool for 'world'. Core: TrinityCore Rev: 11610 Release Hash: 1df9eacd9047 DB: TDB 335.11.39 Script: TDBAI 335.0.3 OS: Debian Lenny 5 Grabbed from official Repo inside the Wiki (Core & DB) Apllied all Updates of DB
  3. Console Output: Connected to MySQL database at 127.0.0.1 Databasepool opened succesfuly. 3 total connections running. Cannot connect to Character database 127.0.0.1;3306;trinity;*****;characters ~DatabaseWorkerPool for ''. ~DatabaseWorkerPool for 'characters'. ~DatabaseWorkerPool for 'world'. Config (worldserver.conf): LoginDatabaseInfo = "127.0.0.1;3306;trinity;*****;auth" WorldDatabaseInfo = "127.0.0.1;3306;trinity;*****;world" CharacterDatabaseInfo = "127.0.0.1;3306;trinity;*****;characters" Please Help me ...
  4. wow_trinity@luckshot-gamers:~/build$ screen -AmS mk_tri C O R E /\___/ http://TrinityCore.org \/__/ Daemon PID: 27294 Opening databasepool 'world'. Async threads: 1, synch threads: 1 MySQL client library: 5.0.51a MySQL server ver: 5.0.51a-24+lenny5 Connected to MySQL database at 127.0.0.1 MySQL client library: 5.0.51a MySQL server ver: 5.0.51a-24+lenny5 Connected to MySQL database at 127.0.0.1 Databasepool opened succesfuly. 2 total connections running. Opening databasepool 'characters'. Async threads: 1, synch threads: 2 MySQL client library: 5.0.51a MySQL server ver: 5.0.51a-24+lenny5 Connected to MySQL database at 127.0.0.1 [ERROR]: In mysql_stmt_prepare() id: 177, sql: "DELETE FROM game_event_save WHERE eventEntry = ?" [ERROR]: Unknown column 'eventEntry' in 'where clause' ~DatabaseWorkerPool for ''. ~DatabaseWorkerPool for 'characters'. ~DatabaseWorkerPool for 'world'. Cannot find a Solution. Google got me no Reasons/Solutions Please Help Me
×
×
  • Create New...