Page MenuHomeFeedback Tracker
Feed Arma 3 Activity

Dec 24 2018

omar2205 added a comment to T64124: Custom faces are not satisfactory..

2018 and still no fix? smh

Dec 24 2018, 7:36 PM · Arma 3
stefu1992 created T135775: Game Crash MP.
Dec 24 2018, 3:42 AM · Arma 3
JosefSchabernack added a comment to T122890: enableRopeAttach only functional for attached vehicles.

We've put 'enableRopeAttach false;' on an helicopter (Huron) in the editor, so you can't slingload vehicles when pressing [B]. But (as a christmas-present) you'are still able to attach ropes to the vehicle via scrollmenu. Is this real life?

Dec 24 2018, 12:37 AM · Arma 3
ookexoo added a comment to T135718: Memory leak on every compiled script.

Still, the cache is also here an issue. https://feedback.bistudio.com/T123355 would imply that the caching is done independent of whether you pass code or string.

Dec 24 2018, 12:11 AM · Arma 3

Dec 23 2018

ookexoo added a comment to T135718: Memory leak on every compiled script.

But why don't I observe a memory leak in this case?
Nvm, bad example.

uiNamespace setVariable ["display", displayNull];
terminateOnEachFrame = false;
onEachFrame
{
	_display = uiNamespace getVariable ["display", displayNull];
	if (isNull _display) then
	{
		if (terminateOnEachFrame) exitWith {onEachFrame {}};
		terminateOnEachFrame = true;
		_parentDisplay = findDisplay 49;
		_parentDisplay createDisplay "RscDisplayEmpty";
		_display = findDisplay -1;
		uiNamespace setVariable ["display", _display];
		_arr = [];
		_arr set [500000,random 1215235345];
		_display displayAddEventHandler ["unload", {_arr = []; _arr set [500000,random 1215235345]; str _arr}];
	}
	else
	{
		terminateOnEachFrame = false;
		_display closeDisplay 1;
	};
};
Dec 23 2018, 11:59 PM · Arma 3
dedmen added a comment to T124746: Sound caused FPS drop..

Confirmed fixed. Please mark this ticket as fixed.

Dec 23 2018, 11:52 PM · Arma 3
dedmen added a comment to T135718: Memory leak on every compiled script.

@ookexoo Eventhandlers always convert to string and store as string internally. And get compiled before every execution.
https://feedback.bistudio.com/T123355

Dec 23 2018, 11:52 PM · Arma 3
ookexoo added a comment to T135718: Memory leak on every compiled script.

Not really surprising, but passing a string instead of code to an event handler seems to have the same effect, e.g. for a display like in this test case

uiNamespace setVariable ["display", displayNull];
terminateOnEachFrame = false;
onEachFrame
{
	_display = uiNamespace getVariable ["display", displayNull];
	if (isNull _display) then
	{
		if (terminateOnEachFrame) exitWith {onEachFrame {}};
		terminateOnEachFrame = true;
		_parentDisplay = findDisplay 49;
		_parentDisplay createDisplay "RscDisplayEmpty";
		_display = findDisplay -1;
		uiNamespace setVariable ["display", _display];
		_arr = [];
		_arr set [500000,random 1215235345];
		_display displayAddEventHandler ["unload", str str _arr];
	}
	else
	{
		terminateOnEachFrame = false;
		_display closeDisplay 1;
	};
};
Dec 23 2018, 11:19 PM · Arma 3
WBeast added a comment to T135765: Game Crash.

Dec 23 2018, 11:09 PM · Arma 3
WBeast created T135765: Game Crash.
Dec 23 2018, 11:08 PM · Arma 3
Vdauphin updated the task description for T129141: BIS_fnc_spawnCrew does not create the correct number of crew for vehicle: "O_G_Van_02_vehicle_F".
Dec 23 2018, 10:01 PM · Arma 3
magicboots updated the task description for T135738: Ammo trucks or crates disable vehicle reload timers.
Dec 23 2018, 2:20 PM · Arma 3
magicboots created T135738: Ammo trucks or crates disable vehicle reload timers.
Dec 23 2018, 2:20 PM · Arma 3
Aleksey2306 created T135735: Tempest rides very slowly in elevation.
Dec 23 2018, 1:12 PM · Arma 3
dedmen updated the task description for T135718: Memory leak on every compiled script.
Dec 23 2018, 12:27 AM · Arma 3
dedmen updated the task description for T135718: Memory leak on every compiled script.
Dec 23 2018, 12:27 AM · Arma 3
dedmen created T135718: Memory leak on every compiled script.
Dec 23 2018, 12:09 AM · Arma 3

Dec 22 2018

dickjohnson added a comment to T135713: traps disappearing .

how do i delete this this wasn't for arma

Dec 22 2018, 10:33 PM · Arma 3
dickjohnson updated the task description for T135713: traps disappearing .
Dec 22 2018, 10:31 PM · Arma 3
dickjohnson created T135713: traps disappearing .
Dec 22 2018, 10:28 PM · Arma 3
Neciota created T135693: Edit Terrain Object Module does not work in multiplayer.
Dec 22 2018, 2:09 PM · Arma 3
Vdauphin changed Severity from severity:trivial to severity:crash on T129141: BIS_fnc_spawnCrew does not create the correct number of crew for vehicle: "O_G_Van_02_vehicle_F".
Dec 22 2018, 1:15 PM · Arma 3
Vdauphin added a comment to T128145: BIS_fnc_getVehicleCustomization trow error for "B_T_LSV_01_unarmed_F" and armed variant.

We will have a look at it.

Dec 22 2018, 1:12 PM · Arma 3
AReallyLongandUnusualUsername edited Additional Information on T135687: Status Stack Buffer Overrun When Flying VTOLs.
Dec 22 2018, 9:38 AM · Arma 3
AReallyLongandUnusualUsername edited Additional Information on T135687: Status Stack Buffer Overrun When Flying VTOLs.
Dec 22 2018, 9:36 AM · Arma 3
AReallyLongandUnusualUsername edited Additional Information on T135687: Status Stack Buffer Overrun When Flying VTOLs.
Dec 22 2018, 9:36 AM · Arma 3
AReallyLongandUnusualUsername updated the task description for T135687: Status Stack Buffer Overrun When Flying VTOLs.
Dec 22 2018, 9:34 AM · Arma 3
AReallyLongandUnusualUsername edited Additional Information on T135687: Status Stack Buffer Overrun When Flying VTOLs.
Dec 22 2018, 9:29 AM · Arma 3
AReallyLongandUnusualUsername created T135687: Status Stack Buffer Overrun When Flying VTOLs.
Dec 22 2018, 9:28 AM · Arma 3

Dec 21 2018

xReCoNx410 added a comment to T135217: Arma 3 Game Crash.

Dec 21 2018, 2:45 PM · Arma 3
raz0rsedge created T135640: Game Client crashes after several hours of warlord gameplay.
Dec 21 2018, 11:07 AM · Arma 3

Dec 20 2018

jesusferbar2005 created T135607: Crash After 5 min.
Dec 20 2018, 9:56 PM · Arma 3
Rewood_Thor created T135574: Game runs and freeze in main menu.
Dec 20 2018, 2:37 PM · Arma 3
felipepny added a comment to T135126: The game crashed during a match, the screen turned black and soon after gave blue screen of the death of Windows.

Dec 20 2018, 5:52 AM · Arma 3
CG-Delta added a comment to T62847: AI can't copy my stance.

I think the issue is just the name of the command... it really tells the AI to use whatever stance is appropriate for the situation.

You're right. It has been renamed to Automatic stance.

Dec 20 2018, 4:40 AM · Arma 3

Dec 19 2018

Ilias added a comment to T134862: 'Cleared' sectors voting [Warlords].

Maybe it would be better to set "forced progress" to 25 | 50 % by default, due to that match-wise strategy is an unusual guest on 'quick play' not 'dedicated' public servers.

Dec 19 2018, 8:16 PM · Arma 3
syhrus added a comment to T135056: [Warlords] Vehicle spawn does not work with custom factions.

Requiring people to dig this deep into the mod configs in order to set up the correct assets is something I'd like avoid doing, but perhaps I will be able to solve it somehow automatically.

Dec 19 2018, 11:20 AM · Arma 3
chose added a comment to T135056: [Warlords] Vehicle spawn does not work with custom factions.

Correct, I forgot about the vehicle patrols. Well the trouble with mods is that they don't always have the same nomenclature rules as official content and scanning the configs for specific group types is very complicated because of that. Requiring people to dig this deep into the mod configs in order to set up the correct assets is something I'd like avoid doing, but perhaps I will be able to solve it somehow automatically.

Dec 19 2018, 10:25 AM · Arma 3
SigintArmA added a comment to T135431: AI refuses to drive a vehicle if you are in the vehicle also( Noticed in Warlords multiplayer mode).

I would like to add some information I have discovered while testing.

Dec 19 2018, 6:09 AM · Arma 3
Jaffa updated the task description for T135498: DLC config property incorrect for numerous items.
Dec 19 2018, 1:18 AM · Arma 3
Jaffa edited Steps To Reproduce on T135498: DLC config property incorrect for numerous items.
Dec 19 2018, 1:17 AM · Arma 3
Jaffa edited Steps To Reproduce on T135498: DLC config property incorrect for numerous items.
Dec 19 2018, 1:16 AM · Arma 3
Jaffa edited Steps To Reproduce on T135498: DLC config property incorrect for numerous items.
Dec 19 2018, 1:16 AM · Arma 3
Jaffa updated the task description for T135498: DLC config property incorrect for numerous items.
Dec 19 2018, 1:13 AM · Arma 3
Jaffa edited Additional Information on T135498: DLC config property incorrect for numerous items.
Dec 19 2018, 1:10 AM · Arma 3
Jaffa created T135498: DLC config property incorrect for numerous items.
Dec 19 2018, 1:10 AM · Arma 3

Dec 18 2018

Tippership_Commander created T135431: AI refuses to drive a vehicle if you are in the vehicle also( Noticed in Warlords multiplayer mode).
Dec 18 2018, 6:02 AM · Arma 3

Dec 17 2018

syhrus added a comment to T135056: [Warlords] Vehicle spawn does not work with custom factions.

Searching for a faction in all sides configs is not a good idea since there could be factions with identical class name for multiple sides.

Dec 17 2018, 11:27 PM · Arma 3
7772324 added a comment to T134318: Постоянные зависания.

Добрый день. прошло три дня. можно получить ответ, что еще можно проверить и как действовать дальше?

Dec 17 2018, 9:30 PM · Arma 3
chose added a comment to T135193: Warlords single player voting bug.

Functionality in singleplayer will be revised for one of future updates.

Dec 17 2018, 3:59 PM · Arma 3
chose added a comment to T135056: [Warlords] Vehicle spawn does not work with custom factions.

Thle problem is not with vehicles for garrisons, these are spawned only be predefined compositions in the editor. See https://community.bistudio.com/wiki/Arma_3_MP_Warlords#4._.28OPTIONAL.29_Set_up_vehicles.
Searching for a faction in all sides configs is not a good idea since there could be factions with identical class name for multiple sides.

Dec 17 2018, 3:58 PM · Arma 3
Wulf added a comment to T135333: crash when autosave.

Also please upload you Arma report. Here is how to do that.

Dec 17 2018, 2:21 PM · Arma 3
Wulf added a comment to T135243: Crash immediately after launch.

Thank you for the report. Your reports show a 0x00000001 – UNABLE_TO_INIT_DXGI error.

Dec 17 2018, 2:16 PM · Arma 3
Wulf added a comment to T135237: Battleeye Crashing ARMA 3.

Thank you for the report. Have you tried contacting the Battleye devs?

Dec 17 2018, 2:14 PM · Arma 3
Wulf added a comment to T135126: The game crashed during a match, the screen turned black and soon after gave blue screen of the death of Windows.

Thank you for the report. Please upload your Arma report here. Here is how to do that.

Dec 17 2018, 2:12 PM · Arma 3
Wulf added a comment to T135333: crash when autosave.

Thank you for the report. You said that the crash happens during an autosave, in which mission does this happen?

Dec 17 2018, 2:10 PM · Arma 3
Wulf added a comment to T135217: Arma 3 Game Crash.

Thank you for the report. Could you please upload your Arma report here? Here is how to do that.

Dec 17 2018, 2:02 PM · Arma 3
Wulf added a comment to T135129: Script Error Message in Warlords' Asset Purchase Menu.

Thank you for the report. We will have a look at it and see if we can reproduce it sucessfully. If you happen to come a cross a repro for this script error, please let us know, it would be very much appreciated.

Dec 17 2018, 2:01 PM · Arma 3
Aebian added a comment to T124646: Throttle not recognized correctly in Black WASP.

Still happens on the newest stable version. So it is not fixed.

Dec 17 2018, 12:06 PM · Arma 3
AnonOp added a comment to T128085: session lost randomly happens .

we have the same problem ... Random "Session Lost" ... Battleye support not answer ...

Dec 17 2018, 11:36 AM · Arma 3
PR9INICHEK updated the task description for T134694: Warlords Customization vehicles [Feature request].
Dec 17 2018, 5:29 AM · Arma 3
PR9INICHEK renamed T134655: Warlords Teams [Feature request] from Warlords Dynamic groups [Feature request] to Warlords Teams [Feature request].
Dec 17 2018, 5:22 AM · Arma 3

Dec 16 2018

Ociex added a comment to T127272: BUG Zafir optics.

Zafir optics are still bugged and weapon fires to the left of iron sights

Dec 16 2018, 11:07 PM · Arma 3
sueprboor created T135333: crash when autosave.
Dec 16 2018, 7:49 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 16 2018, 11:19 AM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 16 2018, 12:22 AM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 16 2018, 12:05 AM · Arma 3

Dec 15 2018

reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 11:47 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 11:30 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 11:15 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 11:01 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 10:45 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 10:32 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 10:18 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 10:04 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 9:49 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 9:34 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 9:20 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 9:06 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 8:52 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 8:38 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 8:25 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 8:11 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 7:57 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 7:45 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 7:34 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 7:22 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 7:11 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 6:59 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 6:48 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 6:36 PM · Arma 3
reschke added a comment to T126762: AI soldiers still rather to choose binoculars instead of rifle..

https://youtu.be/-EF4qhflbk0

Dec 15 2018, 6:24 PM · Arma 3
smurdoch8122 created T135243: Crash immediately after launch.
Dec 15 2018, 5:07 AM · Arma 3
Dadawada created T135237: Battleeye Crashing ARMA 3.
Dec 15 2018, 3:43 AM · Arma 3

Dec 14 2018

xReCoNx410 changed Category from category:other to category:gamecrash on T135217: Arma 3 Game Crash.
Dec 14 2018, 8:14 PM · Arma 3
xReCoNx410 changed Reproducibility from reproducibility:nottried to reproducibility:sometimes on T135217: Arma 3 Game Crash.
Dec 14 2018, 8:12 PM · Arma 3
xReCoNx410 created T135217: Arma 3 Game Crash.
Dec 14 2018, 8:06 PM · Arma 3
Err created T135193: Warlords single player voting bug.
Dec 14 2018, 3:30 PM · Arma 3
7772324 added a comment to T134318: Постоянные зависания.

Вот свежий отчет. сразу после загрузки миссии прекращение работы программы .
Помогите пожалуйста решить проблему, не думал что купив игру буду думать как в нее поиграть.

Dec 14 2018, 2:25 PM · Arma 3
Astorga created T135188: Arma 3 27% CPU usage and 26% GPU usage WITH PARAMETERS.
Dec 14 2018, 12:53 PM · Arma 3