Search Unity

BootCamp Multiplayer

Discussion in 'Multiplayer' started by Xazerek, Nov 20, 2014.

  1. Xazerek

    Xazerek

    Joined:
    Nov 3, 2014
    Posts:
    134
    Hi!
    I have problem with Server list.
    When i go to the server list i have error:

    FormatException: Input string was not in the correct format
    System.Int32.Parse (System.String s) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/Int32.cs:629)
    MainMenuScreen.MainConection () (at Assets/Scripts/huds/MainMenuScreen.js:705)
    MainMenuScreen.DrawGUI (UnityEngine.Event event) (at Assets/Scripts/huds/MainMenuScreen.js:308)
    GUIOptimizer.OnGUI () (at Assets/Scripts/huds/GUIOptimizer.js:12)

    How to fix it?
     
  2. tobiass

    tobiass

    Joined:
    Apr 7, 2009
    Posts:
    3,070
    It seems you have to enter a number and you didn't.
    That error is not catched in the (simple) demo GUI.