Solved Broken text on the client

Discussion in 'Rust Discussion' started by Kudrbeer, May 10, 2017.

  1. Broken text on the client, how to solve the problem? Thank you.
    Screenshot_1.png Screenshot_2.png
     
  2. Unity Bug!!!
    [DOUBLEPOST=1494439492][/DOUBLEPOST]Resize the Window and have fun
     
  3. No, server bag.
     
  4. Wulf

    Wulf Community Admin

    The server doesn't control what text your client has on it.
     
  5. Do you have a logical explanation for the error?
     
  6. It could be a text encoding issue with your local copy of Unity. I agree with Wulf, it's definitely not a server bug. What have you tried yet?
     
  7. Why my unity copy?
     
  8. Because the server is not sending that text to your computer. That text is hardcoded in the game. However, text has many ways to be represented in a computer. When your game looks up what text to display, it finds a bunch of 1's and 0's. The method your computer uses to interpret this sequence is what determines if you see "Correct Text" or "֐֐߻߻߻߻߻"

    Another reason is that your game files became corrupt. And so the location where your game looks to find that text is not even the place that has the text.
     
  9. One mark, it's bug show for all my server players, on another servers this bug dont show
     
  10. That's interesting. Check what the server is sending to the clients that is being run on the client's console.
     
  11. Wulf

    Wulf Community Admin

    The server shouldn't be able to run anything really on the client if they are updated within the past month.