Did you try verifying the game cache via Steam?
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Arma 3 Activity
Jan 11 2021
Jan 10 2021
This is a screenshot
https://drive.google.com/file/d/1sgs_JB1vCgaDwOIUWw-3E0lUFVdixLzk/view?usp=sharing
this problem in arma 3
no,i cant, i try 5 days later :(
3 hours without getting in, and i can connect to Andy other server
Can you fix this BS already!
Just got my huge base raided because i couldnt connect
Jan 9 2021
That's because it's not Arabic. It's Persian:
https://translate.google.com/?sl=en&tl=fa&text=mine%0A&op=translate
https://fa.wikipedia.org/wiki/%D9%85%DB%8C%D9%86
Jan 8 2021
Fixed in 2.03 147115
same problem as above still:
Please close glitch is in Dayz.
Jan 7 2021
The problem was in mode, sorry
Is it possible to get some kind of answer? Really looking forward to
Markers don't support setting tooltips currently, and I don't want to add that as it would be a pretty big change
8:19:46 ErrorMessage: DX11 error : CreateTexture failed : E_OUTOFMEMORY
10:02:18 File read error: addons\map_altis.pbo,1b1: A device which does not exist was specified.
10:02:18 File read recovery from error 1b1 has failed with error 1b1: A device which does not exist was specified.
10:02:18 Error 1b1 reading file 'addons\map_altis.pbo'
10:02:18 ErrorMessage: A device which does not exist was specified.
10:02:18 Application terminated intentionally
I suspect this will be ALOT of work to fix. Buuut, doesn't hurt to take a look
Visual Studio being big angery and not accepting my debug files.
Sorry can't use the above as I fucked up, I sent new binarize.exe in CUP Discord 🙃
allControls control
2.03 dev-branch
_display = findDisplay 313 createDisplay "RscDisplayEmpty";
_edit = _display ctrlCreate ["RscEdit", 645];
_edit ctrlSetPosition [0,0,1,0.04];
_edit ctrlSetBackgroundColor [0,0,0,1];
_edit ctrlCommit 0;
_lb = _display ctrlCreate ["RscListBox", -1];
_lb ctrlSetFont "EtelkaMonospacePro";
_lb ctrlSetFontHeight 0.03;
_lb ctrlSetPosition [0,0.06,1,0.94];
_lb ctrlSetBackgroundColor [0,0,0,1];
_lb ctrlCommit 0;
_classes = "true" configClasses (configFile >> "CfgVehicles");
for "_i" from 0 to 5000 do
{
_lb lbAdd configName selectRandom _classes;
};
lbSort _lb;
};
Change Idc of edit control to whatever is the idcSearch and excute it in Eden Editor
this command would have several applications.
markerShadow apparently can be 2 too.
but wiki says 1/0 and I've never seen a 2.
I guess I'll keep the command as true/false
Now where do I get a example listbox to test with from :U
I don't know UI config stuff :(
I could modify ACE arsenal I guess
Due to how engine filtering works (removing items from the list, and storing them elsewhere internally) it can cause issues when you use script commands to retrieve the current values in the listbox..
and can also cause issues when you add items while a filter is active.
Crash reports are inconclusive.
I'd say verify game files via steam.
Or if you are using a USB Headset, try disconnecting it and see if that changes something.
Crash ticket is too old now, crash reports are inconclusive.
Ticket is old, and not-reproducible crash looks just like a random fluke.
Ticket is old and no further reports since then, crashlogs look random and indicate a problem with the users computer, not with Arma.
Tried using the new binarize version you sent me but ran into the same problem (according to the error message).
Yes, when you disconnect from a server you connected to from "recent", "friends", "official servers" or "internet", please, make the in-game browser "go back" to "recent" tab, instead of "lan" tab. Thx
Jan 6 2021
i have attached ArmaReport_Log, the error generated is the anomalous closure of arma 3 and the closure code is 0xc0000005-STATUS-ACCESS-VIOLATION
I'm not technical support by the way.
input file "p:\ca\buildings\misc\naviglight.p3d" was binarized, which should have worked still, but didn't.
Not sure what exactly caused the crash here as the crashdump doesn't have all the info.
Next A3Tools update will cause binarize to generate bigger, complete crashdumps.
I hope above stuff fixed for profiling v10, or next dev branch whenever that might be
Jan 5 2021
Hope it's fixed, was emptied anyway
Hope it's fixed.
Should be solved by the time. For further network information, see port forwarding on the wiki.
Should be solved by the time. For further network information, see port forwarding on the wiki.
:D
Jan 4 2021
I did this search in an AiO config:
idcSearch[ ]*=[ ]*-1
but no result.
Can you add a screenshot of how a ControlsTable looks like? No idea what that is.
I have attached an example mission which replicates the example image from the BIKI (https://community.bistudio.com/wiki/CT_CONTROLS_TABLE).