[Guide] How to compile TrinityCore, Start to Finish menu

User Tag List

Page 3 of 13 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 185
  1. #31
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    TrinityCore breaks VC2010 compile all the time. So I'd advise staying with 2008 if you want to be able to compile 99% of their revisions.

    There's no problem running TC on a Windows7 x64, you'll still need to compile the sources for 32bit though, because compilation of x64 on windows doesn't work.

    You don't really need too much PC power to run a server just for myself. I run my development server on a shitty laptop with 1GB RAM/1.7ghz CPU, and it runs fine just for me.

    [Guide] How to compile TrinityCore, Start to Finish
  2. #32
    Grif's Avatar Banned
    Reputation
    191
    Join Date
    Sep 2007
    Posts
    584
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think i asked this in some other post aswell, but since i do prefer your tutorial actually, ill ask it here to!
    I tried allot of versions of C++ 2008, 2009, 2010, and i keep getting 7 sucessful 3 failed x errors. I mean.. guide itself is really idiot prof so im not sure why do i always keep getting x amount failed and x errors, and not a clean build.
    For the record if i wasn't expressing good, it happens when i build the solution. And i do put to Release, and Win32.
    Any help or idea would be welcome! +Rep

  3. #33
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://code.google.com/p/trinitycore...raries-x86.zip
    Place these in C:/program files(x86)/Visual Studio 9.0/VC/lib/

    restart VC++

    Then do
    build --> clean solution
    build --> rebuild solution

  4. #34
    Jaky985's Avatar Private
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very good love the Tut! +Rep

  5. #35
    Grif's Avatar Banned
    Reputation
    191
    Join Date
    Sep 2007
    Posts
    584
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by myran2 View Post
    http://code.google.com/p/trinitycore...raries-x86.zip
    Place these in C:/program files(x86)/Visual Studio 9.0/VC/lib/

    restart VC++

    Then do
    build --> clean solution
    build --> rebuild solution

    That link is faulty ;p

  6. #36

  7. #37
    Grif's Avatar Banned
    Reputation
    191
    Join Date
    Sep 2007
    Posts
    584
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That worked cheers ;p

  8. #38
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Congrats

  9. #39
    Hurt's Avatar Member
    Reputation
    6
    Join Date
    Jun 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by myran2 View Post
    TrinityCore breaks VC2010 compile all the time. So I'd advise staying with 2008 if you want to be able to compile 99% of their revisions.

    There's no problem running TC on a Windows7 x64, you'll still need to compile the sources for 32bit though, because compilation of x64 on windows doesn't work.

    You don't really need too much PC power to run a server just for myself. I run my development server on a shitty laptop with 1GB RAM/1.7ghz CPU, and it runs fine just for me.
    Great, thanks for the detailed response! I'll try it out this weekend

  10. #40
    Hurt's Avatar Member
    Reputation
    6
    Join Date
    Jun 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now navigate to find your CTDB or TDB sql file

    Navicat will now execute your database (this could take a good 20 minutes)
    This part is going to take 10 hours, about 5 hours left to go. Any idea why it would take 30x the time you listed? I'm afraid I did something wrong but for now I'm just going to wait for it to finish.

  11. #41
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Some computers do it EXTREMELY slowly.
    what you can do to make it faster is this:
    Open a command prompt (cmd.exe)(run --> cmd)
    now do this:
    Code:
    mysql -u root -pMYSQLPASSWORD -D world < MYSQLQUERY
    mysqlquery is the full path to the sql file you're executing

    that should shorten the time it takes by quite a bit.

  12. #42
    Hurt's Avatar Member
    Reputation
    6
    Join Date
    Jun 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by myran2 View Post
    Some computers do it EXTREMELY slowly.
    what you can do to make it faster is this:
    Open a command prompt (cmd.exe)(run --> cmd)
    now do this:
    Code:
    mysql -u root -pMYSQLPASSWORD -D world < MYSQLQUERY
    mysqlquery is the full path to the sql file you're executing

    that should shorten the time it takes by quite a bit.
    Thanks for that! It took about 30 seconds compared to the 10 hours it was going to take. Yay! I finished the rest of the setup without issues and now I'm up and running . Now I get to work on my machinima!

  13. #43
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good luck with your machinima then

  14. #44
    Grif's Avatar Banned
    Reputation
    191
    Join Date
    Sep 2007
    Posts
    584
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    One thing that you didnt add to First post, and well it's not really needed but hey, it can save someone from messing up, is maybe but those libraries link together with C++ and let people know they need to restart windows before compiling ;<

  15. #45
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was under the impression that you only needed to restart VC++, not windows as a whole.

Page 3 of 13 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [Guide]How To Compile Ascent
    By SectorSeven in forum WoW EMU Guides & Tutorials
    Replies: 144
    Last Post: 12-19-2008, 02:37 PM
  2. [Guide] How to compile your own DLL
    By Cursed in forum WoW EMU Guides & Tutorials
    Replies: 58
    Last Post: 06-19-2008, 09:38 AM
  3. [Guide] How to compile scripts!
    By Aldaus in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 01-19-2008, 05:41 AM
  4. Guide: How to Compile Ascent yourself! [With photos]
    By Skaren in forum WoW EMU Guides & Tutorials
    Replies: 33
    Last Post: 01-08-2008, 08:18 PM
  5. [Guide] How to: Change the starting stats of a new character
    By Cursed in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 12-30-2007, 10:11 PM
All times are GMT -5. The time now is 08:35 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search