tf2_bot_detector icon indicating copy to clipboard operation
tf2_bot_detector copied to clipboard

Don't let users open multiple instances of the tool

Open PazerOP opened this issue 4 years ago • 0 comments

I believe this to be the most common cause of issues with the tool not being able to communicate with the game, or at the very least, it is the cause of the "Chat wrapper validation failed" issue.

  1. Instance A is opened
  2. Instance B is opened
  3. Instance B is closed
  4. TF2 is opened, but now A's configuration has been overwritten by B, and A never reads it back from disk because it doesn't expect it to get overwritten. TF2BD will refuse to connect with the game until you restart instance A.

PazerOP avatar Aug 22 '20 04:08 PazerOP