User Details
- User Since
- Oct 16 2017, 5:21 PM (372 w, 2 d)
- Roles
- Administrator
Sat, Nov 30
It's a OneDrive error. It says Cloud File Provider is not running. You must sign in to your OneDrive account and sync your files.
Google "OneDrive Cloud File Provider is not running" for more info.
Tue, Nov 26
No I meant the performance branch of the game. Anyway the crash should've been fixed by now so if you're still getting the crash, wait for a dev to respond.
Wed, Nov 20
If you're using the perf branch, wait for the update or switch to stable.
Tue, Nov 19
Official Arma Discord:
https://discord.com/invite/arma
Thu, Nov 14
If v4 fails to install, try versions 4.5+ because they should be backward compatible with v4
Wed, Nov 13
Install the latest .NET Framework.
Fri, Nov 8
Switch to the stable branch until a fix is released on the performance branch.
Oct 23 2024
Oct 20 2024
Looks like this is a bug in the simulation of "ThingX". The object is "stopped" after 5 seconds, because the game forgets to mark it as "moved". (it keeps getting moved and immediately stopped in the same frame...)
A simpler example:
ABCDEF = "Land_Football_01_F" createvehicle getPosATL player; ABCDEF setVelocity [0,0,100]; TimeCreated = time; TimeStopped = nil; onEachFrame { systemChat str [velocity ABCDEF#2, velocityModelSpace ABCDEF#2]; if (velocity ABCDEF#2 == 0) then { if (isNil "TimeStopped") then {TimeStopped = time}; systemChat str (TimeStopped-TimeCreated); }; }
Does this mean the developers are using a new compiler or new compiler flags starting with v2.18?
Oct 19 2024
It appears this is due to a POPCNT instruction
F3 0F B8 C0 = popcnt eax,eax
Oct 13 2024
The issue is reportedly fixed on the profiling branch. For now use the profiling branch on both the server and clients until a hotfix is released.
See the #perf_prof_branch channel on Arma Platform Discord server for more info.
Oct 9 2024
The error is from the next line:
_dirToEnd = (abs _dirToFront / _dirToFront) - _dirToFront;
Sep 26 2024
not sure if I should open a new task due to the OS change
You can edit your task (I already did it for you)
Sep 24 2024
Paste the exact error, or upload the RPT file. Read this:
https://community.bistudio.com/wiki/Crash_Files
If you're referring to the launcher error, you're probably missing .NET Framework.
Sep 17 2024
Sep 16 2024
If you have "massive logs" it's probably because you have a bad or broken mod. (it still depends what you mean by massive)
Sep 5 2024
Sep 3 2024
Sep 1 2024
Jun 10 2024
Actually nvm, wiki says ligthAttachObject is not suitable for use on moving objects.
Jun 3 2024
Using findIf is even faster. Another implementation is:
params ["_array", "_value", ["_column", 0]]; private _valueArray = [_value]; private _column = [_column, 1]; _array findIf {_x select _column isEqualTo _valueArray };
May 26 2024
This is not related to the game itself. It's related to Geforce Now not supporting ACE3's extensions.
there's nothing on the internet about it.
May 16 2024
May 11 2024
Sorry, closed it by mistake 😅
Apr 24 2024
Apr 19 2024
Normal is fine too:
Apr 17 2024
It's not broken. You're using an old version of the game. As the wiki says, the command will be available in A3 v2.18. (you can also try it in the dev branch right now)
Apr 10 2024
Should be fixed yes. Please try the latest dev branch update and report back.
Mar 4 2024
Feb 26 2024
Should be fixed with the next dev branch update
Feb 2 2024
They are local.
Jan 29 2024
Looks like removing all action "preprocessings" was a bit too much and it breaks some actions. I'll have to go case by case
Jan 27 2024
Jan 21 2024
Jan 18 2024
Jan 16 2024
Jan 13 2024
Added the mass to getModelInfo instead.
Jan 11 2024
Jan 6 2024
Jan 4 2024
Fix the launchers so Steam Workshop Mods work on Steam OS.