Hive not starting up

McGee

New Member
I am running linux version Centos 6.4 I can have linux start up and when I join I get Hive Starting but after that all hope is gone here is a copy of my log file.

Command Line - ./server -name=reality -profiles=dayz_2842.chernarus -config=dayz_2842.chernarus/config_4bd67c3a.cfg -cfg=dayz_2842.chernarus/basic.cfg -mod="@dayz;expansion/beta;expansion/beta/expansion;expansion/beta/expansion/addons;@hive"

Dayz fully loads up.

Log for Hive

Code:
19:58:08 AR - McGee uses modified data file
19:58:08 BattlEye Server: Player #0 AR - McGee (68.60.52.160:2332) connected
19:58:08 Player AR - McGee connecting.
19:58:08 Mission dayz_2842.chernarus read from bank.
19:58:09 Server error: Player without identity AR - McGee (id 962950378)
19:58:09 Player AR - McGee connected (id=94318214).
19:58:09 BattlEye Server: Player #0 AR - McGee - GUID: 54ba76631b8392dfa14085d8b38a907c (unverified)
19:58:13 Roles assigned.
19:58:13 Reading mission ...
19:58:15 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_sidl/
19:58:15 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_PowLines_WoodL/
19:58:15 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_ind/
19:58:15 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_PowLines_ConcL/
19:58:15 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_ind_zebr/
19:58:16 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_sidl_2/
19:58:16 Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_lampa_sidl_3/
19:58:18 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 0)! MoveName: amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon
19:58:19 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 1)! MoveName: amovpercmrunsnonwbindf_rfl
19:58:20 "PRELOAD_ Functions\init [[<No group>:0 (FunctionsManager)],any]"
19:58:20 "MPframework inited"
19:58:20 Mission read.
19:58:21 "Res3tting B!S effects..."
19:58:21 "HIVE: Starting"
19:58:21 Error in expression <ray = call compile format ["%1",_data];
_resultArray;
};
onPlayerDisconnected            >
19:58:21  Error position: <_resultArray;
};
onPlayerDisconnected            >
19:58:21  Error Undefined variable in expression: _resultarray
19:58:21 File z\addons\dayz_server\init\server_functions.sqf, line 108
19:58:21 Error in expression <y call server_hiveReadWrite;
_outcome = _result select 0;
if(_outcome == "PASS")>
19:58:21  Error position: <_result select 0;
if(_outcome == "PASS")>
19:58:21  Error Undefined variable in expression: _result
19:58:21 File z\addons\dayz_server\system\server_monitor.sqf, line 16
19:58:21 "DEBUG FPS  : 2.2072"
19:58:57 Game started.
19:59:26 "get: STRING (94318214), sent: STRING (94318214)"
19:59:26 "Player UID#94318214 CID#? PID#3(AR - McGee) as Survivor1_DZ, logged off at Wilderness [-187:-106]"
19:59:26 "ERROR: Cannot Sync Character AR - McGee as no characterID"
Any Ideas? I don't think its connecting to the mysql server.
 
Code:
perl build.pl --serveradminpassword aaaa --instance 2842 --dayzversion 1.8 --hivehost host --hiveport port --hivedatabase database --hiveusername username --hivepassword password --hiveconsolelevel trace --world Chernarus --serverdifficulty regular --with-wrecks --with-killmsgs --with-messaging --with-buildings --with-invcust
Is what I used to build the server pdo
 
I have not edit anything in the server build. The hive doesn't start is that due to it's linux and not running on wine?
 
I would say so, without Wine or something similar the DLL (which is Windows only) will not start.
 
Is it, or will it ever be converted over to load it as an .so so it can load within linux arma2oaserver for linux just wondering cause I can't even get the directx9 installed on linux for some odd reason. I am only wondering if that will ever be done.
 
Okay thanks for your help, do you by chance know of anything to help me get this to work on linux?
 
I personally have never ran it in Linux, so I am not sure of the steps required. Maybe someone else can assist with this issue.
 
Back
Top