Problems with Reality hive or DB with Celle

BBS||DeadEye

Well-Known Member
I would have liked to choose a better title, but I dont know where to start.
I checked out the git at https://github.com/thevisad/DayZ-Private-master yesterday.
I Managed to execute Database migrations and the tables are all there as they should be.
The Build Command seems to run fine and I have deployed all files correctly I think.

Now what happens on is that when I join the Server (a local windows server) I get into the lobby, but after joining it gets stuck on the loading screen.
a HiveExt.log ist not created (however - a player profile has been added to the Database?)
However vehicles seem to be loaded correctly

I attached my rpt here, but the most intressting parts are:

Code:
15:44:39 Unrecognized CfgVehicles simulation  in bin\config.bin/CfgVehicles/PBX/
15:44:39 Cannot create entity with abstract type PBX (scope = private?)
15:44:39 Cannot create non-ai vehicle PBX,
15:44:39 "OBJ: 70 - HMMWV_DZ"
15:44:39 Cannot create non-ai vehicle HMMWV_DZ,
15:44:39 Error in expression < addMagazineCargoGlobal [_x,(_objWpnQty select _countr)];
};
};
_countr = _count>
15:44:39  Error position: <select _countr)];
};
};
_countr = _count>
15:44:39  Error Zero divisor

And (apearing about dozend times):
Code:
15:50:52  Error position: <AllPlayers, 100]);
if ( (!_keep) && (_ne>
15:50:52  Error Undefined variable in expression: allplayers
15:50:52 Error in expression <lse];
_nearby = count (_x nearEntities [AllPlayers, 100]);
if ( (!_keep) && (_ne>
15:50:52  Error position: <AllPlayers, 100]);
if ( (!_keep) && (_ne>
15:50:52  Error Undefined variable in expression: allplayers
15:50:52 Error in expression <lse];
_nearby = count (_x nearEntities [AllPlayers, 100]);
if ( (!_keep) && (_ne>
15:50:52  Error position: <AllPlayers, 100]);
if ( (!_keep) && (_ne>
15:50:52  Error Undefined variable in expression: allplayers
 

Attachments

  • arma2oaserver.RPT.txt
    484.7 KB · Views: 0
When I connect I get 'something went wrong'
and after pressing ESC I get a ingame popup with 'script z\....\player_onPause.sqf not found'
I attachet the hiveExt.log which was created after setting Level=debug in hiveExt.ini and the current RPT
 

Attachments

  • arma2oaserver.RPT.txt
    233.8 KB · Views: 1
  • HiveExt.log.txt
    24.1 KB · Views: 2
So basicly I get it to work after playing around a bit.
1 Error I had was that I had the wrong instanceID in my mission file.
 
Back
Top