"unknown column" "missing table" "duplicate column" error / sql problems / SQLDriverLogFile < answer on 1st post of 1st page

I applied all the TDB update that applied and the DB that I imported is only about a month old. the columns that appear in the code list are columns that the core are looking for and not finding in the database. Again the columns that are listed in the post do not appear in the db tables.

You missed an SQL update (or several), curhappiness is a field in character_pet and would be in the DB with a proper installation and updates.

Also, you seem to have a broken config or MySQL setup:

  • DatabasePool characters-trinity NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors.[/li][li]Cannot connect to Character database 127.0.0.1;3306;root;1924;characters-trinity

bah I do not file “SQLDriverLogFile” because I can not configured in the conf file

I solved the problem with the database TDB_full_335.51_2013_02_14.sql, this is the game client version 3.3.5a but when I import the database
“TDB_full_434.04_2013_02_14.sql” I get the error:
Unknown column ‘trainer_spell’ in ‘field list’
etc …

But when I solve the error with the Database “TDB_full_434 …” the server has the version 4.3.4 right?

Sorry for my bad English

What on earth are you doing?

From your original post, you grabbed the source from master (3.3.5a).

All you need t do is load TDB_Full_3.3.5a, then apply the updates.

TDB_Full_434 is for another version, and from what it looks like, you are extracting from a wrong client version.

So the question now is: what version are you trying to load?

You started to follow the instructions correctly, until you got to updates, than you loaded 434 on top of that. Than you started to extract on a wrong client version, probably with the wrong.

What a fucking mess!

First, Figure out what version you want to experiment with. 335a or 443.

I want to install trinitycore 4.3.4 on linux

Please don’t take this offensively, but I don’t think you know what you are doing. You need the exact game client of 4.3.4 to extract the vmaps.maps,etc… You get those tools after you finished compiling from the source you get here., there is a doc to install and update the DB to 434 (Looks like you already accomplished that)

There is really nothing else more informative I can give you.

The database and the core are alpha, early development, and are only meant to be used for development purposes.

Hello, I’m pretty new at this, before trying to compile a trinity server I’ve only downloaded some pre-made servers, so I need a little help.
I’ve been following two guides, 1 newb friendly but with a lack of information in my opinion and one which game me the additional information needed, but a problem has come up though!

Links: http://collab.kpsn.org/display/tc/How-to_Win#How-to_Win-SoftwareRequired - http://www.ac-web.org/forums/showthread.php?111111-How-to-compile-a-fresh-Trinity-Core
When I try to open authserver.exe it quickly writes something and then shuts down, and since I’m a newb then I don’t know what’s wrong :@
These are the errors I get:

TrinityCore rev. 294fac60a03a 2013-04-02 01:06:19 +0200 (master branch) (Win32, Release) (authserver)

to stop.

Using configuration file authserver.conf.
OpenSSL 1.0.1e 11 Feb 2013 (Library: OpenSSL 1.0.1e 11 Feb 2013)
Opening DatabasePool ‘auth’. Asynchronous connections: 1, synchronous connections: 1.
MySQL client library: 5.5.9
MySQL server ver: 5.6.10-log
Connected to MySQL database at 127.0.0.1
In mysql_stmt_prepare() id: 1, sql: “DELETE FROM ip_banned WHERE unbandate<>bandate AND unbandate<=UNIX_TIMESTAMP()”
Table ‘auth.ip_banned’ doesn’t exist
In mysql_stmt_prepare() id: 2, sql: “UPDATE account_banned SET active = 0 WHERE active = 1 AND unbandate<>bandate AND unbandate<=UNIX_TIMESTAMP()”
Table ‘auth.account_banned’ doesn’t exist
In mysql_stmt_prepare() id: 4, sql: “INSERT INTO ip_banned (ip, bandate, unbandate, bannedby, banreason) VALUES (?, UNIX_TIMESTAMP(), UNIX_TIMESTAMP()+?, ‘Trinity realmd’, ‘Failed login autoban’)”
Table ‘auth.ip_banned’ doesn’t exist
In mysql_stmt_prepare() id: 8, sql: “INSERT INTO account_banned VALUES (?, UNIX_TIMESTAMP(), UNIX_TIMESTAMP()+?, ‘Trinity realmd’, ‘Failed login autoban’, 1)”
Table ‘auth.account_banned’ doesn’t exist
In mysql_stmt_prepare() id: 9, sql: “DELETE FROM account_banned WHERE id = ?”
Table ‘auth.account_banned’ doesn’t exist
In mysql_stmt_prepare() id: 11, sql: “UPDATE account SET v = ?, s = ? WHERE username = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 12, sql: “UPDATE account SET sessionkey = ?, last_ip = ?, last_login = NOW(), locale = ?, failed_logins = 0, os = ? WHERE username = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 14, sql: “UPDATE account SET failed_logins = failed_logins + 1 WHERE username = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 22, sql: “INSERT INTO ip_banned (ip, bandate, unbandate, bannedby, banreason) VALUES (?, UNIX_TIMESTAMP(), UNIX_TIMESTAMP()+?, ?, ?)”
Table ‘auth.ip_banned’ doesn’t exist
In mysql_stmt_prepare() id: 23, sql: “DELETE FROM ip_banned WHERE ip = ?”
Table ‘auth.ip_banned’ doesn’t exist
In mysql_stmt_prepare() id: 27, sql: “INSERT INTO account_banned VALUES (?, UNIX_TIMESTAMP(), UNIX_TIMESTAMP()+?, ?, ?, 1)”
Table ‘auth.account_banned’ doesn’t exist
In mysql_stmt_prepare() id: 28, sql: “UPDATE account_banned SET active = 0 WHERE id = ? AND active != 0”
Table ‘auth.account_banned’ doesn’t exist
In mysql_stmt_prepare() id: 29, sql: “DELETE FROM realmcharacters WHERE acctid = ? AND realmid = ?”
Table ‘auth.realmcharacters’ doesn’t exist
In mysql_stmt_prepare() id: 30, sql: “DELETE FROM realmcharacters WHERE acctid = ?”
Table ‘auth.realmcharacters’ doesn’t exist
In mysql_stmt_prepare() id: 31, sql: “INSERT INTO realmcharacters (numchars, acctid, realmid) VALUES (?, ?, ?)”
Table ‘auth.realmcharacters’ doesn’t exist
In mysql_stmt_prepare() id: 32, sql: “SELECT SUM(numchars) FROM realmcharacters WHERE acctid = ?”
Table ‘auth.realmcharacters’ doesn’t exist
In mysql_stmt_prepare() id: 34, sql: “INSERT INTO realmcharacters (realmid, acctid, numchars) SELECT realmlist.id, account.id, 0 FROM realmlist, account LEFT JOIN realmcharacters ON acctid=account.id WHERE acctid IS NULL”
Table ‘auth.realmcharacters’ doesn’t exist
In mysql_stmt_prepare() id: 35, sql: “UPDATE account SET expansion = ? WHERE id = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 36, sql: “UPDATE account SET locked = ? WHERE id = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 37, sql: “INSERT INTO logs (time, realm, type, level, string) VALUES (?, ?, ?, ?, ?)”
Table ‘auth.logs’ doesn’t exist
In mysql_stmt_prepare() id: 38, sql: “UPDATE account SET v = 0, s = 0, username = ?, sha_pass_hash = ? WHERE id = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 39, sql: “UPDATE account SET v = 0, s = 0, sha_pass_hash = ? WHERE id = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 40, sql: “UPDATE account SET mutetime = ? , mutereason = ? , muteby = ? WHERE id = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 41, sql: “UPDATE account SET mutetime = ? WHERE id = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 42, sql: “UPDATE account SET last_ip = ? WHERE username = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 43, sql: “UPDATE account SET online = 1 WHERE id = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 44, sql: “UPDATE uptime SET uptime = ?, maxplayers = ? WHERE realmid = ? AND starttime = ?”
Table ‘auth.uptime’ doesn’t exist
In mysql_stmt_prepare() id: 45, sql: “DELETE FROM logs WHERE (time + ?) < ?”
Table ‘auth.logs’ doesn’t exist
In mysql_stmt_prepare() id: 46, sql: “DELETE FROM account_access WHERE id = ?”
Table ‘auth.account_access’ doesn’t exist
In mysql_stmt_prepare() id: 47, sql: “DELETE FROM account_access WHERE id = ? AND (RealmID = ? OR RealmID = -1)”
Table ‘auth.account_access’ doesn’t exist
In mysql_stmt_prepare() id: 48, sql: “INSERT INTO account_access (id,gmlevel,RealmID) VALUES (?, ?, ?)”
Table ‘auth.account_access’ doesn’t exist
In mysql_stmt_prepare() id: 65, sql: “DELETE FROM account WHERE id = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 68, sql: “INSERT INTO rbac_account_groups (accountId, groupId, realmId) VALUES (?, ?, ?)”
Table ‘auth.rbac_account_groups’ doesn’t exist
In mysql_stmt_prepare() id: 69, sql: “DELETE FROM rbac_account_groups WHERE accountId = ? AND groupId = ? AND (realmId = ? OR realmId = -1)”
Table ‘auth.rbac_account_groups’ doesn’t exist
In mysql_stmt_prepare() id: 71, sql: “INSERT INTO rbac_account_roles (accountId, roleId, granted, realmId) VALUES (?, ?, ?, ?) ON DUPLICATE KEY UPDATE granted = VALUES(granted)”
Table ‘auth.rbac_account_roles’ doesn’t exist
In mysql_stmt_prepare() id: 72, sql: “DELETE FROM rbac_account_roles WHERE accountId = ? AND roleId = ? AND (realmId = ? OR realmId = -1)”
Table ‘auth.rbac_account_roles’ doesn’t exist
In mysql_stmt_prepare() id: 74, sql: “INSERT INTO rbac_account_permissions (accountId, permissionId, granted, realmId) VALUES (?, ?, ?, ?) ON DUPLICATE KEY UPDATE granted = VALUES(granted)”
Table ‘auth.rbac_account_permissions’ doesn’t exist
In mysql_stmt_prepare() id: 75, sql: “DELETE FROM rbac_account_permissions WHERE accountId = ? AND permissionId = ? AND (realmId = ? OR realmId = -1)”
Table ‘auth.rbac_account_permissions’ doesn’t exist
MySQL client library: 5.5.9
MySQL server ver: 5.6.10-log
Connected to MySQL database at 127.0.0.1
In mysql_stmt_prepare() id: 0, sql: “SELECT id, name, address, localAddress, localSubnetMask, port, icon, flag, timezone, allowedSecurityLevel, population, gamebuild FROM realmlist WHERE flag <> 3 ORDER BY name”
Table ‘auth.realmlist’ doesn’t exist
In mysql_stmt_prepare() id: 3, sql: “SELECT * FROM ip_banned WHERE ip = ?”
Table ‘auth.ip_banned’ doesn’t exist
In mysql_stmt_prepare() id: 24, sql: “SELECT ip, bandate, unbandate, bannedby, banreason FROM ip_banned WHERE (bandate = unbandate OR unbandate > UNIX_TIMESTAMP()) ORDER BY unbandate”
Table ‘auth.ip_banned’ doesn’t exist
In mysql_stmt_prepare() id: 25, sql: “SELECT ip, bandate, unbandate, bannedby, banreason FROM ip_banned WHERE (bandate = unbandate OR unbandate > UNIX_TIMESTAMP()) AND ip LIKE CONCAT(‘%%’, ?, ‘%%’) ORDER BY unbandate”
Table ‘auth.ip_banned’ doesn’t exist
In mysql_stmt_prepare() id: 5, sql: “SELECT bandate, unbandate FROM account_banned WHERE id = ? AND active = 1”
Table ‘auth.account_banned’ doesn’t exist
In mysql_stmt_prepare() id: 6, sql: “SELECT account.id, username FROM account, account_banned WHERE account.id = account_banned.id AND active = 1 GROUP BY account.id”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 7, sql: “SELECT account.id, username FROM account, account_banned WHERE account.id = account_banned.id AND active = 1 AND username LIKE CONCAT(‘%%’, ?, ‘%%’) GROUP BY account.id”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 10, sql: “SELECT a.sessionkey, a.id, aa.gmlevel FROM account a LEFT JOIN account_access aa ON (a.id = aa.id) WHERE username = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 13, sql: “SELECT a.sha_pass_hash, a.id, a.locked, a.last_ip, aa.gmlevel, a.v, a.s FROM account a LEFT JOIN account_access aa ON (a.id = aa.id) WHERE a.username = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 15, sql: “SELECT id, failed_logins FROM account WHERE username = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 16, sql: “SELECT id FROM account WHERE username = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 17, sql: “SELECT id, username FROM account WHERE username = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 18, sql: “SELECT id, sessionkey, last_ip, locked, expansion, mutetime, locale, recruiter, os FROM account WHERE username = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 19, sql: “SELECT id, username FROM account WHERE email = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 20, sql: “SELECT numchars FROM realmcharacters WHERE realmid = ? AND acctid= ?”
Table ‘auth.realmcharacters’ doesn’t exist
In mysql_stmt_prepare() id: 21, sql: “SELECT id, username FROM account WHERE last_ip = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 26, sql: “SELECT 1 FROM account WHERE id = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 33, sql: “INSERT INTO account(username, sha_pass_hash, joindate) VALUES(?, ?, NOW())”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 49, sql: “SELECT id FROM account WHERE username = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 50, sql: “SELECT gmlevel FROM account_access WHERE id = ?”
Table ‘auth.account_access’ doesn’t exist
In mysql_stmt_prepare() id: 51, sql: “SELECT gmlevel FROM account_access WHERE id = ? AND (RealmID = ? OR RealmID = -1)”
Table ‘auth.account_access’ doesn’t exist
In mysql_stmt_prepare() id: 52, sql: “SELECT username FROM account WHERE id = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 53, sql: “SELECT 1 FROM account WHERE id = ? AND sha_pass_hash = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 54, sql: “SELECT 1 FROM account WHERE username = ? AND sha_pass_hash = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 55, sql: “SELECT a.username, aa.gmlevel, a.email, a.last_ip, DATE_FORMAT(a.last_login, ‘%Y-%m-%d %T’), a.mutetime, a.mutereason, a.muteby FROM account a LEFT JOIN account_access aa ON (a.id = aa.id AND (aa.RealmID = ? OR aa.RealmID = -1)) WHERE a.id = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 56, sql: “SELECT unbandate, bandate = unbandate, bannedby, banreason FROM account_banned WHERE id = ? AND active ORDER BY bandate ASC LIMIT 1”
Table ‘auth.account_banned’ doesn’t exist
In mysql_stmt_prepare() id: 57, sql: “SELECT a.username, aa.gmlevel FROM account a, account_access aa WHERE a.id=aa.id AND aa.gmlevel >= ? AND (aa.realmid = -1 OR aa.realmid = ?)”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 58, sql: “SELECT a.username, a.last_ip, aa.gmlevel, a.expansion FROM account a LEFT JOIN account_access aa ON (a.id = aa.id) WHERE a.id = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 59, sql: “SELECT 1 FROM account_access WHERE id = ? AND gmlevel > ?”
Table ‘auth.account_access’ doesn’t exist
In mysql_stmt_prepare() id: 60, sql: “SELECT a.id, aa.gmlevel, aa.RealmID FROM account a LEFT JOIN account_access aa ON (a.id = aa.id) WHERE a.username = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 61, sql: “SELECT 1 FROM account WHERE recruiter = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 62, sql: “SELECT 1 FROM account_banned WHERE id = ? AND active = 1 UNION SELECT 1 FROM ip_banned WHERE ip = ?”
Table ‘auth.account_banned’ doesn’t exist
In mysql_stmt_prepare() id: 63, sql: “SELECT username, email, last_ip FROM account WHERE id = ?”
Table ‘auth.account’ doesn’t exist
In mysql_stmt_prepare() id: 64, sql: “SELECT allowedSecurityLevel from realmlist WHERE id = ?”
Table ‘auth.realmlist’ doesn’t exist
In mysql_stmt_prepare() id: 66, sql: “SELECT gmlevel, RealmID FROM account_access WHERE id = ? and (RealmID = ? OR RealmID = -1) ORDER BY gmlevel desc”
Table ‘auth.account_access’ doesn’t exist
In mysql_stmt_prepare() id: 67, sql: “SELECT groupId FROM rbac_account_groups WHERE accountId = ? AND (realmId = ? OR realmId = -1) GROUP BY groupId”
Table ‘auth.rbac_account_groups’ doesn’t exist
In mysql_stmt_prepare() id: 70, sql: “SELECT roleId, granted FROM rbac_account_roles WHERE accountId = ? AND (realmId = ? OR realmId = -1) ORDER BY roleId, realmId”
Table ‘auth.rbac_account_roles’ doesn’t exist
In mysql_stmt_prepare() id: 73, sql: “SELECT permissionId, granted FROM rbac_account_permissions WHERE accountId = ? AND (realmId = ? OR realmId = -1) ORDER BY permissionId, realmId”
Table ‘auth.rbac_account_permissions’ doesn’t exist
DatabasePool auth NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors.
Cannot connect to database

Using configuration file worldserver.conf.
Using SSL version: OpenSSL 1.0.1e 11 Feb 2013 (library: OpenSSL 1.0.1e 11 Feb 2013)
Using ACE version: 6.1.4
TrinityCore rev. 294fac60a03a 2013-04-02 01:06:19 +0200 (master branch) (Win32, Release) (worldserver-daemon)
to stop.


/__ _ __ / __
// / _ __ / ___ /
, _ __ __
/'__/ /' _ / / / /
/ / / _ _
_ _ _ _ _ _ /____ /_//_/ /_//_//_//_//__/ /
/>
C O R E /_/
http://TrinityCore.org /
/

In mysql_stmt_prepare() id: 56, sql: “SELECT difficulty_entry_1, difficulty_entry_2, difficulty_entry_3, KillCredit1, KillCredit2, modelid1, modelid2, modelid3, modelid4, name, subname, IconName, gossip_menu_id, minlevel, maxlevel, exp, faction_A, faction_H, npcflag, speed_walk, speed_run, scale, rank, mindmg, maxdmg, dmgschool, attackpower, dmg_multiplier, baseattacktime, rangeattacktime, unit_class, unit_flags, unit_flags2, dynamicflags, family, trainer_type, trainer_spell, trainer_class, trainer_race, minrangedmg, maxrangedmg, rangedattackpower, type, type_flags, lootid, pickpocketloot, skinloot, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8, PetSpellDataId, VehicleId, mingold, maxgold, AIName, MovementType, InhabitType, HoverHeight, Health_mod, Mana_mod, Armor_mod, RacialLeader, questItem1, questItem2, questItem3, questItem4, questItem5, questItem6, movementId, RegenHealth, mechanic_immune_mask, flags_extra, ScriptName FROM creature_template WHERE entry = ?”
Unknown column ‘unit_flags2’ in ‘field list’
In mysql_stmt_prepare() id: 58, sql: “SELECT c.country FROM ip2nationCountries c, ip2nation i WHERE i.ip < ? AND c.code = i.country ORDER BY i.ip DESC LIMIT 0,1”
Table ‘world.ip2nationcountries’ doesn’t exist
DatabasePool world NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors.
Cannot connect to world database 127.0.0.1;3306;root;password;world

In the last line of second spoiler, I did enter the correct root;password, I just eddited it 'cause I use that password elsewhere aswell =)

So, if anyone can help me, then I’d appreciate it a lot /emoticons/default_smile.png

  • Oh also, I’ve been looking for others who has had same problem, but haven’t been able to find one that solves mine.

Camilla

  • Got no idea why my second spoiler won’t work -.-

either you didn’t create the DBs, you didn’t apply the sqls to them properly, or, you didn’t set the permissions to them properly…

The first 2 things were done propperly, I’m not sure what you mean with set their permissions properly though? Care to elaborate?=)

Thanks in Advance!

Camilla

IT WORKS! WOOHOO!

Figured it out myself /emoticons/default_biggrin.png

But thanks anyway!

and, anyone who has a similar problem in the future, that comes across this page will be pissed that you didn’t care to elaborate on just how you “fixed this yourself”

After starting the WorldServer I’m getting this error message … Sorry for the long post

I wanted to make sure I got the entire message

Database is 3.3.5a taken from trinitycore

Windows Vista

Dbc files taken from the World of Warcraft Wrath of the Lich King

Thanks in advance!

Initialize data stores…
Some required *.dbc files (28 from 96) not found or not compatible:
./dbc/Achievement_Criteria.dbc exists, and has 28 field(s) (expected 31). Extrac
ted file might be from wrong client version or a database-update has been forgot
ten.
./dbc/AreaPOI.dbc exists, and has 46 field(s) (expected 54). Extracted file migh
t be from wrong client version or a database-update has been forgotten.
./dbc/BattlemasterList.dbc exists, and has 33 field(s) (expected 32). Extracted
file might be from wrong client version or a database-update has been forgotten.

./dbc/CreatureModelData.dbc exists, and has 26 field(s) (expected 28). Extracted
file might be from wrong client version or a database-update has been forgotten
.
./dbc/DestructibleModelData.dbc
./dbc/DungeonEncounter.dbc
./dbc/Faction.dbc exists, and has 53 field(s) (expected 57). Extracted file migh
t be from wrong client version or a database-update has been forgotten.
./dbc/gtOCTClassCombatRatingScalar.dbc
./dbc/Holidays.dbc exists, and has 54 field(s) (expected 55). Extracted file mig
ht be from wrong client version or a database-update has been forgotten.
./dbc/Item.dbc exists, and has 4 field(s) (expected 8). Extracted file might be
from wrong client version or a database-update has been forgotten.
./dbc/ItemExtendedCost.dbc exists, and has 15 field(s) (expected 16). Extracted
file might be from wrong client version or a database-update has been forgotten.

./dbc/LFGDungeons.dbc exists, and has 24 field(s) (expected 49). Extracted file
might be from wrong client version or a database-update has been forgotten.
./dbc/LiquidType.dbc exists, and has 46 field(s) (expected 45). Extracted file m
ight be from wrong client version or a database-update has been forgotten.
./dbc/Map.dbc exists, and has 126 field(s) (expected 66). Extracted file might b
e from wrong client version or a database-update has been forgotten.
./dbc/MapDifficulty.dbc
./dbc/OverrideSpellData.dbc
./dbc/PvpDifficulty.dbc
./dbc/QuestXP.dbc
./dbc/QuestFactionReward.dbc
./dbc/ScalingStatValues.dbc exists, and has 20 field(s) (expected 24). Extracted
file might be from wrong client version or a database-update has been forgotten
.
./dbc/SoundEntries.dbc exists, and has 29 field(s) (expected 30). Extracted file
might be from wrong client version or a database-update has been forgotten.
./dbc/Spell.dbc exists, and has 222 field(s) (expected 234). Extracted file migh
t be from wrong client version or a database-update has been forgotten.
./dbc/SpellDifficulty.dbc
./dbc/SpellItemEnchantment.dbc exists, and has 37 field(s) (expected 38). Extrac
ted file might be from wrong client version or a database-update has been forgot
ten.
./dbc/TeamContributionPoints.dbc
./dbc/Vehicle.dbc exists, and has 43 field(s) (expected 40). Extracted file migh
t be from wrong client version or a database-update has been forgotten.
./dbc/VehicleSeat.dbc exists, and has 45 field(s) (expected 58). Extracted file
might be from wrong client version or a database-update has been forgotten.
./dbc/WorldMapArea.dbc exists, and has 10 field(s) (expected 11). Extracted file
might be from wrong client version or a database-update has been forgotten.

ok just as a progress note … I removed the auth, world and character databases, redownloaded the TDB_full_335.51_2013_02_14. I also,

as following the How-To guide i did the following:

[ol][li]Create the three databases by importing C:Trinitysqlcreatecreate_mysql.sql. You now have three databases - auth, characters, and world. You may need to refresh your program in order to see the new databases.[/li] [li]Click on the “auth” database and import the auth database structure by importing C:Trinitysqlbaseauth_database.sql.[/li] [li]Click on the “characters” database and import the characters database structure by importing C:Trinitysqlbasecharacter_database.sql.[/li] [li]Click on the “world” database and import the world database structure by extracting and importing the “TDB_full” .sql file you downloaded from the downloading the database section.[/li][/ol]
Now, the TDB that I downloaded had its own auth, world and TDB_Full, but I followed the How-To directions and used the auth and characters from the

trinitycore not from the TDB itsself. I also then added the TDB_Full to the “world” database

None producted errors but hoping this will fix the problem

make sure you actually have 3.3.5a and not 3.3.5 or 4.3.4 or even 5.x.x… and make sure that you actually extracted itr yourself, if this is a repack, or, even if you just downloaded the DBCs and maps from somewhere, we can’t provide support, as we can’t verify that they are the correct ones.

When running the worldserver this is what I get at the very top:

http://TrinityCore.org

Realm running as realm ID 1
Using World DB: TDB 335.50

When I run my WOW client it says:

Wrath of the Lich King 3.0.1.8874 ??

huh? that link seems to be incorrect, unless you are saying that the repack still has trinitycore.org as the address, that doesn’t mean anything, we still don’t support repacks. and, it’s an old one as well, TDB is up to 335.51 now, and, has been for months.

3.0.1? even the repack you have isn’t that old.

Also, you need client build 12340 not 8874.

im not sure haha after I compiled the authserver and worldserver and ran worldserver it said the following:

Using World DB: TDB 335.50

I downloaded the full (i guess so) Wrath of the Lich King … 6.53GB from the internet …

The startup screen … where its trying to patch the game says: 3.0.1.8874

… Do I need the patches to patch my way up to 3.3.5a like I see on WoWWiki (which I cant seem to find where to download the

patches) or what?

Thanks