- Server version
- 2.1.0
- Game client version
- 0.12.11.15261
- Client log file
- codepaste.sp-tarkov.com/
- Server log file
- codepaste.sp-tarkov.com/
- Have you read the FAQ?
- Yes
- Where did you download your game from?
- https://www.escapefromtarkov.com/
- List of used mods
- None
I've just tried to get SPT-AKI working for the very first time, with a couple snags along the way. The instructions I was following: How to install AKI
The initial issues I ran into was that the AKI Patcher Tool needed .NET Desktop Runtime 5.0.12; the 5.0.4 version linked in the Requirements section did not work (they installed, but the patcher binary would not run, and i have Windows Event Viewer entries confirming that). I solved that problem by installing both x64 versions of the .NET Desktop Runtime 5.0.12 as well as .NET Runtime 5.0.12 from here: https://dotnet.microsoft.com/download/dotnet/5.0
After that, the patcher ran and reported no errors. Great.
Problems began once I reached the "Double-click on the Server
executable" phase of the installation: doing so does nothing. It briefly pops up a window and immediately exits/closes the window. No logs are generated. A Properties on Server.exe says that it's a Node.js application of some sort (?!?!).
I have a couple suspicions as to the source of the problem, but I'm not sure how to verify them. One of the key aspects is that I'm using Windows 7 SP1 x64, which makes me wonder if whatever built Server.exe isn't being built with Windows 7 compatibility in mind. Another possibility is a missing requirement for SPT-AKI, but best I can tell, I do in fact have all the necessary .NET runtimes (3.5 comes with Windows 7, and I have .NET Framework 4.7.2 installed as well), as well as the Visual C++ runtime in question, though it doesn't appear in WMI's product list, running the vcredist binary only brings up Repair and Uninstall). Here's verification of some of it:
C:\>wmic
wmic:root\cli>product get name
Name
Microsoft .NET Runtime - 5.0.12 (x64)
Microsoft .NET Host - 5.0.12 (x64)
Microsoft Windows Desktop Runtime - 5.0.12 (x64)
Microsoft .NET Framework 4.7.2
What other information can I provide that would help?