Jump to content
TrinityCore

shaikan

Plebs
  • Posts

    7
  • Joined

  • Last visited

Everything posted by shaikan

  1. When I try to run the world server it says: "Loading Equipment templates... [1054] Unknown column 'id' in 'field list' Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders. This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information" What is more, according to the tutorial, the steps are: 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. Click on the "auth" database and import the auth database structure by importing C:Trinitysqlbaseauth_database.sql. Click on the "characters" database and import the characters database structure by importing C:Trinitysqlbasecharacter_database.sql. 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. I did the first 3 of them and then on the step 4 I downloaded TDB_full_335.51_2013_02_14, run it on the world database and it only said that I got 2 warnings and nothing more. Will it work if I drop the databases (mysql, auth, character and world) and do these steps again ??
  2. I make now a small update I think I found the problem: Click Build -> Clean Solution. Visual C++ 2010: Right-click ALL_BUILD in the Solution Explorer on the left sidebar and select Clean. Unless you are just testing a compilation, it is always best to clean your build before compiling your new Trinity revision. Click Build -> Build Solution. Visual C++ 2010: Right-click ALL_BUILD and select Build. Compilation length differs from machine to machine, you should expect it to take 5-30 minutes. If you are asked to *Reload build files during the compile, do so. I didn't make step nr. 1 so I suppose that made all those problems. This time I made it from the beginning and I have like twice as much files in my Build folder So now the auth- and worldservers are running as they should without any missing dlls or so. But unfortunetly I encountered another problem. I did everything like in the tutorial when it comes to the databases and while I'm loading the sql files I get two warnings and when I start the worldserver, I get an error in the cmd that my database is outdated. But like I said I downloaded fresh sql files like in the tutorial and still I get such an error. How to solve this problem ??
  3. As for the repack, I explain it so: a long time ago I installed the wotlk 3.3.5 expansion and I'm using this ready installed thing since ever to connect to other server or so. Never installed on it any repack or so. What is more, like 2 or 3 years ago I was able to install TrinityCore on it just like explained in steps here ---> http://collab.kpsn.org/display/tc/How-to_Win so I don't suppose it's a matter of the client I'm using. Another info to, even after the Trinity instalation and so, I still kept a clean copy of this expansion.
  4. I solved the MySQL issue (had to delate de mysql service from regedit) and it works now properly. As for the mentioned dll I compiled it under Visual C++ 2008 and none other.
  5. Hello everyone, over the last few days, I was trying to make my own private server based on Trinity and I was following the instructions on this site: http://collab.kpsn.org/display/tc/How-to_Win. Everything went almost well (I encountered a couple of problems, but I was able to solve them). Unfortunetly at the very end I got two strange errors: - the first one: when I'm trying to run the authserver and the worldserver I get an error that vsinit.dll is missing. I tried to manually copy that library there, but then after running authserver and the worldserver nothing happens. - the second one: I installed MySQL Server Community Edition just like in the above mentioned tutorial and everything went fine. Until the next day I looked on the "Services" tab in my Task Menager and noticed that mysql was not running. I tried to run it but I was unable to. I also tried to reinstall the MySQL Server but at the very end of cofiguration wizzard when i had to execute everything, I got an error 0. No matter what I did, I couldn't run the mysql process again. I hope i described my problems well enough and I would be really thankfull for help.
×
×
  • Create New...