HiveExt and Database: [Error] with 0.2.1

Consequence

New Member
Since updating my private hive server to 0.2.1 I have been receiving a lot of these messages in my HiveExt.log file. This seems to be a source of constant desync chains on my server as well.

Anyone have any idea what may be causing this and if there is a change I can make to code to correct this?

Thanks!

Code:
2013-08-03 10:02:59 HiveExt: [Error] Error executing |CHILD:305:<null>:[0,[0,0,0]]:0:|
2013-08-03 10:02:59 HiveExt: [Error] Error executing |CHILD:306:<null>:[]:0:|
2013-08-03 10:11:20 Database: [Error] Error 1292 (Truncated incorrect DOUBLE value: '858754AX') in MySQLStmtExecute SQL: 'UPDATE `survivor` SET `inventory` = ? , `backpack` = ? WHERE `unique_id` = ? VALUES("[["DDOPP_X26"],["DDOPP_1Rnd_X26","DDOPP_1Rnd_X26","DDOPP_1Rnd_X26","ItemBandage","ItemBandage","ItemPainkiller"]]", "["DZ_Patrol_Pack_EP1",[],[]]", 11431)'
2013-08-03 10:12:50 Database: [Error] Error 1292 (Truncated incorrect DOUBLE value: '858754AX') in MySQLStmtExecute SQL: 'UPDATE `survivor` SET `inventory` = ? , `backpack` = ? WHERE `unique_id` = ? VALUES("[["DDOPP_X26"],["DDOPP_1Rnd_X26","DDOPP_1Rnd_X26","DDOPP_1Rnd_X26","ItemBandage","ItemBandage","ItemPainkiller"]]", "["DZ_Patrol_Pack_EP1",[],[]]", 11432)'
2013-08-03 10:14:32 Database: [Error] Error 1292 (Truncated incorrect DOUBLE value: '858754AX') in MySQLStmtExecute SQL: 'UPDATE `survivor` SET `inventory` = ? , `backpack` = ? WHERE `unique_id` = ? VALUES("[["DDOPP_X26"],["DDOPP_1Rnd_X26","DDOPP_1Rnd_X26","DDOPP_1Rnd_X26","ItemBandage","ItemBandage","ItemPainkiller"]]", "["DZ_Patrol_Pack_EP1",[],[]]", 11433)'
2013-08-03 10:19:53 Database: [Error] Error 1292 (Truncated incorrect DOUBLE value: '858754AX') in MySQLStmtExecute SQL: 'UPDATE `survivor` SET `inventory` = ? , `backpack` = ? WHERE `unique_id` = ? VALUES("[["DDOPP_X26"],["DDOPP_1Rnd_X26","DDOPP_1Rnd_X26","DDOPP_1Rnd_X26","ItemBandage","ItemBandage","ItemPainkiller"]]", "["DZ_Patrol_Pack_EP1",[],[]]", 11434)'
2013-08-03 10:35:07 Database: [Error] Error 1292 (Truncated incorrect DOUBLE value: '858754AX') in MySQLStmtExecute SQL: 'UPDATE `survivor` SET `inventory` = ? , `backpack` = ? WHERE `unique_id` = ? VALUES("[["DDOPP_X26"],["DDOPP_1Rnd_X26","DDOPP_1Rnd_X26","DDOPP_1Rnd_X26","ItemBandage","ItemBandage","ItemPainkiller"]]", "["DZ_Patrol_Pack_EP1",[],[]]", 11435)'
2013-08-03 10:38:09 Database: [Error] Error 1292 (Truncated incorrect DOUBLE value: '858754AX') in MySQLStmtExecute SQL: 'UPDATE `survivor` SET `inventory` = ? , `backpack` = ? WHERE `unique_id` = ? VALUES("[["DDOPP_X26"],["DDOPP_1Rnd_X26","DDOPP_1Rnd_X26","DDOPP_1Rnd_X26","ItemBandage","ItemBandage","ItemPainkiller"]]", "["DZ_Patrol_Pack_EP1",[],[]]", 11436)'
 
Ive been chasing down that problem aswell, im getting the error executing child after about an hour server uptime, and with about 40+ players, everything runs pretty decent untill the hive error pops up then everything goes to shit. as for the database errors it looks like you imported your old database in? try deleting your survivor table data or if you dont want to whipe everyons data look for the 6 lines that are cuasing that isssue
they look to be somewhere in the survivor table*
 
Even if I delete the offending record (indicated by their database ID in the error) every time they respawn, the new record has the same issue, so it is something that is still occurring and not left over from updating to 0.2.1.
 
Im in the same boat, Cant get rid of these hive errors to save my life
2013-08-03 21:12:02 HiveExt: [Error] Error executing |CHILD:305:<null>:[0,[0,0,0]]:0:|
2013-08-03 21:12:02 HiveExt: [Error] Error executing |CHILD:306:<null>:[]:0:|
Hopefully someone can help us both
 
Back
Top