Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. System.IndexOutOfRangeException was unhandled
  2. Message=Index was outside the bounds of the array.
  3. Source=MinecraftBot
  4. StackTrace:
  5. at MinecraftBot.CommandParser.Parse(String message, Boolean fromgame) in C:\Users\Wilson\Desktop\MinecraftBot\MinecraftBot\CommandParser.cs:line 57
  6. at MinecraftBot.Bot.ParseConsoleCommand(String command) in C:\Users\Wilson\Desktop\MinecraftBot\MinecraftBot\Bot.cs:line 360
  7. at MinecraftBot.Program.Main(String[] args) in C:\Users\Wilson\Desktop\MinecraftBot\MinecraftBot\Program.cs:line 25
  8. at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
  9. at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
  10. at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
  11. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  12. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
  13. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  14. at System.Threading.ThreadHelper.ThreadStart()
  15. InnerException:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement