Looking4Group / L4G_Core

Looking4Group Core
http://looking4group.eu
GNU General Public License v2.0
37 stars 73 forks source link

stack smashing detected #3852

Closed joinjold closed 7 years ago

joinjold commented 7 years ago

WORLD: World initialized

TC> stack smashing detected : ./looking4groupcore terminated Aborted (core dumped)

It crashes when my client logs in I checked the log without information.

Xadras commented 7 years ago

Well, it's hard to even make suggestions without a log :| Did you check the server.log and db_errors.log, too?

joinjold commented 7 years ago

I checked the database today and found the db_errors.log bug. I don't know if it's here. TSCR: Entry -1811004 in table script_texts has Type 7 but this Chat Type does not exist

Database script_texts data I also sent up. (-1811004, 'takes a deep breath', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 7, 0, 0, 'felmyst EMOTE_BREATH'), Is there anyone who can give me a reply? type Value Localization 0 CHAT_TYPE_SAY 1 CHAT_TYPE_YELL 2 CHAT_TYPE_TEXT_EMOTE 3 CHAT_TYPE_BOSS_EMOTE 4 CHAT_TYPE_WHISPER 5 CHAT_TYPE_BOSS_WHISPER 6 CHAT_TYPE_ZONE_YELL 7 CHAT_TYPE_ZONE_BOSS_EMOTE

AnonXS commented 7 years ago

type 7 was never excluded from being outputted in the error log, same as other false errors like GUID as ID in creature_ai_scripts. ScriptMgr.cpp

I dont think this is the root of your issue.

But well maybe 7 is just a hellground thing and 3 is correct.

https://github.com/cmangos/issues/wiki/Db_script_string#type

Type 7 seems to be hgcore only: https://www.google.de/search?q=CHAT_TYPE_ZONE_BOSS_EMOTE

Xadras commented 7 years ago

Well, whatever, that's not the crash-issue. Just a guess: Did you apply all the realm & char database updates?

Rapth commented 5 years ago

hi friend .have you found a solution of this?