Page 1 of 1

New error in stdout.log

Posted: Sun Feb 21, 2010 9:20 am
by netvirus
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 3957:
L2JDP Revision 7104:

Has found out today.
What does it mean?

Could not store char base data: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value adjusted
for column 'pvpkills' at row 1

Re: New error in stdout.log

Posted: Sun Feb 21, 2010 9:29 am
by knoppix
The value for pvpkills column in the character table is wrong =).

Its like you are trying to store a number in a column that only accepts chars or a value of 8 characters when the column only accepts 5.

Check that, fix it, and restart the server.