#arma3_troubleshooting
1 messages · Page 102 of 1
yes
everything it left inside the folder.
inside the Arma 3 folder specifically.
then reinstall it.
it's the simplest solution.
not the fastest though.
ok I’ll let you know tomorrow because I’ll take some time to Download
alright, take your time.
http://www.noelshack.com/2019-28-7-1563060572-resyr.png Here’s what I have left, I can’t remove what’s left
"I can’t remove what’s left" why
should close down arma
if you're removing its files, that is.
that includes its launcher.
no problemo
we're here to help
especially the mods, it's partially their job here
:^)
Can someone help me configure and load mods on an arma server?
I've been having issues connecting to an Antistasi server where it'll be the map screen for a few minutes and then 'Connection to host has been lost.' This is the only server I've had the issue on.
@ancient nest try connecting to the server through the launcher instead of the in-game server browser, or the other way around if you're already doing it.
Done both. Neither worked
If it's of any help, I've tried: reinstalling Battleye, changing profiles, verifying game cache, reinstalling mods.
Private, public?
Public
Is it the official one?
if this is the only server you have troubles with, you just have bad luck
it's possible they use some maxping settings, or other mechanics
move on to another server
@severe kraken https://community.bistudio.com/wiki/Arma_3_Dedicated_Server
though if you're using a server panel, it's different.
you'd probably get good help on #server_windows / #server_linux depending on the OS used.
Uhh I'm having an issue with a map, the mission does not load for the host, but all the clients can load it
for the host it just hangs on the loading screen. I'm kind of running out of ideas on it
did you check the hosts RPT files?
RPT?
Oh didn't even look there. But would it still run if the game doesn't 'crash'
...I dont see anything recognizable as a fix
theres stuff tehre but like, nothing i can look at and really understand
give the mission to another host and retry
tried that
still the same issue
whoever hosts it wont load in
but everyone else will
host just gets permenantly stuck on the loading screen
no idea... maybe smb else knows something
I'm getting a DLC error it seems... but IDK what DLC its supposed to be
Right under Arma 3 in the error log is Unknown
you can probably ignore that
...if I ignore that its the only thing there thats unusual
I still cant launch the mission
its the only thing that seems out of place
which loading screen u stuck on. After the map/briefing screen?
If I've made a faction with groups, and one of the groups is an infantry group with a motorized vehicle in the group
Will MOD's like ALiVE know that this group is motorized, and move the inf group around in the vehicle?
No the one before the briefing screen
and I think I found it, using mass deletions to find the issue, it appears the problem lies within the mission maker spawning 226 squads of infantry on mission startup and then spawning garrisons
So... at least thats solved
That is a lot to spawn.
yo im having weird issues with my aram server i was wondering if anyone may be able to help
if you say what your issue is, then I'm sure someone here will be able to atleast give some advice or ideas
aight im trying to run an antistisi server using rhs it was working fine then we decided to reset the server the mods say there active you need them loaded to join but when you join the rhs stuff is just misssing like the factions are the wrong names you cant get the gear from the arsenal or buy the vheicles
okay i got it almost working so diffrfent issue how do i make a mod ne required by the severver? i have both the mods bikeys in the key folder but its only working for one
@scenic rain I assume you mean having the server require the loaded mods be signed by allowed bikeys on joining?
yes?
Yes or no?
yes
Okay and you say that it only works for one of the two mods?
yeah
And what part exactly doesnt work?
Does it say that the mod isnt allowed because its not signed by the correct keys or are the keys not working?
its loaded its just not loading as a required file
Sorry, what do you mean with 'loaded as a required file'?
Can anyone help please I keep getting this message after launching when i choose either editor and a scenario or trying to play an MP game; 'Application terminated intentionally ErrorMessage: Include file description.ext not found' then i get 0x0000DEAD helpppppp
i think i have seen this...
go to ..\documents\arma 3\saved\mpmissions and delete everything in there (or move it to a non arma 3 related folder).
@cyan plover
do the same for ..\documents\arma 3\missions
Ok will do thanks again will let you know what happens
@wise barn that didn’t work i still get the error
"Include file description.ext not found"
search for #include "description.ext" in your files. Maybe missions, maybe recently installed mods
Ok will try later probably a mod then
It could be arma commander? I know that mod's missions used to have problems like those.
I played arma commander recently and didnt have any problems like that @round lance
I heard of that problem with a mission though, cant remember which it was
Keywords "used to" then.
Heh yep
My server won't start up. https://imgur.com/3difxvK It comes that far and then it does nothing...
Port is set
nah i know what it is
And what does it say 
look for warning entries
bingo
There should be a classname in front of or behind that
a3_characters_f
after that theres a bunch of
they're ok
@fierce snow
empty your RPT folder, restart your server, post RPT to pastebin
with a bat file
class missions defined?
https://pastebin.com/uh726Nht thats in my server.cfg at the very bottom.
it worked fine
Mh is AltishaveFun.Altis a version of Liberation? If not you dont need to define the liberation settings
no, its just a Sandbox mission i made
but i usually run liberation on the server, yes
Yeah then you dont need to define the Liberation settings
so i could just leave the mission name from the liberation mission in there
Also this isnt server crash related but whats the reason that you're still tunning the Zbug Liberation version instead of the KP one?
Zbug?
" // for all the difference keys check (see key inside double quotes): https://github.com/GreuhZbug/greuh_liberation.Altis/blob/master/scripts/shared/fetch_params.sqf "
And passiveIncome isnt a Kp parameter anymore
set up it's own class for your test mission
and for shits and giggles i find this tool useful on root servers
https://forums.bohemia.net/forums/topic/101123-tophes-arma-dedicated-server-tool-tadst/
Tophes Arma Dedicated Server Tool (TADST) v3.1.0 by Tophe of Östgöta Ops [oops] DOWNLOAD FROM ARMAHOLIC Link if Armaholic is overloaded: HERE ===============================================1 MINUTE HOW-TO QUICK GUIDE TADST v3.1.0 The Armed Assault series allows an amazing a...
I can take this, and just replace the mission file name with EXP_m01, right?```class Missions
{
class Apex
{
class EXP_m01
{
difficulty = "veteran";
};
};
};
Orr,
no i dont understand that
{
class Your_Mission_Name
{
template = yourmission.Altis;
difficulty = "veteran";
class Params {};
};
};```
so "Your_Mission_Name", can be whatever I want, or does it need to be the same as the .Altis file for example?
@fierce snow
check the liberation documentation
@fierce snow You can load up the server and change the parameters in the mission lobby
Theres also an option to save the parameters you set
i see, let me try
it still only does this https://imgur.com/3difxvK
so i cant connect to my server
thats the most recent rpt file https://pastebin.com/rdGG9fbB
any ideas?
you are loading two soundmods in parallel?
am i?
ah
@Enhanced Soundscape
@ JSRS SOUNDMOD...
Right? @quaint jewel
oh god
sorry JS that i just pinged you
ES and JSRS are fine to load together iirc
i'm actually right before of setting up a new server, but idk if that will fix the issue
I'd say, start from minimal number of mods, and then slowly build upwards till it stops working
I mean, it worked before. it suddenly stopped working.
but idk why
@quaint jewel @wise barn blooming hell that took ages but i found out what it was. Somewhere somehow i managed to save a file as “.pbo” with no name to it. I found it in my addons and deleted it and bingo fixed. Thanks as always for the help and advice.
uh.. interesting. Didn't hear about that one yet. You just discovered a new thing 🎖
huh
What I cannot understand is how i created it a nameless pbo
Launcher server browser takes ages to load all the servers after reaching 1500. If I enable my VPN it works perfectly, loading over 4000 servers quickly. It's annoying, how do I fix it?
@wise barn As it happens I have switched ISP and got a new modem. Same problem persists, so I'm thinking the fault could be at my end
I also did fresh reinstall of windows
Probably your modem/router blocking UDP packets because it thinks youre getting DoS'ed
can someone give me their ace 3 config for the night vision module
the default night vision settings for ace are so dog shit and unrealistic
not even in low light situations should visibility be this low
the visibility you get with gen 3 NVGs in moonlight with ace is how it should look like when there is no moonlight
so I'm assuming it's a bug but I'm not sure what's causing it to look so bad
afaik that's intended
to the best available knowledge and nightvision video footage
that's unbelievable
Then start believing it.
There's a reason flashlights and IR lasers are used in combination.
would be nice if an IR flashlight was possible in arma
Yep. And that might happen soon™
🤔
Spoiler alert?
for mods commandline
is it
-Mods;@mod1;@mod2
or -Mods=@mod1;@mod2
or something else
Should the Console say anything else than ```22:07:10 Dedicated host created.
22:07:14 BattlEye Server: Initialized (v1.217)
22:07:14 Game Port: 2302, Steam Query Port: 2303
22:07:14 Host identity created.
ive tried everything in this list
including a bunch of diffrent clean up things on my pc
logging out/in of steam
i got this on my brand new laptop once to, downloaded and played arma one it for like 4 weeks
removed it and didnt use the laptop for a cople months. and when i tried to re install i got this shite
but on this pc arma has been installed without issues for like 4 years
until today 😰
anyone here know how to fix this shite?
access violation is a very generic error.
should get an RPT file and check it for any errors.
but general rules, make sure to run steam as admin, and verify your game files.
so if i provide the crash log, somonehere could figure out the problem?
yes i could, but i dont know what to look for
my knowledge in broken arma is very bad xD
look through the log, search for anything interesting.
you can send it my way i can check aswell, though i usually leave these to the other lads in here.
Every time I try join a server it says failed
appreciate any help i can get, im really bad at this stuff
sent you the file in pm
Does ACE towing/slingloading have an options section? It doesn't work on my local client but works on my unit's servers
I can't see any options for it though
uhm, ace doesn't have towing/slingloading?
unless you mean the vanilla slingloading...
I don't have options for either ropes
Maybe our server has something loaded not in our shadowmod?
Anybody know that when I have port forwarded the 2302 port and enabled it all it still says that its blocked and my friends are unable to connect?
disable upnp
anyone having issues with Steam tonight? i cant upload images to my workshop entry for the life of me....
I'm having issues uploading mods towards armahosts. My issue is some keys move from the keys folder into a different oldkeys folder and then fail to validate
"you could check it for yourself" nah the RPT usually doesn't contain the crash reason. @round lance
the mdmp does tho, but very few people can read it
That's my bad then.
I spawn in a bunch of units through zeus and I notice some of them just spontaneously lose their loadout?
Could anyone give me troubleshooting tips?
Spawning them in a dedicated server, and they are RHS units. Will try vanilla to see if I could replicate it.
Happens on vanilla units too, just tested 😐
It's an odd bug, just don't spam the shit out of them or the loadouts don't register, as far as i know.
Hey everyone. Randomly new here. Don't suppose anyone with linux server hosting experience is around (that has also run the RHS mods)?
pour out your heart for me
Doesn't translate well from german I think :D
Tell problem. People will help
😄 Appreciate it. I'm trying to setup an antistasi server on linux. I can run it fine without RHS mods but the minute I add even one RHS mod (RHSAFRF for example) the server starts but freezes when clients connect. I've tried moving files around, giving too many permissions, making sure my steam user has full ownership of the files and made sure all file names are in lower case. Any other things I could try?
battleye enabled?
Yeah
Oh ffs XD
happens to some people, not all. Not really sure of the cause.
But if you run battleye and a number of mods, this just happens
Ok let me try and turn it off. You just set it to 0 on the server.cfg yeah?
yeah
I've been fighting for hours with it so I hope that's all. Will happily not run battleeye cause it's mostly friends and I running it
That fixed it
Thank you so much
Now I just need to figure out why the assets aren't loading up in antistasi but at least the mods are loading... maybe. Thanks again though
@quaint perch Have you tried to re-install/downgrade your graphic card drivers?
issue has been fixed
was drivers for my steelseris arctis 7 that was causing it
fix was to unplug and turn off software and use diffrent headset
Ugh.. now this is happening when I use grenades and some other weapons :/
DeleteWeapon: wrong weaponID!
Heck it's happening when I switch weapons 😦 but I can't use grenades and the like. They just disappear
@dusk hamlet Mods or vannila?
Definitely mods. Trying to run antistasi. Mostly seeming to be having a lot of problems with the RHS stuff now. Dedmen helped me get it to run but now there seem to just be objects missing
Definitely better though.
Have you tried to unsubscribe mods from workshop and redownload them?
I have hehe. AI can try again if this doesn't work but I think I finally got it to work? Was just being weird. Will try that if I still have problems
Btw I recommend getting it to work with vanilla stuff first, and then putting mods on top
Check your files again
Yeah I did that hehe 😃 been slowly working up towards getting cba, then task force radio, now rhs
Will do. Thanks for the advice
Best I have it now though. Have like an m1 garand and other ww2 weapon to start with now so it looks right?
Nah I grabbed the ones from the Steam Workshop under the RHS collection. Lemme get the link...
Yeah theres an M1 Garand in either SAF or GREF
Ok then I think I got it now. Thanks for the help all
those are the correct rhs'
Yeah?
Got it
the newest file with rpt
I'm interested in seeing where this is heading 
Yeah looking at my logs
Can rather upload the rpt? This is from the client though not the server
Ah I see we can't.
/```
Thank you
There ya go
And I recommend pastebinning it
o
I did that instead yeah
Yeah unfortunately not everything is working still. Like my grenades are poofing
Btw the rpt lists the IP at the top
just as a sidenote since some people dont like that 
It does? Darn I didn't even see that. Ah well
Thankfully I can just reset that cause it's hosted
Jesus something is seriously fuck up
Yeah bottom of the first block I think @dusk hamlet
Yeah I see it there
Agreed @fallen seal XD
Did a validation on my client and that was fine
Gonna grab the logs from the server rather.
Is RHS working at all in your Arma?
Yeah. Like the guns are showing up for the most part as far as I can tell.
Well now the m1 garand disappaered XD
Those ones break even more 😦
And with just vanilla everything works?
not really
Ok well I'm trying it with vanilla again. Know it was working before but who knows maybe I broke the pbo when I was trying to make stuff work before I turned off battleye
Yeah the RHS mods on their ftp server is 0.4.1.1 whereas the steam workshop is 0.4.8
Can you show me server path on launch
./arma3server -config=server.cfg -mod="@cba_a3;@task_force_radio;@RHSAFRF;@RHSUSAF;@RHSGREF"
Hmm nope. I think maybe the mission is broken somehow
Even vanilla my grenades don't work
try launching one of the standard missions
Yeah
I might be wrong but that path for mods is probably wrong
Shouldn't it be -mod="@cba_a3\;@task_force_radio\;@RHSAFRF\;@RHSUSAF\;@RHSGREF$
?
I thought that was it too but I can try that again? I'm definitely having issues vanilla now though too. the Antistasi mission seems broken for me in general
I'm just forgetting how to launch a normal mission now
To test
Good idea
Wait
I think this might be the problem?
Should this be filled out?
21:27:55 Arma 3 | A3 | true | true | NOT FOUND | | |
Looks like the base arma 3 stuff isn't working?
Do you have arma on your Server?
Well yeah. I used steamcmd to download it
Do you need to download the base arma 3 stuff separtely? Does the arma 3 dedicated server not cover that?
I will be fucking honest
I'm feeling stupid right now because I'm not sure
Were you following A3 wiki manual?
That's the exact one I used yeah
Try this
I'm sorry that I can't really help
are your granades working in editor?
Ah sorry I got distracted
Will check now
Ty though for trying to help regardless 😄
Yeah in editor works. Going to take that mission and put it on my server. See if it works
Must have
But I'll see now
Like even vanilla it's not workin XD
So I'm saving something in editor then exporting it to my server. If that works then I at laest know it's the mission
Yeah the way you wrote it above
-mod=mod1\;mod2\;mod3
Base folder where I run the server
could you give me tree /serverfolder?
if you have tree command
which I'm really recommending to have
$ sudo apt-get install tree
if you don't
I stick them under mods/ in the server directory in Linux, they don't need to be directly in the game folder just underneath it.
yea that's why I wanted to ask him if he is having them inside some folder
Was like 8gb+?
5.2G ./@RHSAFRF
1.9G ./@RHSGREF
5.3G ./@RHSUSAF
So my test mission
with all the mods enabled
Works fine. No issues with the grenades I was having
So I think it's the antistasi mission?
with new path or with old one?
Same old one
./arma3server -config=server.cfg -mod="@cba_a3;@task_force_radio;@RHSAFRF;@RHSUSAF;@RHSGREF" <- Used this and got no errors
Only thing different was the mission itself
Recreating the antistasi mission to see if that fixes it
try to work with mission thne
Yeah I just recreated the pbo. If that doesn't work imma download the one off github or just try like a well known working one or something
Eyyy my grenades work again
Hopefully that means I fixed it XD
And some others don't sigh. So it's looking like a problem with the mission either way?
Should mission work with ACE?
Says it's not mandatory
Thanks for your help
Fix CBA
delete actual one and replace it new newly downloaded
Go to bed Spitfire
Still ain't working sigh :/
Definitely something it's trying to reference that is not working. I can see when I try to throw some grenades it goes DeleteWeapon: wrong weaponID
On my server. Dammit if I know what's missing
@fierce snow Give me your path of mods that you are launching the server
Ok so if I'm reading this right. The grenade thing might be intended by the mod.
So I think it's working as intended now
I mean the mission not the mod
You can't use grenades sometimes at the beginning according to a post I just read
-mod=@CBA_A3;@ace;@ACE 3 Extension (Animations and Actions);@ACE 3 Extension (Placeables);@ACE Compat - RHS Armed Forces of the Russian Federation;@ACE Compat - RHS- GREF;@ACE Compat - RHS United States Armed Forces;@ACEX;@ADV - ACE CPR;@ADV - ACE Medical;@ADV - ACE Splint;@Advanced Rappelling;@Advanced Sling Loading;@Advanced Towing;@Advanced Urban Rappelling;@Advanced Weapon Mounting;@BackpackOnChest;@Cartridge Cases;@CH View Distance;@CUP Terrains - Core;@CUP Terrains - Maps;@CUP Units;@CUP Vehicles;@CUP Weapons;@DynaSound 2;@Enhanced Movement;@Enhanced Soundscape;@FA-18 Super Hornet;@FIR AWS(AirWeaponSystem);@FIR Pilot&Crew Pack;@GRAD Trenches;@ITC Air Systems;@ITC Air Systems - RHS USAF Compatibility;@KAT - Advanced Medical;@Lesh's Towing Mod;@Project OPFOR;@Remove stamina;@Remove stamina - ACE 3;@RHSAFRF;@RHSGREF;@RHSSAF;@RHSUSAF;@ShackTac User Interface;@task_force_radio;
Try now
ok
Ty for all your help @fallen seal but I think I have the mods working now. Just the mission might be screwing me over on the grenade front
noproblemo
Check if you have the same version of ACE on the serven and on your client
Can you remove ACE and ACEX and put them again?
sure
@dusk hamlet Are other weapons working as they should?
Yup
Situation Raport
ah
uh
when i try to connect i get this
and when i click on ok, it just disconnects me
Even if you removed and put fresh stuff on the server?
uh
Then restarted it
oh shit i forgot
Plz
Check your arma folder for old mods
Check if names for newest folders are correct with path
And give both logs from server and client
Remove yours client ace too
Yo has anyone ever had an issue where you're stuck in an endless loading screen to get in a dedicated server
Yes
That's me rn
So disable my modlist. Join a server. Reenable my modlist. Join server
Exactly
I'll give it a shot I guess
My WiFi isn't that strong in my bed so I don't know how long I will keep that support
The folder names and parameters are the same @fallen seal
Every time we pack our mission file with PBO manager it gets corrupted. It deletes files out of it and when we unpack it, it has like 200 less files. Anyone know why this could be happening.
@fallen seal please tone down your profanity in the future.
"Looks like the base arma 3 stuff isn't working?" no that's normal and perfectly fine.
@cerulean fossil "stuck in an endless loading screen" before slot selection, or after the briefing/mapscreen?
@uneven bloom just don't use pbo manager maybe.
@quaint jewel before slot selection. Basically right when I click connect to server and put in the password I see the loading screen showing one of the maps and it stays like that indefinitely
you need to log in as admin and select a mission
Mission is already selected on dedicate server over armahosts
well that apparently didn't work
All addons are the same alongside the mod load order
maybe the server failed to start that mission.
But that loading screen there means, no mission is selected. you need to login and start a mission
Greetings, maybe someone else can help me.
When i start my server, everything works fine, I can connect and choose my roles. When i click on Ok, after i chose my role, i get this message and get kicked: https://imgur.com/7iQEEaz
Well. It says pretty clearly right there what's wrong
Well, not really, since the server mods and client mods are the same
i double checked them
A missmatch of addons between client and server.
And the server has extra: ACE compats for RHS and ACE_sitting which is acex.
So...
Maybe you have the same mods, but aren't loading all of them on the server
actually.. ace_sitting... It should be ACEX_sitting 🤔
Ah no, ACEX has both. For backwards compatability
Checked server log?
your -mod parameter is missing quotes. You are only loading cba and ace, and nothing else.
See? That's why I trust computers over humans. If the computer says something is wrong, but the human assures everything is right. I can be sure that the human is in the wrong.
Sadly I let myself be influenced by things like "i double checked them". Because I still have some faith in humanity sometimes.
but the RPT also tells you which pbo's and which mods get loaded
anyone know how to set up jsrs correctly?
I'm not sure why but my game doesn't sound like the numerous different JSRS sound mod previews that can be found online
unless there's some huge update that overhauled the mod that I haven't heard of
There was some huge update that overhauled the mod about maybe half a year or a year ago
Damn dedmen out here starting to monologue into villiany
Also about JSRS if you're using RHS(which it usually used with) make sure you're loading the compat files of it aswell.
I recently came across this graphical issue with headlights and streetlights etc.
https://imgur.com/a/cowdcaM
I always see these 4 dots around a light source. Is this a new graphical setting that I need to drag up to "higher" quality?
I'm currently running ace medical advanced and have CPR and Defib mods running. I enabled revive for both AI and players, I notice that when I kill an AI, and attempt to revive him, I cannot. To elaborate when I check his pulse I'm told to use CPR to resuscitate him but he dies the moment I use my defib.
@round lance both players and AI have ace advanced enabled
I have a little stream running up if you would like to take a look
nah
this sounds like a bug on ace dev's side
you could try reporting to them
i know people don't have AI on advanced usually so they probably had an oversight.
or the guy who made the ADV-CPR or whatever it's called.
I'm not sure if it works on players as well atm because none of my friends are online so
hmmm
yeah they "die"(their body flops around) when I check their heart rate
this is so weird
I think I might know what's causing it
@round lance it was because the AI unconciousness probability was set to 50% or something rather than 'enabled'
that's it then.
Nobody an idea how this lights glitch happens: https://imgur.com/a/cowdcaM ?
probably not, unless you're mixing like 50 mods together without any care into curation.
To me it just looks like the game's Depth of Field post-processing being it's typically crappy self
On scopes like the RCO you get weird artefacts like that too when DoF is on
Hello, Every time I try and join a server modded or unmodded when I press join server and it is loading it starts to yellow chain when my ping is fine, I dont know what to do, I already re validated game files please help I checked my internet speeds and they are also fine
yellow chain isn't important.
if it disconnects you, or people start teleporting/moving in place, that's when it is an issue.
well Im trying to join servers that anyone else can join fine but it wont let me
My microphone doesnt work in game. On TS, discord and squad it works fine. I have it set to default device and steam mic options set to open mic. Tried running launcher and steam as admin.
Any help would be appreciated, I dont know what to do.
Is microphone option in Audio enable?
@hidden cypress Also how is it not working, no sound, name on the left side near chat?
Theres a checkmark option in audio?
People can see that im trying to speak, but they cant hear me @fallen seal
not really checkmark but slider
Oh yeah thats enabled
you did set your microphone as default in windows devices?
Have you tried to turn arma as Admin?
Arma launcher or arma?
Arma
no
let me try that
Is there any other way to check except going to live server and asking if people can hear me?
darn, ok I will report back result
you can check solo multiplayer.
double tap shift to toggle VON, if your name shows up noise is coming through
and the microphone slider isn't how loud your mic is, it's how sensitive it will be.
@round lance His name is showing up but they can't hear him
@hidden cypress Check Windows 10 privacy settings
not apps
Doesnt look like any of them could impact arma tho
first one is button isn't it?
eh
in audio auto adjustment sets it to its default level which makes me believe it didnt work
can anybody help me fix ace?
@harsh fossil what is the problem
extension ace_advanced_ballistics_x64.dll not found
Are you using the workshop version?
@hidden cypress exit steam, run it as admin, then try checking if mic works again.
ye
go into the launcher right click ace and click repair
did that but didnt work
still pops up
@hidden cypress did you make sure your mic input is default on BOTH options?
the communication and the normal one?
What do you mean?
you have a windows computer, yeah?
yeah win10
ok
it will open up a list
the microphone you're using, which should be producing audio, needs to be set as overall default.
both communication and normal.
wait im trying a new way
I dont think I follow @round lance , in sounds menu Im able to set it as default on only one bar
next to set default button, there's an arrow down.
I can provide screenshots if necessary
hmmm
it isn't the problem then.
so privacy settings, you turned full access to your mic on?
Full? Its on/off slider
well yes, on in pretty much everything.
i guess not.
Its headset mic, two wires
It also doesnt work for the game called Foxhole, maybe that info can be somehow helpful
probably the same issue for both.
yeah
guess that means it isn't an arma thing.
I really dont know
hmmm
I hope I can get it fixed, I would like to finally join a unit
you could try disabling all the other recording devices in the sound panel
aka anything other than your mic that can produce sound.
you do that by right click and clicking "Disable"
it will simply turn them off and make them nonfunctional till you enable them again.
wait a sec
My screenshoting app is being mean
Should I disable the first mic?
ahhhh, didnt work
hmmm
interesting
can you double-tap caps lock in-game, so that it toggles the voice chat at the bottom right, then try speaking and see if your name shows up.
and i mean double-tap, not holding it down.
Nope
you really don't.
when you toggle it, without pressing any keys, the microphone icon at the bottom left is on, yeah?
then that means there is noise coming through.
Hello everyone , I have a problem with the "Server not responding" thingy , everything was going well but yesterday anyone who tried to join me got the "Server not responding" , I tried EVERTHING on the internet and still didn't work, anyone has a solution for my problem ?
but in local no
local is different.
@zinc glen you port-forwarded?
@hidden cypress you can go on the official public zeus servers and see if anybody can hear you.
if yes, then it works.
Yes I did
Did you disable UPNP?
on my router ?
I did
One guy says he hears only static noise from my mic
host is on internet?
yeah
yeah
I can test it on ts without any problem
well, if it works on ts then it doesn't really matter.
if you said you'll be joining a unit.
most units use TS to communicate in-game anyways.
in other words, i got no clue what's wrong and why static noise is only being heared.
oh thats splendid
@zinc glen Then something changed between today and yesterday.
did your router restart?
nope
if so, your local IP could've changed.
But I have a weird thing that I just noticed
that my IP address is wrong
not my city
far from where I live
not where you are.
Thank you @round lance for your willingness to help
@hidden cypress no problem, sorry i couldn't help get it fixed btw.
have fun with unit gameplay, usually way better than plain ol' pub.
Eh I dont really mind anymore as long as it doesnt impair my ability to participate in milsim misssion
Thanks
Need help ;-;
@zinc glen i'd recommend checking your ports again, making sure they're set up for the correct local IP
and it hasn't changed since when it worked?
well, i've personally got no clue.
Hey guys. Trying to troubleshoot the ARMA 3 Wings mod. It's a second screen unity application that seems to be crashing when I open it. My guess is there is a corrupt config file somewhere but I'm struggling to find where it might be.
I know the odds of anyone specifically knowing the mod aren't great, but are there any general tips for troubleshooting this sort of thing?
I've tried:
Unsub/resub to the mod
Erasing its addon files and re-adding them
Deleting related registry keys so it could re-add them (it didn't)
Now trying a complete purge/reinstall of Arma to see if it helps
Odds are, mods fault
I'm sure it is, and it -had- been working. I'm just trying to get it back to a point where it works. I don't know that the mod creator is still active in the community, but I've sent them a message
¯_(ツ)_/¯
When i start my server this is in the console: 🤔
should Iii, just update it... orr...?
nevermind. i just had to open steam(of course)
Should work without steam. If you downloaded the server tool off of steam then it's going to have a different id
change steamapp_id.txt in the root to 107410
it worked after i started steam, so.. @tropic yarrow
My game just crashed but the reason is STATUS_ACCESS_VIOLATION
Can someone tell me WTF that means
Yeah Status_Access_Violation is only something to worry about if it happens a few times
access violation just means someone ran towards a door and wanted to run through the opening.. but it was a glass door and that someone didn't notice it was closed
poor pupper
People can’t hear me on arma I am new to the game people can’t hear me
Oh sorry it’s just
I am upset
My friends leave me out
Cause I can’t talk on
@grim tinsel
Can u help me
Are you using the vanilla VON system?
What is that
Make sure your microphone you are using is the default device for windows.
Might help to make sure it's the same way in the steam voice settings.
Guys please help me with the "Server not responding" thingy when I host ;-;
Hosting on your computer?
not really
hello can anyone help me i keep getting this message come up as i load session lost verifiying PBO failed Kamdan life\addons\ag_swat.pbo
Do you have all the mods loaded? @unkempt mesa
believe so
tried joining through the launcher's server browser to make sure?
nope i loaded up through steam
Hello Whenever i try to login in into server it keeps saying 7yDecals.pbo not found.
Then try joining through the launcher's server browser to see if any mods are missing
session lost.
you should be able to have the mods set up automatically there
And @fringe salmon You do the same thing
youre missing a mod
how do i join through that way
Click the 'server' tab in the launcher and find the server that you want to join in the browser
Then press 'More details' and you should be able to set up your mods automatically
okay thank you
@grim tinsel how to refresh servers in launcher>
theres a refresh button in the upper right corner of the browser window
I'm seeing something different on my end
but it also depends on what you're looking for
and after this i could connect to any server without server launcher right?
Sorry, what do you mean join without the server launcher? @fringe salmon
@grim tinsel yes i meant that could i do that or should i rejoin to any server with launcher?
I dont understand what you're wanting to do
@lilac moss yeah , I was playing with my friends for weeks and one day it doesn't work anymore
@grim tinsel after i start downloading server mods dlcs everything could i connecto to same server next time without having to go through the launcher it self??
If you dont change the loaded mods, yeah
@zinc glen did you forwarded your ports on the router?
And a port checker can confirm that?
You can always setup a DMZ if you like to live on the edge
what is port checker ? @lilac moss
Somehow your router decided to close em, or ip's changed locally and the forwarding rules in place are invalid now.
@fringe salmon Sorry if this is really obvious but you never know. Are you sure you are in the same channel as everyone else in the game? ie side channel, team channel etc? You change channels using , and . comma and full stop
@grim tinsel takeing hours why?
its been 2 hours still downloading mods on exile server?
Either because your internet is slow or you're downloading a big amount of mods @fringe salmon
Do you have anymore suggestions @lilac moss ?
5 waiting
9 installed
on 1 server.
@grim tinsel so is it taking to long been about hour 30m
CUF weapons I CUF Vechicals I CFU Units I CABAB324
3morre
more
@grim tinsel is it to much
By downloading Cup you're pretty much downloading the content of one or two additional games, no wonder it's taking a while @fringe salmon
ty
cuz my campuses internet is pretty much fiber so all computer Scince student wouldn't have a bother on weekends fixing projects or studying for courses.
downloaded everything still one day without connecting xD
when people try to join on the server, they just freeze while loading and get catapulted back to the main menu..
they have all the correct mods loaded
does server have mission started?
anyone up for some arma?
for some reason no one can hear my mic
iv tried lookin at steam voice, my input-output etc.
i have cloud alphas
it used to work before but after i got 2 more DLC's (jet and tank) it seems to work like 50% of the time?
idfk
Guys I did the port forwarding correct but the port checker says it's close
need help ;-;
Make sure you have a static internal ip
Be sure that you're allowing the process to transmit data outside of your network in windows firewall
2 Of many solutions @zinc glen
I have a static IP and I allowed it form the firewall, thing is it used to work flawlessy but one day it doesn't. @cerulean lance
how to download development server files with steamcmd ?
hjälp
steam does not see arma 3
i have the directory defined as a download directory
steam sees other games in the same directory but not arma 3
what do
easiest way: delete old files, download again
thanks, but i would prefer another solution if possible
then wait for others with a solution and also without guarantee
yeah, ill do that, thanks
restart steam migth help
i have restarted both steam and my computer multiple times
i will reinstall steam now
ill tell if anything happens
nevermind, it is not an issue anymore since steam decided to delete steamapps/ even though i made it readonly
I keep getting a hlcweapons error anytime I try to play multiplayer. I’m trying to get into a KOTH server. I tried a separate KOTH server and I get the same message
@vagrant jolt Can you post the full error message?
Any idea why my server would be spamming the RPT with this. I cant figure out why this is happening, I have bee looking all day.
} forEach allVariables cba_events_eventNamespaceJI>
Error position: <allVariables cba_events_eventNamespaceJI>
Error Generic error in expression
File x\cba\addons\events\XEH_postInit.sqf, line 12
It says “addon ‘hlcweapons_core’ requires addon ‘cba_main’” and then when you try to start the game it says “include file ‘x\cba\addons\main\script_marcos_common.hpp not found”
That was for multiplayer. Now its doing it when I try to play single player. It won’t even let me play my game.
@vagrant jolt Did you install, or try installing, any mods?
@vagrant jolt you have a mod loaded which also needs the mod "CBA", but you don't have "CBA" loaded.
Hi @ all . I have a Lot of lines on my rpt, its possibel to fix this ? This its a exempel ! have on chernarus the Same with other stuff
22:14:58 Ref to nonnetwork object 26fdff31000# 1935967: gm_ge_uniform_suit_80.p3d
22:14:58 Ref to nonnetwork object 26fe61b57c0# 1936011: gm_gc_uniform_dress_80.p3d
22:14:58 Ref to nonnetwork object 26fe5d6cc80# 1936107: gm_gc_uniform_dress_80.p3d
22:14:58 Ref to nonnetwork object 26fdf5e8e00# 1935956: gm_ge_uniform_suit_80.p3d
22:14:58 Ref to nonnetwork object 26fe6189540# 1936000: gm_ge_uniform_suit_80.p3d
22:14:58 Ref to nonnetwork object 26fe5d48b80# 1936094: gm_gc_uniform_dress_80.p3d
22:14:58 Ref to nonnetwork object 26f4cdd1800# 1935872: gm_ge_uniform_suit_80.p3d
22:14:59 Ref to nonnetwork object 26fdd21e5c0# 1936068: gm_gc_uniform_dress_80.p3d
22:14:59 Ref to nonnetwork object 26f857487c0# 1935934: gm_ge_uniform_suit_80.p3d
22:14:59 Ref to nonnetwork object 26fc8810780# 1936073: gm_gc_uniform_dress_80.p3d
22:14:59 Ref to nonnetwork object 26f482d46c0# 1935930: gm_ge_uniform_suit_80.p3d
22:14:59 Ref to nonnetwork object 26fe61774c0# 1935995: gm_ge_uniform_suit_80.p3d
Is it your self made scenario?
No its weferlingen map with Exile mod
Change uniform on exile trader , Change back to normal and then the same with other uniform on rpt
ports still don't open
I used Upnp and still didn't work
I will fucking pay who help me solve this issue even!
that's your ISP then.
if your ports are set to be opened on your router's settings
and port checkers say they're closed
only one who can help in that case is your internet service provider
I guess
So I have tried 4 different CBA version and I still getting that spammed in my RPT log, anyone know why this could be happening?
maybe some other mod is breaking cba
OK I will try to add one at a time and see if that does anything
ah thanks
Wondering if anyone has had this issue before, we have a server completely vanilla, however when attempting to connect, the player gets stuck on a black screen.
All the console log shows is player connecting and player disconnecting. Looking at the rpt, the only thing we can see is
17:49:16 No player found for channel 2227597459776 - message ignored
17:49:16 NetServer: cannot find channel #1655122459, users.card=0
17:49:16 Message not sent - error 0, message ID = ffffffff, to 1655122459 (<no>)```
If anyone has any insight, it'd be much appreciated.
I've been having an error trying to connect to KOTH matches. Something about going back to the lobby and also checking the RPT
I've gone to my rpt log but I can't make heads or tails of what I'm looking for or what I'm supposed to do with it. Any help would be appreciated!
@arctic folio If you want us to take a look at it you can upload it to pastebin
(I recommend removing the IP at the top)
Yep
Hopefully that's right
Hello, my server is the Russian ZBK terminal, I hope that the police can get on and off without unlocking, I followed the tutorial, but there is no functions. HPP file in my server, I hope you can help me very much thank you! His version should be Altis life 5.0
@hollow rain I have not seen many people who know about any of the life mod stuff so you might not find help here
I think that forum you linked is better place to get help from people who know that mod
Do you know about the technical forum related to the Russian ZBK terminal? Thank you.
@uncut trellis
no
Looking for a dedicated host provider with modding for dummies, any suggestions?
Howdy. I'm having issues trying to launch a server off my own PC through the Host Game function
Whenever I go to do it, the game has a status access violation and crashes
It happens regardless of wherever I have mods loaded or not
It also pops up with this after crashing - https://imgur.com/a/B0UTI09
Your game files seem pooped.
Mmm. I've tried verifying files which didn't help.
Mods may cause it, or borked server configs
Or a broken mission.
Contact. Mission #2 Spectrum device is broken after you get to the new site. I identify squad delta through the mission system, but the device reads them as unknown still
!issuewarning @neat stump crossposting
Done.
@quaint jewel sorry i realized there was a proper channel for it and posted it there instead
Does someone know how to get the whole spectrum device detailed analyzer to show completely?
It only shows a part of it...
if your FOV is higher than the default, it seems to cause that
it happened to me as well https://imgur.com/TnKVUPc
My mouse controls have a new strange behavior. It's sluggish to move my character left and really fast to move him right (turning)
Is anyone else's game stuck updating/installing?
nop
Does someone have ACCESS_VIOLATION issue since the CONTACT update ?
I've just noticed strange lines on a different structure textures. Looks like shadow shader is buggy asfk
If you set Shadows to LOW or OFF its gone , but is there a better solution for this? Is it some graphics card settings problem or Arma have known issues?
https://imgur.com/a/xSkIhrZ
when i try to start my arma 3 server, it just won't show up.
i think i need to update it due to the contact update, yes?
Okay so with certain mods - no seeming consistency in what mods do or don't do it - I can load Livonia.
Without having the DLC. But yet without those mods it says I need to purchase the DLC first. So just to sate my mind, is the Livonia map supposed to be publicly available without hte DLC or no?
I used a medical zamtrak in Contact and now the treatment sound keeps repeating
It persists on a reload of a save made after the treatment
But I was in a danger zone and cleared a good bit of it, so fuck reloading to before I used the truck
Is there any way I can reset the sound drivers for the game?
AYYY I FIXED IT
Jumped off a roof and treated myself through the non-vehicular means
Steam not launching arma, stuck on 100% and refusing to start. any help?
@eager lake me
Make sure you have Apex dlc that map uses Apex assets.
You dont need apex dlc to use apex assets iirc
Is there a way to get a hold of the mods? I had a bot or spammer contact me and this was the mutual discord server. They offered some kind of service of some kind, but when they posted unsolicited photos right off the bat, I blocked them. Don't want anyone clicking and getting a virus. Who do I contact?