Advertisement
Guest User

Ice

a guest
Sep 23rd, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. (mono:6329): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
  2.  
  3. (mono:6329): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
  4. [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: Not a child control
  5. Parameter name: child
  6. at System.Windows.Forms.Control+ControlCollection.SetChildIndex (System.Windows.Forms.Control child, Int32 newIndex) [0x00000] in <filename unknown>:0
  7. at System.Windows.Forms.Control.BringToFront () [0x00000] in <filename unknown>:0
  8. at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:BringToFront ()
  9. at IceChat.IceTabControl.BringFront (IceChat.IceTabPage page) [0x00000] in <filename unknown>:0
  10. at (wrapper remoting-invoke-with-check) IceChat.IceTabControl:BringFront (IceChat.IceTabPage)
  11. at IceChat.ChannelBar.SelectTab (IceChat.IceTabPage page) [0x00000] in <filename unknown>:0
  12. at (wrapper remoting-invoke-with-check) IceChat.ChannelBar:SelectTab (IceChat.IceTabPage)
  13. at IceChat.IceTabControl.OnControlRemoved (System.Object sender, System.Windows.Forms.ControlEventArgs e) [0x00000] in <filename unknown>:0
  14. at (wrapper delegate-invoke) <Module>:invoke_void__this___object_ControlEventArgs (object,System.Windows.Forms.ControlEventArgs)
  15. at System.Windows.Forms.Control.OnControlRemoved (System.Windows.Forms.ControlEventArgs e) [0x00000] in <filename unknown>:0
  16. at System.Windows.Forms.Control+ControlCollection.Remove (System.Windows.Forms.Control value) [0x00000] in <filename unknown>:0
  17. at System.Windows.Forms.Control+ControlCollection.Add (System.Windows.Forms.Control value) [0x00000] in <filename unknown>:0
  18. at IceChat.FormWindow..ctor (IceChat.IceTabPage tab) [0x00000] in <filename unknown>:0
  19. at (wrapper remoting-invoke-with-check) IceChat.FormWindow:.ctor (IceChat.IceTabPage)
  20. at IceChat.FormMain.resizeWindowToolStripMenuItem_Click (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0
  21. at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs e) [0x00000] in <filename unknown>:0
  22. at System.Windows.Forms.ToolStripMenuItem.OnClick (System.EventArgs e) [0x00000] in <filename unknown>:0
  23. at System.Windows.Forms.ToolStripItem.PerformClick () [0x00000] in <filename unknown>:0
  24. at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem:PerformClick ()
  25. at IceChat.FormMain..ctor (System.String[] args, System.Windows.Forms.Form splash) [0x00000] in <filename unknown>:0
  26. at (wrapper remoting-invoke-with-check) IceChat.FormMain:.ctor (string[],System.Windows.Forms.Form)
  27. at IceChat.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement