Jump to content

Toumal

Members
  • Posts

    150
  • Joined

  • Last visited

1 Follower

Personal Information

  • Flight Simulators
    DCS, X-Plane

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. So has there been resolution yet? I have ceased hosting our DCS server in the meantime because of these forced exits. @BIGNEWY Could you guys please just remove the forced stop? A short connection problem between a DCS server and your auth servers while the server is running should NOT be grounds for quitting the game. And honestly, the same should be true for regular game clients too. Do that check on mission start, and then stop worrying about it. If you're worried about underlicensing, just have the client send a ping every now and then to keep a session going, and if no ping is received have the session time out. Yes theoretically someone could start a game, then block comms with the auth server to allow someone else to start a game, but is this really such a likely scenario, and do you really think people will go to such lengths each and every time they want to start playing with multiple people using the same license? If you really must do this, do it JUST for the clients, not dedicated servers, and provide multiple fallback auth server IPs in different locations so this becomes more reliable.
  2. This is the only server I run, "Caucasus Dynamic Conflict". If that's the case then this must affect everyone, no?
  3. I have the issue that I can start my dedicated server, but after a few hours I get this: 2025-03-07 11:39:40.691 ERROR ASYNCNET (Main): Server registration failed with code 401 This happens 2-3 hours after the server was started. I googled this error and found recommendations to unlink the steam account. I never linked my steam account so that can't be it. I used to be able to host with no issue. I am aware of this thread: but I don't know if these issues are related because I am perfectly able to start my server, it's just that I get kicked out after some time. Is there anything I can/should do?
  4. @Actium Your checks are definitely more robust than mine. I should also note that my issue at the moment is the fact that my server is stopped by authentication failures from EDs servers after a few hours. In that case the web ports are not available anymore. I will post in a different topic about that particular issue, which currently makes it impossible for me to host.
  5. Sure this is my current script: #!/bin/bash while true do dcspid=`ps x|grep DCS_server.exe|grep -v grep|head -n1|awk '{print $1;}'` case $dcspid in ''|*[!0-9]*) echo "Restarting DCS...";lutris lutris:rungameid/1;sleep 200;; *) echo "DCS is running as PID $dcspid";; esac HTTP_RESPONSE=$(curl -s --max-time 3 --write-out "%{http_code}" -o /dev/null http://127.0.0.1:8088/ ) # Check the HTTP response code if [[ "$HTTP_RESPONSE" -eq 404 ]]; then #echo "The server at $URL is up and responding with HTTP 404" sleep 1 else echo "The server at $URL did not respond with HTTP 404. Response code: $HTTP_RESPONSE." kill -9 $dcspid fi sleep 30 done I noticed that if the server is non-responsive, the http ports aren't open. So all I had to do is check if you can access the http server on 8088. If I get a 404 on / then all's good
  6. I don't understand why the dedicated server needs to authenticate in the first place. As it stands, I find myself unable to host a dedicated server not just because of the gymnastics I have to do to check if the server is actually up (check PID, check port connection, etc) but because any time the ED auth servers return a 401 the server quits.
  7. I have this same issue now. It happens after about 3 hours. No amount of restarting seems to help. The server time is in sync.
  8. Yeah I am running with 5GB pagefile which is not on C, and I upgraded to 64GB of RAM. Unfortunately I had to install build tools for microsoft hololens and that's sucked up a lot of space on C, which is why this problem appeared only recently. I thought 32GB would've been enough since I didn't see DCS using all that much, but my mistake with that assumption was that I looked at task manager, which isn't the best tool to judge memory situations unfortunately. So yeah, while DCS eventually uses up all available VRAM, it does seem to evict unused textures etc. as needed. My crash went away once I freed up a bit of space on C and moved the pagefile. I added RAM because I don't want my OS to have to rely on a pagefile in the first place.
  9. Doh! Yeah that would do it. I can't free up much atm due to work stuff that unfortunately has to live on C (thanks MS...) but I doubled up the RAM and disabled the pagefile on C, and so far, no more crashes! Thanks!
  10. Update, I managed to get a full crash dump! dcs.log-20230924-150318.zip
  11. Specs: RTX4090 with 24GB VRAM, texture settings high. These settings worked fine for many months without any crashes. Now, VRAM usage climbs to the limit when getting into an aircraft and then the game dies. Tried repair (removed any changed files too) and also updated GPU drivers to latest. No zip file and no dmp file was generated. However I do have the crash and log files. Sometimes when this happens, I get a dialog box like the one included, but it does not always happen. Something changed with the way VRAM is allocated. It now always grows and is never freed. Even on lower settings you eventually crash if you hop into different types of aircraft. dcs.log dcs.20230924-145213.crash
  12. Since the last patch I have extremely high VRAM usage. I'm running a 4090 with 24GB VRAM in VR with a Varjo Aero using the MT binary. I never had any situation where I ran out of GPU memory. But now, I end up crashing to desktop with a dialog box that says that I am "out of video memory trying to allocate a texture". I tried lowering the textures and visible range, but that did not help. Anyone else experience this?
  13. That's great news! We'll make sure to test it then! Also, yes we were in the L, and yes I have a few winwing devices.
  14. I got two for you from yesterday with Lawrence. I'll poke him to upload his as well. To add a bit of context, both crashes were in the Gazelle, both as I was getting close to attacking enemies but I was not attempting to fire yet. I get these crashes both with the HOT-3 and the Mistral loadouts, and it doesn't matter if I'm in the pilot or gunner seat. dcs.log-20230610-152455.zipdcs.log-20230610-145855.zip
  15. I crashed at exactly the same time as Lawrence playing as his gunner. I also have the CTDs in the Gazelle after a few minutes.
×
×
  • Create New...