Jump to content
  • 0

Hive problems Epoch 1.0.6.2


Achef

Question

Greetings!
So I recently started up in a new host and haven't gotten to make the server run, found that a ca/modules bis_fnc issue is recurring but doesn't affect players when running coop missions like the default arma 2 oa ones, but when trying with Epoch hive won't connect/start despite being configured.

Hive error

Spoiler

 


13:58:12 "HIVE: Starting"
13:58:12 Error in expression <erver_hiveReadWrite;
_outcome = _result select 0;
if (_outcome == "PASS") then {>
13:58:12   Error position: <select 0;
if (_outcome == "PASS") then {>
13:58:12   Error select: Type String, expected Array,Config entry
13:58:12 File z\addons\dayz_server\system\server_monitor.sqf, line 23

 

Meanwhile at line 23...
 

Spoiler

//Set the Time
_key = "CHILD:307:";
_result = _key call server_hiveReadWrite;
_outcome = _result select 0;
if (_outcome == "PASS") then {
	_date = _result select 1;
	_year = _date select 0;
	_month = _date select 1;
	_day = _date select 2;
	_hour = _date select 3;
	_minute = _date select 4;

	if (dayz_ForcefullmoonNights) then {_date = [2012,8,2,_hour,_minute];};
	diag_log ["TIME SYNC: Local Time set to:", _date, "Fullmoon:",dayz_ForcefullmoonNights,"Date given by HiveExt.dll:",_result select 1];
	setDate _date;
	dayzSetDate = _date;
	publicVariable "dayzSetDate";
};

 

I'm still bad with Pastebin, sorry.

 

This error has been chasing me for 2 days now

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Same here, been trying to build a test server on my laptop to work on (vacation isn't exactly fun in the sun)

It appears to be related to connecting to the database, but I've played with just about every permutation of mysql (legacy versions seem to be more receptive to the sql imports). Previous suggestions mentioned the c++ runtimes, which I have run through.

Link to comment
Share on other sites

  • 0
On 12/31/2019 at 10:01 PM, salival said:

@Achef @Mr White have you edited this file correctly? https://github.com/EpochModTeam/DayZ-Epoch/blob/master/Server Files/DZE_Server_Config/HiveExt.ini#L21-L41

has your database been imported correctly?

yes, and yes...

been in transit, going to setup laptop again.

going to try setting up the database (again) the hard way. Mostly because I enjoy the suffering. I also have another computer to compare against.

Link to comment
Share on other sites

  • 0

manually installed, watched the console of the sql server and nothing really was happening.

I intentionally changed the credentials in the HiveExt.ini to something invalid and didn't even see a failed login.

firewall shut off

vpn client shut off

tried an even older version of mysql, same results. running out of ideas

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...