Announcement

Collapse
No announcement yet.

QRACK: cl_writetoserver error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • QRACK: cl_writetoserver error

    How can this be fixed? I can't even play online without dropping a bazillion datagrams. (according to qrack) Its weird though because my internet connection is fine. Any ideas?

  • #2
    i get the same msg on mine..and its spams it to..how we get rid of it?

    Comment


    • #3
      make sure "developer" is set to "0"

      if (!NET_CanSendMessage(cls.netcon))
      {
      Con_DPrintf ("CL_WriteToServer: can't send\n");
      return;
      }
      www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

      Comment

      Working...
      X