Jump to content

Metin2 Dev

Bot
  • Posts

    2151
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Metin2 Dev

  1. libm is a system library /usr/lib/libm.so -> /lib/libm.so.5 (14 Nov 11 22:52), so is libc. Well that was an example im not using gcc on a bsd10 system it was only to clarify what i meant.
  2. Where did i argue against myself ? I said keep doing whatever you are doing until you break sth. The whole point of shared linking is that you can upgrade your libraries and not stay with the same old ones. Most of them if not all are not backwards compatible so one would have a problem if one went from BSD10 => BSD9.X but one is doing an upgrade so nothing should error out. Old systems ldd output (Special paths come from /etc/libmap.conf): libthr.so.3 => /lib/libthr.so.3 (0x285f1000) libstdc++.so.6 => /usr/local/lib/gcc49/libstdc++.so.6 (0x28612000) libm.so.5 => /lib/libm.so.5 (0x28710000) libgcc_s.so.1 => /usr/local/lib/gcc49/libgcc_s.so.1 (0x2872b000) libc.so.7 => /lib/libc.so.7 (0x28748000) New systems ldd output before we installed gcc: libthr.so.3 => /lib/libthr.so.3 (0x285f0000) libstdc++.so.6 => not found (0) libm.so.5 => /lib/libm.so.5 (0x28612000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x28638000) libc.so.7 => /lib/libc.so.7 (0x28644000) New system after we installed gcc: libthr.so.3 => /lib/libthr.so.3 (0x285f0000) libstdc++.so.6 => /usr/local/lib/gcc49/libstdc++.so.6 (0x28612000) libm.so.5 => /lib/libm.so.5 (0x286fd000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x28723000) libc.so.7 => /lib/libc.so.7 (0x2872f000) Result: A working binary + a clean system that is up2date and properly organized. Notice the changes(0x)
  3. Keep copying until it breaks then.
  4. Looks nice making it a bit smaller wont hurt.
  5. The usual i copy libs approach looks like that: Download an ancient .zip / .rar file with many libs and shove it in /usr/lib(32) or /usr/local/lib(32) libstdc++.so.6 included. In fact compiling gcc from ports shouldnt be a problem bcs the version is newer.
  6. If you dont plan on using CLANG theres nothing you need to do install gcc from ports and everything should work no idea if libcxxrt will play along tho. Dont copy libs from other system they can heavily damage your system bcs they were not made for the version of FreeBSD you are using. Kind regards MartPwnS
  7. If you are not managing to compile it you shouldnt use it... It was tailored for WoM and it was leaked with 0 respect. 80% of this community want something raw and not sth alrdy changed. Kind regards PS: No support for leaked / stolen releases.
  8. Hi guys! Shared about @Denis; I want to build the above process with visual studio 2013 but "In VS 2008 go to Tools-> Options-> Project and Solutions-> VC ++ Directories => Select Include files and include there your include_stuff folder than select Library files and include there your lib_stuff files." I can not make this section. because; I can not select include_stuff and lib_stuff files thanks
  9. Is it possible that your debug symbols / source doesnt match your binary ? There should be no way that this gets into the backtrace if you dont use it.
  10. 1 + 3 is caused by some quest making operations on GetValue() it might pass an invalid pointer to LPITEM => leading to a segfault while trying to get the Values (q.GetCurrentItem()) is providing the ITEM Pointer. => start looking for an item.has_flag() on your quests and see if it might trigger faulty behaviour (User Input ?). 2: Its either m_stName being corrupted or m_pkMobData not returning valid results => Throwing an exception on access.
  11. now thats funny is there any official documentation on that ? I unpacked the official binary but didnt check for bleeding i guess <.<
  12. use ee /etc/ssh/sshd_config and change it then
  13. As some of you may know the new mob_proto struct is 156 bytes in size instead of 155. I traced that back to a change on MOB_RESISTS_MAX_NUM which is 12 instead of 11. Now let's come to my question: I guess they added a wolfman specific resistance for the mobs either CLAW or even directly WOLFMAN. The problem is, that the values of the last resistance are strange if i read them e.g 100% on the flame_dungeon Purgatory Metin. Sooo now its up to you guys to enlighten me and find the missing piece of information. Screenshot of the output it generates with skipping the flag: (not writing it) As you can see the flags are perfectly fine. No misread stuff etc. Kind regards MartPwnS
  14. We didn't sell any Mapeditor just to clarify that Chia was lying there... About the rest could be true but i guess the patchserver theory with the image uploader is still the most likely source of the leak (Remote Shell) We will never know how the source got leaked until some official member involved in the leak confirms what exactly happened. .SG has no idea since it was stolen from Ymir/Webzen's systems. Kind regards MartPwnS
  15. Theres a space in the query ^^
  16. There you go: [Hidden Content] Some bugs are known (Terrain rendering) but besides that it should work fine. Kind regards MartPwnS
  17. Stop pushing old threads #closed
  18. So convert to serverside in WordEditor.
  19. Edit your textures in textureset/map_name.txt
  20. Okay, I did it. Now I have this erroes: Error 3 error LNK2001: unresolved external symbol "int __cdecl Ymir_WideCharToMultiByte(unsigned int,unsigned long,wchar_t const *,int,char *,int,char const *,int *)" (?Ymir_WideCharToMultiByte@@YAHIKPB_WHPADHPBDPAH@Z) C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj) UserInterface Error 4 error LNK2001: unresolved external symbol "wchar_t __cdecl Arabic_ConvSymbol(wchar_t)" (?Arabic_ConvSymbol@@YA_W_W@Z) C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj) UserInterface Error 5 error LNK2001: unresolved external symbol "bool __cdecl Arabic_IsInPresentation(wchar_t)" (?Arabic_IsInPresentation@@YA_N_W@Z) C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj) UserInterface Error 6 error LNK2001: unresolved external symbol "bool __cdecl Arabic_HasPresentation(wchar_t *,int)" (?Arabic_HasPresentation@@YA_NPA_WH@Z) C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj) UserInterface Error 7 error LNK2001: unresolved external symbol "bool __cdecl Arabic_IsInSymbol(wchar_t)" (?Arabic_IsInSymbol@@YA_N_W@Z) C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj) UserInterface Error 8 error LNK2001: unresolved external symbol "unsigned int __cdecl Arabic_MakeShape(wchar_t *,unsigned int,wchar_t *,unsigned int)" (?Arabic_MakeShape@@YAIPA_WI0I@Z) C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj) UserInterface Error 9 error LNK2001: unresolved external symbol "int __cdecl Ymir_MultiByteToWideChar(unsigned int,unsigned long,char const *,int,wchar_t *,int)" (?Ymir_MultiByteToWideChar@@YAHIKPBDHPA_WH@Z) C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceeterlib.lib(GrpTextInstance.obj) UserInterface Error 10 error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ) C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfacecryptlib-5.6.1MT.lib(cryptlib.obj) UserInterface Error 11 error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ) C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfacecryptlib-5.6.1MT.lib(cryptlib.obj) UserInterface Error 12 error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z) C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfacecryptlib-5.6.1MT.lib(integer.obj) UserInterface Error 13 error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z) C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfacecryptlib-5.6.1MT.lib(integer.obj) UserInterface Error 14 error LNK1120: 11 unresolved externals C:UsersFilipDesktopsrcnovalineSrcsClientUserInterfaceReleasemetin2client.exe UserInterface
×
×
  • 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.