Jump to content

arma3 1.68 update on linux


Sneer

Recommended Posts

I updated arma3 1.68 on my linux server using steamcmd now I get this:

What could it be?

 

15:04:31 "Epoch: Starting ArmA3 Epoch Server, Version 0.4.0.0"
Call extension 'epochserver' could not be found
Call extension 'epochserver' could not be found
15:04:31 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.8"
15:04:31 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.8"
15:04:31 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.8"
15:04:31 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.8"
15:04:31 "Epoch: Server DLL mismatch! Current:  Needed: 0.5.1.8"
 

 

Link to comment
Share on other sites

See no issues here:

 ldd epochserver.so
        linux-gate.so.1 =>  (0xf77e4000)
        libhiredis.so.0.10 => not found
        libpcre.so.3 => /usr/lib32/libpcre.so.3 (0xf767e000)
        libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7506000)
        libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf74b1000)
        libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf7494000)
        libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf72de000)
        libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf72c1000)
        /lib/ld-linux.so.2 (0x56559000)

 

arma3 server works fine:

ldd arma3server
        linux-gate.so.1 =>  (0xf7745000)
        libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7718000)
        librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf770f000)
        libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7709000)
        libsteam_api.so => /home/steam/steamcmd/arma3/./libsteam_api.so (0xf76e0000)
        libPhysX3_x86.so => /home/steam/steamcmd/arma3/./libPhysX3_x86.so (0xf741c000)
        libPhysX3Common_x86.so => /home/steam/steamcmd/arma3/./libPhysX3Common_x86.so (0xf72ad000)
        libPhysX3Cooking_x86.so => /home/steam/steamcmd/arma3/./libPhysX3Cooking_x86.so (0xf727e000)
        libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7106000)
        libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf70b1000)
        libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf7094000)
        libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf6ede000)
        /lib/ld-linux.so.2 (0x56607000)

 

Link to comment
Share on other sites

These are the older epochserver.so files just in case the newer ones have issues:  https://github.com/EpochModTeam/Epoch/tree/experimental/Server_Install_Pack/@epochhive/legacy

Also to use these you need to have this line in your startup script so that I can load the dependencies. https://github.com/EpochModTeam/Epoch/blob/experimental/Server_Install_Pack/epoch_linux_startscript.sh#L18

I am working on a new static lib that should have less external dependencies, I must note that these newer extensions may not work currently.

Link to comment
Share on other sites

I rolled back arma3 to 1.66 using steamcmd and everything works fine. The only thing that's changed is the arma3server executable. I tried the newer libraries and I got the same errors. I didn't try the legacy ones though, but I don't think it'll make a difference.

Link to comment
Share on other sites

There seems to be other people with the same issue with other mods. I think there is an issue with the arma3server executable and how it detects or searches the mods. Does that make any sense?

Call extension 'extDB2' could not be found
Call extension 'ARMA_LOAD' could not be found

 

Link to comment
Share on other sites

also, Dwarden posted this 1.68 hotfix yesterday it may help:

1.68.140925 new PROFILING branch with PERFORMANCE binaries, v00, server and client, windows/linux only 32-bit binaries
+ sync with 1.68.main branch
1.68.140940 new PROFILING branch with PERFORMANCE binaries, v01, server and client, windows/linux only 32-bit binaries
+ fixed linux issues and some crashes
note: 64-bit binaries in near future (not this week(end))
details: https://forums.bistudio.com/forums/topic/160288-arma-3-stable-server-166-performance-binary-feedback/?do=findComment&comment=3164769

 

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
  • Advertisement
  • Discord

×
×
  • Create New...