Jump to content

alexghinet

member
  • Posts

    99
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by alexghinet

  1. Fix: Process: UNKNOWN HEADER: 140, LAST HEADER: 0(0), REMAIN BYTES: 3, fd: 21 Remove #ifdef
  2. Process: UNKNOWN HEADER: 140, LAST HEADER: 0(0), REMAIN BYTES: 3, fd: 21 :(
  3. Can someone help me to fix this problem? or tell me what is the problem here? All core crashes , with same size. Thanks in advance!
  4. Hello . i pay for fixing this error :Analyze: login phase does not handle this packet! header 66 When it's appear? at every teleport or login on server . The packets.h are same ? yes i think so skype : vladutzvladutz2
  5. How should i add this render target for ingame itemshop too , it works but only for inventory and shops
  6. Can someone help me with this bug please? [Hidden Content] t/c char_battle.cpp
  7. ui.quest? can u reupload please?
  8. Can someone help me with ui.inventory.py for this sistem if app.ENABLE_HIDE_COSTUME_SYSTEM: def ButtonsHideCostume(self): self.elemets_world["position"] = [ [61,45], [61,8], [13,15] I don't know what i didn't do good i entered in client but nothing happend. no syserr .
  9. Can someone help me with this error in shop_manager.cpp please? shopmanager.cpp #ifdef ENABLE_RENEWAL_SHOPEX { std::unordered_set<CShop*> v; // include unordered_set auto ExDelete = [&v](TShopMap& c) { for (auto it = c.begin(); !c.empty() && it != c.end();) { const auto shop = it->second; if (shop && shop->IsShopEx()) { it = c.erase(it); v.insert(shop); } else ++it; } }; ExDelete(m_map_pkShopByNPCVnum); ExDelete(m_map_pkShop); for (const auto& del : v) delete del; } #endif shop_manager.cpp: In member function 'bool CShopManager::ReadShopTableEx(const char*, bool)': shop_manager.cpp:826:3: error: 'unordered_set' is not a member of 'std' std::unordered_set<CShop*> v; ^ shop_manager.cpp:826:3: note: suggested alternatives: In file included from /usr/local/lib/gcc49/include/c++/tr1/unordered_set:42:0, from stdafx.h:27, from shop_manager.cpp:1: /usr/local/lib/gcc49/include/c++/tr1/unordered_set.h:173:11: note: 'std::tr1::unordered_set' class unordered_set ^ In file included from ../../../Extern/include/boost/unordered/unordered_set.hpp:16:0, from shop_manager.cpp:28: ../../../Extern/include/boost/unordered/unordered_set_fwd.hpp:24:11: note: 'boost::unordered_set' class unordered_set; ^ shop_manager.cpp:826:27: error: expected primary-expression before '*' token std::unordered_set<CShop*> v; ^ shop_manager.cpp:826:28: error: expected primary-expression before '>' token std::unordered_set<CShop*> v; ^ shop_manager.cpp:826:30: error: 'v' was not declared in this scope std::unordered_set<CShop*> v; ^ shop_manager.cpp:841:26: error: unable to deduce 'auto&&' from 'v' for (const auto& del : v) ^ shop_manager.cpp:842:11: error: type '<type error>' argument given to 'delete', expected pointer delete del; ^
  10. Help please? ui inventory 759 : self.wndMoneySlot = self.wndExpandedMoneyBar.GetMoneySlot() 0104 15:39:15523 :: Traceback (most recent call last): 0104 15:39:15523 :: File "networkModule.py", line 239, in SetGamePhase 0104 15:39:15523 :: File "game.py", line 118, in __init__ 0104 15:39:15523 :: File "interfaceModule.py", line 477, in MakeInterface 0104 15:39:15523 :: File "interfaceModule.py", line 278, in __MakeTaskBar 0104 15:39:15523 :: File "uiInventory.py", line 759, in SetExpandedMoneyBar 0104 15:39:15523 :: AttributeError 0104 15:39:15523 :: : 0104 15:39:15523 :: 'ExpandedMoneyTaskBar' object has no attribute 'GetMoneySlot' 0104 15:39:15523 :: @WLsj24
  11. Does someone can help me to fix this bug with tooltip on "PressEscapeKey" i can't find a fix Thanks in advance.
×
×
  • 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.