sp-tarkov / server

University of Illinois/NCSA Open Source License
20 stars 4 forks source link

Aki.Launcher.exe refuse to run EscapeFromTarkov.exe if *.bak file in user\mods dir. #741

Closed refringe closed 3 days ago

refringe commented 3 days ago

SPT-AKI 3.7.5 Release.

  1. Copy order.json to order.bak
  2. Try to run Tarkov.

Originally written by _Barlog_M_

refringe commented 3 days ago

this seems unintentional, I'm looking into it.


Originally written by waffle.lord

refringe commented 3 days ago

so from what I can tell, we've made the decision to restore all .bak files before starting the game to ensure any patches that need to be applied are done to the original files.

the error above was due to not catching an exception from a .bak file resolving to a directory or non-existing file.

These exceptions are now logged and should be fixed in a future release.

Be aware that if you are creating any .bak files in your game directory, they may be restored at launch if they resolve to a valid file


Originally written by waffle.lord