Page MenuHomeFeedback Tracker
Feed Arma 3 Activity

May 10 2016

Adam added a comment to T84706: Crash on Mission Load.

Does the issue persists after mods are disabled?

May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84706: Crash on Mission Load: Arma 3.
May 10 2016, 12:14 PM · Arma 3
Abarden set Category to category:gamecrash on T84706: Crash on Mission Load.
May 10 2016, 12:14 PM · Arma 3
Bohemia set Category to category:other on T84705: arma 3 close program issue.
May 10 2016, 12:14 PM · Arma 3
Adam added a comment to T84705: arma 3 close program issue.

Please disable -nologs parameter and try reproducing the issue. If the issue occurs again please attach the newly generated dump files to this ticket. Thanks.

May 10 2016, 12:14 PM · Arma 3
StDIABLO edited Steps To Reproduce on T84704: Lost objects in EDEN editor..
May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84705: arma 3 close program issue: Arma 3.
May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84704: Lost objects in EDEN editor.: Arma 3.
May 10 2016, 12:14 PM · Arma 3
amnezykovic added a comment to T84703: crash acces violation memory can't be written.

Tks Guys! I tryed everything you said but nothing run.

May 10 2016, 12:14 PM · Arma 3
StDIABLO added a comment to T84704: Lost objects in EDEN editor..

I think it happened because of we can not put empty vehicles in EDEN editor. All objects in "Allvehicle" Class do not appear in Eden editor. f.e

RoadCone_L_F
RoadBarrier_small_F
O_G_Boat_Transport_01_F

May 10 2016, 12:14 PM · Arma 3
amnezykovic added a comment to T84703: crash acces violation memory can't be written.

Ok i upload 2 reports
ArmaReport_Log_20151018T154930_Pilou.zip = crash report
ArmaReport_Log_20151027T171231_Pilou.zip = arma3 launcher report

May 10 2016, 12:14 PM · Arma 3
hitmanx1 added a comment to T84703: crash acces violation memory can't be written.

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:14 PM · Arma 3
hitmanx1 added a comment to T84703: crash acces violation memory can't be written.

Good luck amnezykovic, I have had this same issue for two weeks now I've never even been able to play the game yet and still no resolution. I'm totally shocked that this many people can have the same exact issue yet not one real solution has been given yet. I understand they are trying to figure out whats causing it but so many tickets have been incorrectly closed stating "this will be fixed in the dev branch" which makes no sense anyways, like the problem with the game will only be fixed in a test version of the game? Well I tried the dev branch version also and does the same exact thing. I would love to be able to play this game. Some say I have patience to pay 60$ on a game and not be able to play it once in two weeks but yet I still haven't requested a refund because I'm convinced that this is the best War game there is. Anyways. Good luck Adam, I'm really hoping we can get this worked out soon. Then I would promote the game so much! Thanks.

May 10 2016, 12:14 PM · Arma 3
amnezykovic edited Steps To Reproduce on T84703: crash acces violation memory can't be written.
May 10 2016, 12:14 PM · Arma 3
Adam added a comment to T84703: crash acces violation memory can't be written.

Hello, we are sorry you are experiencing issues with our game.
Could you please export your game log files from the launcher?

Steps on how to export logs from ARMA 3 Launcher:

  1. Start ARMA 3 Launcher
  2. Click the Hamburger menu tab in the launcher (Top right corner. Next to Options (Cog wheel icon) and Minimize Button)
  3. Drop down menu will appear
  4. Select: Prepare Arma Troubleshooting error and save those files
  5. A notification will pop up with the name of the generated file

Please note that the files might take a while to collect.

Attach the generated files to the ticket. If the files are too big please use some free file sharing service.

May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84703: crash acces violation memory can't be written: Arma 3.
May 10 2016, 12:14 PM · Arma 3
Deathlyrage added a comment to T84702: Passing in a argument with the wrong type into Params.

Ok Feel free to close this report.

May 10 2016, 12:14 PM · Arma 3
Bohemia added a comment to T84702: Passing in a argument with the wrong type into Params.

https://community.bistudio.com/wiki/params
Was meant to replace BIS_fnc_params
With the latest change it no longer a dropin replacement.

This functional was nice to have it.
For instance when the incoming data i.e from a client to server.
Where you cant trust the data + datatypes 100%.

-----------------------------------------------

Honestly with the latest change, i really can't see a reason to use params.
All it does is private, replace nil value with default value & error out if wrong datatype.

I will still need to check for bad datatypes if i want the function to run, which was the only reason i ever used params.

Can we please have a boolean value to enable / disable this new behaviour change.

Thanks

May 10 2016, 12:14 PM · Arma 3
JiriWainar added a comment to T84702: Passing in a argument with the wrong type into Params.

When script command has a wrong input it throws an error and halts further code execution. That's a normal behavior.

In case of param and params commands we could make an exception to use default value and continue code execution if the default value is provided.

If it would be a new command we probably wouldn't go this way and halt the execution, like it is done anywhere else where the wrong input occurs. Because of the backward compatibility (with bis_fnc_param) we will change the behavior of those 2 commands so they will use the default value even if the input type is wrong.

But seriously, you should know what the command is inspecting and send correct data type there.

May 10 2016, 12:14 PM · Arma 3
Killzone_Kid added a comment to T84702: Passing in a argument with the wrong type into Params.

It now only errors when type is wrong. It will still quietly return false if undefined input has been substituted with default value.

May 10 2016, 12:14 PM · Arma 3
Killzone_Kid added a comment to T84702: Passing in a argument with the wrong type into Params.

Yes, unfortunately params functionality has been changed and now it is not possible to suppress errors as before. However there are 4 Type specific commands added to deal with type of function input, which are also fast.

isEqualType, isEqualTypeArray, isEqualTypeAll, isEqualTypeParams (look up on BIKI)

for your particular example

if !(_this isEqualTypeParams [0]) exitWith {..this will run if _this is not [SCALAR]};

if !(_this isEqualTypeParams [""]) exitWith {..this will run if _this is not [STRING]};

May 10 2016, 12:14 PM · Arma 3
Deathlyrage added a comment to T84702: Passing in a argument with the wrong type into Params.

I don't get the point of params returning a boolean if it failed or not If it will just throw a error message and halt. But that's understandable if its intended functionality.

May 10 2016, 12:14 PM · Arma 3
Bohemia updated subscribers of T84702: Passing in a argument with the wrong type into Params.
May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84702: Passing in a argument with the wrong type into Params: Arma 3.
May 10 2016, 12:14 PM · Arma 3
Deathlyrage edited Steps To Reproduce on T84702: Passing in a argument with the wrong type into Params.
May 10 2016, 12:14 PM · Arma 3
buffetraider edited Additional Information on T84701: arma3.exe moved to background process after initializing.
May 10 2016, 12:14 PM · Arma 3
Adam added a comment to T84701: arma3.exe moved to background process after initializing.

Your game has failed to initialize DXGI output. This might be because of outdated GPU drivers / outdated DirectX.

May 10 2016, 12:14 PM · Arma 3
buffetraider added a comment to T84701: arma3.exe moved to background process after initializing.

Graphics driver and PhysX are up to date, I checked those before posting this. DirectX downloader says it's up to date.

May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84701: arma3.exe moved to background process after initializing: Arma 3.
May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84700: Ai flying behaviour: Arma 3.
May 10 2016, 12:14 PM · Arma 3
joostSidy added a comment to T84700: Ai flying behaviour.

For simple travel I suggest behaviour 'CARELESS'.

The F18 is a mod, so BIS won't look at that. Please provide an example with a Vanilla aircraft.

You can use the script command flyInHeight to force certain altitude if it isn't fixed.

May 10 2016, 12:14 PM · Arma 3
hitmanx1 added a comment to T84699: Constant Access Violation Crashes..

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:14 PM · Arma 3
MrFrenchy set Category to category:aiissues on T84700: Ai flying behaviour.
May 10 2016, 12:14 PM · Arma 3
Bohemia updated subscribers of T84699: Constant Access Violation Crashes..
May 10 2016, 12:14 PM · Arma 3
sibig99 edited Steps To Reproduce on T84699: Constant Access Violation Crashes..
May 10 2016, 12:14 PM · Arma 3
sibig99 added a comment to T84699: Constant Access Violation Crashes..

Just went to see if singleplayer would work, and it crashed as I was on the main menu screen. I got a different crash error this time. Something along the lines of "Memory could not be referenced at #"

May 10 2016, 12:14 PM · Arma 3
Trust_Alias added a comment to T84698: no input <something>.castructures [ERROR].

I tried to check every file but i don't even know why i got this error. when i launched arma with the australia map from ze workshop i got an error abou austexas.castructures missing. I then restarted the game without the map and it doesn't let me load any map in vanilla. not even virtual reality.

May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84699: Constant Access Violation Crashes.: Arma 3.
May 10 2016, 12:14 PM · Arma 3
freexavier added a comment to T84698: no input <something>.castructures [ERROR].

IF verifying doesn't work. A reinstall might work.

May 10 2016, 12:14 PM · Arma 3
Trust_Alias added a comment to T84698: no input <something>.castructures [ERROR].

reinstall did't work either.

May 10 2016, 12:14 PM · Arma 3
Trust_Alias added a comment to T84698: no input <something>.castructures [ERROR].

the files cfgpatches.cadata and castructures are missing. I can play the normal missions but i can't play the same maps on the editor with zeus.

May 10 2016, 12:14 PM · Arma 3
Trust_Alias added a comment to T84698: no input <something>.castructures [ERROR].

how do i verify them?

May 10 2016, 12:14 PM · Arma 3
freexavier added a comment to T84698: no input <something>.castructures [ERROR].

Tried the steps, but didn't get any issue. Try to verify your files.

May 10 2016, 12:14 PM · Arma 3
freexavier added a comment to T84698: no input <something>.castructures [ERROR].

Arma 3? There are guides on how to verify your Arma 3.

May 10 2016, 12:14 PM · Arma 3
Trust_Alias edited Steps To Reproduce on T84698: no input <something>.castructures [ERROR].
May 10 2016, 12:14 PM · Arma 3
asdf12345 added a comment to T84697: Arma works, but with no visible environment..

@freexavier, don't think it is driver problem. Other games run fine (Arma 2 too)

May 10 2016, 12:14 PM · Arma 3
Koala added a comment to T84697: Arma works, but with no visible environment..

That is pretty strange.

But do us a favour and uninstall and reinstall your graphics driver like freexavier says.

Are you using third party software like SweetFX or every other kind of graphics enhancement?

What kind of graphics card are you using?

If you are using Intel HD Graphics, start your game with following parameter: -nobenchmark.

May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84698: no input <something>.castructures [ERROR]: Arma 3.
May 10 2016, 12:14 PM · Arma 3
freexavier added a comment to T84697: Arma works, but with no visible environment..

A driver issue doesn't have to have issues on all games. It can be on specific game. Also why not try.

May 10 2016, 12:14 PM · Arma 3
freexavier added a comment to T84697: Arma works, but with no visible environment..

Possibly a driver issue. Try using Display Driver Uninstaller to completely remove your driver. And then reinstall a newer one.

May 10 2016, 12:14 PM · Arma 3
asdf12345 added a comment to T84697: Arma works, but with no visible environment..

@Koala, I verified game cache (nothing wrong) and launched the game without mods, nothing have changed.

@Killzone_Kid, it is still dark in editor. I enter "setAperture -1" in the console, but can't find "execute" button. There are "locally", small icon for performance test on the left and other fields and buttons below. I press everything and nothing helps.

May 10 2016, 12:14 PM · Arma 3
wolfwood000 added a comment to T84696: When I play any Battleye equipped game as long as I have Battleye enabled when I try to move in-game it freezes..

I'm having the same issue.

If I start the game with Battleye enabled, any keypress brings the game down to 0 fps (happens even in the main menu), and after releasing the key it takes a bit to catch up and get back to the usual fps.

This happens only with the keyboard. I haven't noticed anything wrong with the mouse or even a controller, and I tried more than one keyboard.

It might be the same thing as issue #0024435, but I tried updating drivers and running a malware scan, but it wasn't fixed

May 10 2016, 12:14 PM · Arma 3
asdf12345 edited Additional Information on T84697: Arma works, but with no visible environment..
May 10 2016, 12:14 PM · Arma 3
Killzone_Kid added a comment to T84697: Arma works, but with no visible environment..

Open any map in editor.

Is it still dark?

Press Esc and enter in debug console:

setAperture -1

then press EXECUTE

Did this fix the problem?

May 10 2016, 12:14 PM · Arma 3
Koala added a comment to T84697: Arma works, but with no visible environment..

Seems like you have corrupted files.

Try to verify the integrity of your game cache with Steam.

If you are using mods, deactivate them and restart the game.

Please leave a reply, if it hepls.

May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84697: Arma works, but with no visible environment.: Arma 3.
May 10 2016, 12:14 PM · Arma 3
crazyparker9 added a comment to T84696: When I play any Battleye equipped game as long as I have Battleye enabled when I try to move in-game it freezes..

Oh well that isn't the problem then... Am I the first person to be having this issue?!

May 10 2016, 12:14 PM · Arma 3
crazyparker9 added a comment to T84696: When I play any Battleye equipped game as long as I have Battleye enabled when I try to move in-game it freezes..

Seems like Battleye would care to fix crap like this.

May 10 2016, 12:14 PM · Arma 3
freexavier added a comment to T84696: When I play any Battleye equipped game as long as I have Battleye enabled when I try to move in-game it freezes..

As long you don't have to much programs running at the same time. Might be causing compatibility issues when certain are on.

May 10 2016, 12:14 PM · Arma 3
crazyparker9 added a comment to T84696: When I play any Battleye equipped game as long as I have Battleye enabled when I try to move in-game it freezes..

Does no one have any other suggestions?

May 10 2016, 12:14 PM · Arma 3
crazyparker9 added a comment to T84696: When I play any Battleye equipped game as long as I have Battleye enabled when I try to move in-game it freezes..

I have lots of programs on my PC it would be impossible to go through each one comparing them to Arma3/2/DayZ controls...

May 10 2016, 12:14 PM · Arma 3
freexavier added a comment to T84696: When I play any Battleye equipped game as long as I have Battleye enabled when I try to move in-game it freezes..

Have you tried reinstalling BattlEye? Also check your other programs if they have set their hotkeys familiar to your controls in Arma 3.

May 10 2016, 12:14 PM · Arma 3
Bohemia updated subscribers of T84696: When I play any Battleye equipped game as long as I have Battleye enabled when I try to move in-game it freezes..
May 10 2016, 12:14 PM · Arma 3
crazyparker9 set Category to category:battleye on T84696: When I play any Battleye equipped game as long as I have Battleye enabled when I try to move in-game it freezes..
May 10 2016, 12:14 PM · Arma 3
hitmanx1 added a comment to T84695: 0xC0000005 - Status_Access_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:14 PM · Arma 3
Bohemia added a project to T84696: When I play any Battleye equipped game as long as I have Battleye enabled when I try to move in-game it freezes.: Arma 3.
May 10 2016, 12:14 PM · Arma 3
Adam added a comment to T84695: 0xC0000005 - Status_Access_Violation.

Could you please provide more info on what were you doing when the game crashed? Thanks.

May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84695: 0xC0000005 - Status_Access_Violation: Arma 3.
May 10 2016, 12:14 PM · Arma 3
Crap edited Additional Information on T84695: 0xC0000005 - Status_Access_Violation.
May 10 2016, 12:14 PM · Arma 3
Crap added a comment to T84695: 0xC0000005 - Status_Access_Violation.

First I join a server
Since the problem exist, i have lags in the lobby (for example in King of the Hill)
My game crash when I load the map or when I start to drive something.

My game also crashes, when i play in the editor.

May 10 2016, 12:14 PM · Arma 3
GraemeShute added a comment to T84694: Game Crash when editing waypoints.

Any clue what Mod may be causing this I have about 30 running..

May 10 2016, 12:14 PM · Arma 3
Armaveteran added a comment to T84694: Game Crash when editing waypoints.

I had the same issue, And i found out that the game does not crash when i run it without mods, So i guess its one of the mods out there that is causing the crash.

May 10 2016, 12:14 PM · Arma 3
GraemeShute added a comment to T84694: Game Crash when editing waypoints.

Can confirm I have this issue aswell

May 10 2016, 12:14 PM · Arma 3
Adam added a comment to T84694: Game Crash when editing waypoints.

Hello, we are sorry you are experiencing issues with our game.
Could you please export your game log files from the launcher?

Steps on how to export logs from ARMA 3 Launcher:

  1. Start ARMA 3 Launcher
  2. Click the Hamburger menu tab in the launcher (Top right corner. Next to Options (Cog wheel icon) and Minimize Button)
  3. Drop down menu will appear
  4. Select: Prepare Arma Troubleshooting error and save those files
  5. A notification will pop up with the name of the generated file

Please note that the files might take a while to collect.

Attach the generated files to the ticket. If the files are too big please use some free file sharing service.

May 10 2016, 12:14 PM · Arma 3
kaas298 edited Steps To Reproduce on T84694: Game Crash when editing waypoints.
May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84694: Game Crash when editing waypoints: Arma 3.
May 10 2016, 12:14 PM · Arma 3
davesstudio added a comment to T84693: instruction @ 0x000000005CA6BD4C referenced mem @ 0x000000000000002C. mem could not be read.

Disabled mods and could not reproduce, woohoo!

May 10 2016, 12:14 PM · Arma 3
Adam added a comment to T84693: instruction @ 0x000000005CA6BD4C referenced mem @ 0x000000000000002C. mem could not be read.

Could you please disable mods and try reproducing the crashes without using mods? Thanks!

May 10 2016, 12:14 PM · Arma 3
davesstudio edited Steps To Reproduce on T84693: instruction @ 0x000000005CA6BD4C referenced mem @ 0x000000000000002C. mem could not be read.
May 10 2016, 12:14 PM · Arma 3
davesstudio edited Steps To Reproduce on T84692: instruction @ 0x000000005CA6BD4C referenced mem @ 0x000000000000002C. mem could not be read.
May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84692: instruction @ 0x000000005CA6BD4C referenced mem @ 0x000000000000002C. mem could not be read: Arma 3.
May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84693: instruction @ 0x000000005CA6BD4C referenced mem @ 0x000000000000002C. mem could not be read: Arma 3.
May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84691: Equiping gear while in a vehicle not possible: Arma 3.
May 10 2016, 12:14 PM · Arma 3
PLAYERUNKNOWN added a comment to T84690: Mission init.sqf re-called after changing GFX settings..

I haven't tried it on vanilla. But as I mentioned above, Enter a Battle Royale server. Wait for the round to start. Change your GFX. This should be all you need to do to trigger it.

May 10 2016, 12:14 PM · Arma 3
TutSi added a comment to T84691: Equiping gear while in a vehicle not possible.

Agree. Once i take off helmet i cant get it on

May 10 2016, 12:14 PM · Arma 3
R3vo set Category to category:inventory on T84691: Equiping gear while in a vehicle not possible.
May 10 2016, 12:14 PM · Arma 3
Bohemia updated subscribers of T84690: Mission init.sqf re-called after changing GFX settings..
May 10 2016, 12:14 PM · Arma 3
PLAYERUNKNOWN edited Steps To Reproduce on T84690: Mission init.sqf re-called after changing GFX settings..
May 10 2016, 12:14 PM · Arma 3
Adam added a comment to T84690: Mission init.sqf re-called after changing GFX settings..

Hello, could you please provide more info? Is it reproducible on vanilla? Or do you have some sort of easy reprosteps?

Thank you.

May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84690: Mission init.sqf re-called after changing GFX settings.: Arma 3.
May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84689: Its impossible to naturally land after the jump by tank or any tracked vehicles: Arma 3.
May 10 2016, 12:14 PM · Arma 3
mickeymen added a comment to T84688: Ugly toilet in pile of junk.

Agree with @Shields) lol!

May 10 2016, 12:14 PM · Arma 3
TutSi edited Steps To Reproduce on T84689: Its impossible to naturally land after the jump by tank or any tracked vehicles.
May 10 2016, 12:14 PM · Arma 3
Shields added a comment to T84688: Ugly toilet in pile of junk.

And the award for the most ridiculous feedback ticket of the year goes to...

May 10 2016, 12:14 PM · Arma 3
Flux edited Steps To Reproduce on T84688: Ugly toilet in pile of junk.
May 10 2016, 12:14 PM · Arma 3
Nightmare515 set Category to category:featurerequest on T84687: Add collectible items containing backstory or what/how things work.
May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84688: Ugly toilet in pile of junk: Arma 3.
May 10 2016, 12:14 PM · Arma 3
Bohemia added a project to T84687: Add collectible items containing backstory or what/how things work: Arma 3.
May 10 2016, 12:14 PM · Arma 3
kromka added a comment to T84686: RPT files are encoded using ANSI instead of UTF8..

My apologies. I was wrong. Please remove this ticket.

May 10 2016, 12:14 PM · Arma 3
kromka edited Steps To Reproduce on T84686: RPT files are encoded using ANSI instead of UTF8..
May 10 2016, 12:14 PM · Arma 3