Page MenuHomeFeedback Tracker
Feed Arma 3 Activity

May 10 2016

Bohemia added a project to T84637: Random Game Crash: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Infectozor set Category to category:gamecrash on T84636: Game crashing during mission.
May 10 2016, 12:12 PM · Arma 3
cmdjoesi added a comment to T84635: Game is not starting -> crashing.

I disabled all parameters by pressing the "reset to default" button --> no change

May 10 2016, 12:12 PM · Arma 3
cmdjoesi added a comment to T84635: Game is not starting -> crashing.

Any other solutions?

May 10 2016, 12:12 PM · Arma 3
cmdjoesi added a comment to T84635: Game is not starting -> crashing.

Hello?
I want to play ARMA3 and it is not working.

May 10 2016, 12:12 PM · Arma 3
cmdjoesi added a comment to T84635: Game is not starting -> crashing.

That is a truly great and helpfull support service.
Thank you. NOT!

May 10 2016, 12:12 PM · Arma 3
Adam added a comment to T84635: Game is not starting -> crashing.

try disabling all startup parameters.

May 10 2016, 12:12 PM · Arma 3
cmdjoesi added a comment to T84635: Game is not starting -> crashing.

I also deleted the mods and tried to start ARMA without mods but the same problem appears

May 10 2016, 12:12 PM · Arma 3
cmdjoesi added a comment to T84635: Game is not starting -> crashing.

I tried to download and reinstall the game but nothing changed

May 10 2016, 12:12 PM · Arma 3
LuckyLegs added a comment to T84634: Small stamina hit on empty mag and reload.

Oh, that makes lots of sense! Definitely left me very confused at first, though. I wonder, should you not instantly gain that difference, rather than having it regenerate to the new maximum?

If stamina, in this context, can be thought of as a representation of your total potential max-exertion over time - inversely proportional to the total weight you're carrying - then an instant reduction in weight should result in an instant increase in your potential.

I might edit this ticket when I get a chance to better reflect what's actually happening.

May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84635: Game is not starting -> crashing: Arma 3.
May 10 2016, 12:12 PM · Arma 3
cmdjoesi edited Steps To Reproduce on T84635: Game is not starting -> crashing.
May 10 2016, 12:12 PM · Arma 3
Bohemia updated subscribers of T84634: Small stamina hit on empty mag and reload.
May 10 2016, 12:12 PM · Arma 3
greenfist added a comment to T84634: Small stamina hit on empty mag and reload.

Actually, you stamina doesn't decrease. When you deplete ammo (or drop something) your load lightens, so the maximum stamina increases and you start regenerating to get it to max.

But you're still right, it is a bug.

May 10 2016, 12:12 PM · Arma 3
LuckyLegs set Category to category:stamina on T84634: Small stamina hit on empty mag and reload.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84634: Small stamina hit on empty mag and reload: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Lumix set Category to category:featurerequest on T84633: Auto Throttle Advanced Flight Model.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84633: Auto Throttle Advanced Flight Model: Arma 3.
May 10 2016, 12:12 PM · Arma 3
PabloTheGreat1 edited Steps To Reproduce on T84632: Chat box cursor position is difficult to locate/visualise.
May 10 2016, 12:12 PM · Arma 3
cater182 edited Additional Information on T84631: Injury Animations.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84632: Chat box cursor position is difficult to locate/visualise: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84631: Injury Animations: Arma 3.
May 10 2016, 12:12 PM · Arma 3
bPatrik added a comment to T84630: Usable chopper ramps/ walkable interior (implementing idea).

My bad. First i just wrote "usable chopper ramps" into the summary field and i searched for that, but later when i edited summary i didnt search for "walkable interior".

May 10 2016, 12:12 PM · Arma 3
bPatrik set Category to category:featurerequest on T84630: Usable chopper ramps/ walkable interior (implementing idea).
May 10 2016, 12:12 PM · Arma 3
Koala added a comment to T84630: Usable chopper ramps/ walkable interior (implementing idea).

Duplicate of #0005577

May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84630: Usable chopper ramps/ walkable interior (implementing idea): Arma 3.
May 10 2016, 12:12 PM · Arma 3
doveman added a comment to T84629: Expose AI commands/Action Menu commands on UDP interface.

Just wanted to explain that the proposed method is very much compatible with modding. As is done with x-plane, the vanilla commands can be grouped under a prefix like A3/ or Vanilla/ and then any mods have their own prefix, such as ACE/ or TFAR/.

So vanilla commands would look like "A3/Team Red/Line Formation", whilst mod commands would look like "TFAR/Short Range/Channel One" (I'm just making up examples here).

There has to be some care taken to try and avoid any conflict between commands and to make them match what people would say, to make it easy for the voice recognition program to find the matching command automatically without the user having to manually map spoken phrases to commands, as obviously the player doesn't say the prefix but just "Team Red Line Formation" or "Short Range Channel One", but the vanilla commands would be defined first and then modders would be expected to design their commands to avoid conflict.

Even where there is more than one mod that does the same thing and thus the commands have to be the same or similar, this can easily be handled by the voice recognition program having the option to enable/disable groups of commands. So if modX and modY do much the same thing and use the same command e.g. "Detonate explosives" and the player is using modX, he would just disable modY's command group in the program, so that when the program recognises the phrase "Detonate explosives" it only finds a match in the enabled modX's command list "modX/Detonate explosives".

In fact, even where a mod replaces a vanilla function and thus needs to use the same command, the program can use a system whereby the mod's list of commands, which are imported into the program and added to the existing list of commands, contains markers to indicate which commands should replace the vanilla ones. So when that mod's command group is enabled, it would automatically disable those vanilla commands that it replaces. For example A3/Pop Flare could be disabled in place of ACE/Pop Flare, so when the user says "Pop Flare" there is only one matching command that the program can find.

The voice recognition program would still need to provide the option to manually map phrases to commands if it proves necessary but in most cases the automatic matching should be sufficient.

May 10 2016, 12:12 PM · Arma 3
doveman edited Additional Information on T84629: Expose AI commands/Action Menu commands on UDP interface.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84629: Expose AI commands/Action Menu commands on UDP interface: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84628: Pistol doesn't appear in Diver's holster: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Nightmare515 set Category to category:visualcharacters on T84628: Pistol doesn't appear in Diver's holster.
May 10 2016, 12:12 PM · Arma 3
Dutaki added a comment to T84622: Exit code: 0xC0000005 - STATUS_ACCESS_VIOLATION.
May 10 2016, 12:12 PM · Arma 3
Adam added a comment to T84627: Magazines disappearing out of my inventory.

Is it reproducible in vanilla version of the game?

May 10 2016, 12:12 PM · Arma 3
TheMasterofBlubb added a comment to T84627: Magazines disappearing out of my inventory.

If i remember right its a struggle with the loadout save because the mag in the weapon was not counted as in inventory.

May 10 2016, 12:12 PM · Arma 3
swhaw set Category to category:inventory on T84627: Magazines disappearing out of my inventory.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84627: Magazines disappearing out of my inventory: Arma 3.
May 10 2016, 12:12 PM · Arma 3
mrbubblebud set Category to category:gamecrash on T84626: Random game crash after 10-15 minutes.
May 10 2016, 12:12 PM · Arma 3
Adam added a comment to T84626: Random game crash after 10-15 minutes.

Could you please try reproducing the issue without using mods? Thanks.

May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84626: Random game crash after 10-15 minutes: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Zed edited Steps To Reproduce on T84625: Set Callsign module doesn't work on dedicated servers.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84625: Set Callsign module doesn't work on dedicated servers: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84624: Tasks do not use CfgTaskTypes from Description.ext: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Bohemia edited Steps To Reproduce on T84624: Tasks do not use CfgTaskTypes from Description.ext.
May 10 2016, 12:12 PM · Arma 3
cfchami edited Steps To Reproduce on T84623: There is no icon for starting game, only news displayed on launcher.
May 10 2016, 12:12 PM · Arma 3
BISWizard added a comment to T84623: There is no icon for starting game, only news displayed on launcher.

Hello,
the big orange PLAY button should be in the left bottom corner of the window. Could you please upload a screenshot of your desktop with Launcher running?

May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84623: There is no icon for starting game, only news displayed on launcher: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Dutaki added a comment to T84622: Exit code: 0xC0000005 - STATUS_ACCESS_VIOLATION.

I thought I had it fixed by removing my Extra HDDs and it ran smoothly for a hour yesterday, but when I loaded up a game today within 5 minutes it crashed with the same error!

I uploaded the dump.

P.S. mrclark1973 I'm running Windows 8.1

May 10 2016, 12:12 PM · Arma 3
hitmanx1 added a comment to T84622: Exit code: 0xC0000005 - STATUS_ACCESS_VIOLATION.
May 10 2016, 12:12 PM · Arma 3
mrclark1973 added a comment to T84622: Exit code: 0xC0000005 - STATUS_ACCESS_VIOLATION.

I've been playing successfully on Win 7 with a GTX970 - on 1.51 and 1.52. Just FYI.

May 10 2016, 12:12 PM · Arma 3
Dutaki edited Steps To Reproduce on T84622: Exit code: 0xC0000005 - STATUS_ACCESS_VIOLATION.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84622: Exit code: 0xC0000005 - STATUS_ACCESS_VIOLATION: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Firstborn added a comment to T84621: FSAA and smoke cause performance impact..

Well to my knowledge it's not really a framerate killer, as I'm able to use it quite happily with FPS being 55-60 in an empty world. That is until a smoke grenade is thrown or I look the sea from certain angles.

And this is about FSAA and smoke affecting performance, so I really don't see how my specs come into account.

The only thing we are interested in is that if it happens to other people too, or is it just a one off thing.

May 10 2016, 12:12 PM · Arma 3
csathdfw added a comment to T84621: FSAA and smoke cause performance impact..

"If you are using 1920 x 1080 using FXAA is just useless"

FXAA =/= FSAA

OP: I recommend FSAA 4x plus CMAA in post-process antialiasing for better performance while similar quality.

May 10 2016, 12:12 PM · Arma 3
TutSi added a comment to T84621: FSAA and smoke cause performance impact..

FSAA is framerate killer, specially on 8x, its not a secret, its a fact. Give us your PC specs. I have high-end machine, but i have low fps with FSAA as well. If you are using 1920 x 1080 using FXAA is just useless.

May 10 2016, 12:12 PM · Arma 3
Firstborn edited Steps To Reproduce on T84621: FSAA and smoke cause performance impact..
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84621: FSAA and smoke cause performance impact.: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Hypernova added a comment to T84620: Fail to launch the game.

thanks very much!

May 10 2016, 12:12 PM · Arma 3
BISWizard added a comment to T84620: Fail to launch the game.

Hello,
this issue is caused by the update KB3078601 for Windows and there is nothing we can do to prevent the issue at this time. You can either uninstall the update (http://windows.microsoft.com/en-us/windows/troubleshoot-problems-removing-updates#1TC=windows-7) or wait for Microsoft to release a fixed version of the update.

May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84620: Fail to launch the game: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Hypernova set Category to category:launcher on T84620: Fail to launch the game.
May 10 2016, 12:12 PM · Arma 3
skatardude10 added a comment to T84619: Setting "this enableStamina false" via Eden Editor causes mis-aligned sights on Blufor "Ammo Bearer" class..

I also made a note of this in the forums (Fatigue Feedback Thread) https://forums.bistudio.com/topic/158642-fatigue-feedback-dev-branch/?p=2926631

May 10 2016, 12:12 PM · Arma 3
skatardude10 edited Steps To Reproduce on T84619: Setting "this enableStamina false" via Eden Editor causes mis-aligned sights on Blufor "Ammo Bearer" class..
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84619: Setting "this enableStamina false" via Eden Editor causes mis-aligned sights on Blufor "Ammo Bearer" class.: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84618: Eden CTD: Arma 3.
May 10 2016, 12:12 PM · Arma 3
ZiGi edited Additional Information on T84618: Eden CTD.
May 10 2016, 12:12 PM · Arma 3
Anarchy edited Steps To Reproduce on T84617: Cargo Towers Not Present in Eden Editor.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84617: Cargo Towers Not Present in Eden Editor: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Waffle_SS set Category to category:other on T84616: Splendid Camera FPS drop.
May 10 2016, 12:12 PM · Arma 3
Adam added a comment to T84615: Cant enter modded map.

The crashes do not generate .midmp files that we need to analyze the issue. Does the issue persists when no mods are enabled?

May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84616: Splendid Camera FPS drop: Arma 3.
May 10 2016, 12:12 PM · Arma 3
THETACTICALKID set Category to category:gamecrash on T84615: Cant enter modded map.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84615: Cant enter modded map: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84614: Rain Impact SFX: Arma 3.
May 10 2016, 12:12 PM · Arma 3
richardbiely added a comment to T84613: Game crashed after short gameplay lags.

As of tommorow, there will be a new command line parameter "heapmem" available on the dev branch.

Could you please try and run Arma with "--heapmem" parameter?

May 10 2016, 12:12 PM · Arma 3
cater182 edited Additional Information on T84614: Rain Impact SFX.
May 10 2016, 12:12 PM · Arma 3
GritsA edited Steps To Reproduce on T84613: Game crashed after short gameplay lags.
May 10 2016, 12:12 PM · Arma 3
Adam added a comment to T84613: Game crashed after short gameplay lags.

Could you please try reproducing the issue without any mods? Thanks!

May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84613: Game crashed after short gameplay lags: Arma 3.
May 10 2016, 12:12 PM · Arma 3
bouto added a comment to T84612: STATUS_ACCES_VIOLATION.

not the solution for me :(

May 10 2016, 12:12 PM · Arma 3
hitmanx1 added a comment to T84612: STATUS_ACCES_VIOLATION.

HEY GUYS! Guess what? So I've been having this same issue for over 3 weeks and have been emailing the developers and also had a ticket in the tracker BUT they have not found a solution for this yet, or better yet have not troubleshooted it enough to find the issue. Hopefully I am here to save the day and resolve everyones issue with this so I'll pass this onto all the tickets I can find. Your going to think this is the most ridiculous thing ever when I tell you what is causing this. Unplug all of your USBs (unless its your mouse and keyboard) And try the game again. Make sure you take them out before You launch the game. My issue was the Headset being plugged in the computer. WTF right? Its a Jabra headset, I seen someone who had the same issue with another headset the afterglow ones and after he said he unplugged his he didn't crash ever again. Guess what, same with me! My Microsoft wireless mouse USB is fine to stay in the computer and play the game but all you have to do is find which one is causing it. I can confirm this is the solution because I launched the game 10 times with it plugged in and every 10 times it crashed exactly like yours did same scenario. Launched it 10 times without it plugged in and i haven't crashed it 2 days and 10 hours of awesome fun gameplay online and on the singleplayer. ENJOY your moneys worth now! Have Fun! You can tell how happy I am right? Good luck!

May 10 2016, 12:12 PM · Arma 3
bouto added a comment to T84612: STATUS_ACCES_VIOLATION.

Et bien j'ai désinstallé Asus OSD, j'ai aussi arrêté des programmes au démarrage. Ça ne marche toujours pas : toujours le même message.

Le jeu bug dès le début au menu.

Voici le lien du nouveau rapport d'erreur :
https://www.dropbox.com/sh/tx7qwyhan6t1zze/AABp8ywyz10DqEklf_xH-Hwga?dl=0
Merci.

May 10 2016, 12:12 PM · Arma 3
Adam added a comment to T84612: STATUS_ACCES_VIOLATION.

Hello, try uninstalling Asus OSD or Smart Doctor. Those apps are known to cause crashes in certain games. Thank you.

May 10 2016, 12:12 PM · Arma 3
bouto edited Additional Information on T84612: STATUS_ACCES_VIOLATION.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84612: STATUS_ACCES_VIOLATION: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Bohemia added a project to T84611: visibility minefield: Arma 3.
May 10 2016, 12:12 PM · Arma 3
Unknown Object (User) set Category to category:edeneditor on T84611: visibility minefield.
May 10 2016, 12:12 PM · Arma 3
PiepMGI added a comment to T84609: [Feature Request] Individual Stamina for each soldier.

To be more constructive:

  • Stamina, fatigue should be set in difficulty level;
  • game timing is not "real-life" timing as you should end a mission, within hours instead of days. With "real-life" tempo, you kill gaming without adding in immersion. Crossing Altis can't take several hours without any boring;
  • AI mus have the same difficulties as players, in a normal use (say veteran), more difficulties in beginner, less in elite.

And furthermore, stamina/fatigue should imped on AI skill. There are so many things to do here! Immersion is broken by AI shooting through walls, vegetations, and ability to fire a magical dead shot after being badly hurt! How many times AI, who are shot at legs, start to walk, face you, (prone or not) and kill you in one shot?

May 10 2016, 12:11 PM · Arma 3
Bohemia added a project to T84610: Constant switching between jogging and sprinting causes stamina exploit: Arma 3.
May 10 2016, 12:11 PM · Arma 3
Snipedhunter edited Steps To Reproduce on T84610: Constant switching between jogging and sprinting causes stamina exploit.
May 10 2016, 12:11 PM · Arma 3
mickeymen added a comment to T84609: [Feature Request] Individual Stamina for each soldier.

http://feedback.arma3.com/view.php?id=20061
http://feedback.arma3.com/view.php?id=22764

May 10 2016, 12:11 PM · Arma 3
PiepMGI added a comment to T84609: [Feature Request] Individual Stamina for each soldier.

good luck!

May 10 2016, 12:11 PM · Arma 3
Snipedhunter set Category to category:fatigue on T84609: [Feature Request] Individual Stamina for each soldier.
May 10 2016, 12:11 PM · Arma 3
Bohemia added a project to T84609: [Feature Request] Individual Stamina for each soldier: Arma 3.
May 10 2016, 12:11 PM · Arma 3
BISWizard added a comment to T84608: game is crashing.

Hello,
we're sorry for the inconvenience. As far as we know this issue is caused by the update KB3078601 for Windows and there is nothing we can do to prevent the issue at this time.
You can either uninstall the update (http://windows.microsoft.com/en-us/windows/troubleshoot-problems-removing-updates#1TC=windows-7) or wait for Microsoft to release a fixed version of the update.

May 10 2016, 12:11 PM · Arma 3
Bohemia added a project to T84608: game is crashing: Arma 3.
May 10 2016, 12:11 PM · Arma 3
Bohemia updated subscribers of T84607: 0xC0000135 - STATUS_DLL_NOT_FOUND.
May 10 2016, 12:11 PM · Arma 3
BISWizard added a comment to T84607: 0xC0000135 - STATUS_DLL_NOT_FOUND.

Hello,
the error you have received (0xC0000135 - STATUS_DLL_NOT_FOUND) means that the operating system can't find a file it requires to run the game. Possible solutions are listed here: https://community.bistudio.com/wiki/Arma_3_Unusual_process_exit#0xC0000135_-_STATUS_DLL_NOT_FOUND

May 10 2016, 12:11 PM · Arma 3
vano_sem set Category to category:launcher on T84608: game is crashing.
May 10 2016, 12:11 PM · Arma 3
FullZero added a comment to T84606: 0xC0000005 - STATUS_ACCESS_VIOLATION.

I always have 0xC0000005 error when I first time start game with running FreeTrack. After game restart it runs normal. Or if start FreeTrack after game start (alt+tab) game don't crash.

May 10 2016, 12:11 PM · Arma 3
commanderreign edited Steps To Reproduce on T84607: 0xC0000135 - STATUS_DLL_NOT_FOUND.
May 10 2016, 12:11 PM · Arma 3