I can't even play the game right now.
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Arma 3 Activity
Aug 21 2021
In T159943#2226457, @hardly wrote:I've had this happen recently with a Marid as well. I'm not sure if it's because I'm using a Track IR or not. I think I was crouching to dodge enemy fire at the time.
That's not the problem of any device you're using.The problem was caused of you have a mortar/HMG pack in your inventory,and the other one is in the vehicle(MRAP/truck)'s inventory.Then,you scrolled the mouse to assemble the fixed turret.That action shouldn't pop up at that moment.Due to the magical PhysX,the vehicle and the turret will both explode.Sometimes the car will even fly away cause of the crash between them.
Aug 20 2021
Thank you for your report, we'll take it into account whilst optimising.
Please open a new ticket with more detailed information if you are still experiencing the issue.
These are two logs today
Tried on the dev version,but that doesn't work.Also,I have no unit.That shouldn't be a matter.
cannot be fixed without sacrificing usability of the launcher
cannot be fixed by us
This cannot be resolved as commands to force a unit to turn out do not exist
This cannot be adjusted, and is a compromise between having the ability to destroy bridges and AI path planing
Alpha texture shadow does not work very reliably and is always a compromise, this cannot be fixed/changed on our side
Aug 19 2021
Hi Dedman,
Aug 18 2021
I just checked the latest dev-branch and it seems to be working now. Thanks.
I've had this happen recently with a Marid as well. I'm not sure if it's because I'm using a Track IR or not. I think I was crouching to dodge enemy fire at the time.
If that doesn't help please send us the crashfiles so we can see what is happening around the time of the crash.
You can get those by pressing the left button on the screen you send a screenshot of, or use this https://community.bistudio.com/wiki/Crash_Files
Please follow the steps here: https://community.bistudio.com/wiki/Arma_3:_Unusual_process_exit#0xC0000005_-_ACCESS_VIOLATION
If that doesn't help please send us the crash report, so we can see what is happening at the time of the crash: https://community.bistudio.com/wiki/Crash_Files
Aug 17 2021
Most of your crashes actually have the same symptoms, something is overwriting memory.
I would love to fix this, I have seen dozens of crash reports with this exact stuff and I have absolutely no clue why or how it happens. I'd love to finally fix this mess.
Please switch to perf/prof branch, these are newer binaries and will make crash analysis a bit easier.
Also it would be great if I could get a full dump, but these are very huge (compress well with 7z though) and will need to be uploaded somewhere else (for example google drive)
If you load this mod: https://github.com/dedmen/ArmaFullDump/releases/tag/1.1 Arma will create full crashdumps several GB in size that contains all the information.
The normal crashdumps are just minidumps that omit alot of useful information
Okey, for your 08-01_19-15-26 crash. That was in our audio system.
Again pointing to audio like was my first guess.
I don't know exactly why but now that the server runs version [2.04.147719] the fadeSound-command seems to work as usual again.
Man something really is seriously wrong.
What looks like memory corruption crashes all over the place.
I'll look closer into some of these, but most look like just random memory garbage crashes.
When I go to join and play in an online match it always crashes before I'm fully in the game.
Thanks @dedmen!
Error was only present on profiling branch, fix is in profiling v16 this week
Aug 16 2021
im getting the same problem and have tryed everything to fix it
Could just use preprocessor #ifdef to hide them on server, either with __IS_DEDICATED__ or with command line parameter macro
Aug 15 2021
additional note (pointing out the source issue even more):
a "steerable parachute" is also categorized as a "vehicle", responding only to the analog bindings for steering - making the confused state of the TRACKED VEHICLES not responding at all to the bindings even more noticeable.
Find the crach report attached
Aug 14 2021
Nevermind. I had filePatching disabled on my client for some reason even though I enabled it last night while testing these things. Arma... Or maybe an user based error :P
It gives me this error message now:
Closed on request of author.
Thanks @blackfisch!! :)
crash should be fixed, yes, and thanks for reporting
:: path to pbo manager set PBOManager=C:\Program Files\PBO Manager v.1.4 beta
In T160224#2225214, @BIS_fnc_KK wrote:rev 148073
Also, what you are doing makes no sense, I mean saving mission config in profile namespace, same as saving display for use later. Mission config exists only while mission is running. New mission, new config instance. On top profile namespace is serialized and loaded on game start. way before any mission is started, so mission config saved to profile namespace will give you exactly nothing after you left mission.
Aug 13 2021
Would either of you happen to have an example batch file for the PBO packing?
You have some file writing issues probably, antivirus, windows permissions, something else
rev 148073
Aug 12 2021
I have been able 100% reproduce the remoteControl issue, but getting it to happen with selectPlayer eludes me. I've never seen it myself, so perhaps the person reporting it to me was wrong.
The scripts are all in the init.sqf.
we can add consistent functionality via alt syntax
Hey neuromancer,