Jump to content

Johann Albach

Pre Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Johann Albach

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Johann Albach

    Linux Dedicated Server feedback

    i can't start the server at all... no idea why but i get a segfault. i followed the instructions here: https://community.bistudio.com/wiki/Arma_3_Dedicated_Server#Installation_2 ... here is the output: ~/steamcmd/arma3$ ./arma3server -config=server.cfg [...] Attempt to override final function - rscunitinfo_script 15:04:12 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted. a3_characters_f 15:04:12 Loading movesType CfgGesturesMale 15:04:12 MovesType CfgGesturesMale load time 119 ms 15:04:12 Loading movesType CfgMovesMaleSdr 15:04:20 MovesType CfgMovesMaleSdr load time 7959 ms 15:04:20 BattlEye Server: Initialized (v1.215) 15:04:20 Host identity created. [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting breakpad minidump AppID = 107410 15:04:20 Game Port: 2302, Steam Query Port: 2303 15:04:20 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303 Arma 3 Console version1.66.139586 : port 2302 15:04:21 Connected to Steam servers Segmentation fault (core dumped) i also made a strace to check what went wrong but it's super huge... so will just post the last few lines... gettimeofday({1485009271, 296411}, NULL) = 0 write(303, "\1", 1) = 1 time(NULL) = 1485009271 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0 write(2, "14:34:31 Connected to Steam serv"..., 35) = 35 write(2, "\n", 1) = 1 clock_gettime(CLOCK_MONOTONIC, {425, 806587848}) = 0 write(303, "\1", 1) = 1 clock_gettime(CLOCK_MONOTONIC, {425, 806639398}) = 0 pipe2([311, 312], O_CLOEXEC) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0) = -1 ENOMEM (Cannot allocate memory) close(312) = 0 close(311) = 0 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0} --- +++ killed by SIGSEGV (core dumped) +++ System: ubuntu server 64bit 16.04 any idea what happens there ?
×