DayZed - Server Files

cyrq

Valued Member!
dayzed.logo.png

SERVER FILES DOWNLOAD: https://github.com/cyrq/DayZed-Server-Files

DayZed Mod
DayZed Mod is based on DayZ Mod by Dean 'rocket' Hall and It aims to be more unforgiving, balanced and harder, while including new features such as items, skins, actions, weapons, loot, map additions and more. DayZed uses the Reality Hive by thevisad - originaly Bliss Hive by ayan4m1

Licence


(http://www.bistudio.com/community/licenses/dayz-mod-license-share-alike)
 
I am trying to run DayZed on my server for personal use but I am having a few issues and wondered if you guys would be able to offer some advise please. The errors I am getting are as follows:

Error #1:
2014-11-08 14:41:48 Database: [Error] Error 1146 (Table 'dayzed.object_data' doesn't exist) in MySQLQuery SQL: 'select iv.id as id, v.class_name, 0 as owner_id, iv.worldspace, iv.inventory, iv.parts, iv.fuel, iv.damage from `Object_DATA` iv join `world_vehicle` wv on iv.`world_vehicle_id` = wv.`id` join `vehicle` v on wv.`vehicle_id` = v.`id` where iv.`instance_id` = 3 union select id.`unique_id`, d.`class_name`, id.`owner_id`, id.`worldspace`, id.`inventory`, `Hitpoints`, `Fuel`, `Damage` from `Object_DATA` id inner join `deployable` d on id.`deployable_id` = d.`id` where id.`instance_id` = 3 AND `deployable_id` IS NOT NULL'
2014-11-08 14:41:48 Database: [Error] Failed to fetch objects from database
2014-11-08 14:41:57 Database: [Error] Error 1452 (Cannot add or update a child row: a foreign key constraint fails (`dayzed`.`instance_vehicle`, CONSTRAINT `instance_vehicle_ibfk_1` FOREIGN KEY (`instance

Error #2:
2014-11-08 16:40:58 HiveExt: [Error] Error fetching created character for playerId

I have someone helping me but we are both lost at the moment as to what is causing this, any advise would be appreciated. We downloaded the files from github a few weeks ago.

Regards
 
Sorry for earlier I managed to get my other problems fixed. Currently using your github database.sql, @hive, MPMission and all the db.dll's. When I try to load into the server (fresh database) I get this spammed in the HiveExt.log and am unable to successfully spawn in.
in.

Code:
Database: [Error] Error 1062 (Duplicate entry '76561197974390741' for key 'uq_profile') in MySQLStmtExecute SQL: 'insert into profile (`unique_id`, `name`) values (?, ?) VALUES("76561197974390741", "Sarah")'
Database: [Error] Error 1062 (Duplicate entry '76561197974390741' for key 'uq_profile') in MySQLStmtExecute SQL: 'insert into profile (`unique_id`, `name`) values (?, ?) VALUES("76561197974390741", "Sarah")'
HiveExt: [Error] Error fetching created character for playerId 76561197974390741
HiveExt: [Error] Error fetching created character for playerId 76561197974390741

Double checked everything seems to be set up correctly over here, you have any idea what may be causing this?
Let me know if you need any extra info, i get no other errors elsewhere (like the .RPT)
Appreciate your help
 
Back
Top