I'm working on a Lingor Epoch server setup and am running into some issues.
I'm receiving an error regarding running an incorrect version of DayZ_Code. Mentions I'm using 1.0.14 & server is using 1.7.5.1. What I gather is 1.0.1.4 is my version of Epoch and 1.7.5.1 is the server version of DayZ (no other mods have version #'s that high from what i see).
I have Epoch 1.0.14 & DayZ 1.7.7.1 installed client side.
Server side i have Epoch 1.0.14 & apperantly 1.7.5.1 DayZ
My question is, why is it checking my Epoch version against the server DayZ version?
I'm able to log into other Epoch Lingor servers which seems to indicate a problem with my server build.
Additionally I have some errors in the report log (which you'll find attached to this post) that point to the DayZ_Epoch_Server/Addon/DayZ_Server/COmpile/server_updateObject.sqf
0:48:28 Error Undefined variable in expression: dayz_allowedobjects
0:48:28 File z\addons\dayz_server\compile\server_updateObject.sqf, line 9
0:48:28 Error in expression <st";
_isbuildable = (typeOf _object) in dayz_allowedObjects;
_isNotOk = false;
_>
0:48:28 Error position: <dayz_allowedObjects;
_isNotOk = false;
_>
the line in server_updateObject.sqf is as follows:
_isbuildable = (typeOf _object) in dayz_allowedObjects;
_isNotOk = false;
Seems to indicate "dayz_allowedObjects" is undefined but I have no clue where to even start with that.
Question
sandstalker
Evening All,
I find myself at a loss.
I'm working on a Lingor Epoch server setup and am running into some issues.
I'm receiving an error regarding running an incorrect version of DayZ_Code. Mentions I'm using 1.0.14 & server is using 1.7.5.1. What I gather is 1.0.1.4 is my version of Epoch and 1.7.5.1 is the server version of DayZ (no other mods have version #'s that high from what i see).
I have Epoch 1.0.14 & DayZ 1.7.7.1 installed client side.
Server side i have Epoch 1.0.14 & apperantly 1.7.5.1 DayZ
My question is, why is it checking my Epoch version against the server DayZ version?
I'm able to log into other Epoch Lingor servers which seems to indicate a problem with my server build.
Additionally I have some errors in the report log (which you'll find attached to this post) that point to the DayZ_Epoch_Server/Addon/DayZ_Server/COmpile/server_updateObject.sqf
the line in server_updateObject.sqf is as follows:
Seems to indicate "dayz_allowedObjects" is undefined but I have no clue where to even start with that.
Any advice you can give is appreciated.
Thanks,
Sand
arma2oaserver.txt
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now