01-22-2013, 08:01 PM
При нажатие создать закрывается ГС с такой ошибкой,
Сборка от рабита.
Код:
Необработанное исключение: MySql.Data.MySqlClient.MySqlException: Unknown column
'ict1' in 'field list'
в MySql.Data.MySqlClient.MySqlStream.OpenPacket()
в MySql.Data.MySqlClient.NativeDriver.ReadResult(UIn t64& affectedRows, Int64&
lastInsertId)
в MySql.Data.MySqlClient.MySqlDataReader.GetResultSe t()
в MySql.Data.MySqlClient.MySqlDataReader.NextResult( )
в MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior)
в MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuer y()
в c_game.db.SQL_Block.sql_insert(Boolean ex) в d:\Games\Server\PTS\l2game\c_g
ame\db\SQLjec.cs:строка 99
в c_game.model.items.L2Item.sql_insert(Int32 id) в d:\Games\Server\PTS\l2game
\c_game\model\items\L2Item.cs:строка 384
в c_game.model.inventory.InvPC.addItem(L2Item item, Boolean msg, Boolean upda
te) в d:\Games\Server\PTS\l2game\c_game\model\inventory\ InvPC.cs:строка 294
в c_game.network.l2recv.CharacterCreate.run() в d:\Games\Server\PTS\l2game\c_
game\network\l2recv\CharacterCreate.cs:строка 138
в System.Threading.ThreadHelper.ThreadStart_Context( Object state)
в System.Threading.ExecutionContext.RunInternal(Exec utionContext executionCon
text, ContextCallback callback, Object state, Boolean preserveSyncCtx)
в System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, Co
ntextCallback callback, Object state, Boolean preserveSyncCtx)
в System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, Co
ntextCallback callback, Object state)
в System.Threading.ThreadHelper.ThreadStart()