Jump to content
TrinityCore

Vipar

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Vipar

  1. There are quite a lot of those servers who have developers constantly working on the source and keeping it closed source so they can stay competitive.
  2. I noticed this, but then the first time I booted up the server it kept crashing because it was trying to access a field that didn't exist. Permissions in the auth or character database I believe. Unless I mixed that up and it was in the World Database in which case I must have been incredibly tired. I did get it to work and forgot to say here though.
  3. I am trying to setup Trinity for the first time. According to the Wiki I have to: Use the Sql from the create folder to set up the databases: Check Use the Sql from the base folder to set up the character and auth tables: Check Use the Sql from the TDB_full folder to set up the world tables: Check Use the Sql from the update folders to update various data: Not Checked I can't use the updates from the TDB folder. It complains about missing columns or tables. So I check out the update folders from the trinity source folders and there are updates there too. So the next logical step for me would be to execute those in order right? I tried that as well and I still get errors. In auth I am missing the rbac_roles and rbac_groups tables. But I can't find SQL that would add these. What am I doing wrong in this procesS? The wiki is not very clear on this or I have downloaded the wrong SQL files :/
  4. Getting off-topic guys. Please lock this thread and put it in solved issues
  5. No worries dude. I am just glad I got it to work after 3½ hours of nothing but struggle and no help anywhere ._. But installing VS2013 seems to fix the issue that .NET Framework 4.5 causes. According to the CMake creators they say that .NET 4.5 breaks VS2010 (for most any way) and the solution was to remove 4.5 and install 4.0. But since CMake got full 2012 support this makes no sense whatsoever. So the fix was to simply install VS2013 which somehow fixed 2012 in CMake and that generated the project. The project file still opens and compiles in VS2013 so I am very confused about all this xD Look, douchebag, you have not helped at any point so far. I installed VS2013 and it made things work. So pull your shit together and stop being so god damn rude. That post just got you reported.
  6. Couldn't get it to install however I found a fix. I will list it last in my post here. Thanks though! Thanks! Finally someone who got some common courtesy You are being a rude asshole. Sorry to be blunt about it. But you are. So, the fix was to install VS2013 Express. Then I could CMake 2012VS solution. I have no idea why. But it worked.
  7. I followed the Wiki on that part. Did EXACTLY as it said.
  8. I already stated what my problem is. If you seriously believe that you can point me to a place in the Wiki that will magically solve my problem, please be my guest because I have run out of ideas. I didn't come her first thing and asked for help. I have already tried all I could think of. If you don't care to help people but just be arrogant why do you even bother posting in the first place?
  9. I appreciate that you posted. But you are not helping me at all right now. Just sending me away. Not a very good first impression of the community in general :/ I'd appreciate if someone could try and help me instead as I've tried to make CMake work the past 2 hours without any luck.
  10. The wiki is outdated and the search function kept giving me "no results" Thanks for no help though ._.
  11. Hey guys I've tried to make CMake do as it should for the past 2 hours. It's been an infuriating process and I haven't gotten any further from when I started. I downloaded the Source from GIT. I set up CMake so that Source Code points to F:/Trinity (where the repository was cloned to) I set up CMake so that Build points to F:/Trinity/Build I choose Visual Studio 10 and press Finish I get the following errors:http://pastebin.com/QZLAjTZ8 I also tried directly pointing to cl.exe in the F:/Microsoft Visual Studio 10.0/VC/bin/cl.exe folder. Both for C and C++ and just C++ alone. It gives me the following error http://pastebin.com/2DYGsG3X Now here is what I have installed: GitExtensions Microsoft Visual Studio C++ 2010 CMake 2.8.12.1 32-bit OpenSSL 1.0.1e 32-bit Microsoft Visual C++ 2010 Redistributable Package x86 (it was either that or x64) Microsoft Visual Studio SP 1 I have rebooted my computer several times. I use Windows 7 64-bit Home Edition. If there is anything else you need please let m know.
×
×
  • Create New...