Guest User

Untitled

a guest
Nov 10th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. ************** Exception Text **************
  2. System.NullReferenceException: Object reference not set to an instance of an object.
  3. at SWCharGen.DescriptionProcessing.GetWeaponQualities(CharWeapon cwep, Boolean skipAttach, Character ch)
  4. at SWCharGen.DescriptionProcessing.GetWeaponQualitiesDesc(CharWeapon cweap, Character ch)
  5. at SWCharGen.DescriptionProcessing.GetItemQualities(CharModdableItem citem, Character testChar)
  6. at SWCharGen.EditEquipment.dvgOwnedWeapons_SelectionChanged(Object sender, EventArgs e)
  7. at System.Windows.Forms.DataGridView.OnSelectionChanged(EventArgs e)
  8. at System.Windows.Forms.DataGridView.FlushSelectionChanged()
  9. at System.Windows.Forms.DataGridView.SetSelectedRowCoreInternal(Int32 rowIndex, Boolean selected)
  10. at System.Windows.Forms.DataGridViewBand.set_Selected(Boolean value)
  11. at System.Windows.Forms.DataGridViewRow.set_Selected(Boolean value)
  12. at SWCharGen.EditEquipment.FillOwnedGrid(Boolean keepSelected, CharModdableItem newItem)
  13. at SWCharGen.EditEquipment.btnWeapAdd_Click(Object sender, EventArgs e)
  14. at System.Windows.Forms.Control.OnClick(EventArgs e)
  15. at SWCharGen.ImageButton.OnClick(EventArgs e)
  16. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  17. at System.Windows.Forms.Control.WndProc(Message& m)
  18. at SWCharGen.ImageButton.WndProc(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  20. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  21. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment