Jump to content
  • 0

Linux - "This server is running an incorrect version of the server side application."


Ajb

Question

Basically, title explains what's happening. I have a Linux Dedicated Server Box, and I am trying to run a ArmA 2 DayZ Overpoch Server. I've gotten everything working (that I know of), and I can finally join the game, and load into the loading screen, but after 10 seconds of loading it kicks me and says "This server is running an incorrect version of the server side application. You cannot play on this server. If you are the server admin please contact DayZ Epoch staff." I've already tried many times to fix this, and have done my fair share of research. I've updated the ArmA 2 OA Server files (just the server side files, not the entire ArmA 2 Game files). I've corrected and mostly fixed my MySQL, and connectivity (can't actually tell if it's connecting or not). Any suggestions would be greatly appreciated.

My Server is a Linux, Debian 7.8 (Stable), I run a few other Servers on this Machine, including TeamSpeak, Minecraft, and GMod sometimes. I've hosted Vanilla and Semi-Modded ArmA 2 OA Servers before on this Server, and it's worked fine, so I want to host a ArmA 2 DayZ Overpoch for me and my friends, and finally got it mostly working, except for this problem. Thanks in Advance!

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
4 hours ago, Joshyy said:

Did you open all the ports? (Steam, steamquery, game, database)
Could you send a copy of your RPT & Hive log?

Yes, I'm pretty sure all ports are open, I've hosted standard ArmA 2 Servers on this machine before.

And I don't think I have a "Hive log", I've searched everywhere, and where would RPT be, I know I've seen that before for the server I think, but can't find it at the moment.

Link to comment
Share on other sites

  • 0
5 hours ago, Joshyy said:

Did you open all the ports? (Steam, steamquery, game, database)
Could you send a copy of your RPT & Hive log?

43 minutes ago, Ajb said:

Yes, I'm pretty sure all ports are open, I've hosted standard ArmA 2 Servers on this machine before.

And I don't think I have a "Hive log", I've searched everywhere, and where would RPT be, I know I've seen that before for the server I think, but can't find it at the moment.

Actually, just found my Client RPT logs if it's useful, here is some stuff I found interesting (btw, I just tryed to join the server and it popped up with the message, then went to check the rpt logs):

"DayZ Epoch: PRELOAD Functions\init [[L 1-1-A:1 REMOTE],any]"
"DayZ Epoch: MPframework inited"
"DEBUG: loadscreen guard started."
Warning: z\addons\dayz_communityassets\models\compass.p3d:0 Error while trying to generate ST for points: 863, 853, 852
"Res3tting B!S effects..."
"\z\addons\dayz_code\system\REsec.sqf:Monitoring Remote Exe..."
"z\addons\dayz_code\system\antihack.sqf: Plants libs tests done!"
Fresnel k must be >0, given n=0.8,k=0
Fresnel k must be >0, given n=0.8,k=0
"PLAYER RESULT: false"
"PLOGIN: Model was empty, loading as survivor"
"End Mission"
"DayZ Epoch: PRELOAD Functions\init [[<No group>:0 (FunctionsManager)],any]"
"DayZ Epoch: MPframework inited"
Error in expression <;
_recompile = (count _this) > 0;


if (BIS_fnc_init && !_recompile) exitwith {t>
  Error position: <BIS_fnc_init && !_recompile) exitwith {t>
  Error Undefined variable in expression: bis_fnc_init
File ca\Modules\Functions\init.sqf, line 28
"DayZ Epoch: PRELOAD Functions\init [[L 1-1-A:1 REMOTE],any]"
"DayZ Epoch: MPframework inited"
"DEBUG: loadscreen guard started."
"Res3tting B!S effects..."
"\z\addons\dayz_code\system\REsec.sqf:Monitoring Remote Exe..."
"z\addons\dayz_code\system\antihack.sqf: Plants libs tests done!"
"PLAYER RESULT: false"
"PLOGIN: Model was empty, loading as survivor"
"End Mission"
"DayZ Epoch: PRELOAD Functions\init [[L 1-1-A:1 REMOTE],any]"
"DayZ Epoch: MPframework inited"
"DEBUG: loadscreen guard started."
"Res3tting B!S effects..."
"\z\addons\dayz_code\system\REsec.sqf:Monitoring Remote Exe..."
"z\addons\dayz_code\system\antihack.sqf: Plants libs tests done!"
"PLAYER RESULT: false"
"PLOGIN: Model was empty, loading as survivor"
"End Mission"

 

Link to comment
Share on other sites

  • 0

Both hivelog and rpt are in your server config file

So @Server\yourserverfile

Also send your HiveExt.ini

obviously dont send the password for it..

 

if (BIS_fnc_init && !_recompile) exitwith {t>
  Error position: <BIS_fnc_init && !_recompile) exitwith {t>
  Error Undefined variable in expression: bis_fnc_init
File ca\Modules\Functions\init.sqf, line 28

 

Try removing the ca file in your mission folder and that error should be fixed

Link to comment
Share on other sites

  • 0
Quote

Both hivelog and rpt are in your server config file

So @Server\yourserverfile

Also send your HiveExt.ini

obviously dont send the password for it..

 


if (BIS_fnc_init && !_recompile) exitwith {t>
  Error position: <BIS_fnc_init && !_recompile) exitwith {t>
  Error Undefined variable in expression: bis_fnc_init
File ca\Modules\Functions\init.sqf, line 28

 

Try removing the ca file in your mission folder and that error should be fixed

@Joshyy

The @dayz_epoch_server doesn't contain hive logs, or any rpt logs either. I have server logs, and stuff like that.

 

And this is my Hiveext.ini:

;This is a comment
;Comments above a certain setting will provide it's description

;The format for a setting is 
;Variable = Value

;If you see a commented line of that form, it means that the setting is optional, and the Value shows the default
;To change from the default, simply uncomment the line and change the Value

;This configuration file should be placed inside your server instance's configuration directory (like cfgdayz)

[Time]
;Possible values: Local, Custom, Static
;You cannot use Static on OFFICIAL Hive, it will just revert to Local
Type = Static
;If using Custom type, offset from UTC in hours (can be negative as well)
;Offset = -8
;If using Static type (Hour value always the same on every server start), the value (0-24) to set the Hour to
Hour = 13

[Database]
;Hostname or IP of the server to connect to
;If you leave this line commented or blank, HiveExt will connect to the OFFICIAL Hive, which requires registration
;See support.dayzmod.com for more information on what OFFICIAL Hive means, what are the rules, etc.
;If using OFFICIAL hive, the rest of the settings in this section have no effect
Host = xxx.xxx.xxx.xxx

;Currently, only MySQL is supported
Type = MySQL

;Port to connect to. The default is the default listening port of a server of the selected Type
;Instead of specifying Port, you can specify Socket and set Value to the socket name
Port = 3306

;Database name to connect to.
Database = Epoch_Database

;Username to connect with
Username = Epoch_User
;Password to authenticate with (default is blank)
Password = password

;If using OFFICIAL hive, the settings in this section have no effect, appropriate layout will be used
[Characters]
;The field name that Player's IDs are stored in (unique per game license)
;Some table layouts have this as PlayerID, and some as PlayerUID, that's why this is configurable
;IDField = PlayerUID
;The field name that Player's World Position and rotation is stored in
;Enables you to run multiple different maps (different instances) off the same character table
;WSField = Worldspace

;If using OFFICIAL hive, the settings in this section have no effect, as it will clean up by itself
[Objects]
;Which table should the objects be stored and fetched from ?
;Table = Object_DATA

;Negative values will disable this feature
;0 means that ALL empty placed items will be deleted every server restart
;A positive number is how old (in days) a placed empty item must be, in order for it to be deleted
;CleanupPlacedAfterDays = 6

;Flag indicating whether hiveext should detect vehicles out of map boundaries (X < 0, or Y > 15360) and reset their position to []
;Note: YOU MUST have a proper dayz_server.pbo that supports this feature, otherwise you will get script errors
;You can find that file under the SQF directory for your server version
;ResetOOBVehicles = false

;If using OFFICIAL hive, the settings in this section have no effect, it will manage objects on its own
[ObjectDB]
;Setting this to true separates the Object fetches from the Character fetches
;That means that the Object Table must be on this other database
;Use = false

;The settings here have the same meaning as in [Database], and are only used if the setting above is set to true
;Type = MySQL
;Host = localhost
;Port = 3306
;Database = dayz
;Username = root
;Password = 

 

Link to comment
Share on other sites

  • 0

@Joshyy

I just added the Hive.dll to my @dayz_epoch_server folder (idk why it wasn't in there before), now it's not kicking me, it's just on the DayZ Epoch load screen for the Server, and in the bottom right it's counting up, it's not doing anything client side.

 

EDIT: Nevermind, it just kicked me, that's odd because before when I tested it, it just counted up like it was frozen.

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...