Page MenuHomeFeedback Tracker
Feed Advanced Search

Mon, Mar 3

dedmen added a comment to T175939: DayZ Experimental Linux Server 1.23 - Error decrypting message: error:04099079:rsa routines:RSA_padding_check_PKCS1_OAEP_mgf1:oaep decoding error.

The RSA messages are known, but they are just noise and don't actually cause any issues.
I tried to fix them but couldn't figure it out and couldn't track down why they happen, its something related to bisign validation, I know our input data into openssl is correct (or rather, the same as on windows) but it just doesn't like it.

Mon, Mar 3, 1:41 PM · DayZ

Fri, Feb 28

dedmen merged T189417: No visible Mission Download Progress when skipLobby = 1 and slot - virtual viewer into T175464: No visible Mission Download Progress when skipLobby = 1.
Fri, Feb 28, 3:18 PM · Arma 3
dedmen merged task T189417: No visible Mission Download Progress when skipLobby = 1 and slot - virtual viewer into T175464: No visible Mission Download Progress when skipLobby = 1.
Fri, Feb 28, 3:18 PM · Arma 3

Thu, Feb 20

dedmen closed T69358: setPiPEffect [4] doesn't mirror the image as Resolved.

Mirror was never implemented, the wiki was wrong, and the wiki has been fixed since then.
5/6 are fixed in 2.20

Thu, Feb 20, 11:32 AM · Arma 3
dedmen closed T67604: setPiPEffect command does not work as Resolved.
Thu, Feb 20, 11:31 AM · Arma 3

Mon, Feb 17

dedmen closed T84141: Library libSDL2-2.0 as Resolved.
Mon, Feb 17, 7:30 PM · Arma 3
dedmen closed T188830: Game crash when audio device disconnects as Resolved.

The crash happened inside Microsofts XAudio code. Nothing we can do about that. We cannot fix Microsoft's errors.

Mon, Feb 17, 6:50 PM · Arma 3
dedmen added a comment to T188969: 0xC0000005 Status_Access_Violation.

Well I don't know either...
You have submitted 7 crashes.
Each of these is something different, and they all look random and seem to make no sense, and I have never seen any of them before.

Mon, Feb 17, 6:02 PM · Arma 3
dedmen closed T188693: Arma 3 Fails to Boot in 64 bit as Resolved.

The crashing thing seems to be some joystick that you have attached, "vJoy Device"
The crash is actually inside a windows library, nothing we can do about that. Probably just remove your joystick or gamepad.
In the rpt log I also see there are some issues with your joystick

Mon, Feb 17, 5:50 PM · Arma 3
dedmen set Ref Ticket to AIII-56784 on T186846: StabilizedInAxes turret config entry doesn't work on ships.
Mon, Feb 17, 3:58 PM · Arma 3

Fri, Feb 14

dedmen changed the status of T167366: "recoilCoef" parameter in Muzzlecoef doesn't seem to work. from New to Feedback.

It was ignored for player used weapons, not for AI.

Fri, Feb 14, 5:46 PM · Arma 3
dedmen added a comment to T189016: ctrlMapSetPosition breaks interaction with RscMapControl in RscControlsGroup if the Groups X/Y is not 0.

2.20 also adds config entry for map controls
useRealViewport = 1 to enable it by default, then you don't need to use script command

Fri, Feb 14, 2:49 PM · Arma 3
dedmen added a comment to T116708: Control types 100 & 101 do not respect controls groups.

Fixed in https://feedback.bistudio.com/T189016
due to backwards compatibility you need to run a command, or add a config entry to enable it.

Fri, Feb 14, 2:48 PM · Arma 3
dedmen closed T82543: RscMapControl dont work as expected when placed in controls group as Resolved.

Fixed in https://feedback.bistudio.com/T189016
due to backwards compatibility you need to run a command, or add a config entry to enable it.

Fri, Feb 14, 2:47 PM · Arma 3
dedmen added a comment to T78273: RscMapControl does not work with RscControlsGroup.

Fixed in https://feedback.bistudio.com/T189016
due to backwards compatibility you need to run a command, or add a config entry to enable it.

Fri, Feb 14, 2:47 PM · Arma 3
dedmen changed the status of T189016: ctrlMapSetPosition breaks interaction with RscMapControl in RscControlsGroup if the Groups X/Y is not 0 from New to Feedback.
Fri, Feb 14, 2:46 PM · Arma 3
dedmen added a comment to T189016: ctrlMapSetPosition breaks interaction with RscMapControl in RscControlsGroup if the Groups X/Y is not 0.

Okey.
Due to backwards compatibility, we need to mess around a bit.

Fri, Feb 14, 11:34 AM · Arma 3

Thu, Feb 13

dedmen added a comment to T189016: ctrlMapSetPosition breaks interaction with RscMapControl in RscControlsGroup if the Groups X/Y is not 0.

It is easier to see if you also change the position of the background like this

with localNamespace do  
{  
 private _display = findDisplay 46 createDisplay "RscDisplayEmpty";  
 private _ctrlGroup = _display ctrlCreate ["RscControlsGroup", -1];  
 private _ctrlText = _display ctrlCreate ["RscText", -1, _ctrlGroup];  
 _ctrltext ctrlSetPosition [0.2, 0.2, 1, 1];  
 _ctrlText ctrlSetBackgroundColor [1, 0, 0, 0.5];  
 _ctrlText ctrlCommit 0;  
 private _ctrlMap = _display ctrlCreate ["RscMapControl", -1, _ctrlGroup];  
 _ctrlMap ctrlMapSetPosition [0, 0, 0.5, 0.5]; // effect is immediate  
 _ctrlMap ctrlMapAnimAdd [0, ctrlMapScale _ctrlMap, player];  
 ctrlMapAnimCommit _ctrlMap;  
 _ctrlGroup ctrlSetPosition [0.2, 0.2, 1, 1];  
 _ctrlGroup ctrlCommit 0.3; // non instant transition  
 _ctrlMap ctrlMapSetPosition []; // instant sync to new _ctrlGroup position  
};

You can see that when you click above the red area, the map control is moved. But clicking outside the map area, it is not.
Also the map ignores the ctrlSetPosition, it should be positioned at 0.2/0.2 from the top left. But it is rendered at 0/0

Thu, Feb 13, 3:16 PM · Arma 3

Wed, Feb 12

dedmen changed the status of T182084: [Feature Request] Return value from drop command from New to Feedback.

2.20

Wed, Feb 12, 4:40 PM · Arma 3
dedmen added a comment to T189083: [Feature Request] cameraView update Mission EH.

Is there currently some non-eventhandler script way to detect this?

Wed, Feb 12, 4:34 PM · Arma 3
dedmen added a comment to T188318: Nvidia Adaptive Vsync doesn't work in windowed fullscreen.

Won't fix. I have no idea where to look.

Wed, Feb 12, 4:12 PM · Arma 3
dedmen changed the status of T188707: Game crush when sound set use delay parameter for vehicles from New to Feedback.

Very nice find, thank you.

Wed, Feb 12, 4:10 PM · Arma 3
dedmen set Ref Ticket to AIII-55603 on T188336: [Feature request] Fisheye effect.
Wed, Feb 12, 1:15 PM · Arma 3

Wed, Feb 5

dedmen changed the visibility for T188988: https://www.facebook.com/GoldenReviveReviews/.
Wed, Feb 5, 3:27 PM
dedmen added a comment to T188988: https://www.facebook.com/GoldenReviveReviews/.

Wed, Feb 5, 3:27 PM
dedmen changed the visibility for F4912164: arma3.txt.
Wed, Feb 5, 3:27 PM
dedmen closed T188988: https://www.facebook.com/GoldenReviveReviews/ as Resolved.
Wed, Feb 5, 3:21 PM

Jan 26 2025

dedmen merged T188501: Fix the launcher into T186766: Millions of Fake Players in DayZ: Online Inflation and Chaos in the Server List.
Jan 26 2025, 5:57 AM · DayZ
dedmen merged task T188501: Fix the launcher into T186766: Millions of Fake Players in DayZ: Online Inflation and Chaos in the Server List.
Jan 26 2025, 5:57 AM · DayZ
dedmen merged T188650: launcher into T186766: Millions of Fake Players in DayZ: Online Inflation and Chaos in the Server List.
Jan 26 2025, 5:57 AM · DayZ
dedmen merged task T188650: launcher into T186766: Millions of Fake Players in DayZ: Online Inflation and Chaos in the Server List.
Jan 26 2025, 5:57 AM · DayZ
dedmen added a comment to T188501: Fix the launcher.

Reporting problems is good.
Creating new, duplicated tickets, even though you're fully aware that tickets for the issue already exist, is spam.
You insulting and throwing slurs at developers, now that gets you banned. Try to behave.

Jan 26 2025, 5:52 AM · DayZ
dedmen merged T188661: Dayz Launcher into T188501: Fix the launcher.
Jan 26 2025, 5:49 AM · DayZ
dedmen merged task T188661: Dayz Launcher into T188501: Fix the launcher.
Jan 26 2025, 5:49 AM · DayZ

Jan 21 2025

dedmen closed T167534: Several issues with "compatibleItems" and "compatibleMagazines" as Resolved.
Jan 21 2025, 4:11 PM · Arma 3
dedmen changed the status of T180138: [Feature Request] Comprehensive getter for cameraEffect from New to Feedback.
Jan 21 2025, 4:05 PM · Arma 3

Jan 7 2025

dedmen added a comment to T159809: connectToServer does not work with DNS.

Also btw the old script join method that pressed buttons in the server browser no longer works

Jan 7 2025, 6:51 PM · Arma 3
dedmen changed the status of T159809: connectToServer does not work with DNS from New to Feedback.

Profiling branch v18 and 2.20

Jan 7 2025, 5:02 PM · Arma 3
dedmen set Ref Ticket to AIII-56763 on T159809: connectToServer does not work with DNS.
Jan 7 2025, 5:02 PM · Arma 3
dedmen closed T185903: Direct Connect from server browser does not work as Resolved.
Jan 7 2025, 5:01 PM · Arma 3
dedmen changed the status of T187807: Additional server information from New to Feedback.
Jan 7 2025, 4:57 PM · Arma 3
dedmen added a comment to T187807: Additional server information.

If server has no config file (like player hosted server) many config dependent entries will be missing.

Jan 7 2025, 3:05 PM · Arma 3

Jan 6 2025

dedmen closed T187148: Game cannot find file despite many different attempts. as Resolved.
Jan 6 2025, 6:21 PM · Arma 3
dedmen set Ref Ticket to AIII-56755 on T126283: UGV Following Not Working.
Jan 6 2025, 4:49 PM · Arma 3
dedmen set Ref Ticket to AIII-56739 on T178500: Most human sounds not audible for other players.
Jan 6 2025, 4:33 PM · Arma 3
dedmen set Ref Ticket to AIII-56735 on T59444: Snakes can open doors.
Jan 6 2025, 4:29 PM · Arma 3
dedmen set Ref Ticket to AIII-56735 on T66646: All wildlife can open doors (Snakes, Rabbits, boars).
Jan 6 2025, 4:29 PM · Arma 3
dedmen merged task T80719: Animals can open door (snakes too) into T66646: All wildlife can open doors (Snakes, Rabbits, boars).
Jan 6 2025, 4:28 PM · Arma 3
dedmen merged T80719: Animals can open door (snakes too) into T66646: All wildlife can open doors (Snakes, Rabbits, boars).
Jan 6 2025, 4:28 PM · Arma 3
dedmen merged task T67930: SNAKE CAN OPEN DOORS into T59444: Snakes can open doors.
Jan 6 2025, 4:28 PM · Arma 3
dedmen merged task T60326: Snakes opening doors into T59444: Snakes can open doors.
Jan 6 2025, 4:28 PM · Arma 3
dedmen merged tasks T86273: Snakes open doors, T66959: snakes open doors, T66520: Snakes can open doors!!!, T64512: snakes opening doors, T63866: Solid Snakes, T60776: Snakes able to open doors, T60326: Snakes opening doors, T67930: SNAKE CAN OPEN DOORS into T59444: Snakes can open doors.
Jan 6 2025, 4:28 PM · Arma 3
dedmen merged task T60776: Snakes able to open doors into T59444: Snakes can open doors.
Jan 6 2025, 4:28 PM · Arma 3
dedmen merged task T63866: Solid Snakes into T59444: Snakes can open doors.
Jan 6 2025, 4:27 PM · Arma 3
dedmen merged task T64512: snakes opening doors into T59444: Snakes can open doors.
Jan 6 2025, 4:27 PM · Arma 3
dedmen merged task T66520: Snakes can open doors!!! into T59444: Snakes can open doors.
Jan 6 2025, 4:27 PM · Arma 3
dedmen merged task T66959: snakes open doors into T59444: Snakes can open doors.
Jan 6 2025, 4:27 PM · Arma 3
dedmen merged task T86273: Snakes open doors into T59444: Snakes can open doors.
Jan 6 2025, 4:27 PM · Arma 3
dedmen added a comment to T187352: Arma 3 latest build quites responding if you switch to another app resulting in black screen / Arma crashes.

That is not a new bug. We're aware of it, and its unlikely to be fixed. You can play in fullscreen windowed instead.

Jan 6 2025, 4:10 PM · Arma 3
dedmen added a comment to T187208: RCON command to execute sqf files or public vars.

We cannot just add RCON commands, RCON is done by BattlEye, and them adding commands and forwarding them to us is unlikely to happen at this point.

Jan 6 2025, 4:05 PM · Arma 3
dedmen closed T187333: block airfield path for planes as Resolved.
Jan 6 2025, 4:04 PM · Arma 3
dedmen closed T187484: Random freezing and lastly crashed as Resolved.

"The cloud file provider is not running."
Put that into google.

Jan 6 2025, 4:03 PM · Arma 3
dedmen merged T187664: Game Departure into T186946: 0xC000001D.
Jan 6 2025, 4:01 PM · Arma 3
dedmen merged task T187664: Game Departure into T186946: 0xC000001D.
Jan 6 2025, 4:01 PM · Arma 3
dedmen closed T187664: Game Departure as Resolved.

Your CPU is too old.
That issue is already fixed on profiling branch, you could switch to it to get a temporary fix until the next game update
https://community.bistudio.com/wiki/Arma_3:_Steam_Branches

Jan 6 2025, 4:01 PM · Arma 3
dedmen closed T187686: [Feature request] Z-index for display/dialog controls as Resolved.

Won't do

Jan 6 2025, 3:59 PM · Arma 3
dedmen closed T187705: arma 3 as Resolved.

You are loading mods that require ACE and CBA mods, but you are not loading ACE or CBA mods.

Jan 6 2025, 3:58 PM · Arma 3
dedmen changed the status of T187755: Crash in multiplayer with profiling build from New to Feedback.

Fixed in v17 tomorrow

Jan 6 2025, 3:57 PM · Arma 3
dedmen changed the status of T187755: Crash in multiplayer with profiling build, a subtask of T187685: Arma 3 crashed after loading the main menu, from New to Feedback.
Jan 6 2025, 3:57 PM · Arma 3
dedmen added a comment to T187755: Crash in multiplayer with profiling build.

Ah the good old optimizer.
Specifically wrote code that does it without popcnt, the optimizer detected what I was doing and replaced it with popcnt... Thank you

Jan 6 2025, 3:44 PM · Arma 3
dedmen set Ref Ticket to AIII-56759 on T187807: Additional server information.
Jan 6 2025, 3:38 PM · Arma 3
dedmen merged T187816: Virtual Arsenal Crash into T187817: Virtual Arsenal Crash.
Jan 6 2025, 12:39 PM · Arma 3
dedmen merged task T187816: Virtual Arsenal Crash into T187817: Virtual Arsenal Crash.
Jan 6 2025, 12:39 PM · Arma 3