Open Issues Need Help
View All on GitHubAI Summary: The user is reporting that an ARM64 Linux build of an SPT server fails to run, encountering "Net Server File validation failed" and "A Path in SPTCustomPlugin FAILED" errors. This issue occurs when attempting to run a specific ARM64 Linux version obtained from a GitHub Actions CI pipeline, and multiple logs are provided for debugging.
AI Summary: Debug and fix a bug in the Single Player Tarkov (SPT) server C# rewrite where PMC groups repeatedly respawn at their kill location when killed by a Scav player. This involves analyzing provided server, BepInEx, and client logs, as well as the player profile, to identify the root cause of the issue within the server's codebase and implement a solution.
AI Summary: Debug and fix a crash in the SPTarkov server caused by a duplicate item key error ('An item with the same key has already been added') that occurs upon exiting a raid. This involves analyzing provided server, BepInEx, and client logs, as well as the player profile, to identify the root cause of the duplicate key issue and implement a fix in the C# server code. The fix should prevent the crash and allow players to successfully exit raids.
AI Summary: Debug and fix a bug in the C# SPTarkov server causing it to crash when the Windows system language is set to Turkish. The issue appears to be related to localization or encoding, and requires examining server logs and potentially modifying code to handle Turkish language settings correctly. The fix should ensure the server runs stably regardless of the system language.
AI Summary: Debug and fix a bug in the Single Player Tarkov (SPT) server where removing a metal fuel can from a generator causes it to incorrectly appear in the player's stash, extending beyond the stash limit. This involves analyzing provided server, client, and BepInEx logs, player profile data, and a screenshot to identify the root cause of the issue within the C# server code and implement a fix.