Jump to content
  • 0

Cant add @EpochHive to Servermod


Cubitron

Question

Aloha, one little Problem if i add @EpochHive to the -servermod server start and crasht with error

Unable to get file version size: X:\arma3\@EpochHive\epochserver.dll

if i set @epochhive to-mod server starts fine but then the A3 Launcher dont find the Server 

Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

I wrote in the first post, if i set epochhive to-mod all is fine but the a3 launcher dont like it ;-)  

-servermod:@EpochHive <- Server chrashed after dll Error and get into Restart Loop

  Reveal hidden contents

its a server from nitrado

Link to comment
Share on other sites

  • 0

i try it with vannila only @Epoch  and @Epochhive with the same issue

 

everytime i get ! 5.62.113.50:2303 unknown mods - @EpochHive  on the A3 Server check

but i try it with a testserver from G-portal

and this server shows up with -mod@Epoch;@Epochhive only Server from Nitrado dont shows and i dont know why and the support from Nitrado has no idea, he says all is correct and finish:dry:

Link to comment
Share on other sites

  • 0
  On 5/26/2016 at 12:01 PM, rvg?! said:
-mod=@Epoch; -serverMod=@EpochHive;

Maybe i read it wrong but you should start this way.

Expand  

With this params Server dont start (crashed , restart loop)

-mod=@Epoch; -serverMod=@EpochHive; <- on Nitrado dont work Server chrashed

-mod=@Epoch;@EpochHive; -serverMod= <- on Nitrado work, Server runs but dont show in A3 Launcher, i get  unknown mods - @EpochHive  on the A3 Server check

-mod=@Epoch;@EpochHive; -serverMod= <- on G-Potal work, Server runs and shows in A3 Launcher,

Link to comment
Share on other sites

  • 0

I suggest that you start again with plain vanilla Epoch and Epochhive files, you are loading a few addons and you could easily have made an error when you added them to the files, or their install instructions are out of date.

Once you have vanilla working add the addons one at a time so you can easily sort it out when an error occurs.

My rpt from where yours stops looks like:

 2:01:11 "Epoch: Starting ArmA3 Epoch Server, Version 0.3.8.0"
 2:01:11 Unable to get file version size: G:\TCAFiles\82ndab\Arma3_Epoch_2302\@EpochHive\epochserver.dll
 2:01:11 "Epoch: Init Variables"
 2:01:11 "Loading config..."

So you seem to be crashing when Epoch is being initialized.

Link to comment
Share on other sites

  • 0
  On 5/26/2016 at 1:44 PM, 82ndAB_Bravo17 said:

I suggest that you start again with plain vanilla Epoch and Epochhive files, you are loading a few addons and you could easily have made an error when you added them to the files, or their install instructions are out of date.

Once you have vanilla working add the addons one at a time so you can easily sort it out when an error occurs.

My rpt from where yours stops looks like:

 2:01:11 "Epoch: Starting ArmA3 Epoch Server, Version 0.3.8.0"
 2:01:11 Unable to get file version size: G:\TCAFiles\82ndab\Arma3_Epoch_2302\@EpochHive\epochserver.dll
 2:01:11 "Epoch: Init Variables"
 2:01:11 "Loading config..."

So you seem to be crashing when Epoch is being initialized.

Expand  

Really now?

I wrote i test Vannila Epoch. 

I host 2nd server ----> fresh install and the same issue on Nitrado ( dont start with -servermod@Epochhive only start with -mod@Epochhive)

 

@rvg here it is

http://pastebin.com/4zii3xRr

http://pastebin.com/ipHPMxV0

== X:\arma3\arma3server.exe
== arma3server.exe  -mod=@Epoch;@CUP_Terrains;@CUP_Terrains_Core; -serverMod=@EpochHive;@A3EAI; -ip=5.62.113.50 -port=2302 -maxmem=2047 -noCB -exThreads=1 -filePatching -malloc=tbb4malloc_bi -profiles=config -config=config\server.cfg -cfg=config\basic.cfg -name=arma3 -autoinit -loadMissionToMemory 

Link to comment
Share on other sites

  • 0

Change your epochserver.ini from

[EpochServer]
BattlEyePath = X:\arma3\config\battleye\
InstanceID = NA123
LogAbuse = 1
IP = 5.62.113.50
Port = 2302
Password = xxxx

[Redis]
IP = 5.62.113.50
Port = 2312
DB = 0
Password = xxxxx

to

[EpochServer]
BattlEyePath = X:\Arma3\sc\battleye
InstanceID = NA123
LogAbuse = 1
IP = 127.0.0.1
Port = 2302
Password = xxxx

[Redis]
IP = 127.0.0.1
Port = 6379 <- the port could be different due to Nitrado internals
DB = 0
Password = xxxxx

=========================================

Change your redis.conf from

bind 5.62.113.50
port 2312
maxmemory 1gb
save 900 1
save 300 10
save 60 1000
requirepass xxxxx

to

bind 0.0.0.0
port 6379 <- port could be different due to Nitrado internals
maxmemory 1gb
save 900 1
save 300 10
save 60 1000
requirepass xxxxx

 

This would be my startupline for your server / Vanilla cfg:

arma3server.exe -enableHT -mod=@Epoch; -serverMod=@EpochHive; -config=X:\Arma3\sc\server.cfg -port=2302 -profiles=SC -cfg=X:\Arma3\sc\basic.cfg -name=SC -autoinit

 

You can remove "-maxmem=2047" its already hardcoded/default

Never used memory allocation -malloc. Don't know your server specs.

Give it a try.

 

Edited by rvg?!
Directories could be different!
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...