Jump to content
  • 0

CentOS export LD crash?


DeltaMX

Question

Hello,

 

I am trying to run an arma 3 server on CentOS 7.1. If I run the server without the export library line I can get in the server lobby but when I'm in the epoch initializing in client screen I get Server not ready [Error 02], when I add the export library line it will crash with the error below.

 

Export lib error

 0:58:15 Game started.
 0:58:15 "Epoch: Starting ArmA3 Epoch Server, Version 0.3.0.3"
 0:58:16 Extensions:
 0:58:16   epochserver (/home/arma3/arma3/@epochhive/epochserver.so) [] []
 
Segmentation fault (core dumped)
 

Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

how r u starting the server are you using ./epoch_linux_startscript.sh start ?

can you paste your start script?

 

 0:58:16   epochserver (/home/arma3/arma3/@epochhive/epochserver.so) [] []

and do you have a folder called arma3 inside a arma3 folder?

Link to comment
Share on other sites

  • 0

Yes I followed the tutorial

 

I tried to run the server with the ./epoch_linux_startscript.sh but it did not work.

 

I tried with this one and the server crashed

 

commandline:

export LD_LIBRARY_PATH=.:$HOME/arma3:$HOME/arma3/@epochhive:$LD_LIBRARY_PATH;

./arma3server -config=/home/arma3/arma3/sc/config.cfg -cfg=/home/arma3/arma3/sc/basic.cfg -port=2302 -name=sc -pid=/home/arma3/arma3/2302.pid -mod=@epoch -servermod=@epochhive -maxMem=2047 -nosound -exthreads=1 -noCB -autoinit -loadMissionToMemory

 

Error:

Segmentation fault (core dumped)

 

I tried with this one which gave the following error

 

commandline:

./arma3server -config=/home/arma3/arma3/sc/config.cfg -cfg=/home/arma3/arma3/sc/basic.cfg -port=2302 -name=sc -pid=/home/arma3/arma3/2302.pid -mod=@epoch -servermod=@epochhive -maxMem=2047 -nosound -exthreads=1 -noCB -autoinit -loadMissionToMemory

 

Error: This happens when I enter the lobby and try to enther the game

Server not ready [Error 02]

Link to comment
Share on other sites

  • 0

I am sorry yes all files are in lower case

 

 

ldd

ldd ~/arma3/arma3server
        linux-gate.so.1 =>  (0xe4fe5000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xe4fc1000)
        librt.so.1 => /lib/librt.so.1 (0xe4fb8000)
        libdl.so.2 => /lib/libdl.so.2 (0xe4fb3000)
        libsteam_api.so => /home/arma3/arma3/libsteam_api.so (0xe4fa0000)
        libPhysX3_x86.so => /home/arma3/arma3/libPhysX3_x86.so (0xe4ce0000)
        libPhysX3Common_x86.so => /home/arma3/arma3/libPhysX3Common_x86.so (0xe4                                                                                                                                                    b6b000)
        libPhysX3Cooking_x86.so => /home/arma3/arma3/libPhysX3Cooking_x86.so (0x                                                                                                                                                    e4b3c000)
        libstdc++.so.6 => /lib/libstdc++.so.6 (0xe4a45000)
        libm.so.6 => /lib/libm.so.6 (0xe49f8000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xe49dc000)
        libc.so.6 => /lib/libc.so.6 (0xe4810000)
        /lib/ld-linux.so.2 (0xe4fe6000)
 
        ldd~/arma3/sc/battleye/beserver.so
        ldd: warning: you do not have execution permission for `/home/arma3/arma3/sc/battleye/beserver.so'
        linux-gate.so.1 =>  (0xe27f6000)
        libc.so.6 => /lib/libc.so.6 (0xe25c1000)
        libdl.so.2 => /lib/libdl.so.2 (0xe25bc000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xe25a1000)
        /lib/ld-linux.so.2 (0xe27f7000)
 
        ldd ~/arma3/\@epochhive/epochserver.so
        ldd: warning: you do not have execution permission for `/home/arma3/arma3/@epoch                                                                                                                                                    hive/epochserver.so'
        linux-gate.so.1 =>  (0xe9e3e000)
        libhiredis.so.0.10 => not found
        libpcre.so.3 => not found
        libstdc++.so.6 => /lib/libstdc++.so.6 (0xe9c66000)
        libm.so.6 => /lib/libm.so.6 (0xe9c19000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xe9bfd000)
        libc.so.6 => /lib/libc.so.6 (0xe9a31000)
        /lib/ld-linux.so.2 (0xe9e3f000)

Link to comment
Share on other sites

  • 0

 

I am sorry yes all files are in lower case

 

 

ldd

ldd ~/arma3/arma3server
        linux-gate.so.1 =>  (0xe4fe5000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xe4fc1000)
        librt.so.1 => /lib/librt.so.1 (0xe4fb8000)
        libdl.so.2 => /lib/libdl.so.2 (0xe4fb3000)
        libsteam_api.so => /home/arma3/arma3/libsteam_api.so (0xe4fa0000)
        libPhysX3_x86.so => /home/arma3/arma3/libPhysX3_x86.so (0xe4ce0000)
        libPhysX3Common_x86.so => /home/arma3/arma3/libPhysX3Common_x86.so (0xe4                                                                                                                                                    b6b000)
        libPhysX3Cooking_x86.so => /home/arma3/arma3/libPhysX3Cooking_x86.so (0x                                                                                                                                                    e4b3c000)
        libstdc++.so.6 => /lib/libstdc++.so.6 (0xe4a45000)
        libm.so.6 => /lib/libm.so.6 (0xe49f8000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xe49dc000)
        libc.so.6 => /lib/libc.so.6 (0xe4810000)
        /lib/ld-linux.so.2 (0xe4fe6000)
 
        ldd~/arma3/sc/battleye/beserver.so
        ldd: warning: you do not have execution permission for `/home/arma3/arma3/sc/battleye/beserver.so'
        linux-gate.so.1 =>  (0xe27f6000)
        libc.so.6 => /lib/libc.so.6 (0xe25c1000)
        libdl.so.2 => /lib/libdl.so.2 (0xe25bc000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xe25a1000)
        /lib/ld-linux.so.2 (0xe27f7000)
 
        ldd ~/arma3/\@epochhive/epochserver.so
        ldd: warning: you do not have execution permission for `/home/arma3/arma3/@epoch                                                                                                                                                    hive/epochserver.so'
        linux-gate.so.1 =>  (0xe9e3e000)
        libhiredis.so.0.10 => not found
        libpcre.so.3 => not found
        libstdc++.so.6 => /lib/libstdc++.so.6 (0xe9c66000)
        libm.so.6 => /lib/libm.so.6 (0xe9c19000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xe9bfd000)
        libc.so.6 => /lib/libc.so.6 (0xe9a31000)
        /lib/ld-linux.so.2 (0xe9e3f000)

 

 

lol, go into the first arma3 folder and with root permissions do something like this:

chmod -R 775 arma3/
Link to comment
Share on other sites

  • 0

I am logged in the with arma3 user that I have made and did not do anything with the server files while root nor do I start it with root

 

chmod works the server starts now and I can enter thanks.

 

Though I am getting some errors like these is it acceptable?

 

Errors:

 

1st type:

Bad conversion: bool

Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
Bad conversion: bool
........
 
2nd:
22:51:39 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload.rtm
22:51:39 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload_prone.rtm
22:51:39 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_Reload_anim.rtm
22:51:39 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
22:51:39 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_UGL_Reload_anim.rtm
22:51:39 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
22:51:39 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim.rtm
22:51:39 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
22:51:46 No speaker given for Mao Chang
22:51:47 No speaker given for Azibo Odili
22:51:47 "Epoch: Spawning NPC traders"
22:51:49 Strange convex component317 in a3\rocks_f\blunt\bluntrock_wallv.p3d:geometry
22:51:49 Strange convex component318 in a3\rocks_f\blunt\bluntrock_wallv.p3d:geometry
22:51:49 Strange convex component319 in a3\rocks_f\blunt\bluntrock_wallv.p3d:geometry
22:51:51 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
22:51:51 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
22:51:52 "Epoch: Loading vehicles"
22:51:52 "VEH SPAWN TIMER 0.0419998"
22:51:52 "Epoch: Spawning vehicles"
22:51:53 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
22:51:53 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
........

 

 

And thanks for the help.

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