Psycho_Dad 1 Posted August 7, 2012 tried but the same probleroot@host703 /home/arma2arrowhead/lib32 # ls -l razem 924K -rw-r--r-- 1 root root 917K sie 1 00:25 libstdc++.so.6 but i see we have another files no idea at the moment.. why root? is arma2arrowhead your linux user? is ARMA_DIR=$HOME set in script for that user? md5sum for libstdc++.so.6 is ? $ md5sum libstdc++.so.6 fa0738629a7cf91dde2c8137af37a351 libstdc++.so.6 You system is up to date? (apt-get update && apt-get upgrade) Greets Share this post Link to post Share on other sites
sthalik 10 Posted August 7, 2012 Try: file /home/arma2arrowhead/lib32/libstdc++.so.6 and paste the result. Share this post Link to post Share on other sites
kaju666 1 Posted August 7, 2012 /home/arma2arrowhead/lib32/libstdc++.so.6: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped fa0738629a7cf91dde2c8137af37a351 libstdc++.so.6 im working only on root. This is my conf : ARMA_DIR=/home/arma2arrowhead and yes my system is up date debian 5.0 lenny Share this post Link to post Share on other sites
sthalik 10 Posted August 7, 2012 How did you transfer the file? Verify MD5 on both ends. Share this post Link to post Share on other sites
Vixente 10 Posted August 7, 2012 (edited) Following PreedSwe advice i managed to get this binary working. I've compiled and installed gcc 4.7 after some dependencies fixes. (google is your friend) I have debian Squeeze 64 bits here. I've been playing Warfare BE with no mods, 31 AI, no crashes yet after 1 hour gameplay. Seems to be working fine. :) http://img10.imageshack.us/img10/6784/linuxalpha1.png (145 kB) http://img838.imageshack.us/img838/3065/a2oaalpharunning.png (523 kB) Edited August 7, 2012 by Vixente Share this post Link to post Share on other sites
Psycho_Dad 1 Posted August 7, 2012 /home/arma2arrowhead/lib32/libstdc++.so.6: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, strippedfa0738629a7cf91dde2c8137af37a351 libstdc++.so.6 im working only on root. This is my conf : ARMA_DIR=/home/arma2arrowhead and yes my system is up date debian 5.0 lenny try somthing like this: [root@gamesrv:~] $ cd /home/arma/arma2arrowhead/ [root@gamesrv:/home/arma/arma2arrowhead] $ ./server ./server: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./server) [root@gamesrv:/home/arma/arma2arrowhead] $ [root@gamesrv:/home/arma/arma2arrowhead] $ export LD_LIBRARY_PATH="/home/arma/arma2arrowhead/lib32:${LD_LIBRARY_PATH}" [root@gamesrv:/home/arma/arma2arrowhead] $ ./server Cannot register unknown string STR_FXAA Cannot register unknown string STR_SHARP Cannot register unknown string STR_SMAA Cannot register unknown string STR_ATOC_GRASS Cannot register unknown string STR_ATOC_TREEOA Cannot register unknown string STR_ATOC_TREEOA_GRASS Cannot register unknown string STR_ATOC_TREEA2 Cannot register unknown string STR_ATOC_TREEA2_GRASS Cannot register unknown string STR_ATOC_TREEOA_TREEA2 Cannot register unknown string STR_ATOC_TREEOA_TREEA2_GRASS 18:49:56 Dedicated host created. 18:49:56 BattlEye Server: Initialized (v1.151) 18:49:56 Host identity created. ArmA 2 OA Console version 1.62 : port 2314 Share this post Link to post Share on other sites
kaju666 1 Posted August 7, 2012 New error ;p root@host703 /home/arma2arrowhead # ./server ./server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./server) root@host703 /home/arma2arrowhead # export LD_LIBRARY_PATH="/home/arma2arrowhead/lib32:${LD_LIBRARY_PATH}" root@host703 /home/arma2arrowhead # ./server ./server: symbol lookup error: /home/arma2arrowhead/lib32/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version GLIBCXX_3.4 Share this post Link to post Share on other sites
Kindling 1 Posted August 7, 2012 try somthing like this: [root@gamesrv:~] $ cd /home/arma/arma2arrowhead/ [root@gamesrv:/home/arma/arma2arrowhead] $ ./server ./server: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./server) [root@gamesrv:/home/arma/arma2arrowhead] $ [root@gamesrv:/home/arma/arma2arrowhead] $ export LD_LIBRARY_PATH="/home/arma/arma2arrowhead/lib32:${LD_LIBRARY_PATH}" [root@gamesrv:/home/arma/arma2arrowhead] $ ./server Cannot register unknown string STR_FXAA Cannot register unknown string STR_SHARP Cannot register unknown string STR_SMAA Cannot register unknown string STR_ATOC_GRASS Cannot register unknown string STR_ATOC_TREEOA Cannot register unknown string STR_ATOC_TREEOA_GRASS Cannot register unknown string STR_ATOC_TREEA2 Cannot register unknown string STR_ATOC_TREEA2_GRASS Cannot register unknown string STR_ATOC_TREEOA_TREEA2 Cannot register unknown string STR_ATOC_TREEOA_TREEA2_GRASS 18:49:56 Dedicated host created. 18:49:56 BattlEye Server: Initialized (v1.151) 18:49:56 Host identity created. ArmA 2 OA Console version 1.62 : port 2314 You really don't want to be running any public service as root. A remote exec vuln or similar in the A2 server app could compromize your whole server. Share this post Link to post Share on other sites
kaju666 1 Posted August 7, 2012 i have 5 other games servers and all as root and everything is fine Share this post Link to post Share on other sites
Psycho_Dad 1 Posted August 7, 2012 You really don't want to be running any public service as root. A remote exec vuln or similar in the A2 server app could compromize your whole server. this was only a test, running game server with root privileges is really a bad idea .. :p Share this post Link to post Share on other sites
[aso] daddybear 0 Posted August 7, 2012 i have 5 other games servers and all as root and everything is fine Are you serious? Your shuld change that immediately! Share this post Link to post Share on other sites
Psycho_Dad 1 Posted August 7, 2012 (edited) New error ;proot@host703 /home/arma2arrowhead # ./server ./server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./server) root@host703 /home/arma2arrowhead # export LD_LIBRARY_PATH="/home/arma2arrowhead/lib32:${LD_LIBRARY_PATH}" root@host703 /home/arma2arrowhead # ./server ./server: symbol lookup error: /home/arma2arrowhead/lib32/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version GLIBCXX_3.4 time to upgrade your distro to sqeeze or wheezy.. sry :confused: and use "adduser" to create gameserver-user... Edited August 7, 2012 by Psycho_Dad Share this post Link to post Share on other sites
Jigsor 176 Posted August 7, 2012 (edited) I got the alpha working on CentOS 6.3 by downloading the gcc 4.7.1 source, compiling and installing, then made a file in /etc/ld.so.conf.d/ pointing to the 4.7.1 libs(in my case /usr/local/lib/).In order to compile gcc I had to install libmpc-devel and mpfr-devel packages. By default gcc 4.7.1 installed to /usr/local, which let me keep the current CentOS gcc(4.4.6) in /usr Although it runs, this alpha crashed within a few minutes and was very very laggy. Here is a short guide. Install prerequisites:(you will need the epel repository to install libmpc, if you dont have it you can install it by running "yum install epel-release") yum -y install libmpc-devel mpfr-devel Download GCC: cd /usr/local/src wget ftp://ftp.gnu.org/gnu/gcc/gcc-4.7.1/gcc-4.7.1.tar.bz2 Unpack: tar xjf gcc-4.7.1.tar.bz2 Compile: cd /usr/local/src/gcc-4.7.1 ./configure (if you encounter any errors deal with them accordingly by installing missing packages etc) ./make -j5(if you have a cpu with 4 cores) ./make install echo /usr/local/lib/ > /etc/ld.so.conf.d/libs.conf PreedSwe, Thanks for your thorough documentation on how you updated your CentOS 6.3. I just updated from 6.2 to 6.3 and still running gcc 4.4.6. Your method sounds reasonable. I am running 2, 4 core processors or 8 logical cores. What would the appropriate command be for "./make" in my case? Have you noticed any difference in CPU and bandwidth utilization/load behavior since you updated? Edited August 7, 2012 by Jigsor Share this post Link to post Share on other sites
sCreami 10 Posted August 7, 2012 omg what a stupid registration...---------- Post added at 23:40 ---------- Previous post was at 23:37 ---------- Hi at all, here is my workaround for Debian (squeez 64bit)... 1. get the last available lib32stdc++6 deb package from sid # wget URL_HERE 2. extract the data tar ball # ar -vx lib32stdc++6_4.7.1-6_amd64.deb # tar -xzvf data.tar.gz 3. copy the lib32 dir to your game-dir 4. use this modified start/stop-script arma2oaserver (fixes the watchdog too) : (bash script here) Do you have any ideas why am I getting this ? It doesn't recognize the config file but the command check does. ArmA 2 directory: /home/arma2co OK Server executable: /home/arma2co/server OK Port number: 2302 Config file: /home/arma2co/server.cfg OK PID file: /home/arma2co/2302.pid RUN file: /home/arma2co/2302.run WATCHDOG (12701): [mardi 7 août 2012, 21:57:16 (UTC+0200)] Starting server (port 2302)... 21:57:31 Dedicated host created. Include file home/arma2co/server.cfg not found. Cannot include file /home/arma2co/server.cfg Warning Message: Preprocessor failed on file /home/arma2co/server.cfg - error 1. String id 767 is not registered Cannot include file /home/arma2co/server.cfg Warning Message: Preprocessor failed on file /home/arma2co/server.cfg - error 1. String id 1608 is not registered Preprocessor failed on file /home/arma2co/server.cfg - error 1. 21:57:33 String id 757 is not registered Share this post Link to post Share on other sites
=wfl= sgt bilko 10 Posted August 7, 2012 (edited) Ubuntu 12.04 LTS amd64 gcc-4.6-base:i386 (4.6.3-1ubuntu5) libc6:i386 (2.15-0ubuntu10) libgcc1:i386 (1:4.6.3-1ubuntu5) libstdc++6:i386 (4.6.3-1ubuntu5) zlib1g:i386 (1:1.2.3.4.dfsg-3ubuntu4) Files on server updated from a client running 1.62.0.95248 BAF/PMC folders NOT uploaded to server. No AddOns (client or server) ACR lite is not installed (client or server) BE updated to latest for OA 1.62 1 out of 3 times server crashes immediately. When it does start, it crashes after 1-5 minutes of gameplay. Cannot indentify any common gameplay factor for crashes. Most common error dump: *** glibc detected *** ./oa_server: double free or corruption (!prev): 0x18ed0d80 *** ======= Backtrace: ========= /lib/i386-linux-gnu/libc.so.6(+0x73e42)[0xf7530e42] ./oa_server[0x8a5d7cd] ./oa_server[0x8a59911] ./oa_server[0x8a59e29] ./oa_server[0x8081548] /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0xf74d64d3] ./oa_server[0x8088521] ======= Memory map: ======== 08048000-08f2a000 r-xp 00000000 fc:03 91905322 /home/arma2srv/arma2/oa_server 08f2a000-08f3b000 rw-p 00ee2000 fc:03 91905322 /home/arma2srv/arma2/oa_server 08f3b000-08f69000 rw-p 00000000 00:00 0 09723000-18ee0000 rw-p 00000000 00:00 0 [heap] f7200000-f7221000 rw-p 00000000 00:00 0 f7221000-f7300000 ---p 00000000 00:00 0 f73a7000-f73a8000 rw-p 00000000 00:00 0 f73a8000-f73a9000 ---p 00000000 00:00 0 f73a9000-f74bd000 rw-p 00000000 00:00 0 f74bd000-f765c000 r-xp 00000000 fc:00 585 /lib/i386-linux-gnu/libc-2.15.so f765c000-f765e000 r--p 0019f000 fc:00 585 /lib/i386-linux-gnu/libc-2.15.so f765e000-f765f000 rw-p 001a1000 fc:00 585 /lib/i386-linux-gnu/libc-2.15.so f765f000-f7662000 rw-p 00000000 00:00 0 f7662000-f767e000 r-xp 00000000 fc:00 322 /lib/i386-linux-gnu/libgcc_s.so.1 f767e000-f767f000 r--p 0001b000 fc:00 322 /lib/i386-linux-gnu/libgcc_s.so.1 f767f000-f7680000 rw-p 0001c000 fc:00 322 /lib/i386-linux-gnu/libgcc_s.so.1 f7680000-f7687000 r-xp 00000000 fc:00 5857 /lib/i386-linux-gnu/librt-2.15.so f7687000-f7688000 r--p 00006000 fc:00 5857 /lib/i386-linux-gnu/librt-2.15.so f7688000-f7689000 rw-p 00007000 fc:00 5857 /lib/i386-linux-gnu/librt-2.15.so f7689000-f768c000 r-xp 00000000 fc:00 596 /lib/i386-linux-gnu/libdl-2.15.so f768c000-f768d000 r--p 00002000 fc:00 596 /lib/i386-linux-gnu/libdl-2.15.so f768d000-f768e000 rw-p 00003000 fc:00 596 /lib/i386-linux-gnu/libdl-2.15.so f768e000-f76a5000 r-xp 00000000 fc:00 5855 /lib/i386-linux-gnu/libpthread-2.15.so f76a5000-f76a6000 r--p 00016000 fc:00 5855 /lib/i386-linux-gnu/libpthread-2.15.so f76a6000-f76a7000 rw-p 00017000 fc:00 5855 /lib/i386-linux-gnu/libpthread-2.15.so f76a7000-f76aa000 rw-p 00000000 00:00 0 f76aa000-f76d4000 r-xp 00000000 fc:00 597 /lib/i386-linux-gnu/libm-2.15.so f76d4000-f76d5000 r--p 00029000 fc:00 597 /lib/i386-linux-gnu/libm-2.15.so f76d5000-f76d6000 rw-p 0002a000 fc:00 597 /lib/i386-linux-gnu/libm-2.15.so f76d6000-f77ae000 r-xp 00000000 fc:00 132281 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16 f77ae000-f77af000 ---p 000d8000 fc:00 132281 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16 f77af000-f77b3000 r--p 000d8000 fc:00 132281 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16 f77b3000-f77b4000 rw-p 000dc000 fc:00 132281 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16 f77b4000-f77bb000 rw-p 00000000 00:00 0 f77be000-f77bf000 ---p 00000000 00:00 0 f77bf000-f77c4000 rw-p 00000000 00:00 0 f77c4000-f77c5000 r-xp 00000000 00:00 0 [vdso] f77c5000-f77e5000 r-xp 00000000 fc:00 323 /lib/i386-linux-gnu/ld-2.15.so f77e5000-f77e6000 r--p 0001f000 fc:00 323 /lib/i386-linux-gnu/ld-2.15.so f77e6000-f77e7000 rw-p 00020000 fc:00 323 /lib/i386-linux-gnu/ld-2.15.so ffdb7000-ffdd8000 rw-p 00000000 00:00 0 [stack] Aborted (core dumped) Also seen this at occasions: Circular addon dependency in 'CATracked_W_BAF' Segmentation fault (core dumped) Edited August 7, 2012 by =WFL= Sgt Bilko Share this post Link to post Share on other sites
Psycho_Dad 1 Posted August 8, 2012 (edited) Do you have any ideas why am I getting this ?It doesn't recognize the config file but the command check does. ArmA 2 directory: /home/arma2co OK Server executable: /home/arma2co/server OK Port number: 2302 Config file: /home/arma2co/server.cfg OK PID file: /home/arma2co/2302.pid RUN file: /home/arma2co/2302.run WATCHDOG (12701): [mardi 7 août 2012, 21:57:16 (UTC+0200)] Starting server (port 2302)... 21:57:31 Dedicated host created. Include file home/arma2co/server.cfg not found. Cannot include file /home/arma2co/server.cfg Warning Message: Preprocessor failed on file /home/arma2co/server.cfg - error 1. String id 767 is not registered Cannot include file /home/arma2co/server.cfg Warning Message: Preprocessor failed on file /home/arma2co/server.cfg - error 1. String id 1608 is not registered Preprocessor failed on file /home/arma2co/server.cfg - error 1. 21:57:33 String id 757 is not registered The script checks only the existence of server.cfg, not the content (test -f). Config file: /home/arma2co/server.cfg OK seems to be wrong! use: CONFIG=server.cfg in arma2oaserver.. Edited August 8, 2012 by Psycho_Dad Share this post Link to post Share on other sites
sCreami 10 Posted August 8, 2012 The script checks only the existence of server.cfg, not the content (test -f). Config file: /home/arma2co/server.cfg OK seems to be wrong! use: CONFIG=server.cfg in arma2oaserver.. Yep it was that easy. Thanks to you, now I can run an ArmA 2 server 1.62 ACR on Debian Squeeze amd64 without errors ! Share this post Link to post Share on other sites
imago 1 Posted August 8, 2012 now that we can all run the alpha version, please give us a linux 95777 build, that one seems lucky. Thanks BIS! Share this post Link to post Share on other sites
Vixente 10 Posted August 8, 2012 I just wanna say that this doesn't seems like an 'alpha' or 'unstable' like Suma said in his first post. Yesterday i had a server running for more than 10 hours straight and today 5 more with no issues at all. Playing a very cpu-intensive mission (WarfareBE) on it, with and without mods, stable as a rock. :) Share this post Link to post Share on other sites
On_Sabbatical 11 Posted August 8, 2012 I just wanna say that this doesn't seems like an 'alpha' or 'unstable' like Suma said in his first post.Yesterday i had a server running for more than 10 hours straight and today 5 more with no issues at all. Playing a very cpu-intensive mission (WarfareBE) on it, with and without mods, stable as a rock. :) Not the case with WASP server ... how many players were on your server ? Share this post Link to post Share on other sites
Vixente 10 Posted August 9, 2012 Not the case with WASP server ... how many players were on your server ? Not many, that's true. A few came and went during the hours, but not as many as Wasp server of course. Share this post Link to post Share on other sites
wolf5 13 Posted August 9, 2012 (edited) 1 out of 3 times server crashes immediately. When it does start, it crashes after 1-5 minutes of gameplay. Cannot indentify any common gameplay factor for crashes. Most common error dump: *** glibc detected *** ./oa_server: double free or corruption (!prev): 0x18ed0d80 *** ======= Backtrace: ========= /lib/i386-linux-gnu/libc.so.6(+0x73e42)[0xf7530e42] ./oa_server[0x8a5d7cd] ./oa_server[0x8a59911] ./oa_server[0x8a59e29] ./oa_server[0x8081548] /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0xf74d64d3] ./oa_server[0x8088521] ======= Memory map: ======== 08048000-08f2a000 r-xp 00000000 fc:03 91905322 /home/arma2srv/arma2/oa_server 08f2a000-08f3b000 rw-p 00ee2000 fc:03 91905322 /home/arma2srv/arma2/oa_server 08f3b000-08f69000 rw-p 00000000 00:00 0 09723000-18ee0000 rw-p 00000000 00:00 0 [heap] f7200000-f7221000 rw-p 00000000 00:00 0 f7221000-f7300000 ---p 00000000 00:00 0 f73a7000-f73a8000 rw-p 00000000 00:00 0 f73a8000-f73a9000 ---p 00000000 00:00 0 f73a9000-f74bd000 rw-p 00000000 00:00 0 f74bd000-f765c000 r-xp 00000000 fc:00 585 /lib/i386-linux-gnu/libc-2.15.so f765c000-f765e000 r--p 0019f000 fc:00 585 /lib/i386-linux-gnu/libc-2.15.so f765e000-f765f000 rw-p 001a1000 fc:00 585 /lib/i386-linux-gnu/libc-2.15.so f765f000-f7662000 rw-p 00000000 00:00 0 f7662000-f767e000 r-xp 00000000 fc:00 322 /lib/i386-linux-gnu/libgcc_s.so.1 f767e000-f767f000 r--p 0001b000 fc:00 322 /lib/i386-linux-gnu/libgcc_s.so.1 f767f000-f7680000 rw-p 0001c000 fc:00 322 /lib/i386-linux-gnu/libgcc_s.so.1 f7680000-f7687000 r-xp 00000000 fc:00 5857 /lib/i386-linux-gnu/librt-2.15.so f7687000-f7688000 r--p 00006000 fc:00 5857 /lib/i386-linux-gnu/librt-2.15.so f7688000-f7689000 rw-p 00007000 fc:00 5857 /lib/i386-linux-gnu/librt-2.15.so f7689000-f768c000 r-xp 00000000 fc:00 596 /lib/i386-linux-gnu/libdl-2.15.so f768c000-f768d000 r--p 00002000 fc:00 596 /lib/i386-linux-gnu/libdl-2.15.so f768d000-f768e000 rw-p 00003000 fc:00 596 /lib/i386-linux-gnu/libdl-2.15.so f768e000-f76a5000 r-xp 00000000 fc:00 5855 /lib/i386-linux-gnu/libpthread-2.15.so f76a5000-f76a6000 r--p 00016000 fc:00 5855 /lib/i386-linux-gnu/libpthread-2.15.so f76a6000-f76a7000 rw-p 00017000 fc:00 5855 /lib/i386-linux-gnu/libpthread-2.15.so f76a7000-f76aa000 rw-p 00000000 00:00 0 f76aa000-f76d4000 r-xp 00000000 fc:00 597 /lib/i386-linux-gnu/libm-2.15.so f76d4000-f76d5000 r--p 00029000 fc:00 597 /lib/i386-linux-gnu/libm-2.15.so f76d5000-f76d6000 rw-p 0002a000 fc:00 597 /lib/i386-linux-gnu/libm-2.15.so f76d6000-f77ae000 r-xp 00000000 fc:00 132281 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16 f77ae000-f77af000 ---p 000d8000 fc:00 132281 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16 f77af000-f77b3000 r--p 000d8000 fc:00 132281 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16 f77b3000-f77b4000 rw-p 000dc000 fc:00 132281 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.16 f77b4000-f77bb000 rw-p 00000000 00:00 0 f77be000-f77bf000 ---p 00000000 00:00 0 f77bf000-f77c4000 rw-p 00000000 00:00 0 f77c4000-f77c5000 r-xp 00000000 00:00 0 [vdso] f77c5000-f77e5000 r-xp 00000000 fc:00 323 /lib/i386-linux-gnu/ld-2.15.so f77e5000-f77e6000 r--p 0001f000 fc:00 323 /lib/i386-linux-gnu/ld-2.15.so f77e6000-f77e7000 rw-p 00020000 fc:00 323 /lib/i386-linux-gnu/ld-2.15.so ffdb7000-ffdd8000 rw-p 00000000 00:00 0 [stack] Aborted (core dumped) Same issue, same error. Server crash immediately on MSO or warefare and few minutes later on Domi for exemple. I don't know what i can do. Also have sometimes glibc detected *** /home/jeux/arma#1/arma2oa/server: corrupted double-linked list: 0x22b4de08 Edited August 9, 2012 by Wolf5 Share this post Link to post Share on other sites
bertieb 1 Posted August 9, 2012 I'm pleased to report the server launches successfully more often than not. It occasionally crashes on starting, watchdog restarts it and it then succeeds. So far I've tested with Escape Chernarus (1.8) (can't link as this is my first post) and while the mission loads, the server will reliably crash upon starting the mission. Eg: 19:06:05 Roles assigned. 19:06:05 Reading mission ... 112/07/09, 19:06:17 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 0)! MoveName: amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon 112/07/09, 19:06:18 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 1)! MoveName: amovpercmrunsnonwbindf_rfl 112/07/09, 19:06:19 SetFace error: class CfgFaces.CooperHead.FaceTanny not found 112/07/09, 19:06:19 Error: Error during SetFace - class CfgFaces.CooperHead.FaceTanny not found 112/07/09, 19:06:19 SetFace error: class CfgFaces.CooperHead.FaceTanny not found 112/07/09, 19:06:19 Error: Error during SetFace - class CfgFaces.CooperHead.FaceTanny not found 19:06:19 Mission read. 19:07:24 Game started. 112/07/09, 19:07:24 O 1-1-A: Cycle as first waypoint has no sense Global namespace not passed (script ) Global namespace not passed (script ) Global namespace not passed (script ) WATCHDOG (8121): [Thu Aug 9 19:07:34 BST 2012] Server died, waiting to restart... Is there a place that crash dumps are saved? At the moment some of the dumps seem to be dumped right to my terminal! Thanks in advance :) Share this post Link to post Share on other sites
=wfl= sgt bilko 10 Posted August 9, 2012 Adding to my previous report: I've tried with both "BattlEye = 0;" and "BattlEye = 1;". But the success rate of starting is same (2 out of 3) either way. And when it does start it crashes within minutes while playing. Same type of error messages as before. Share this post Link to post Share on other sites
JayC 0 Posted August 10, 2012 Any word on an ETA for another alpha, or beta release? I believe everybody is seeing some level of crashing, and while watchdog does a good job, I'm still seeing hangs after 4 to 5 crashes, where the server process has to be manually killed off and restarted. We're 2 weeks after the Windows patch and still don't have a stable beta for Linux. Share this post Link to post Share on other sites