Jump to content

djerden

Member
  • Content Count

    10
  • Joined

  • Last visited

  • Medals

Posts posted by djerden


  1. I know this post is a little old, but came in handy with the recent rash of ACE mod users crashing the server.  I copied & pasted at least one of the .sqf files quoted in this thread, & it didn't work initially due to a syntax error (had extra line with ,; after all the mod names).  For banning ACE mod, you just have to include one of the pbo names (no unpbo & unrap the confg file).  Here's my reused & edited sqf (for some reason posting here alters the ..._IntroAnims"""",  -- shouldn't be the " showing up at end):

    Quote[/b] ]

    // Note: you must use """" for one quote and """""""" for two, etc.

    //dooacsInitScript = "titleText [""""Welcome"""", """"PLAIN""""]; setTerrainGrid 50";

    dooacsInitScript = "";

    //dooacsDisabledPatches = "[""""LameAddon"""", """"AwesomeAddon""""]";

    dooacsDisabledPatches = "[""""SLX_AI_Dispersion"""", """"SLX_Anims"""", """"ZGB_Collisions"""", """"ZGB_DeathCam"""", """", ZGB_Flares"""", """"ZGB_Flares_Settings"""", """"ZGB_Grid"""", """"ZGB_Grid_QG"""", """"ZGB_Horn"""", """"ZGB_Horn_QG"""", """"ZGB_Radar_GPS"""", """"ZGB_Magazines"""", """"ZGB_MES"""", """"ZGB_Pontoons"""", """"ZGB_RACS_Faces"""", """"ZGB_Seatbelts"""", """"ZGB_SLA_Faces"""", """"ZGB_Vehicles"""", """"ZGB_VLD"""", """"ZGB_VNV"""", """"ZGB_WarfareSoundFix"""", """"ZGB_Weapons"""", """"ECS_Air"""", """"ECS_Animals"""", """", ECS_Armory"""", """"ECS_Characters"""", """"ECS_CIV"""", """"ECS_Core"""", """"CS_Misc"""", """"ECS_Quiet"""", """"ECS_RACS"""", """"ECS_RC_CIV"""", """"ECS_RC_RACS"""", """"ECS_RC_RU"""", """"ECS_RC_US"""", """"ECS_RU"""", """"ECS_SmokeShell"""", """"ECS_Sounds"""", """"ECS_Tracers"""", """"ECS_US"""", """"ECS_Worlds"""", """"TR_CAM"""", """"TR_OBJ"""", """"GDTModHellfire"""", """"GDTModSatchel"""", """"GDTModTOW"""", """"GDTModHelicopter"""", """"mors_anygear"""", """"ACE_Everon"""", """"McNSaraLiteDryite"""", """"NIM_Weather"""", """"Q11_Recoils"""", """"XAM_effects"""", """"SLX_People"""", """"XAM_classes"""", """"XAM_Markers"""", """"XAM_Sounds"""", """"XAM_Veh"""", """"XAM_Vehdes"""", """"Xtra_Munitions"""", """"Xtra_Infantry"""", """", Xtra_Air"""", """"Xtra_QG"""", """"Xtra_SAM"""", """"Xtra_Static"""", """"Xtra_Support"""", """"Xtra_Tank"""", """"Xtra_Weapons"""", """"Schleiflshackpack"""", """"Schleiflsspawnhack"""", """"ace_anims_fastswitch"""", """"ace_config_core_fx""""' """"PROPER_World_Desert_Island_Instant_IntroAnims"""&qu

    ot;]";

    dooacsUserActionsOff = "true";

    //dooacsUserActionsOff = "false";


  2. Just deleting all the "\??\Volume" ones did the trick for me.  I had no duplicates for any of the assigned drive letters so I left those alone.

    I had this same freaking error...searched the forums here & found this post, after I tried the Windows update patch suggestion that didn't work...

    Deleting just the "\??\Volume" ones in the registry, as mentioned, did the trick for me too.  Didn't have to touch my drive entries.


  3. Thanks for the suggestion but it made no difference. sad_o.gif  Intel C2D E6600, latest XP dual core fix is installed  ( WindowsXP-KB896256-v4-x86-ENU.exe ).

    OK, that's a fix for WinXP....but what about dedi severs running Winserver 2003? The affinity to one cpu still helpful, or is there a similar fix?


  4. For dedi server with the patch:

    I got it up & running by uploading the beta folder & the startbetapatch.bat file (just like on my client machine).

    Then, I edited the contents of the .bat file so the line reads like:

    START "" /D"%CD%" /B "%CD%\beta\arma_server.exe" -config=serverbeta.cfg -mod=beta

    This seems to work fine, & leaves your original server setup as is, so you can always run it stock too, just like your client machine.  Hope this helps some other folks.  Any other ideas or comments to add to this, feel free...I'm just a noob.  crazy_o.gif


  5. OK, I've been using this forum to try & setup OFP on our new FC2 (from Redhat 9) server.  We transferred our OFP folder over, corrected the ofpserver script and got the seg fault right away.  Then, I made /ofp/libs with the enclosed downloaded libs linked in the above post & edited the ofpserver script again (following first post in this forum):

    cd ${OFP_DIR}

       echo >>${LOGFILE} "WATCHDOG ($$): [$(date)] Starting server (port ${PORT})..."

    export LD_LIBRARY_PATH=/home/djerden/ofp/libs  

    ${SERVER} >>${LOGFILE} 2>&1 -server -config=${CONFIG} -port=${PORT} -pid=${PIDFILE}

       if [ -f ${RUNFILE} ]; then

    echo >>${LOGFILE} "WATCHDOG ($$): [$(date)] Server died, waiting to restart..."

    sleep 5s

       else

    echo >>${LOGFILE} "WATCHDOG ($$): [$(date)] Server shutdown intentional, watchdog terminating"

       fi

    unset LD_LIBRARY_PATH

    done    

    ;;

    The server will start & run, but with "shutdown" command from admin in game for example, it throws a lot of errors in the nohup.out file:

    Stopping OFP server...

    Starting OFP server...

    date: /home/djerden/ofp/libs/libc.so.6: version `GLIBC_2.3' not found (required by date)

    date: /home/djerden/ofp/libs/libc.so.6: version `GLIBC_2.3.2' not found (required by /lib/tls/librt.so.1)

    date: /home/djerden/ofp/libs/libc.so.6: version `GLIBC_PRIVATE' not found (required by /lib/tls/librt.so.1)

    date: /lib/ld-linux.so.2: version `GLIBC_2.1.1' not found (required by /home/djerden/ofp/libs/libc.so.6)

    date: /lib/ld-linux.so.2: version `GLIBC_2.2.3' not found (required by /home/djerden/ofp/libs/libc.so.6)

    date: /lib/ld-linux.so.2: version `GLIBC_2.2' not found (required by /home/djerden/ofp/libs/libc.so.6)

    date: /home/djerden/ofp/libs/libc.so.6: version `GLIBC_2.3.2' not found (required by /lib/tls/libpthread.so.0)

    date: /home/djerden/ofp/libs/libc.so.6: version `GLIBC_PRIVATE' not found (required by /lib/tls/libpthread.so.0)

    sleep: /home/djerden/ofp/libs/libc.so.6: version `GLIBC_2.3' not found (required by sleep)

    sleep: /home/djerden/ofp/libs/libc.so.6: version `GLIBC_2.3.2' not found (required by /lib/tls/librt.so.1)

    sleep: /home/djerden/ofp/libs/libc.so.6: version `GLIBC_PRIVATE' not found (required by /lib/tls/librt.so.1)

    sleep: /lib/ld-linux.so.2: version `GLIBC_2.1.1' not found (required by /home/djerden/ofp/libs/libc.so.6)

    sleep: /lib/ld-linux.so.2: version `GLIBC_2.2.3' not found (required by /home/djerden/ofp/libs/libc.so.6)

    sleep: /lib/ld-linux.so.2: version `GLIBC_2.2' not found (required by /home/djerden/ofp/libs/libc.so.6)

    sleep: /home/djerden/ofp/libs/libc.so.6: version `GLIBC_2.3.2' not found (required by /lib/tls/libpthread.so.0)

    sleep: /home/djerden/ofp/libs/libc.so.6: version `GLIBC_PRIVATE' not found (required by /lib/tls/libpthread.so.0)

    Any ideas how to resolve this, or does it matter?

×