Page MenuHomeFeedback Tracker
Feed Advanced Search

Sep 27 2023

dedmen set Ref Ticket to AIII-56006 on T175342: Game crashing after ungrouping units synced to a trigger in zeus.
Sep 27 2023, 4:06 PM · Arma 3
dedmen changed the status of T175604: Arma3 keeps closing from New to Need More Info.

You posted no useful information.
Please describe what your actual problem is.
If you mean that your game is crashing, then follow this guide: https://feedback.bistudio.com/w/ft_a3_howto/gamecrash/

Sep 27 2023, 4:04 PM · Arma 3
dedmen changed the status of T175342: Game crashing after ungrouping units synced to a trigger in zeus from Need More Info to Feedback.
Sep 27 2023, 3:39 PM · Arma 3
dedmen added a comment to T175342: Game crashing after ungrouping units synced to a trigger in zeus.

I left the trigger sync connection there.
Fixed in next profiling branch

Sep 27 2023, 3:39 PM · Arma 3
dedmen added a comment to T175342: Game crashing after ungrouping units synced to a trigger in zeus.

And a extra question. Its trying to disconnect the synced trigger.
But should it even do that, why would assigning a unit to a different group, unsync it from the trigger? Do you think it should?

Sep 27 2023, 2:04 PM · Arma 3
dedmen added a comment to T175342: Game crashing after ungrouping units synced to a trigger in zeus.

Wow I really somehow posted about:blank :D
Should've been this https://feedback.bistudio.com/w/ft_a3_howto/gamecrash/

Sep 27 2023, 1:09 PM · Arma 3
dedmen added a comment to T175587: Add command for value addition.
  1. A script command (like add or +) doesn't know where the value came from.

It cannot differentiate between 0 add 5 or _variable add 5

Sep 27 2023, 12:59 PM · Arma 3
dedmen added a comment to T175681: Arma 64 bit crashing right after loadup. .

The illegal instruction is inside your graphics drivers. dxgi.dll/nvcuda64.dll
Part of Nvidia's graphics drivers, we can't do anything about that

Sep 27 2023, 12:50 PM · Arma 3
dedmen changed the status of T175683: Arma was crassed from New to Need More Info.

You dumped a ton of information that is useless for me. But didn't provide the actual crash dump that we need.
Please follow this guide: https://feedback.bistudio.com/w/ft_a3_howto/gamecrash/

Sep 27 2023, 12:40 PM · Arma 3
dedmen closed T175702: Game crash after alt+tab switch back from another application as Resolved.

There are several freezes. But the freezes are inside Windows code
The crashes all gave you the message

Sep 27 2023, 12:38 PM · Arma 3
dedmen changed the status of T175703: Single player campaign and main menu fatal game crash from New to Feedback.

I don't know how this happens, cannot reproduce.
You even had that crash when not loading any mods.

Sep 27 2023, 12:32 PM · Arma 3
dedmen changed the status of T175728: Hard Freeze and Crash from New to Need More Info.

Please follow this: https://feedback.bistudio.com/w/ft_a3_howto/gamecrash/

Sep 27 2023, 11:32 AM · Arma 3
dedmen added a comment to T175720: [Feature Request] Improve the Moon and Stars, maybe add planets too..
  1. No
  2. Unlikely
  3. No
  4. No
  5. No
Sep 27 2023, 11:31 AM · Arma 3

Sep 26 2023

dedmen changed the status of T175632: 2.14 HashMapObject functionality broken (CTOR mostly) from New to Feedback.
Sep 26 2023, 2:25 PM · Arma 3
dedmen changed the status of T83476: SQF Expression Global Variable Instruction Performance Enhancement from New to Acknowledged.
Sep 26 2023, 2:24 PM · Arma 3
dedmen merged T167783: groups and objects as HashMap entry values are not restored after loading game into T162726: HashMaps don't retain reference to groups or objects on loading saves.
Sep 26 2023, 2:21 PM · Arma 3
dedmen merged task T167783: groups and objects as HashMap entry values are not restored after loading game into T162726: HashMaps don't retain reference to groups or objects on loading saves.
Sep 26 2023, 2:21 PM · Arma 3
dedmen closed T160982: [Feature Request] New parameter for hashmap set to only set data if it doesn't exist as Resolved.
Sep 26 2023, 2:21 PM · Arma 3
dedmen closed T165862: [Feature Request] New syntax for `resize` as Resolved.
Sep 26 2023, 2:21 PM · Arma 3
dedmen reopened T83476: SQF Expression Global Variable Instruction Performance Enhancement as "New".
Sep 26 2023, 2:18 PM · Arma 3
dedmen closed T83476: SQF Expression Global Variable Instruction Performance Enhancement as Resolved.
Sep 26 2023, 2:17 PM · Arma 3
dedmen closed T170647: [Feature Request] OOP support for SQF using hashmaps (with destructor support) as Resolved.
Sep 26 2023, 2:16 PM · Arma 3
dedmen closed T158639: SQF hash map idea - event handler which is called when the hash map is deleted as Resolved.

https://community.bistudio.com/wiki/createHashMapObject 2.14

Sep 26 2023, 2:15 PM · Arma 3
dedmen closed T175633: [Feature Request] Provide access to HashMapObject parent "class" as Resolved.
Sep 26 2023, 2:14 PM · Arma 3
dedmen added a comment to T175633: [Feature Request] Provide access to HashMapObject parent "class".

The bases actually don't exist as separate objects. They are all merged (and partially overwritten) when the object is created. So to link to them, we would also have to create instances of the base classes. I don't want to waste that memory/processing time.

Sep 26 2023, 2:13 PM · Arma 3
dedmen set Ref Ticket to AIII-55574 on T175632: 2.14 HashMapObject functionality broken (CTOR mostly).
Sep 26 2023, 2:07 PM · Arma 3
dedmen added a comment to T175632: 2.14 HashMapObject functionality broken (CTOR mostly).

Wow. I indeed F'ed up the variable passing in scheduled execution.
Instead of the new map, it passes the argument that you passed to createHashMapObject.

Sep 26 2023, 2:06 PM · Arma 3
dedmen added a comment to T175632: 2.14 HashMapObject functionality broken (CTOR mostly).

The constructor call environment depends on the caller.
its just a call. So if called from scheduled, it will also be scheduled. If called from unscheduled, it will

Sep 26 2023, 1:56 PM · Arma 3
dedmen closed T167311: A command to check if two variables reference same array or hashmap as Resolved.
Sep 26 2023, 1:53 PM · Arma 3
dedmen closed T162536: Request - Alternative syntax for namedProperties that will return HashMap. as Resolved.
Sep 26 2023, 1:53 PM · Arma 3
dedmen closed T167434: A command to return value from hashmap by key and calculate default value only if key is missing as Resolved.
Sep 26 2023, 1:53 PM · Arma 3

Sep 19 2023

dedmen added a comment to T175273: Game crash while playing in MP.

Should be fixed on Profiling branch v4 releasing today. https://community.bistudio.com/wiki/Arma_3:_Steam_Branches

Sep 19 2023, 4:01 PM · Arma 3
dedmen added a comment to T174955: Shader error on macOS version.

Pedagne mod https://steamcommunity.com/sharedfiles/filedetails/?id=853934161
Montella Terrain: https://steamcommunity.com/sharedfiles/filedetails/?id=1562904329

Sep 19 2023, 3:32 PM · Arma 3
dedmen merged T175442: произошла ошибка в игре и это не в первый раз меня выкидывает с игры то арма завершила игру не коректным способом то просто вас выгнали из игры into T175273: Game crash while playing in MP.
Sep 19 2023, 3:31 PM · Arma 3
dedmen merged task T175442: произошла ошибка в игре и это не в первый раз меня выкидывает с игры то арма завершила игру не коректным способом то просто вас выгнали из игры into T175273: Game crash while playing in MP.
Sep 19 2023, 3:31 PM · Arma 3
dedmen merged T175312: ArmA 3 Game crash after a player was killed in MP game into T175273: Game crash while playing in MP.
Sep 19 2023, 3:31 PM · Arma 3
dedmen merged task T175312: ArmA 3 Game crash after a player was killed in MP game into T175273: Game crash while playing in MP.
Sep 19 2023, 3:31 PM · Arma 3
dedmen merged T175331: Kicked out of Game since Update 2.14 (Sept. 2023) into T175273: Game crash while playing in MP.
Sep 19 2023, 3:31 PM · Arma 3
dedmen merged task T175331: Kicked out of Game since Update 2.14 (Sept. 2023) into T175273: Game crash while playing in MP.
Sep 19 2023, 3:31 PM · Arma 3
dedmen closed T175231: Launcher Crash after update as Resolved.
Sep 19 2023, 3:28 PM · Arma 3
dedmen closed T174728: Arma 3 Crashing as Resolved.
Sep 19 2023, 3:27 PM · Arma 3
dedmen added a comment to T174800: not start game.

Try running the launcher in safemode and disable hardware acceleration: https://arma3.com/launcher/troubleshooting

Sep 19 2023, 3:27 PM · Arma 3
dedmen added a comment to T174804: Game crashes if bluetooth audio device changes.

Crash is inside Microsoft's XAudio2 code. Nothing we can fix.

Sep 19 2023, 3:26 PM · Arma 3
dedmen added a comment to T174920: 0xC0000005 server loads then crashes 5 3mins later.

Your ticket talks about server crash. But your report only has a client crash?

Sep 19 2023, 3:22 PM · Arma 3
dedmen closed T174928: [Tweak] setObjectScale as Resolved.

Not possible.

Sep 19 2023, 3:10 PM · Arma 3
dedmen set Ref Ticket to AIII-56000 on T174947: Custom Compositions defined in config.cpp don't show up in Zeus.
Sep 19 2023, 3:10 PM · Arma 3
dedmen changed the status of T174967: game crashes from New to Need More Info.

See here how to report crashes https://feedback.bistudio.com/w/ft_a3_howto/gamecrash/

Sep 19 2023, 3:08 PM · Arma 3
dedmen closed T174977: Placement Radius greater than 0 causes crash as Resolved.

Should've been fixed by now

Sep 19 2023, 3:07 PM · Arma 3
dedmen closed T175082: In game crash as Resolved.

Crash inside Microsoft's windows audio code.

Sep 19 2023, 3:07 PM · Arma 3
dedmen set Ref Ticket to AIII-55998 on T175116: Zeus interface does not render markers of type POLYLINE.
Sep 19 2023, 3:04 PM · Arma 3
dedmen closed T175149: Expose array Reserve and ShrinkToFit for better array management for advance uses as Resolved.

allow us to pushBack without having to reallocate memory every push

Sep 19 2023, 3:01 PM · Arma 3
dedmen closed T175242: Slotting menu not loading when joining official server after 2.14 as Resolved.

Fix is available on profiling branch.
You can switch that by going to steam Arma 3's properties and selecting the profiling beta branch

Sep 19 2023, 2:47 PM · Arma 3
dedmen merged task T175334: Lobby UI broken on Linux after latest update into T175242: Slotting menu not loading when joining official server after 2.14.
Sep 19 2023, 2:47 PM · Arma 3
dedmen merged T175334: Lobby UI broken on Linux after latest update into T175242: Slotting menu not loading when joining official server after 2.14.
Sep 19 2023, 2:47 PM · Arma 3
dedmen changed the status of T175241: crash from New to Need More Info.

I don't understand what you are trying to say.
Does "the game closes" mean it crashes?
If so attach a crash report like described here: https://feedback.bistudio.com/w/ft_a3_howto/gamecrash/

Sep 19 2023, 2:45 PM · Arma 3
dedmen changed the status of T175241: crash, a subtask of T175240: Launcher crashing upon attempting to join server with mods after most recent update, from New to Need More Info.
Sep 19 2023, 2:44 PM · Arma 3
dedmen merged T175234: ARMA 3 non funziona into T175231: Launcher Crash after update.
Sep 19 2023, 2:43 PM · Arma 3
dedmen merged task T175234: ARMA 3 non funziona into T175231: Launcher Crash after update.
Sep 19 2023, 2:43 PM · Arma 3
dedmen closed T175235: Launcher unit slot 2 logo fail as Resolved.
Sep 19 2023, 2:43 PM · Arma 3
dedmen merged T175264: Arma 3 Launcher Crashing on "Join" server - any server, checking mods / DLC etc. into T175231: Launcher Crash after update.
Sep 19 2023, 2:43 PM · Arma 3
dedmen merged task T175264: Arma 3 Launcher Crashing on "Join" server - any server, checking mods / DLC etc. into T175231: Launcher Crash after update.
Sep 19 2023, 2:42 PM · Arma 3
dedmen merged T175255: Arma 3 Launcher Exception Log into T175231: Launcher Crash after update.
Sep 19 2023, 2:42 PM · Arma 3
dedmen merged task T175255: Arma 3 Launcher Exception Log into T175231: Launcher Crash after update.
Sep 19 2023, 2:42 PM · Arma 3
dedmen merged T175254: Launcher crashes when joining game into T175231: Launcher Crash after update.
Sep 19 2023, 2:42 PM · Arma 3
dedmen merged task T175254: Launcher crashes when joining game into T175231: Launcher Crash after update.
Sep 19 2023, 2:42 PM · Arma 3
dedmen merged T175245: Arma 3 Launcher Crashing on "Join" server - any server, checking mods / DLC etc into T175231: Launcher Crash after update.
Sep 19 2023, 2:42 PM · Arma 3
dedmen merged task T175245: Arma 3 Launcher Crashing on "Join" server - any server, checking mods / DLC etc into T175231: Launcher Crash after update.
Sep 19 2023, 2:42 PM · Arma 3
dedmen merged T175240: Launcher crashing upon attempting to join server with mods after most recent update into T175231: Launcher Crash after update.
Sep 19 2023, 2:42 PM · Arma 3
dedmen merged task T175240: Launcher crashing upon attempting to join server with mods after most recent update into T175231: Launcher Crash after update.
Sep 19 2023, 2:41 PM · Arma 3
dedmen merged T175239: i keep crashing when i press join server into T175231: Launcher Crash after update.
Sep 19 2023, 2:41 PM · Arma 3
dedmen merged task T175239: i keep crashing when i press join server into T175231: Launcher Crash after update.
Sep 19 2023, 2:41 PM · Arma 3
dedmen merged T175238: launcher crashes upon joining server/ checking mods -----> more details into T175231: Launcher Crash after update.
Sep 19 2023, 2:41 PM · Arma 3
dedmen merged task T175238: launcher crashes upon joining server/ checking mods -----> more details into T175231: Launcher Crash after update.
Sep 19 2023, 2:41 PM · Arma 3
dedmen merged T175266: Arma 3 Launcher Exception into T175231: Launcher Crash after update.
Sep 19 2023, 2:41 PM · Arma 3
dedmen merged task T175266: Arma 3 Launcher Exception into T175231: Launcher Crash after update.
Sep 19 2023, 2:41 PM · Arma 3
dedmen merged T175267: Launcher crashing on mod setup menu into T175231: Launcher Crash after update.
Sep 19 2023, 2:41 PM · Arma 3
dedmen merged task T175267: Launcher crashing on mod setup menu into T175231: Launcher Crash after update.
Sep 19 2023, 2:40 PM · Arma 3
dedmen merged T175233: ARMA 3 launcher broken after update into T175231: Launcher Crash after update.
Sep 19 2023, 2:40 PM · Arma 3
dedmen merged task T175233: ARMA 3 launcher broken after update into T175231: Launcher Crash after update.
Sep 19 2023, 2:40 PM · Arma 3
dedmen closed T175266: Arma 3 Launcher Exception as Resolved.
Sep 19 2023, 2:40 PM · Arma 3
dedmen closed T175267: Launcher crashing on mod setup menu as Resolved.
Sep 19 2023, 2:39 PM · Arma 3
dedmen closed T175269: Cannot join any server after launcher crash fix - Verifying PBO failed as Resolved.

We published a hotfix game update that changed ui_f.pbo
If you get that error, its either the server having a outdated version of that pbo, or the client.
They missmatch.

Sep 19 2023, 2:39 PM · Arma 3
dedmen added a comment to T175273: Game crash while playing in MP.

The crash seems to be due to an issue that happens AFTER you disconnect from the server.
I think the issue is the yellow chain is actually you loosing connection. Then it disconnects you and because of the disconnect you crash.
Will be fixed in profiling branch v5.

Sep 19 2023, 2:32 PM · Arma 3
dedmen added a comment to T175331: Kicked out of Game since Update 2.14 (Sept. 2023).

Can you describe the exact steps you take between starting the game inside the launcher and it crashing?
I cannot reproduce it.

Sep 19 2023, 2:22 PM · Arma 3
dedmen closed T175334: Lobby UI broken on Linux after latest update as Resolved.

Fix is available on profiling branch.
You can switch that by going to steam Arma 3's properties and selecting the profiling beta branch

Sep 19 2023, 1:56 PM · Arma 3
dedmen set Ref Ticket to AIII-55997 on T175336: [Feature Request] Extension for new HashMapObject.
Sep 19 2023, 1:51 PM · Arma 3
dedmen changed the status of T175342: Game crashing after ungrouping units synced to a trigger in zeus from New to Need More Info.

Please provide crash files like described here: about:blank

Sep 19 2023, 1:50 PM · Arma 3
dedmen closed T175345: Add the Name of Disabled Function to RemoteExec Log Messages as Resolved.

Rev 151026
this weeks dev branch, profiling branch v5

Sep 19 2023, 1:49 PM · Arma 3
dedmen closed T175398: Cannot play 2.14 on Mac as Resolved.

Correct.
Not a bug, 2.14 mac port is WIP

Sep 19 2023, 1:46 PM · Arma 3
dedmen changed the status of T175424: Can't launch Arma 3 with BattleEye from New to Need More Info.

The last log files in there are from 8th september. And they say everything is fine.

Sep 19 2023, 1:46 PM · Arma 3
dedmen changed the status of T175428: "Put" Eventhandler Does Not Fire For Containers from New to Assigned.
Sep 19 2023, 1:44 PM · Arma 3
dedmen closed T175442: произошла ошибка в игре и это не в первый раз меня выкидывает с игры то арма завершила игру не коректным способом то просто вас выгнали из игры as Resolved.
Sep 19 2023, 1:40 PM · Arma 3
dedmen added a comment to T175507: Laser attachment parameters (beam width and dot size) not working on IR lasers.

https://feedback.bistudio.com/T168103
Already known that IR modifying is missing

Sep 19 2023, 12:47 PM · Arma 3
dedmen changed the status of T174928: [Tweak] setObjectScale from New to Need More Info.

You want to set the scale but keep the scale?
Need more details.

Sep 19 2023, 12:22 PM · Arma 3
dedmen closed T175587: Add command for value addition as Resolved.

Not possible

Sep 19 2023, 10:03 AM · Arma 3

Sep 12 2023

dedmen changed the status of T173677: [Feature Request] Server.CFG expression like onHackedData from New to Feedback.

Profiling v1

Sep 12 2023, 4:42 PM · Arma 3

Sep 6 2023

dedmen closed T85300: Arma 3 Launcher Exception Log as Resolved.
Sep 6 2023, 11:54 AM · Arma 3
dedmen merged T119602: Launcher Exception Log into T85300: Arma 3 Launcher Exception Log.
Sep 6 2023, 11:53 AM · Arma 3
dedmen merged task T119602: Launcher Exception Log into T85300: Arma 3 Launcher Exception Log.
Sep 6 2023, 11:53 AM · Arma 3
dedmen merged T119862: Arma 3 Launcher Exception Log into T85300: Arma 3 Launcher Exception Log.
Sep 6 2023, 11:53 AM · Arma 3