Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. Exception Details:
  2. System.IndexOutOfRangeException: Index was outside the bounds of the array.
  3. at pk3DS.StaticEncounterEditor7.GetAllies() in C:\BuildAgent\work\ccf72a59f9911202\pk3DS\Subforms\Gen7\StaticEncounterEditor7.cs:line 252
  4. at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
  5. at System.Windows.Forms.ListBox.NativeRemoveAt(Int32 index)
  6. at System.Windows.Forms.ListBox.ObjectCollection.SetItemInternal(Int32 index, Object value)
  7. at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
  8. at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
  9. at System.Windows.Forms.ComboBox.WndProc(Message& m)
  10. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  11.  
  12. Loaded Assemblies:
  13. --------------------
  14. mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  15. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll
  16.  
  17. pk3DS, Version=1.0.0.389, Culture=neutral, PublicKeyToken=null
  18. C:\Citra\PK3DS\pk3DS.exe
  19.  
  20. System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  21. C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
  22.  
  23. System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  24. C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll
  25.  
  26. System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  27. C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll
  28.  
  29. System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  30. C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
  31.  
  32. System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  33. C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
  34.  
  35. System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  36. C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
  37.  
  38. pk3DS.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  39. C:\Citra\PK3DS\pk3DS.Core.dll
  40.  
  41. --------------------
  42. User Message:
  43. An unhandled exception has occurred.
  44. You can continue running the program (albeit with potential side-effects), but please report this error.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement