Page MenuHomeFeedback Tracker
Feed Arma 3 Activity

Mar 30 2023

SaMatra added a comment to T170766: Trying to draw UI2Texture inside another UI2Texture fails with "Cannot load mipmap" error.

Can we have a scripting command to check that?

No.

Mar 30 2023, 1:42 PM · Arma 3
dedmen changed the status of T170766: Trying to draw UI2Texture inside another UI2Texture fails with "Cannot load mipmap" error from New to Feedback.

Fix next dev and profiling (today)

Mar 30 2023, 1:40 PM · Arma 3
SaMatra added a comment to T170766: Trying to draw UI2Texture inside another UI2Texture fails with "Cannot load mipmap" error.

Refined idea once more, it all can be crammed into single command:
BOOL = preloadTexture STRING
Will return true as soon as texture is loaded.

Mar 30 2023, 1:33 PM · Arma 3
SaMatra added a comment to T170766: Trying to draw UI2Texture inside another UI2Texture fails with "Cannot load mipmap" error.
Mar 30 2023, 1:29 PM · Arma 3
SaMatra added a comment to T170766: Trying to draw UI2Texture inside another UI2Texture fails with "Cannot load mipmap" error.

So one issue, its trying to use the texture before its loaded (because loading is async), so when the display is created, you set the texture, it will only load next frame, but right after creating display it tries to render.
Easy to check for that and skip rendering the texture.

Next issue, you have to manually re-render till its done loading, and there is no way for you to know when its done, it might take multiple frames.

So fix for that, after creation it will automatically trigger re-rendering while there is a non-ready texture inside the display OR there is a UIToTexture inside it that is scheduled for re-render.
That will recursively wait till all sub-textures are loaded.

But this will only happen at creation, if you add a sub texture some time later, you need to take care of that updating yourself.

Mar 30 2023, 1:22 PM · Arma 3
dedmen added a comment to T170766: Trying to draw UI2Texture inside another UI2Texture fails with "Cannot load mipmap" error.

So one issue, its trying to use the texture before its loaded (because loading is async), so when the display is created, you set the texture, it will only load next frame, but right after creating display it tries to render.
Easy to check for that and skip rendering the texture.

Mar 30 2023, 1:09 PM · Arma 3
SaMatra edited Additional Information on T171270: A scripting command to check if unit can reach vehicle's supply point.
Mar 30 2023, 1:06 PM · Arma 3
SaMatra created T171270: A scripting command to check if unit can reach vehicle's supply point.
Mar 30 2023, 1:04 PM · Arma 3
SaMatra created T171268: A scripting command to return if unit is healing with FAKs\Medkits\Medic vehicles.
Mar 30 2023, 11:58 AM · Arma 3
ameliaglover added a comment to T171265: [Feature Request] Scheduler Script Added Event.
Mar 30 2023, 11:20 AM · Arma 3
SaMatra edited Steps To Reproduce on T171264: Disassembled UAV groups aren't cleaned up.
Mar 30 2023, 10:06 AM · Arma 3
BIS_fnc_KK claimed T171260: A command to return vehicle that backpack is assembled to.
Mar 30 2023, 9:47 AM · Arma 3
BIS_fnc_KK claimed T171264: Disassembled UAV groups aren't cleaned up.
Mar 30 2023, 9:46 AM · Arma 3
Fraali updated the task description for T171265: [Feature Request] Scheduler Script Added Event.
Mar 30 2023, 8:14 AM · Arma 3
Fraali created T171265: [Feature Request] Scheduler Script Added Event.
Mar 30 2023, 8:13 AM · Arma 3
SaMatra added a comment to T157137: string.

Smaller version of T150388

Mar 30 2023, 7:25 AM · Arma 3
SaMatra added a comment to T150388: Missing A3 strings.

Bumping, had a need to have STR_A3_C_CfgVehicles_B_HMG_02_high_weapon_F0 and STR_A3_C_CfgVehicles_O_HMG_02_high_weapon_F0 fixed, its names for backpacks for disassembled M2 Static gun. Gonna have to use FIA versions instead of proper side versions for now.

Mar 30 2023, 7:24 AM · Arma 3
SaMatra updated the task description for T171264: Disassembled UAV groups aren't cleaned up.
Mar 30 2023, 6:11 AM · Arma 3
SaMatra created T171264: Disassembled UAV groups aren't cleaned up.
Mar 30 2023, 6:03 AM · Arma 3
SaMatra renamed T171260: A command to return vehicle that backpack is assembled to from A command to return vehicle that backpack is assembled to. to A command to return vehicle that backpack is assembled to.
Mar 30 2023, 5:49 AM · Arma 3
SaMatra created T171260: A command to return vehicle that backpack is assembled to.
Mar 30 2023, 4:56 AM · Arma 3
GhostJB created T171258: Arma 3 [2.12] - selectionVectorDirAndUp reporting error to .rpt even when selection exists.
Mar 30 2023, 2:11 AM · Arma 3

Mar 29 2023

Wirogamesik created T171254: Nie mogę odpalić gry arma 3.
Mar 29 2023, 7:21 PM · Arma 3
JonBons2020 updated the task description for T171253: ACCESS_VIOLATION CTD with high VRAM load.
Mar 29 2023, 3:47 PM · Arma 3
JonBons2020 edited Additional Information on T171253: ACCESS_VIOLATION CTD with high VRAM load.
Mar 29 2023, 2:27 PM · Arma 3
JonBons2020 created T171253: ACCESS_VIOLATION CTD with high VRAM load.
Mar 29 2023, 2:26 PM · Arma 3
Ilyushkius moved T166550: Voice protocol of INDFOR Asian factions. from Awaiting Reply to Backlog on the Arma 3 Creator DLC - S.O.G. Prairie Fire board.
Mar 29 2023, 1:00 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
LouMontana renamed T166882: [Feature Request] Add script command to overwrite CfgVehicles armor config from [Feature Request] Add script function to overwrite CfgVehicles armor config to [Feature Request] Add script command to overwrite CfgVehicles armor config.
Mar 29 2023, 12:39 PM · Arma 3
SaMatra added a comment to T170766: Trying to draw UI2Texture inside another UI2Texture fails with "Cannot load mipmap" error.

Y can I not run mission in Eden 😢
works fine if i remove all the waitUntils and eden check. But need to run set texture twice to trigger that error.
I have already seen this error before.. it tries REALLY hard to load the second mipmap, even when there is only one. And it.. obviously fails.

Mar 29 2023, 10:54 AM · Arma 3
BIS_fnc_KK changed Ref Ticket from AIII-55530 to AIII-55550 on T164238: Scaffolding is a open object but with 'interior' SFX.
Mar 29 2023, 10:49 AM · Arma 3
dedmen added a comment to T170766: Trying to draw UI2Texture inside another UI2Texture fails with "Cannot load mipmap" error.

Y can I not run mission in Eden 😢
works fine if i remove all the waitUntils and eden check. But need to run set texture twice to trigger that error.
I have already seen this error before.. it tries REALLY hard to load the second mipmap, even when there is only one. And it.. obviously fails.

Mar 29 2023, 10:30 AM · Arma 3
tempsdropz added a comment to T170273: [BUG] A3\functions_f\respawn\fn_getRespawnPositions.sqf breaks with group as input while its meant to be supported.
Mar 29 2023, 10:10 AM · Arma 3
SaMatra edited Additional Information on T171238: Options to cut or fit ui2texture displays when rendering them into non-1:1 textures.
Mar 29 2023, 10:03 AM · Arma 3
dedmen set Ref Ticket to AIII-55635 on T171238: Options to cut or fit ui2texture displays when rendering them into non-1:1 textures.
Mar 29 2023, 9:53 AM · Arma 3
Bigdogreaper11 added a comment to T171247: error system.

have to idea why this crash keeps happing but i would like to get it fixed

Mar 29 2023, 5:51 AM · Arma 3
Bigdogreaper11 created T171247: error system.
Mar 29 2023, 5:51 AM · Arma 3
ehylla93 updated the task description for T166882: [Feature Request] Add script command to overwrite CfgVehicles armor config.
Mar 29 2023, 5:36 AM · Arma 3
brendob47 created T171245: M54 Transport missing VIV/Cargo variant.
Mar 29 2023, 2:00 AM · Arma 3 Creator DLC - S.O.G. Prairie Fire

Mar 28 2023

BIS_fnc_KK changed the status of T171193: Get model position of an attached object from New to Feedback.
Mar 28 2023, 8:45 PM · Arma 3
BIS_fnc_KK added a comment to T171193: Get model position of an attached object.

Revision: 150408

Mar 28 2023, 8:44 PM · Arma 3
BIS_fnc_KK set Ref Ticket to AIII-55634 on T171193: Get model position of an attached object.
Mar 28 2023, 8:06 PM · Arma 3
SaMatra edited Additional Information on T171238: Options to cut or fit ui2texture displays when rendering them into non-1:1 textures.
Mar 28 2023, 5:06 PM · Arma 3
SaMatra created T171238: Options to cut or fit ui2texture displays when rendering them into non-1:1 textures.
Mar 28 2023, 4:52 PM · Arma 3
dedmen changed the status of T170754: Aspect ratio issues with UI2Texture from New to Feedback.

Icon rendering using incorrect aspect ratio is fixed on next dev/prof.
For the other thing probably separate ticket

Mar 28 2023, 3:55 PM · Arma 3
SaMatra added a comment to T170754: Aspect ratio issues with UI2Texture.

Repro adjusted with big visible text on the map:

	testcenter = getPosWorld player;
Mar 28 2023, 3:11 PM · Arma 3
PrestigesouthcIty added a comment to T171116: A weird stuttering video problem, problem identified.
Mar 28 2023, 3:00 PM · Arma 3
dedmen added a comment to T170754: Aspect ratio issues with UI2Texture.

Map screen actually used hardcoded 640x480 resolution to calculate rendering.
Which is also why the center display was wrong too.

Mar 28 2023, 2:43 PM · Arma 3
SaMatra added a comment to T170754: Aspect ratio issues with UI2Texture.


It looks a bit stretched/squished in the center display too. But not as much as the others

Yeah, this is a long going bug in the game, since at least Arma 2, probably even Arma 1 or even OFP. I think its caused by messing with your FOV in .Arma3Profile by changing either fovTop or fovLeft and if they're not 4:3 and 3:4, map icons become squished. Here is how I have it at 1080p with

fovTop=0.75;
fovLeft=1.3333334;
Mar 28 2023, 2:33 PM · Arma 3
dedmen added a comment to T170754: Aspect ratio issues with UI2Texture.


It looks a bit stretched/squished in the center display too. But not as much as the others

Mar 28 2023, 2:18 PM · Arma 3
dedmen added a comment to T169970: [Feature Request] Muzzle attachments to effect submunitionConeAngle.

Combining muzzle coef (Its gonna be on the weapons muzle) with attachment coef would be very annoying to get right though.
Just :crossing_fingers: to get that right

Mar 28 2023, 1:51 PM · Arma 3
AvaLoyal added a comment to T160776: F4s air-to-air locking capability seems wrong [UPDATE BETA].

Do you want to know about Triple H Net Worth?

Mar 28 2023, 1:33 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
dedmen changed the status of T167742: Amphibious vehicle AI has great issues going around obstacles from New to Feedback.

next dev branch/prof

Mar 28 2023, 12:55 PM · Arma 3
dedmen added a comment to T167742: Amphibious vehicle AI has great issues going around obstacles.

We did a performance optimization 2 years ago, for Boat pathfinding to not calculate houses and obstacles that are on terrain above sealevel, because boats cannot drive outside of water.
Turns out, game thinks amphibious tanks are boats!

Mar 28 2023, 11:48 AM · Arma 3
BIS_fnc_KK changed the status of T170613: 'Unload Incapacitated' Action does not fire GetOut Eventhandlers created on the vehicle from New to Feedback.
Mar 28 2023, 11:09 AM · Arma 3
BIS_fnc_KK added a comment to T170613: 'Unload Incapacitated' Action does not fire GetOut Eventhandlers created on the vehicle.

Revision: 150403

Mar 28 2023, 11:09 AM · Arma 3
BIS_fnc_KK set Ref Ticket to AIII-55632 on T170613: 'Unload Incapacitated' Action does not fire GetOut Eventhandlers created on the vehicle.
Mar 28 2023, 10:56 AM · Arma 3
BIS_fnc_KK added a comment to T171200: Potential bug in the append command.

Cannot confirm. The speed for append on my laptop is very much the same or slightly faster than insert

Mar 28 2023, 9:37 AM · Arma 3
BIS_fnc_KK added a comment to T170647: [Feature Request] OOP support for SQF using hashmaps (with destructor support).

the command takes game value and returns associated with it type name very much like dedmen suggested you create your own implementation.

Mar 28 2023, 8:03 AM · Arma 3

Mar 27 2023

David_Fox added a comment to T171124: x (268435456) out of range <0, 1024).

Good morning

Mar 27 2023, 11:25 PM · Arma 3
kju-PvPscene created T171222: [Bug] hasDriver=-1 vehicles wont show up in Zeus despite setting scope=2 and scopeCurator=2.
Mar 27 2023, 10:45 PM · Arma 3
Leopard20 added a comment to T171200: Potential bug in the append command.

Looks like the performance varies a bit. It's not always slower than +. But it is always slower than insert

Mar 27 2023, 7:02 PM · Arma 3
Bob_Murphy changed the status of T164032: HD (S) - Muzzle Flash from New to Reviewed.

due to insufficient information and/or our team not being able to reproduce this issue, we will close this ticket.
If you have additional information and/or in the unfortunate event that (part of) the issue persists, please open a new ticket and include a link to this one.

Mar 27 2023, 6:42 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
Bob_Murphy moved T169706: Clarified: Huey sits on the ground at wrong pitch angle with AFM from Awaiting Reply to Internal QA on the Arma 3 Creator DLC - S.O.G. Prairie Fire board.

Hey Moach,

Mar 27 2023, 6:34 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
Bob_Murphy moved T171215: Laotian names from Backlog to Internal QA on the Arma 3 Creator DLC - S.O.G. Prairie Fire board.

Thank you for your feedback! It will now be reviewed by a specialist in our internal QA system.

Mar 27 2023, 6:22 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
Bob_Murphy moved T171138: XM16(XM148) reload sound is not synced with animation. from Backlog to Internal QA on the Arma 3 Creator DLC - S.O.G. Prairie Fire board.

Thank you for your feedback! It will now be reviewed by a specialist in our internal QA system.

Mar 27 2023, 6:21 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
Bob_Murphy closed T170929: Burnt banyan trees of the KHE SANH cause the extreme low frame as Resolved.

due to insufficient information and/or our team not being able to reproduce this issue, we will close this ticket.
When I tried it, my frames were in the 70s at all times.
This might me related to your hardware or your video settings.
If you have additional information and/or in the unfortunate event that (part of) the issue persists, please open a new ticket and include a link to this one.

Mar 27 2023, 6:13 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
Bob_Murphy moved T170800: Misplaced object bug from Backlog to Internal QA on the Arma 3 Creator DLC - S.O.G. Prairie Fire board.

Thank you for your feedback! It will now be reviewed by a specialist in our internal QA system.

Mar 27 2023, 5:58 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
Bob_Murphy closed T170801: Misplaced object bug as Resolved.

This ticket is a duplicate of https://feedback.bistudio.com/T170800 .
Hence we will close this ticket.

Mar 27 2023, 5:57 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
Bob_Murphy moved T169752: List of minor damage-related instrumentation bugs in UH1 cockpit from Backlog to Internal QA on the Arma 3 Creator DLC - S.O.G. Prairie Fire board.

Thank you for your feedback! It will now be reviewed by a specialist in our internal QA system.

Mar 27 2023, 5:56 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
Bob_Murphy moved T170160: UNSUNG Unit Patches on SOGPF Uniforms from Backlog to Internal QA on the Arma 3 Creator DLC - S.O.G. Prairie Fire board.

Thank you for your feedback! It will now be reviewed by a specialist in our internal QA system.

Mar 27 2023, 5:55 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
Bob_Murphy closed T170785: M134bug as Resolved.

we have looked into your issue and what you experienced is intended behaviour.
You need approx. 40 seconds ingame to empty a 2000 round magazine which leads to approx 3000rpm and hence within the 2000 to 6000 rpm the M134 is able to deliver.
And when you hit enemies, the normal Arma bleed effect is applied.
Hence we will close this ticket.

Mar 27 2023, 5:53 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
kju-PvPscene added a comment to T171125: [BUG] Unknown enum value spammed in rpt for waypoints.

awesome - much appreciated!

Mar 27 2023, 5:31 PM · Arma 3
R3vo created T171218: Add support for wildcards to Eden Editor asset browser.
Mar 27 2023, 5:08 PM · Arma 3
Bob_Murphy closed T170548: Inaccuracy of Khe Sanh Hill Placements and Height as Resolved.

Hey MisfitMortem,

Mar 27 2023, 5:06 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
alexsys added a comment to T170959: Arma 3 needs to fix HOSTING, real soon honestly.

I'd have to disagree on this honestly,
if you look at Arma 3 Discussions, regarding "Port Forward" or "host a private server" and such, you'll see the same situations,
absolutely open settings on Router, and inability to create private hosted servers.

Mar 27 2023, 4:46 PM · Arma 3
lauryfriese added a comment to T171200: Potential bug in the append command.
Mar 27 2023, 4:44 PM · Arma 3
SaMatra edited Additional Information on T171217: Remote Designators fire lasers slightly misaligned with the view point.
Mar 27 2023, 4:35 PM · Arma 3
SaMatra created T171217: Remote Designators fire lasers slightly misaligned with the view point.
Mar 27 2023, 4:34 PM · Arma 3
Wulf set Ref Ticket to AIII-55074 on T170688: artifacts Land_i_Stone_HouseSmall_V2_F.
Mar 27 2023, 4:07 PM · Arma 3
SaMatra created T171216: Karts have animated LandContact points.
Mar 27 2023, 4:02 PM · Arma 3
dedmen changed the status of T171125: [BUG] Unknown enum value spammed in rpt for waypoints from New to Feedback.

The enum is not used.
Eden reuses the "type" entry for a different thing, but the old waypoint serialization still runs on it and tries to read type in its way, while Eden reads type in another way.
The waypoint type is actually completely ignored after its read.

Mar 27 2023, 3:55 PM · Arma 3
dedmen set Ref Ticket to AIII-55631 on T170711: InventoryOpened Event Handler does not receive link to WeaponHolderSimulated that is displayed.
Mar 27 2023, 3:48 PM · Arma 3
dedmen changed the status of T170650: Status_access_violation from Reviewed to Feedback.
Mar 27 2023, 3:46 PM · Arma 3
dedmen changed the status of T170650: Status_access_violation from New to Reviewed.
Mar 27 2023, 3:46 PM · Arma 3
dedmen set Ref Ticket to AIII-55582 on T170653: Collateral Damage Objective in Salient Force.
Mar 27 2023, 3:46 PM · Arma 3
dedmen renamed T170761: [Feature Request] Ability to change IR lasers thickness from Feature Request to [Feature Request] Ability to change IR lasers thickness.
Mar 27 2023, 3:44 PM · Arma 3
dedmen set Ref Ticket to AIII-55581 on T170768: No Requiem Achievement.
Mar 27 2023, 3:43 PM · Arma 3
dedmen changed the status of T170809: What do i do if my game crashes of "not enough memory" even if my specs support the game? from New to Need More Info.
Mar 27 2023, 3:40 PM · Arma 3
NOmad7943 added a comment to T171176: Игра вылетает с ошибкой 0xC0000005 - ACCESS_VIOLATION.

Спасибо.

Mar 27 2023, 3:39 PM · Arma 3
dedmen merged T170932: [Feature Request] Ability to re-texture Vests, Helmets, Facemasks, and HMD (NVGs) into T86032: Make it possible to texture Weapons, Vests ans Helmets.
Mar 27 2023, 3:37 PM · Arma 3
dedmen merged task T170932: [Feature Request] Ability to re-texture Vests, Helmets, Facemasks, and HMD (NVGs) into T86032: Make it possible to texture Weapons, Vests ans Helmets.
Mar 27 2023, 3:37 PM · Arma 3
dedmen added a comment to T170932: [Feature Request] Ability to re-texture Vests, Helmets, Facemasks, and HMD (NVGs).

There were other similar tracker requests for this dating from 2016-2018 however those were left unanswered so I chose to resubmit this request.

Mar 27 2023, 3:37 PM · Arma 3
dedmen added a comment to T170944: Game Crash | Moddet | MP.

Please try without the USB Headset.
There is a known issue on windows 10 with USB Audio Outputs. It only happens to some people and we cannot reproduce it.

Mar 27 2023, 3:36 PM · Arma 3
dedmen changed the status of T170959: Arma 3 needs to fix HOSTING, real soon honestly from New to Need More Info.

It's something broken in arma, a consistent issue between everyone.

Works fine for me, and I haven't seen anyone else reporting this.

Mar 27 2023, 3:35 PM · Arma 3
dedmen added a comment to T170997: Campaign Crash at mission "Supply Network".

Sadly this is an old issue we've been tracking for years and couldn't find the cause for.
You can use the https://community.bistudio.com/wiki/Arma_3:_Cheats#CAMPAIGN cheat code to skip this mission.
Maybe you can skip the briefing screen before it freezes, I think you probably can't.

Mar 27 2023, 3:32 PM · Arma 3
dedmen set Ref Ticket to AIII-54109 on T170997: Campaign Crash at mission "Supply Network".
Mar 27 2023, 3:30 PM · Arma 3
dedmen added a comment to T171003: battle eye .

So it is a crash. So then do as I say and provide the crash information as described.

Mar 27 2023, 3:27 PM · Arma 3
dedmen merged T171010: У меня вылетает Арма 3 into T158229: desktop composition disabled.
Mar 27 2023, 3:25 PM · Arma 3
dedmen merged task T171010: У меня вылетает Арма 3 into T158229: desktop composition disabled.
Mar 27 2023, 3:25 PM · Arma 3
dedmen closed T170971: error de inicio feedback as Resolved.

You are running 32 bit Arma, that is not recommended.

PhysMem: 3.4 GiB

Mar 27 2023, 3:21 PM · Arma 3