Random game/server(?) crashes/Mission Aborted

Issue Description:
at times, especially on hi int/hi int shock server sometimes crashes and kicks me back to char select screen. No option to rejoin, just X amount of time wasted.

Steps to Reproduce:
n/a

Mission Name (If Applicable):
Excise Vault Spireside-13

Platform:
[Steam/]

Player ID:
Striges

Approx. Time of Issue & Timezone:
15.30-ish

Reproduction Rate:
Rare (<10%)


Upload Supporting Evidence:
[Screenshots, recordings, links to Twitch VODs, etc.]

Upload Console Log & darktide_launcher.log:
[Instructions: How To Provide a Crash Report, Console Log, or darktide_launcher.log]
darktide_launcher.log (397.9 KB)
console-2023-06-25-13.06.09-d4b93d22-670c-4592-a288-ede6a92de3ab.log (381.4 KB)

basing on logs, the server was shut down because it was a spot instance of a VM. the spot instances this game uses (aws fleetiq service) can be decommisioned by cloud provider with 2 minute notice…

server you connected to is a spot instance:

aws_region = “eu-central-1”,
network_hash = “c6d7c1e2d52413aa”,
ip = “18.184.188.214”,
fleet_type = “aws-fleetiq-spot-only”,

and this is error mesaage:

13:30:07.240 [Lua] INFO [PresenceManager] received push message={
type = “event_trigger”,
source = “instanceShutdownEvent”,
payload = “{“event_name”:“game_session_aborted”,“args”:[{“game_session_id”:“19374b13-78a9-4232-9fae-b1b97c5f3493”}]}”,
}

in general companies use spot instances because they are much cheaper to run, but there is always inherited chance they can be terminated.

idea is that application must make sure it handles handover to another server. it has 2 minutes to do that… seems either something went wrong while migrating game state to another server (you would then be able to connnect back to the game) or simply there is no such handling implemented.

AAAAAND Again… (this time on low int shock troop)
console-2023-06-25-18.37.26-368c62f9-edd1-4be2-b987-cc367699be09.log (398.5 KB)
darktide_launcher.log (601.7 KB)

Yea, I saw someone wrote something about this not long ago, but still, its happening alot and it’s NOT OK.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.