Core Crash, logs?

03/23/2014 21:51 -Zhui-#1
Einer meiner Core's Crasht immer wieder.

Nun will ich natürlich schauen an was es lag, jedoch ist das alles was
in der Syserr des Core's drinne steht:

Code:
SYSERR: Mar 23 15:00:54 :: ChildLoop: AsyncSQL: query failed: Unknown column 'account_id' in 'field list' (query: REPLACE INTO levellog (name, level, time, account_id, pid, playtime) VALUES('MrBlue', 37, NOW(), 52431, 58039, 86) errno: 1054)
SYSERR: Mar 23 15:13:35 :: ChildLoop: AsyncSQL: query failed: Unknown column 'account_id' in 'field list' (query: REPLACE INTO levellog (name, level, time, account_id, pid, playtime) VALUES('MrBlue', 38, NOW(), 52431, 58039, 98) errno: 1054)
SYSERR: Mar 23 15:26:20 :: locale_find: LOCALE_ERROR: "ÀÌ¹Ì Å»°ÍÀ» ÀÌ¿ëÁßÀÔ´Ï´Ù.";
SYSERR: Mar 23 15:53:00 :: ChildLoop: AsyncSQL: query failed: Unknown column 'account_id' in 'field list' (query: REPLACE INTO levellog (name, level, time, account_id, pid, playtime) VALUES('MrBlue', 39, NOW(), 52431, 58039, 130) errno: 1054)
Und in syslog

Code:
SYSERR: Mar 23 20:12:52 :: ChildLoop: AsyncSQL: query failed: Column count doesn't match value count at row 1 (query: INSERT DELAYED INTO money_log VALUES (NOW(), 8, 72728, 4) errno: 1136)
SYSERR: Mar 23 20:19:34 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Mar 23 20:19:34 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Mar 23 20:24:18 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Mar 23 20:24:18 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Mar 23 20:45:35 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Mar 23 20:45:35 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
Was kann der Fehler sein? :s
03/23/2014 22:27 .Colossus.#2
hast du die tabelle levellog bei in der rubrik log, bzw. sind alle spalten vorhanden?
03/23/2014 22:34 -Zhui-#3
Quote:
Originally Posted by .Colossus. View Post
hast du die tabelle levellog bei in der rubrik log, bzw. sind alle spalten vorhanden?
[Only registered and activated users can see links. Click Here To Register...] Levellog: name , level , time , playtime
03/23/2014 22:48 .Colossus.#4
name, level, time, account_id, pid, playtime
diese spalten sollten in dieser reihenfolge drinn sein
03/23/2014 23:04 -Zhui-#5
Quote:
Originally Posted by .Colossus. View Post
name, level, time, account_id, pid, playtime
diese spalten sollten in dieser reihenfolge drinn sein
Hab dies erledigt, löst dies den 'hupsig' fehler?
03/23/2014 23:09 .Colossus.#6
dadurch wird deine syserr nicht zugespammt, da die logs nun eingetragen werden können
03/23/2014 23:16 -Zhui-#7
Quote:
Originally Posted by .Colossus. View Post
dadurch wird deine syserr nicht zugespammt, da die logs nun eingetragen werden können
Das bedeutet der Core kann abstürzen weil die syserr zugespammt wird weil die logs nicht einegtragen werden können?