Jump to content

dreammaker

Inactive Member
  • Posts

    64
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by dreammaker

  1. Only Mobs and NPC's are loading late (like lag) .what can be the problem folks ?
  2. I commented the line and disabled Lycan in source but, Lycan bonuses , books, stones and related stuff remains in game . I have to manually remove everything. Thanks for your help
  3. When I disable it from makefile will it disable all functions (item functions, weapons, bonuses, books...) related with lycan ?
  4. Hi everybody. How can I completely remove (or disable ) wolfman-(lycan) from client and game source ? In my game source, there is setting in Makefile : WOLF_ENABLE = lycan What should I do to disable it ? or completely remove lycan and all related stuff ?
  5. I checked "\libthecore\include\log.h" its seems exaclty the same as your paste:
  6. thanks metin2-factory. this is my log.c file: I compared it with a different mainline source it seems same. Maybe something else
  7. Hi VegaS I didnt mean Client syserr.txt I mean game generated syserr file in CH's
  8. I have somebodies (mainline) source and he disabled syserr log (in game source not Client source).( I mean syserr file generated by game in CH's) How can I re-enable it ?
  9. So what is it for ?
  10. Thanks Slime I solved this problem also .changed crytopp folder with another version and it worked.Now Im experiencing a new problem .When I enter char. core dumps and CH closes.In db syserr log there FDWATCH errors.Probabyly some map or mob downs the core
  11. db problem solved . in libmysql/7.x-5.1.35 and 5.x-5.1.35 there is a file named: libmysqlclient.a is missing. I put them back from some where and db compiled succesfully So problem on src/game continue related with cryptoPP
  12. Hi Slime. db make file attached to my post and paste2 [Hidden Content] Makefile
  13. Thanks Slime I solved the problem .It happens because of Boost version (game wants its old verison, so I installed old) Now I have 2 new problems unsolved: 1)db/src linking ... /usr/local/bin/ld: cannot find -lmysqlclient collect2: error: ld returned 1 exit status gmake: *** [../db_r40250] Error 1 2)game/src Second one probably problems with CrytoPP .Thanks for helping
  14. Screenshot exactly same as these log (This is the whole compile log ) Probably somewhere before these lines there is an important breakpoint other than warning, so it stops compiling : ../../../Extern/include/boost/unordered/unordered_map.hpp:1212: instantiated from 'typename boost::unordered::unordered_map<K, T, H, P, A>::iterator boost::unordered::unordered_map<K, T, H, P, A>::find(const K&) [with K = VID, T = unsigned int, H = boost::hash<VID>, P = std::equal_to<VID>, A = std::allocator<std::pair<const VID, unsigned int> >]' char_skill.cpp:3589: instantiated from here gmake: *** [OBJDIR/char_skill.o] Error 1 gmake: *** Waiting for unfinished jobs....
  15. Im using mainline released Anyone pls help me. what is the reason of compile error ?
  16. In char. login screen I can't select chars. with keyboard (arrow keys) and pressing enter on keyboard doesn't work too.Just have to click mouse for everything. What can be the problem ?
  17. We know error explains itself.But we are curious, what can we do to solve this error
×
×
  • 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.