[C++ MaNGOS] Support for Cataclysm Alpha menu

User Tag List

Page 8 of 9 FirstFirst ... 456789 LastLast
Results 106 to 120 of 122
  1. #106
    XeNoW's Avatar Member
    Reputation
    4
    Join Date
    Oct 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does someone already know how to go to the new mapIDs? I still have problems using .go x y z mapID with the cata_mapIDs... It won't teleport me and there is no error message. I also added the map IDs to instance_template...

    [C++ MaNGOS] Support for Cataclysm Alpha
  2. #107
    frozzenxXx's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by XeNoW View Post
    Does someone already know how to go to the new mapIDs? I still have problems using .go x y z mapID with the cata_mapIDs... It won't teleport me and there is no error message. I also added the map IDs to instance_template...
    Code:
    638 - Gilneas
    643 - Throne of the Tides
    648 - Lost Isles
    654 - Gilneas 2
    655 - Gilneas Phase 1
    656 - Gilneas Phase 2
    657 - Skywall Duengeon
    659 - Lost Isles Volcano Eruption
    660 - Deephome Ceiling
    661 - Lost Isles Town in a Box
    669 - Blackwing Descent
    670 - Grim Batol
    671 - Grim Batol Raid
    719 - Mount Hyjal Phase 1
    720 - Firelands
    721 - FIrelands Terrain 2
    723 - Stormwind
    724 - The Ruby Sanctum ( .go 724 3152.08 362.88 85.52 )
    725 - Deepholme Dungeon
    726 - Twin Peaks ( .go 726 1951.39 383.95 -10.52 )
    727 - STV Diamond Mine BG
    728 - Battle for Gilneas ( .go 728 2239.4 876.76 35.5 )
    730 - Maelstrom Zone
    731 - Stonetalon Bomb
    732 - Tol Barad
    734 - Ahn'Qiraj Terrace
    736 - Twilight Highlands Dragonmaw Phase
    --------------

    Originally Posted by frozzenxXx View Post
    Can anyone help me with this error?

    When trying to patch "cata1.diff" ....

    Code:
    $ git apply cata1.diff
    cata1.diff:9: trailing whitespace.
           std::vector<uint32> spellToLearn;
    cata1.diff:10: trailing whitespace.
    
    cata1.diff:11: trailing whitespace.
           if(getRace() == RACE_WORGEN)
    cata1.diff:12: trailing whitespace.
           {
    cata1.diff:13: trailing whitespace.
                   spellToLearn.push_back(68996);
    error: patch failed: src/game/Player.cpp:19492
    error: src/game/Player.cpp: patch does not apply
    error: patch failed: src/game/SpellAuras.cpp:4149
    error: src/game/SpellAuras.cpp: patch does not apply
    error: patch failed: src/game/SpellEffects.cpp:782
    error: src/game/SpellEffects.cpp: patch does not apply
    $
    And I also can not import the "item_cata" in the database.

    Can anyone help-me? Thanks.
    Anyone? What Database is good at moment?

    Sorry bad english :P

  3. #108
    Mortak's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,
    i'm looking in the DBC and I have find that :
    1692,654,-1389.88720703,1370.140625,35.9939994812,"Gilneas City - Merchant Quarter Graveyard",
    1693,654,-1763.56079102,1410.75866699,20.8894691467,"Gilneas City - Military District Graveyard",
    1694,654,-1765.41149902,1658.10412598,21.3335971832,"Gilneas City - Greymane Square Graveyard",
    1695,654,-1561.54162598,1596.16320801,28.1010742188,"Gilneas City - Cathedral Graveyard",
    1696,654,-2496.99829102,1468.09375,16.8090648651,"Gilneas - Stormglen Graveyard",
    1697,654,-2161.64941406,1672.22570801,-38.0892753601,"Gilneas - Blackwald Graveyard",
    1698,654,-1951.28991699,967.664916992,77.0056228638,"Gilneas - Tempest's Reach Graveyard 2",
    1699,654,-1705.60595703,1854.21350098,14.8135375977,"Gilneas - Aderic's Repose Graveyard",
    1709,1,-3970.92358398,-2013.12854004,96.6820602417,"South Barrens 4.x - Firestone Point Graveyard",
    1710,1,-2514.78466797,-1965.88537598,91.7836456299,"South Barrens 4.x - Camp Taurajo Graveyard",
    1728,726,1557.56005859,212.160003662,14.9054002762,"Twin Peaks - Horde Graveyard",
    1729,726,2176.89990234,331.839996338,33.9785995483,"Twin Peaks - Alliance Graveyard",
    1735,728,1979.48962402,1139.38024902,22.1579990387,"Gilneas BG - Graveyard (Human Tower)",
    1736,728,2165.71704102,861.76739502,36.0860328674,"Gilneas BG - Graveyard (Draenei Tower)",
    1737,728,2062.046875,840.586791992,15.3599653244,"Gilneas BG - Graveyard (BE Tower)",
    1738,728,2287.79858398,1035.95141602,20.6057758331,"Gilneas BG - Graveyard (Felreaver)",
    1739,728,2020.25,873.43927002,21.6686191559,"Gilneas BG - Graveyard (Horde Start)",
    1740,728,2330.75170898,1178.65100098,17.6849193573,"Gilneas BG - Graveyard (Alliance Start)",

    If somebody have the time to make the sql patch for these graveyards... Otherwise I would try to make it later.

    I'm sorry if you don't understand me, but i'm french.

  4. #109
    AsoraX's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had an error with compiling the core!

    What I do?
    Code:
    git clone git://github.com/mangos/mangos.git
    cd mangos
    git pull git://github.com/mangos/mangos.git 400
    It works all well!

    Save:
    Code:
    http://paste2.org/p/819407
    (I saved it as cataclysm1.patch)

    Code:
    $patch -p1 cataclysm1.patch
    It works well too!

    BUT!

    Now, i open in the mangos folder, go to folder "win" and i open mangosdVC100 ....
    set config on Release and Win32 + push F7
    Compiling started:

    Error:
    ========== Build: 10 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========


    ------------------------

    Maybe anyone can help me??




    Sry, for bad english!

  5. #110
    Kanaru's Avatar Member
    Reputation
    1
    Join Date
    Aug 2006
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AsoraX View Post
    I had an error with compiling the core!

    What I do?
    Code:
    git clone git://github.com/mangos/mangos.git
    cd mangos
    git pull git://github.com/mangos/mangos.git 400
    It works all well!

    Save:
    Code:
    http://paste2.org/p/819407
    (I saved it as cataclysm1.patch)

    Code:
    $patch -p1 cataclysm1.patch
    It works well too!

    BUT!

    Now, i open in the mangos folder, go to folder "win" and i open mangosdVC100 ....
    set config on Release and Win32 + push F7
    Compiling started:

    Error:
    ========== Build: 10 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========


    ------------------------

    Maybe anyone can help me??




    Sry, for bad english!
    Same issue.

    Except I'm using Visual Studio 2008.

  6. #111
    AsoraX's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone knows when the Core Update for 4.0.0 (12025) was includet??

  7. #112
    AsoraX's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I worked on a Update to 12065.....
    Client is ready! But the ad.exe is a problem -.-

    anyone can help!

    A Mangos Release don't comes out in this week

  8. #113
    kicho's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a repo supporting 12025 and 12065

    http://github.com/kicho/cataclysm

    but it also contains some custom patches not included in mangos yet
    Last edited by kicho; 05-22-2010 at 12:19 PM.

  9. #114
    Apson's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kicho View Post
    I have a repo supporting 12025 and 12065

    http://github.com/kicho/cataclysm

    but it also contains some custom patches not included in mangos yet
    Looks good but i cant compile it. First attempt i got 5 errors, i fixed them and tried againg. Then i got 1200 errors or something like that.

  10. #115
    nexstar's Avatar Member
    Reputation
    3
    Join Date
    Dec 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just in case people are not checking other parts of the forums this was posted in the memory editing forum
    http://www.mmowned.com/forums/world-...ml#post1881145
    Should be more then enough for those of you that know what you are doing

  11. #116
    skatyer's Avatar Site Donator
    Reputation
    2
    Join Date
    Feb 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any update for the new 12122 build?

  12. #117
    doityourself's Avatar ★ Elder ★
    Reputation
    1424
    Join Date
    Nov 2008
    Posts
    843
    Thanks G/R
    35/448
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    I have no time at the moment. I will search new opcodes in a few days for 12122. Please wait.
    You will find my latest opcode changes on http://github.com/Fabi/diamondcore/commits/400

  13. #118
    poe62294's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same problem here please help


    1>------ Build started: Project: ACE_Wrappers, Configuration: Release Win32 ------
    2>------ Build started: Project: genrevision, Configuration: Release Win32 ------
    3>------ Build started: Project: g3dlite, Configuration: Release Win32 ------
    4>------ Build started: Project: zlib, Configuration: Release Win32 ------
    2> genrevision.vcxproj -> C:\Users\poe\Desktop\diamondcore\win\VC100\.\genrevision__Win32_Release\genrevis ion.exe
    3> g3dlite.vcxproj -> C:\Users\poe\Desktop\diamondcore\win\VC100\.\g3dlite__Win32_Release\g3dlite.lib
    5>------ Build started: Project: framework, Configuration: Release Win32 ------
    4> zlib.vcxproj -> C:\Users\poe\Desktop\diamondcore\win\VC100\.\zlib__Win32_Release\zlib.lib
    5> framework.vcxproj -> C:\Users\poe\Desktop\diamondcore\win\VC100\.\framework__Win32_Release\framework. lib
    1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(C:\Users\poe\Desktop\diamondcore\win\VC100\..\..\dep\lib\Win32_Releas e\ACE_Wrappers.dll) does not match the Linker's OutputFile property value (C:\Users\poe\Desktop\diamondcore\dep\lib\Win32_Release\ACE.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(992,5): warning MSB8012: TargetName(ACE_Wrappers) does not match the Linker's OutputFile property value (ACE). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    1> ACE.vcxproj -> C:\Users\poe\Desktop\diamondcore\win\VC100\..\..\dep\lib\Win32_Release\ACE_Wrapp ers.dll
    6>------ Build started: Project: shared, Configuration: Release Win32 ------
    6> shared.vcxproj -> C:\Users\poe\Desktop\diamondcore\win\VC100\.\shared__Win32_Release\shared.lib
    7>------ Build started: Project: game, Configuration: Release Win32 ------
    8>------ Build started: Project: logonserver, Configuration: Release Win32 ------
    8>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(C:\Users\poe\Desktop\diamondcore\win\VC100\.\logonserver__Win32_Relea se\logonserver.exe) does not match the Linker's OutputFile property value (C:\Users\poe\Desktop\diamondcore\bin\Win32_Release\Logonserver.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    8> logonserver.vcxproj -> C:\Users\poe\Desktop\diamondcore\win\VC100\.\logonserver__Win32_Release\logonser ver.exe
    7> game.vcxproj -> C:\Users\poe\Desktop\diamondcore\win\VC100\.\game__Win32_Release\game.lib
    8> 1 file(s) copied.
    9>------ Build started: Project: scripts, Configuration: Release Win32 ------
    9> scripts.vcxproj -> C:\Users\poe\Desktop\diamondcore\win\VC100\.\scripts__Win32_Release\scripts.lib
    10>------ Build started: Project: worldserver, Configuration: Release Win32 ------
    10>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(C:\Users\poe\Desktop\diamondcore\win\VC100\.\worldserver__Win32_Relea se\worldserver.exe) does not match the Linker's OutputFile property value (C:\Users\poe\Desktop\diamondcore\bin\Win32_Release\WorldServer.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    10>scripts.lib(ScriptMgr.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(system.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(ScriptLoader.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(sc_creature.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(zangarmarsh.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(terokkar_forest.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(shattrath_city.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(shadowmoon_valley.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(netherstorm.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(nagrand.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(hellfire_peninsula.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_doomwalker.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_doomlord_kazzak.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(blades_edge_mountains.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_mechanar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_pathaleon_the_calculator.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_nethermancer_sepethrea.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_gatewatcher_ironhand.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(the_eye.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_the_eye.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_astromancer.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_void_reaver.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_kaelthas.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_warp_splinter.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_laj.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_high_botanist_freywinn.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_arcatraz.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_harbinger_skyriss.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(arcatraz.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_shattered_halls.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_warchief_kargath_bladefist.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_warbringer_omrogg.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_nethekurse.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_magtheridons_lair.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_magtheridon.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_hellfire_ramparts.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_watchkeeper_gargolmar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_omor_the_unscarred.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_nazan_and_vazruden.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_blood_furnace.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_the_maker.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_kelidan_the_breaker.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_broggok.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_gruuls_lair.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_high_king_maulgar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_gruul.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_hungarfen.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_steam_vault.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_warlord_kalithresh.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_mekgineer_steamrigger.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_hydromancer_thespia.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_serpent_shrine.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_morogrim_tidewalker.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_leotheras_the_blind.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_lady_vashj.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_hydross_the_unstable.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_fathomlord_karathress.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_black_temple.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(illidari_council.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_warlord_najentus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_teron_gorefiend.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_reliquary_of_souls.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_mother_shahraz.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_bloodboil.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_supremus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_shade_of_akama.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_illidan.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(black_temple.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_shadow_labyrinth.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_murmur.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_grandmaster_vorpil.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_blackheart_the_inciter.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ambassador_hellmaw.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_sethekk_halls.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_tailonking_ikiss.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_darkweaver_syth.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_pandemonius.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_nexusprince_shaffar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_exarch_maladaar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(zuldrak.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(storm_peaks.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(sholazar_basin.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(icecrown.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(howling_fjord.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(grizzly_hills.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(dragonblight.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(dalaran.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(borean_tundra.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(violet_hold.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_violet_hold.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_utgarde_pinnacle.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ymiron.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_svala.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_skadi.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_gortok.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(utgarde_keep.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_utgarde_keep.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_skarvald_and_dalronn.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_keleseth.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ingvar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_ulduar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_halls_of_stone.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(halls_of_stone.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_sjonnir.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_maiden_of_grief.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_halls_of_lightning.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_volkhan.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_loken.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ionar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_bjarngrim.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_archavon.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_emalon.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_koralon.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_vault_of_archavon.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_obsidian_sanctum.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_sartharion.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_nexus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_telestra.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ormorok.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_keristrasza.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_anomalus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_naxxramas.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_sapphiron.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_razuvious.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_patchwerk.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_heigan.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_noth.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_maexxna.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_loatheb.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_kelthuzad.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_gothik.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_gluth.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_faerlina.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_four_horsemen.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_anubrekhan.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_gundrak.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_sladran.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_moorabi.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_galdarah.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_colossus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_trollgore.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_tharonja.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_novos.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_trial_of_the_crusader.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(trial_of_the_crusader.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_twin_valkyr.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_northrend_beasts.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_faction_champions.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_jaraxxus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_anubarak_trial.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_azjol-nerub.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_krikthir.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_hadronox.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_anubarak.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_ahnkahet.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_volazj.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_taldaram.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_nadox.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_jedoga.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(winterspring.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(ungoro_crater.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(thunder_bluff.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(thousand_needles.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(the_barrens.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(teldrassil.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(tanaris.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(stonetalon_mountains.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(silithus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(orgrimmar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(mulgore.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(moonglade.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(feralas.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(felwood.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(dustwallow_marsh.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(desolace.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(darkshore.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_azuregos.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(bloodmyst_isle.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(azuremyst_isle.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(azshara.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(ashenvale.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(zulfarrak.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_temple_of_ahnqiraj.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(mob_anubisath_sentinel.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_twinemperors.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_skeram.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_sartura.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_bug_trio.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_huhuran.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_fankriss.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_cthun.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(ruins_of_ahnqiraj.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_moam.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_kurinnaxx.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ayamiss.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(razorfen_downs.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_amnennar_the_coldbringer.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_onyxia.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_princess_theradras.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_noxxion.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_landslide.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_celebras_the_cursed.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(old_hillsbrad.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_old_hillsbrad.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_leutenant_drake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_epoch_hunter.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_captain_skarloc.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_hyjal.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_archimonde.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(hyjal.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_dark_portal.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(dark_portal.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_temporus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_chrono_lord_deja.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_aeonus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_blackfathom_deeps.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(wetlands.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(westfall.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(western_plaguelands.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(undercity.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(tirisfal_glades.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(stranglethorn_vale.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(stormwind_city.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(silverpine_forest.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(silvermoon_city.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(searing_gorge.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(redridge_mountains.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(loch_modan.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(isle_of_queldanas.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(ironforge.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(hinterlands.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(ghostlands.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(eversong_woods.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(elwynn_forest.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(eastern_plaguelands.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(dun_morogh.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(burning_steppes.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_kruul.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(blasted_lands.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(arathi_highlands.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_zulgurub.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_wushoolay.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_venoxis.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_thekal.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_renataki.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ouro.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_marli.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_mandokir.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_jindo.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_jeklik.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_hazzarah.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_hakkar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_grilek.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_gahzranka.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_arlokk.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_zuljin.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(zulaman.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_zulaman.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_nalorakk.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_malacrass.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_janalai.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_halazzi.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_akilzon.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_uldaman.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(uldaman.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ironaya.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_sunwell_plateau.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_kalecgos.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_brutallus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(sunken_temple.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_sunken_temple.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(stratholme.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_stratholme.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_order_of_silver_hand.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_dathrohan_balnazzar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_baron_rivendare.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_postmaster_malown.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_timmy_the_cruel.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ramstein_the_gorger.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_baroness_anastari.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_cannon_master_willey.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_nerubenkan.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_maleki_the_pallid.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_magistrate_barthilas.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_shadowfang_keep.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(shadowfang_keep.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_scholomance.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_vectus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_the_ravenian.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ras_frostwhisper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_lorekeeper_polkelt.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_lord_alexei_barov.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_kormok.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_jandice_barov.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_instructor_malicia.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_illucia_barov.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_doctor_theolen_krastinov.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_death_knight_darkreaver.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_darkmaster_gandling.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_scarlet_monastery.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_headless_horseman.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_scorn.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_mograine_and_whitemane.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_interrogator_vishas.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_houndmaster_loksey.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_high_inquisitor_fairbanks.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_herod.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_bloodmage_thalnos.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_azshir_the_sleepless.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_arcanist_doan.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(quest_12641.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(ebon_hold.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(molten_core.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_molten_core.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ragnaros.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_majordomo_executus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_sulfuron_harbinger.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_golemagg.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_shazzrah.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_baron_geddon.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_garr.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_gehennas.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_magmadar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_lucifron.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(magisters_terrace.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_magisters_terrace.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_priestess_delrissa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_vexallus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_selin_fireheart.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_felblood_kaelthas.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(karazhan.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_karazhan.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(bosses_opera.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_moroes.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_prince_malchezaar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_terestian_illhoof.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_netherspite.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_shade_of_aran.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_maiden_of_virtue.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_curator.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_midnight.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_deadmines.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(deadmines.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_victor_nefarius.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_nefarian.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_chromaggus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_flamegor.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ebonroc.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_firemaw.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_broodlord_lashlayer.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_vaelastrasz.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_razorgore.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_rend_blackhand.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_gyth.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_pyroguard_emberseer.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_quartermaster_zigris.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_warmaster_voone.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_the_beast.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_shadow_hunter_voshgajin.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_overlord_wyrmthalak.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_mother_smolderweb.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_highlord_omokk.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_halycon.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_drakkisath.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(instance_blackrock_depths.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_tomb_of_seven.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_magmus.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_high_interrogator_gerstahn.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_grizzle.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_gorosh_the_dervish.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_general_angerforge.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_emperor_dagran_thaurissan.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_anubshiah.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ambassador_flamelash.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(blackrock_depths.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(spell_scripts.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(npcs_special.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(npc_professions.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(item_scripts.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(guards.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(go_scripts.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(mob_generic_creature.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_ysondre.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_taerar.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(boss_emeriss.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(areatrigger_scripts.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(battleground.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(escort_ai.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(sc_grid_searchers.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(sc_instance.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(simple_ai.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(sc_boss_spell_worker.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(follower_ai.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(hyjalAI.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(guard_ai.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in CliRunnable.obj
    10>scripts.lib(sc_boss_spell_worker.obj) : error LNK2019: unresolved external symbol __imp___CrtDbgReportW referenced in function "public: int __thiscall Field::GetInt32(void)const " (?GetInt32@Field@@QBEHXZ)
    10>scripts.lib(hyjalAI.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_ebonroc.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_razorgore.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(npcs_special.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(escort_ai.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_shade_of_aran.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_maiden_of_virtue.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_midnight.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_chromaggus.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_felblood_kaelthas.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(bosses_opera.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_moroes.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_prince_malchezaar.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_sulfuron_harbinger.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(instance_magisters_terrace.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_priestess_delrissa.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_selin_fireheart.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_brutallus.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(stratholme.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(instance_stratholme.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(shadowfang_keep.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_malacrass.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_janalai.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(uldaman.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_kalecgos.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_marli.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_mandokir.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(instance_zulaman.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_nalorakk.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(dark_portal.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(undercity.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(burning_steppes.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_venoxis.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_cthun.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_moam.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(instance_hyjal.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_archimonde.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_azuregos.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(bloodmyst_isle.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(mob_anubisath_sentinel.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_twinemperors.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_faction_champions.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_nadox.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(tanaris.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(dustwallow_marsh.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_kelthuzad.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_gothik.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_sladran.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(trial_of_the_crusader.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(instance_naxxramas.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_sapphiron.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_patchwerk.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_maexxna.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_keleseth.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_volkhan.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_ionar.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_archavon.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_ambassador_hellmaw.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(violet_hold.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(instance_violet_hold.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(utgarde_keep.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_illidan.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_murmur.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_grandmaster_vorpil.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_blackheart_the_inciter.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_mother_shahraz.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_bloodboil.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_supremus.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_shade_of_akama.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_lady_vashj.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_warlord_najentus.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_teron_gorefiend.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_reliquary_of_souls.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(instance_magtheridons_lair.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_magtheridon.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_high_king_maulgar.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_gruul.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_void_reaver.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_kaelthas.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_high_botanist_freywinn.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_warchief_kargath_bladefist.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(netherstorm.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(nagrand.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(boss_doomwalker.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(blades_edge_mountains.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(ScriptMgr.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(system.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(sc_creature.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>scripts.lib(terokkar_forest.obj) : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
    10>..\..\bin\Win32_Release\WorldServer.exe : fatal error LNK1120: 1 unresolved externals
    ========== Build: 9 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  14. #119
    NerieX's Avatar Master Sergeant
    Reputation
    40
    Join Date
    Jul 2010
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good job on making this
    But you could as well just use DiamondCore :P Based of off MaNGOS/TrinityCore

  15. #120
    andre1901's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello everyone!
    When I compile gives an error:

    ========== Build: 9 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========

    I just executed these commands in GIT:

    git clone git://github.com/mangos/mangos.git
    cd mangos
    git pull git://github.com/mangos/mangos.git 400

    After this, i open my c++, open the project, change all to Release and click f7!
    But... error!
    Anyone can help me?

    ---------- Post added at 12:56 AM ---------- Previous post was at 12:35 AM ----------

    Oh, I forgot it!
    When I use the git pull command, it updates some files and in the end gives an error, but even so it updates!
    Screenshot:


    (Automatic merge failed; fix conflicts and then commit the result)

Page 8 of 9 FirstFirst ... 456789 LastLast

Similar Threads

  1. [Request] Looking for Cataclysm Alpha Client
    By GameWalkThrRUS in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 05-19-2016, 09:49 AM
  2. [Web] Account registration for WotLK alpha server (MaNGOS, RoSpora)
    By Dythzer in forum WoW EMU General Releases
    Replies: 66
    Last Post: 06-29-2010, 06:44 AM
  3. [Misc] Looking for list of working cataclysm alpha servers
    By soto in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 06-28-2010, 02:38 PM
  4. Replies: 10
    Last Post: 09-12-2009, 02:28 PM
All times are GMT -5. The time now is 01:05 AM. 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