Jump to content
TrinityCore

Dhiana

Members
  • Posts

    143
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Dhiana

  1. TrinityCore_4.3.4_DB_Alpha...

     

    Step 1: go to DB Repo

    Step 2: see last commit on Aug 27, 2013

    Step 3: go to Core Repo

    Step 4: see last commit on Nov 10, 2013

    Step 5: Use brain

    Step 6: Think there are many changes between Aug 27 and Nov 10

    Step 7: Use brain again

    Step 8: Found two ways to fix the problem

    Step 9: Be Happy, -> Now it works

     

    Edit:

     

    Step 3 is already a good basic idea for on way to fix it.

  2. try this:

    - open CMake ( i use v.2.8.9 32x )

    - File -> Delete Cache

    - Where is the source code -> path to your sorcecode

    ( /src, /sql, /cmake, Readme ..... )

    - Where to build the binaries -> path for your build dir.

    like

    E:/development/WorldOfWarcraft/335a/TrinityCore <- (sorce)

    and

    E:/development/WorldOfWarcraft/335a/TrinityCoreBuild <- (build)

    - click "Configure"

    - check -> SCRIPTS, SERVER, TOOLS, USE_COREPCH, USE_MYSQL_SOURCES und USE_SCRIPTPCH

    - click "Configure"

    - "Generate"

    now navigate to your build, compile it and do not use "Debug" change it to "Release".

    BuildbinRelease <- there now your data

×
×
  • Create New...