Hi all. I faithfully followed the steps to install trinity core version 4.3.4 from http://collab.kpsn.org/display/tc/How-To_Win+4.3.4
and I have also read http://www.trinitycore.org/f/topic/1518-trouble-with-your-trinity-install-readme-1st-faqs/ I will describe what i did to see if some1 can lend me a hand with my problem.
I Have all of this installed and running fine...
World of Warcraft Client 4.3.4 (Cata)
GitExtensions
Visual C++
MySQL Server Community Edition
HeidiSQL (or whatever MySQL UI editor you prefer)
.NET Framework 3.5 or above
CMake
OpenSSL
In this page https://github.com/TrinityCore/TrinityCore_4.3.4_DB_Alpha
i saw the latest Sync is Sync with TrinityCore/ff3524f
So i did a Revision Matching after clone the source and my cmake bottom pane looks like this..
TrinityCore revision : ff3524fabc52 2013-07-16 23:51:11 +0100 (HEAD branch)
So everything is fine My revision of core match the ALPHA DB (So far so good)
i downloaded Alpha DB...
Then i downloaded the massive World database from http://www.trinitycore.org/f/files/file/9-tdb-full-434/
I created 3 databases
auth
characters
world
Imported
auth- TrinitySourcesqlbaseauth_database.sql
characters- TrinitySourcesqlbasecharacters_database.sql
For world database i imported first the big database (the one from http://www.trinitycore.org/f/files/file/9-tdb-full-434/ )
Then i applied existing updates from ALPHA DB
generate world_updates.sql with merge_updates_windows.bat and applied in world database.
Following steps at http://collab.kpsn.org/display/tc/How-To_Win+4.3.4
i had to load the updates in the characters folder into the characters DB from TrinitySourcesqlupdates folder so i did it.
And finally there is a big Warning about
AGAIN, DO NOT load the updates in the srcsqlupdatesworld folder!!!
so i didnt apply updates in world folder.
I configured properly my both .conf files and start:
authserver.exe (Load fine)
worldserver.exe (fail)
There is a fragment of my server.log
>> Loaded 14987 quests definitions in 749 ms
Checking Quest Disables
>> Checked 5123 quest disables in 1 ms
Loading Quest POI
>> Loaded 22136 quest POI definitions in 196 ms
Loading Quests Relations...
Loading GO Start Quest Data...
[1146] Table 'worldtrinity.gameobject_questrelation' doesn't exist
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.
I hope some1 here can tell me where i fail and what i did wrong...
Thanks in advance