Im getting error when making mangos server...Help! menu

User Tag List

Results 1 to 3 of 3
  1. #1
    Ezekielt's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Im getting error when making mangos server...Help!

    ı startted to make server from http://www.ownedcore.com/forums/worl...v2-images.html ({SuperGuide} Create,Compile,Configure,MaNGOS + UDB + Scriptdev2(IMAGES)) here but ı take a error when ım build solution(ı think that means compile) scriptdev2 ı get error like "XXXX not member of Creature" here it is

    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\eastern_plaguelands.cpp(140) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\burning_steppes.cpp(74) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\burning_steppes.cpp(79) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\burning_steppes.cpp(89) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\burning_steppes.cpp(93) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\burning_steppes.cpp(97) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\burning_steppes.cpp(101) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\burning_steppes.cpp(105) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\burning_steppes.cpp(109) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\burning_steppes.cpp(113) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\burning_steppes.cpp(117) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\burning_steppes.cpp(121) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\burning_steppes.cpp(125) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>blasted_lands.cpp
    1>..\scripts\eastern_kingdoms\burning_steppes.cpp(129) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>c:\Users\Judgement\Desktop\MaNGOS\src\src\bindings\scriptdev2\base\escort_ai.h (82) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
    1> Constructor for class 'ObjectGuid' is declared 'explicit'
    1>..\scripts\eastern_kingdoms\ghostlands.cpp(45) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\ghostlands.cpp(71) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\ghostlands.cpp(76) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\ghostlands.cpp(129) : error C2039: 'GetGUID' : is not a member of 'Unit'
    1> c:\users\judgement\desktop\mangos\src\src\game\Unit.h(1078) : see declaration of 'Unit'
    1>..\scripts\eastern_kingdoms\ghostlands.cpp(148) : error C2039: 'GetGUID' : is not a member of 'GameObject'
    1> c:\users\judgement\desktop\mangos\src\src\game\GameObject.h(606) : see declaration of 'GameObject'
    1>..\scripts\eastern_kingdoms\ghostlands.cpp(157) : error C2664: 'Map::GetGameObject' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
    1> Constructor for class 'ObjectGuid' is declared 'explicit'
    1>..\scripts\eastern_kingdoms\ghostlands.cpp(187) : error C2664: 'Map::GetCreature' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
    1> Constructor for class 'ObjectGuid' is declared 'explicit'
    1>..\scripts\eastern_kingdoms\ghostlands.cpp(215) : error C2039: 'GetGUID' : is not a member of 'Player'
    1> c:\users\judgement\desktop\mangos\src\src\game\Player.h(1008) : see declaration of 'Player'
    1>arathi_highlands.cpp
    1>..\scripts\eastern_kingdoms\blasted_lands.cpp(46) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\ghostlands.cpp(227) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\ghostlands.cpp(232) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\ghostlands.cpp(234) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\ghostlands.cpp(242) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\blasted_lands.cpp(77) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\blasted_lands.cpp(88) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\blasted_lands.cpp(99) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\blasted_lands.cpp(102) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>follower_ai.cpp
    1>..\scripts\eastern_kingdoms\blasted_lands.cpp(108) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\blasted_lands.cpp(114) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\blasted_lands.cpp(118) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\blasted_lands.cpp(122) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\blasted_lands.cpp(126) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\blasted_lands.cpp(130) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\blasted_lands.cpp(134) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>escort_ai.cpp
    1>c:\Users\Judgement\Desktop\MaNGOS\src\src\bindings\scriptdev2\base\escort_ai.h (82) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
    1> Constructor for class 'ObjectGuid' is declared 'explicit'
    1>..\scripts\eastern_kingdoms\eversong_woods.cpp(135) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\eversong_woods.cpp(161) : error C2664: 'Map::GetCreature' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
    1> Constructor for class 'ObjectGuid' is declared 'explicit'
    1>..\scripts\eastern_kingdoms\eversong_woods.cpp(165) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
    1> Constructor for class 'ObjectGuid' is declared 'explicit'
    1>..\scripts\eastern_kingdoms\eversong_woods.cpp(195) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
    1> Constructor for class 'ObjectGuid' is declared 'explicit'
    1>..\scripts\eastern_kingdoms\eversong_woods.cpp(199) : error C2664: 'Map::GetCreature' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
    1> Constructor for class 'ObjectGuid' is declared 'explicit'
    1>..\scripts\eastern_kingdoms\eversong_woods.cpp(239) : error C2039: 'GetGUID' : is not a member of 'Player'
    1> c:\users\judgement\desktop\mangos\src\src\game\Player.h(1008) : see declaration of 'Player'
    1>..\scripts\eastern_kingdoms\eversong_woods.cpp(314) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\eversong_woods.cpp(324) : error C2039: 'GetGUID' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\scripts\eastern_kingdoms\eversong_woods.cpp(330) : error C2039: 'GetGUID' : is not a member of 'Player'
    1> c:\users\judgement\desktop\mangos\src\src\game\Player.h(1008) : see declaration of 'Player'
    1>..\scripts\eastern_kingdoms\eversong_woods.cpp(368) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
    1> Constructor for class 'ObjectGuid' is declared 'explicit'
    1>..\scripts\eastern_kingdoms\eversong_woods.cpp(387) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
    1> Constructor for class 'ObjectGuid' is declared 'explicit'
    1>..\scripts\eastern_kingdoms\eversong_woods.cpp(428) : error C2039: 'GetGUID' : is not a member of 'Player'
    1> c:\users\judgement\desktop\mangos\src\src\game\Player.h(1008) : see declaration of 'Player'
    1>c:\Users\Judgement\Desktop\MaNGOS\src\src\bindings\scriptdev2\base\escort_ai.h (82) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
    1> Constructor for class 'ObjectGuid' is declared 'explicit'
    1>..\scripts\eastern_kingdoms\arathi_highlands.cpp(107) : error C2039: 'GetGUID' : is not a member of 'Player'
    1> c:\users\judgement\desktop\mangos\src\src\game\Player.h(1008) : see declaration of 'Player'
    1>..\base\follower_ai.cpp(291) : error C2039: 'GetGUID' : is not a member of 'Player'
    1> c:\users\judgement\desktop\mangos\src\src\game\Player.h(1008) : see declaration of 'Player'
    1>..\base\follower_ai.cpp(316) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
    1> Constructor for class 'ObjectGuid' is declared 'explicit'
    1>..\base\follower_ai.cpp(331) : error C2039: 'GetGUID' : is not a member of 'Player'
    1> c:\users\judgement\desktop\mangos\src\src\game\Player.h(1008) : see declaration of 'Player'
    1>c:\users\judgement\desktop\mangos\src\src\bindings\scriptdev2\base\escort_ai.h (82) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
    1> Constructor for class 'ObjectGuid' is declared 'explicit'
    1>..\base\escort_ai.cpp(344) : error C2039: 'HasSplineFlag' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\base\escort_ai.cpp(345) : error C2039: 'RemoveSplineFlag' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\base\escort_ai.cpp(346) : error C2039: 'HasSplineFlag' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\base\escort_ai.cpp(347) : error C2039: 'AddSplineFlag' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\base\escort_ai.cpp(435) : error C2039: 'RemoveSplineFlag' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\base\escort_ai.cpp(442) : error C2039: 'AddSplineFlag' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>..\base\escort_ai.cpp(503) : error C2039: 'RemoveSplineFlag' : is not a member of 'Creature'
    1> c:\users\judgement\desktop\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
    1>Build log was saved at "file://c:\Users\Judgement\Desktop\MaNGOS\src\src\bindings\scriptdev2\VC90\ScriptDev2__W in32_Release\BuildLog.htm"
    1>ScriptDev2 - 2336 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========



    I try everything but ı cant solve this problem...HELP!


    *Windows 7 sp1
    *i3 3.03 gHZ
    *64 bit
    +Are there any problem with running server in laptop?
    Last edited by Ezekielt; 04-21-2012 at 01:17 AM.

    Im getting error when making mangos server...Help!
  2. #2
    FinnZor's Avatar Member
    Reputation
    50
    Join Date
    May 2008
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As I asked you on that thread, did you put your Scriptdev2 folder into your \server\src\bindings before you compiled the trunk?
    FinnZor
    LUA Scripter
    Compiler

  3. #3
    Ezekielt's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea I did

Similar Threads

  1. Get error with every repack! Please help.
    By Enuf in forum WoW EMU Questions & Requests
    Replies: 13
    Last Post: 09-12-2008, 03:28 AM
  2. [Help] Mysql error when I start server up.
    By Menthol8 in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 04-11-2008, 04:25 PM
  3. [HELP] Getting errors when compileing ascent trunk scripts
    By Fronix in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 03-25-2008, 04:10 PM
  4. MaNGOS server help
    By Khaosrogue in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 09-23-2007, 12:09 AM
  5. getting error when trying to change size
    By kanezfan in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 07-31-2007, 08:57 PM
All times are GMT -5. The time now is 11:01 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search