Does the issue persists after mods are disabled?
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Arma 3 Activity
May 10 2016
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.
Tks Guys! I tryed everything you said but nothing run.
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
Ok i upload 2 reports
ArmaReport_Log_20151018T154930_Pilou.zip = crash report
ArmaReport_Log_20151027T171231_Pilou.zip = arma3 launcher report
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!
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.
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:
- Start ARMA 3 Launcher
- Click the Hamburger menu tab in the launcher (Top right corner. Next to Options (Cog wheel icon) and Minimize Button)
- Drop down menu will appear
- Select: Prepare Arma Troubleshooting error and save those files
- 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.
Ok Feel free to close this report.
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
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.
It now only errors when type is wrong. It will still quietly return false if undefined input has been substituted with default value.
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]};
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.
Your game has failed to initialize DXGI output. This might be because of outdated GPU drivers / outdated DirectX.
Graphics driver and PhysX are up to date, I checked those before posting this. DirectX downloader says it's up to date.
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.
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!
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 #"
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.
IF verifying doesn't work. A reinstall might work.
reinstall did't work either.
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.
how do i verify them?
Tried the steps, but didn't get any issue. Try to verify your files.
Arma 3? There are guides on how to verify your Arma 3.
@freexavier, don't think it is driver problem. Other games run fine (Arma 2 too)
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.
A driver issue doesn't have to have issues on all games. It can be on specific game. Also why not try.
Possibly a driver issue. Try using Display Driver Uninstaller to completely remove your driver. And then reinstall a newer one.
@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.
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
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?
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.
Oh well that isn't the problem then... Am I the first person to be having this issue?!
Seems like Battleye would care to fix crap like this.
As long you don't have to much programs running at the same time. Might be causing compatibility issues when certain are on.
Does no one have any other suggestions?
I have lots of programs on my PC it would be impossible to go through each one comparing them to Arma3/2/DayZ controls...
Have you tried reinstalling BattlEye? Also check your other programs if they have set their hotkeys familiar to your controls in Arma 3.
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!
Could you please provide more info on what were you doing when the game crashed? Thanks.
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.
Any clue what Mod may be causing this I have about 30 running..
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.
Can confirm I have this issue aswell
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:
- Start ARMA 3 Launcher
- Click the Hamburger menu tab in the launcher (Top right corner. Next to Options (Cog wheel icon) and Minimize Button)
- Drop down menu will appear
- Select: Prepare Arma Troubleshooting error and save those files
- 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.
Disabled mods and could not reproduce, woohoo!
Could you please disable mods and try reproducing the crashes without using mods? Thanks!
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.
Agree. Once i take off helmet i cant get it on
Hello, could you please provide more info? Is it reproducible on vanilla? Or do you have some sort of easy reprosteps?
Thank you.
Agree with @Shields) lol!
And the award for the most ridiculous feedback ticket of the year goes to...
My apologies. I was wrong. Please remove this ticket.