Search the Community
Showing results for tags 'networking'.
Found 4 results
-
server Host server with UPNP suddenly doesn't work anymore.
draoth posted a topic in ARMA 3 - TROUBLESHOOTING
I've enjoyed playing some custom missions with my friends, but i was always the one that made the missions and hosted them. But since a month or so (Tank DLC) my friends can't see my server anymore and we've tried all possible ways to join: "Join friend", "Direct Connect" "Friends" "Recent" "Filter by host" "Filter by mission". We've even got so far to try to join with the launcher browser. When we tried that they see my server name and can enter the password but they crash when the game starts. My brother is able to join, proberaly since we live in the same house. I didn't touch any router settings and my firewall isn't blocking the network. Any ideas? -
FYI: Yes, I have googled and researched a lot about the issue I am having. Arma Discord, Enfusion Discord, ChatGPT, Bard, Forums and so much more and it appears that the coverage about my issue is either very hard to find or there isn't much on it. What have I done so far? Reinstalled the server. Restarted multiple times. Changed scenarios multiple times. What issues was I having before? My previous issue was that my server couldn't be connected too, Arma Reforger Server application was not listening on the correct port, I am unaware at this current time whether this is an issue with my hosting company (OVH), as we did research that they were using a switch. (Yes, I have opened the ports fully through the windows firewall for UDP port 2001, 17777, 50000-65000, 5678; however, this did not seem to work, it's as if the application itself is refusing to listen on that port). I am unaware of whether this issue is fixed yet or not as we cannot even get the server to appear online. What issue am I having now? I am receiving A LOT of script errors (logs attached below), these errors are now appearing to stop the server from fully becoming online and causing the server to crash upon start-up. What type of environment am I working on? Windows Server 2019 OVH Bare Metal Cloud Dedicated Server (AMD Ryzen 9 5900X - 12c/24t - 3.7 GHz/4.8 GHz, 64 GB ECC 3200 MHz, 2×1.92 TB SSD NVMe (Soft RAID), 500mbps up/down public bandwidth, 100mbps up/down private bandwidth) No mods installed or in my configuration. Latest version on both client and server. StartArmaReforgerServer.bat file attached. https://pastebin.com/UA0CJULZ UpdateArmaReforgerServer.bat file attached. https://pastebin.com/v3Xw9BUB config.json file attached. https://pastebin.com/De6pEbMH console.log file attached (server). https://pastebin.com/VriF7APR error.log file attached (server). https://pastebin.com/KGv8VBkJ script.log file attached (server). https://pastebin.com/ix9Bq5zp Arma Reforger Server folder structure. https://imgur.com/a/3sFImFE Any and all help would be appreciated, I have been at this for straight hours over days now.
-
Arma 3 Dedicated Server Works on LAN but not WAN
Preacherism posted a topic in ARMA 3 - TROUBLESHOOTING
I'm having trouble setting up my Arma 3 server to the internet on a Windows 10 Home pc. It works perfectly on LAN connection, as I can play the mission and such. However I can't find it in the server browser nor can I direct connect to it using my router IP and not the server's local IP. I'm using TADST v3.1.0 with an Antistasi mission file and 8 mods. I don't think this is an issue with TADST because I previously had an arma 3 server setup from BI's dedicated server article ( https://community.bistudio.com/wiki/Arma_3_Dedicated_Server ) that worked online on a previous router, but when I tried it on the router I'm currently using with proper port forwarding it wouldn't show up. What's also strange is that if I host a server on another PC via Arma 3 server browser and not a dedicated server, my friends can properly see and connect to it. I tried steam's GetServersAtAddress and it returned the text below for the TADST server, so I'm confused as to why steam can see it and the arma server browser cannot. I triple checked that my ports were forwarded on my router, and I also triple checked that the ports were open through my firewall. I have ports 2302-2306 UDP, 2344 TCP/UDP, and 2345 TCP forwarded on the router and allowed through the server's firewall. I also tried disabling all the mods as well as putting no mission file in it to see if it would show up then. I've played around with UPNP both on my router and on TADST, as well as trying autoInit, persistence, and toggling on and off battleye. I've also made sure all programs and mods have been up to date. I have the RPT file but I'm not sure if there's any sensitive info in it, if that would help.-
- arma 3
- port forwarding
-
(and 3 more)
Tagged with:
-
Who is the person that got the remoteExec ?
JeyR posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Alright. Welcome everyone. I have a very interesting problem, and I couldn't find a solution for it. I have been really trying to get past this but I can't solve this riddle. I have this small code snippet inside the initPlayerLocal.sqf: if (didJIP) then { [getPlayerUID player] remoteExecCall ["CHAB_fnc_jipcam",[-2,-(clientOwner)],false]; }; And here is the CHAB_fnc_jipcam: _uid = _this select 0; private "_player"; private "_local"; private "_localID"; { if ((getPlayerUID _x) isEqualTo _uid) then{_player = _x;}; } forEach allPlayers; _local = ???; _localID = ???; As you can see, I clearly have no clue who is the owner of machine ? In my mind's eye remoteExec sends a message to every player that they have to run this script with the given parameters. Here is what I tried so far: Create a global variable (not public) for each player and give it the playerUID -> Result is that inside the jipcam the returned value is "any" on each PC. Create a missionnamespace variable (global but not public) and give it the playerUID -> same results as before I have completely run out of ideas, I tried mostly everything I could think of. Is there anyone who has more tricks up his sleeve?- 24 replies
-
- remoteexec
- global variables
-
(and 4 more)
Tagged with: