Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. OverflowException: Value was either too large or too small for an Int32.
  2. at System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00057] in <31c751c7f24e441c95072fa1e96928f2>:0
  3. at System.Int32.Parse (System.String s) [0x00007] in <31c751c7f24e441c95072fa1e96928f2>:0
  4. at SteamServerInfo..ctor (Steamworks.gameserveritem_t item) [0x00084] in C:\Jenkins\jobs\Game_Client\workspace\Assets\Scripts\Steam\Matchmaking\SteamLobby.cs:48
  5. at ServerListManager.AddServerList (Steamworks.gameserveritem_t item) [0x00001] in C:\Jenkins\jobs\Game_Client\workspace\Assets\Scripts\Steam\Matchmaking\ServerListManager.cs:339
  6. at SteamLobby.OnServerResponded (Steamworks.HServerListRequest hRequest, System.Int32 iServer) [0x00029] in C:\Jenkins\jobs\Game_Client\workspace\Assets\Scripts\Steam\Matchmaking\SteamLobby.cs:244
  7. at Steamworks.ISteamMatchmakingServerListResponse.InternalOnServerResponded (System.IntPtr thisptr, Steamworks.HServerListRequest hRequest, System.Int32 iServer) [0x00001] in <9be3aa7df23e4162b4f1da4af6b6c1cd>:0
  8. at (wrapper managed-to-native) Steamworks.NativeMethods.SteamAPI_RunCallbacks()
  9. at Steamworks.SteamAPI.RunCallbacks () [0x00007] in <9be3aa7df23e4162b4f1da4af6b6c1cd>:0
  10. at SteamManager.Update () [0x00011] in C:\Jenkins\jobs\Game_Client\workspace\Assets\Scripts\Steamwork.NET\SteamManager.cs:222
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement