Jump to content

afevis

Member
  • Content Count

    59
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by afevis

  1. Just checking, there was no hlc_ace3_compat_AK.pbo in the AK pack. Is that no longer needed? Also there seems to have been an issue with the uploaded version of the V8 all in one on your FTP, the size is only 314MB on the FTP; there's only core.pbo, ACR.pbo, and AK.pbo, and it errors out on extraction (tried redownloading it on 3 different systems.)
  2. Still getting the zombie AI on disconnect bug with 1.70
  3. Made a small change to rtc/init.sqf; if (!isServer) exitWith {}; changed to; if (hasInterface) exitWith {}; This allows to script to execute on AI that are local to a HeadlessClient as well as the server (while skipping players as it normally would.)
  4. http://steamcommunity.com/sharedfiles/filedetails/changelog/498740884 looks like it.
  5. afevis

    64-bit Server list not loading.

    http://www.herdprotect.com/oohivfy.exe-bed9b708fd5ee2ee46a0f9917e785abc1e0a4014.aspx Oohivfy is most likely a virus and is probably trying to hook into the game while it's loading, hence battleeye blocking it. Would you mind running a virus scan using a program like malwarebytes?
  6. Just wondering, is there any possibility of a variant of the ACR with a UGL in the future?
  7. afevis

    Werthles' Headless Module

    Iirc the rotation thing is an ArmA limitation with HC's
  8. afevis

    Game Keeps Crashing

    Can we get your rpt files? https://community.bistudio.com/wiki/Crash_Files#Arma_3 Also, a dxdiag?
  9. afevis

    Zeus issues

    https://feedback.bistudio.com/T122322 Change your interface size.
  10. Do NOT download loose DLL files. The DLL is part of Visual C++ / Visual Studio 2013. Please download it directly from Microsoft and install it properly to fix the issue. Here is the download link again (it was in my previous comment as well.) https://www.microsoft.com/en-us/download/details.aspx?id=40784 You want both the x86 and the x64 versions. You can also find these files in your ArmA folder @ \Steam\steamapps\common\Arma 3\_CommonRedist\vcredist\2013
  11. afevis

    Zeus issues

    When placing down a game master module, double click it to edit it, then use the dropdown and click All Mods
  12. I'd recommend putting ArmA on a SSD as well when you get a chance.
  13. afevis

    Can not start x64 server

    Just checking, you do have the x64 version of Visual C++ 2013 installed, right? https://www.microsoft.com/en-us/download/details.aspx?id=40784
  14. Just checking, you do have the x64 version of Visual C++ 2013 installed, right? https://www.microsoft.com/en-us/download/details.aspx?id=40784
  15. app_update 233780 -beta Make sure you have the -beta flag
  16. Googled it for you. https://community.bistudio.com/wiki/Arma_3_Unusual_process_exit#0xC0000135_-_STATUS_DLL_NOT_FOUND Make sure you have the x64 version of Visual C++ 2013 installed.
  17. afevis

    The faillure called.... update 1.68

    That's the 3FPS bug. It's the very reason they released x64, because the 32 bit client was hitting the memory ceiling. Switching to 64bit will resolve your issue.
  18. Still happening with my x52, windows 10 on the 64x client
  19. afevis

    Run server 64bit error

    Are you running ArmA 3 Server (233780) or ArmA 3 Client's (107410) server? also you usually have to do a restart after installing visual c
  20. Can confirm desert is crashing still with the new version. Same point as before the fix. 11:26:51 Mission id: a6bc204f1abd82a1115867cb9fde6a07663854fc then hang.
  21. afevis

    Server keeps kicking me

    a3_characters_f is a normal error that happens before a mission has loaded and has no consequence. Definitely need the client's rpt file, since the server doesn't print anything to the log when they're kicked usually.
  22. Are you sure you downloaded 233780 (ArmA 3 Server)? I don't recall my server ever asking for those files. Either way, to fix the XAPOFX1_5.dll & X3DAudio1_7.dll errors in specific, you have to update your directx drivers. https://www.microsoft.com/en-ca/download/details.aspx?id=35 vcomp120.dll is a missing .net component. https://www.microsoft.com/en-us/download/confirmation.aspx?id=40784 Really none of these files should be called for a server though, which leads me to believe you have the wrong files on your server (unless something's changed.) and if you did download the ArmA 3 client by accident, all these installers should be in *\Arma 3\_CommonRedist\
×