i stuck on "setup complete"

taratorn

New Member
i try to open Namalsk server

when connect it stuck on setup complete


Code:
2012-11-18 05:46:14 Database.MySQLConnection: [Trace] Query [0 ms] SQL: select `name` from `profile` WHERE `unique_id` = '1234567'
2012-11-18 05:46:14 Database.MySQLConnection: [Trace] Query [0 ms] SQL: select s.`id`, s.`worldspace`, s.`inventory`, s.`backpack`, timestampdiff(minute, s.`start_time`, s.`last_updated`) as `SurvivalTime`, timestampdiff(minute, s.`last_ate`, NOW()) as `MinsLastAte`, timestampdiff(minute, s.`last_drank`, NOW()) as `MinsLastDrank`, s.`model` from `survivor` s join `instance` i on s.`world_id` = i.`world_id` and i.`id` = 8 where s.`unique_id` = '1234567' and s.`is_dead` = 0
2012-11-18 05:46:14 Database.MySQLConnection: [Trace] Query [0 ms] SQL: select `inventory`, `backpack` from `instance` where `id` = 8
2012-11-18 05:46:14 Database.MySqlPreparedStatement: [Trace] Execute [1 ms] Statement: insert into `survivor` (`unique_id`, `start_time`, `world_id`, `worldspace`, `inventory`, `backpack`, `medical`) select ?, now(), i.`world_id`, ?, i.`inventory`, i.`backpack`, ? from `instance` i where i.`id` = ? VALUES("1234567", "[]", "[false,false,false,false,false,false,false,12000,[],[0,0],0]", 8)
2012-11-18 05:46:14 Database.MySQLConnection: [Trace] Query [0 ms] SQL: select s.`id` from `survivor` s join `instance` i on s.world_id = i.world_id and i.id = 8 where s.`unique_id` = '1234567' and s.`is_dead` = 0
2012-11-18 05:46:14 : [Error] Error fetching created character for playerId 1234567X
2012-11-18 05:46:15 : [Error] Error executing |CHILD:102:<null>:|
 
I would double check that u have added the instance to the instance table
I always end up forgetting to-do that
 
Why does the player connecting have the unique_id 1234567?
i change it.

Why does the player connecting have the unique_id 1234567?
I would double check that u have added the instance to the instance table
I always end up forgetting to-do that
instance it can set on navicat dayz >instance right ? or elsewhere.
i try to open server namalsk so instance it 8 ?

this it what i set up
id = 1
world_id = 8
inventory = [[ItemMap,ItemCompass,ItemMatchbox,FoodCanBakedBeans,ItemKnife,FoodCanBakedBeans],[ItemTent,ItemBandage,ItemBandage]]
backpack = ["DZ_Patrol_Pack_EP1",[[],[]],[[],[]]]
 
Back
Top