Skip to main content

Getting kicked at round end straight to main menu - no disconnect message

Description of Issue

If your Player.log contains lines like:

Playerlog.txt Server is performing a full round restart. Reconnection time: 25.
Skipped Data message handling because connection is null.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogError(Object)
Mirror.NetworkClient:OnTransportData(ArraySegment`1, Int32)
Mirror.LiteNetLib4Mirror.LiteNetLib4MirrorClient:OnNetworkReceive(NetPeer, NetPacketReader, Byte, DeliveryMethod)
LiteNetLib.NetManager:ProcessEvent(NetEvent)
LiteNetLib.NetManager:PollEvents()

Shows only when a round ends with a full round restart and you are kicked you’re sent straight to the main menu with no disconnect message.

How to Access Your Game Logs

You can access your Player.log files using the guide in the link below:
How to access Player.log

Resolutions

  1. Temporarily disable your firewall and antivirus.

  2. Launch SCP: Secret Laboratory.

  3. Check if the issue reproduces.

  4. Close the game.

  5. Re‑enable your firewall and antivirus.

How to temporarily disable firewall & antivirus (Windows & Linux)

Windows

  • Firewall: Start → Windows SecurityFirewall & network protection → select your active network → toggle Microsoft Defender Firewall Off. (Turn it On after the test.)

  • Antivirus (Defender): Start → Windows SecurityVirus & threat protectionManage settings → toggle Real‑time protection Off → confirm. (Turn it On after the test.)

Linux

  • Ubuntu/Debian (UFW):

    • Check: sudo ufw status

    • Disable: sudo ufw disable

    • Re‑enable: sudo ufw enable

  • Fedora/RHEL/CentOS (firewalld):

    • Stop: sudo systemctl stop firewalld

    • Start again: sudo systemctl start firewalld

  • Antivirus (e.g., ClamAV or vendor suite):

    • Stop: sudo systemctl stop clamav-daemon (or your AV service name)

    • Start again: sudo systemctl start clamav-daemon

Still have issues?
Please contact our Technical Support team here