How to fix "Lost reliable commands" error
-
This error is due to corrupted data being sent to the server and causing the server to boot you for either security reasons or because the data is so unreadable the server gets rid of you. This can happen due to any device on your computer, be it a controller, mouse, keyboard, headset, anything.
This error can also happen due to network programs on your computer such as network monitoring tools. The image below is from a user who would get the "Lost reliable commands" error in seconds loading into a game. After they reinstalled drivers for some of their devices and uninstalled network programs unrelated to Windows, they've been playing for over an hour and it hasn't happened.
You need to properly uninstall drivers and reinstall them clean.
You need to uninstall network programs on your computer which aren't from Windows.You can also copy and paste this script into notepad, save it as "systemhealth.bat", run it as administrator:
@echo off DISM /Online /Cleanup-Image /RestoreHealth sfc /scannow netsh advfirewall reset ipconfig /flushdns ipconfig /registerdns ipconfig /release ipconfig /renew netsh winsock reset netsh int ipv4 reset netsh int ipv6 reset netsh int ip reset netsh int tcp reset pause
It will fix corrupted OS issues.
It will fix corrupted System32 files.
It will restore the Windows Firewall to default.
It will restore winsock to fix any corruption of the functions used by the OS when sending/receiving data.Running this script probably won't fix the "Lost reliable commands" but I'm putting it here, just in case.
-
-
I tried reinstalling everything, unfortunately it didn't work for me
-
same for me
-
I wouldn’t take this guy seriously, while ChatGPT is a great tool, it can barely handle intermediate calculus. I highly doubt it knows how to handle such a specific issue such as an error in a mod for a 10 year old game. The thing with ChatGPT is it will make up information when it doesn’t know exactly what you’re asking, or if it isn’t exactly sure what the right answer is for your problem. Don’t get me wrong ChatGPT is a great tool but I wouldn’t be touting how it’s fixing this issue, as it’s likely an issue introduced from the latest update. More than likely nothing can likely be done until developers push a future update.
-
A fix will be included in the next Plutonium update
-