Advertisement
Guest User

Untitled

a guest
Dec 18th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. System.NullReferenceException: Object reference not set to an instance of an object.
  2. at Chummer.frmCreate.cboCyberwareGrade_SelectedIndexChanged(Object sender, EventArgs e) in D:\Coding\chummer5a\Chummer\Character Creation\frmCreate.cs:line 11510
  3. at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
  4. at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
  5. at System.Windows.Forms.ComboBox.WndProc(Message& m)
  6. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  7. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  8. at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  9. at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  10. at System.Windows.Forms.Control.SendMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
  11. at System.Windows.Forms.Control.ReflectMessageInternal(IntPtr hWnd, Message& m)
  12. at System.Windows.Forms.Control.WmCommand(Message& m)
  13. at System.Windows.Forms.Control.WndProc(Message& m)
  14. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  15. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  16. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  17. at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  18. at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  19. at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
  20. at System.Windows.Forms.Control.DefWndProc(Message& m)
  21. at System.Windows.Forms.Control.WmCommand(Message& m)
  22. at System.Windows.Forms.Control.WndProc(Message& m)
  23. at System.Windows.Forms.ComboBox.WndProc(Message& m)
  24. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  25. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  26. at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  27. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  28. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  29. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  30. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  31. at System.Windows.Forms.Application.Run(Form mainForm)
  32. at Chummer.Program.Main() in D:\Coding\chummer5a\Chummer\Program.cs:line 96
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement