Jump to content

Cr41s3

Inactive Member
  • Posts

    19
  • Joined

  • Last visited

  • Feedback

    0%

About Cr41s3

Informations

  • Gender
    Male

Recent Profile Visitors

927 profile views

Cr41s3's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

2

Reputation

  1. Hello everyone, I've got a small problem when I am compiling the db binary. I am using the vanilla 2.6 source and didn't modify anything yet. Furthermore, I am using FreeBSD 10.2 64-Bit. The error has something to do with the mysql libary. Parts of my Makefile: When running gmake, it throws the following error:
  2. Hello everyone, I set up a server with the clean files from this board + its database. I am using the 40k Test Client. My problem is that every item, which I equip became invisible in my inventory, so it looks like I don't have anything equipped but I do. Any idea? Syserr on the client is empty.
  3. That's what I saw too but the question is HOW to fix this? I am now using different 40k files, but I've got the same problem.
  4. Hey guys. I've got a problem on my FreeBSD 9.3 system. When I try to start my DB it directly crashes. If I start it via shell ./db/db I get the following error Test Server Log OffAsyncSQL: connected to 127.0.0.1 (reconnect 1) Success PLAYER AsyncSQL: connected to 127.0.0.1 (reconnect 1) Success ACCOUNT AsyncSQL: connected to 127.0.0.1 (reconnect 1) AsyncSQL: connected to 127.0.0.1 (reconnect 1) AsyncSQL: connected to 127.0.0.1 (reconnect 1) Success COMMON AsyncSQL: connected to 127.0.0.1 (reconnect 1) AsyncSQL: connected to 127.0.0.1 (reconnect 1) AsyncSQL: connected to 127.0.0.1 (reconnect 1) Success HOTBACKUP Segmentation fault (core dumped) And my syslog (syserr is empty) Jun 19 21:01:22 :: Start of pid: 7797 Jun 19 21:01:22 :: connecting to MySQL server (player) Jun 19 21:01:22 :: CREATING DIRECT_SQL Jun 19 21:01:22 :: AsyncSQL: locale latin1 Jun 19 21:01:22 :: CREATING MAIN_SQL Jun 19 21:01:22 :: AsyncSQL: locale latin1 Jun 19 21:01:22 :: CREATING ASYNC_SQL Jun 19 21:01:22 :: AsyncSQL: locale latin1 Jun 19 21:01:22 :: OK Jun 19 21:01:22 :: connecting to MySQL server (account) Jun 19 21:01:22 :: CREATING DIRECT_SQL Jun 19 21:01:22 :: AsyncSQL: locale latin1 Jun 19 21:01:22 :: CREATING MAIN_SQL Jun 19 21:01:22 :: AsyncSQL: locale latin1 Jun 19 21:01:22 :: CREATING ASYNC_SQL Jun 19 21:01:22 :: AsyncSQL: locale latin1 Jun 19 21:01:22 :: OK Jun 19 21:01:22 :: connecting to MySQL server (common) Jun 19 21:01:22 :: CREATING DIRECT_SQL Jun 19 21:01:22 :: AsyncSQL: locale latin1 Jun 19 21:01:22 :: CREATING MAIN_SQL Jun 19 21:01:22 :: AsyncSQL: locale latin1 Jun 19 21:01:22 :: CREATING ASYNC_SQL Jun 19 21:01:22 :: AsyncSQL: locale latin1 Jun 19 21:01:22 :: OK Jun 19 21:01:22 :: connecting to MySQL server (hotbackup) Jun 19 21:01:22 :: CREATING DIRECT_SQL Jun 19 21:01:22 :: AsyncSQL: locale latin1 Jun 19 21:01:22 :: CREATING MAIN_SQL Jun 19 21:01:22 :: AsyncSQL: locale latin1 Jun 19 21:01:22 :: CREATING ASYNC_SQL Jun 19 21:01:22 :: AsyncSQL: locale latin1 Jun 19 21:01:22 :: OK Jun 19 21:01:22 :: ClientManager initialization.. Jun 19 21:01:22 :: InitializeLocalization() - LoadLocaleTable(count:13) Jun 19 21:01:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE0)] = 0 5 6 8 10 12 14 16 18 20 22 24 Jun 19 21:01:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE1)] = 0 5 6 8 10 12 14 16 18 20 22 24 Jun 19 21:01:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE2)] = 0 5 6 8 10 12 14 16 18 20 22 24 Jun 19 21:01:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE3)] = 0 5 6 8 10 12 14 16 18 20 22 24 Jun 19 21:01:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE4)] = 0 5 6 8 10 12 14 16 18 20 22 24 Jun 19 21:01:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE5)] = 0 5 6 8 10 12 14 16 18 20 22 24 Jun 19 21:01:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE6)] = 0 5 6 8 10 12 14 16 18 20 22 24 Jun 19 21:01:22 :: locale[UNKNOWN_KEY(SKILL_POWER_BY_LEVEL_TYPE7)] = 0 5 6 8 10 12 14 16 18 20 22 24 Jun 19 21:01:22 :: locale[LOCALE] = singapore Jun 19 21:01:22 :: Changed g_stLocale latin1 to latin1 Jun 19 21:01:22 :: SetLocale start Jun 19 21:01:22 :: --mysql_set_character_set(latin1) Jun 19 21:01:22 :: --mysql_set_character_set(latin1) Jun 19 21:01:22 :: --mysql_set_character_set(latin1) Jun 19 21:01:22 :: --mysql_set_character_set(latin1) Jun 19 21:01:22 :: --mysql_set_character_set(latin1) Jun 19 21:01:22 :: --mysql_set_character_set(latin1) The problems seems to be at the InitializeLocalization() but I have no clue why. I am using the following files [Hidden Content] with Vanilla Core 2.6 Hopefully someone finds the problem Regards
  5. Hey guys. I am currently running into the following problem. While compiling my db (mainline_released unmodified) i get this error: [Hidden Content] I hope you guys can help me. Thanks in advance
  6. What would help me To identify the error? I am asking for help, not for the fact that I can't identify it on my own. Edit: I think it's my makefile, which is causing the problems
  7. Hey guys. I keep getting an error while trying to compile the novaline Server. My Makefile: [Hidden Content] My Build Log: [Hidden Content] I am using this Box to compile my server on: I hope you guys can help me. Thanks in advance
  8. Okey thanks. I will use my own core, I already found out how to work with it. Isn't that difficult as I expected
×
×
  • 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.