Jump to content

ddar

member
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ddar

  1. hi guys, im dealing with a problem and im trying for a few hours now to solve it but i can t find the solution..

    here is the error
     

    (Build target) (1) ->
           (Link target) ->
             GameLib_rel.lib(PropertyManager.obj) : error LNK2001: unresolved external symbol "public: class tinyxml2::XMLE
           lement const * __thiscall tinyxml2::XMLNode::FirstChildElement(char const *)const " (?FirstChildElement@XMLNode@
           tinyxml2@@QBEPBVXMLElement@2@PBD@Z) [D:\RESURSE SVF\ddar\ddar\Client-master\userinterface\UserInterface.vcxproj]
             GameLib_rel.lib(PropertyManager.obj) : error LNK2001: unresolved external symbol "public: class tinyxml2::XMLE
           lement const * __thiscall tinyxml2::XMLNode::NextSiblingElement(char const *)const " (?NextSiblingElement@XMLNod
           e@tinyxml2@@QBEPBVXMLElement@2@PBD@Z) [D:\RESURSE SVF\ddar\ddar\Client-master\userinterface\UserInterface.vcxpro
           j]
             GameLib_rel.lib(PropertyManager.obj) : error LNK2001: unresolved external symbol "public: char const * __thisc
           all tinyxml2::XMLAttribute::Name(void)const " (?Name@XMLAttribute@tinyxml2@@QBEPBDXZ) [D:\RESURSE SVF\ddar\ddar\
           Client-master\userinterface\UserInterface.vcxproj]
             GameLib_rel.lib(PropertyManager.obj) : error LNK2001: unresolved external symbol "public: char const * __thisc
           all tinyxml2::XMLAttribute::Value(void)const " (?Value@XMLAttribute@tinyxml2@@QBEPBDXZ) [D:\RESURSE SVF\ddar\dda
           r\Client-master\userinterface\UserInterface.vcxproj]
             GameLib_rel.lib(PropertyManager.obj) : error LNK2001: unresolved external symbol "public: char const * __thisc
           all tinyxml2::XMLElement::Attribute(char const *,char const *)const " (?Attribute@XMLElement@tinyxml2@@QBEPBDPBD
           0@Z) [D:\RESURSE SVF\ddar\ddar\Client-master\userinterface\UserInterface.vcxproj]
             GameLib_rel.lib(PropertyManager.obj) : error LNK2001: unresolved external symbol "public: __thiscall tinyxml2:
           :XMLDocument::XMLDocument(bool,enum tinyxml2::Whitespace)" (??0XMLDocument@tinyxml2@@QAE@_NW4Whitespace@1@@Z) [D
           :\RESURSE SVF\ddar\ddar\Client-master\userinterface\UserInterface.vcxproj]
             GameLib_rel.lib(PropertyManager.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall t
           inyxml2::XMLDocument::~XMLDocument(void)" (??1XMLDocument@tinyxml2@@UAE@XZ) [D:\RESURSE SVF\ddar\ddar\Client-mas
           ter\userinterface\UserInterface.vcxproj]
             GameLib_rel.lib(PropertyManager.obj) : error LNK2001: unresolved external symbol "public: enum tinyxml2::XMLEr
           ror __thiscall tinyxml2::XMLDocument::Parse(char const *,unsigned int)" (?Parse@XMLDocument@tinyxml2@@QAE?AW4XML
           Error@2@PBDI@Z) [D:\RESURSE SVF\ddar\ddar\Client-master\userinterface\UserInterface.vcxproj]
             GameLib_rel.lib(PropertyManager.obj) : error LNK2001: unresolved external symbol "public: char const * __thisc
           all tinyxml2::XMLDocument::ErrorName(void)const " (?ErrorName@XMLDocument@tinyxml2@@QBEPBDXZ) [D:\RESURSE SVF\dd
           ar\ddar\Client-master\userinterface\UserInterface.vcxproj]
             ..\bin\metin2client_rel.exe : fatal error LNK1120: 9 unresolved externals [D:\RESURSE SVF\ddar\ddar\Client-mas
           ter\userinterface\UserInterface.vcxproj]

    someone who knows about those problems or how to solve it please reply 😄

  2. 3 hours ago, Karbust said:

    If it crashes without syserr, most certainly it's a C++ crash. Try to run the Debug build or use the Visual Studio debugger to find the culprit.

    i ll look into that, i hope i ll solve this, thanks for taking ur time to respond ^^

     

    EDIT > i solved. it was a problem from dwPos, i had DWORD dwPos and i changed to int dwPos = 0 ( the error was dwPos is used without being initialized)
    thanks again.

  3. 36 minutes ago, nazox said:

    hello sorry to reply late,

    open char_item.cpp and search;

      Hide contents

    bool CHARACTER::IsEmptyItemGrid(TItemPos Cell, BYTE bSize, int iExceptionCell) const

    change this:

      Hide contents

    switch (Cell.window_type)

    {

    case INVENTORY:

    {

    BYTE bCell = Cell.cell;

    to this:

      Hide contents

        switch (Cell.window_type)
        {
        case INVENTORY:
            {
                int bCell = Cell.cell;

    now you have fix problem 🙂

    MAN... thank u so much dude, the problem has been solved! Thank u bro again.. God bless u !

    • Love 1
  4. hi, idk why my npc isn t showin, the location for .gr2 is correct ymir work/npc/xxx + mob proto / mob names + serverside..

    the npc is invisible and the error i get is 

    0901 23:45:21152 :: CRaceManager::RegisterRacePath : RACE[60003] LOAD MSMFILE[d:/ymir work/npc2/scholar_beige_M1/scholar_beige_M1.msm] ERROR. Will Find Another Path.
    0901 23:45:21152 :: CRaceManager::RegisterRacePath : RACE[60003] LOAD MSMFILE[d:/ymir work/npc/scholar_beige_M1/scholar_beige_M1.msm] ERROR. Will Find Another Path.
    0901 23:45:21152 :: CRaceManager::RegisterRacePath : RACE[60003] LOAD MSMFILE[d:/ymir work/monster/scholar_beige_M1/scholar_beige_M1.msm] ERROR. Will Find Another Path.
    0901 23:45:21152 :: CRaceManager::RegisterRacePath : RACE[60003] LOAD MSMFILE[d:/ymir work/monster2/scholar_beige_M1/scholar_beige_M1.msm] ERROR. Will Find Another Path.
    0901 23:45:21152 :: CRaceManager::RegisterRacePath : RACE[60003] LOAD MSMFILE[d:/ymir work/guild/scholar_beige_M1/scholar_beige_M1.msm] ERROR
    0901 23:45:21152 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 60003
    0901 23:45:21152 :: CPythonCharacterManager::CreateInstance VID[25724] Race[60003]
    but idk why is he askin me for monster/2 guild etc.. can u help me ? ty

  5. Hi, im curious about the search shop, what should i do to add the category for all items? instead of category weapon / helmets / etc to have just one category and there u can search all items..

    i tried smthin like this:

    {"name": "All", "icon": "category_icon_waffen.tga", "type":[1, 2, 3]},

    {"name": "Weapons", "icon": "category_icon_waffen.tga", "type": 1},

    but it doesn t search the items

    uisearchshopprivate.py https://pastebin.com/nbcuQsWw

  6. 1 minute ago, WeedHex said:

    Use right vnum (your one seems ok).

    npc.txt -> Set?

    .msm file in right folder.

    yep, all good.. but it s askin me from different folders, npc,monster 2 etc (example) but idk why.. as i said, in-game i can see it, works good but the only problem is after a long run if i dismount it, pulls me a lil' back

    • Think 1
  7. hi guys, im kinda new in those things about developing and all.. im trying my best to understand those things.. and i tried to add the rubinum inventory, all good but when i try to enter in-game my launcher remain in freeze and i got this 

    sysser https://metin2.download/picture/2UGCM7P1u2r50CFWv6tew4E14c866CVA/.png 
    this is uiinventory.py : https://pastebin.com/nTXhM5j0

  8. hi guys, yesterday the server worked perfectly, today when i wanted to start it i compiled game/db and after that i got the error "socket_connect: HOST localhost:15000, could not connect." .. ok i said, let s replace the game folder, probably the cores are corrupted or idk.. but with last cores the problem is still here.. can someone help me ?

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.