Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting an exception whenever i'm copying a line #259

Open
Noctis- opened this issue Aug 12, 2022 · 0 comments
Open

Getting an exception whenever i'm copying a line #259

Noctis- opened this issue Aug 12, 2022 · 0 comments
Labels
bug Pesky little gritter, needs squashing
Milestone

Comments

@Noctis-
Copy link

Noctis- commented Aug 12, 2022

Bug

Selecting a line and copying it throws an exception.
Interesting. This happened twice today, but after restarting it, it seems to be acting up ok . I wonder if it only happens once the log is "live" and then you copy an item ... i'll retest this a bit later after my log file has been live

Important questions

  • LogExpert Version: 1.9.0
  • Windows Version: Win 10 - 21H2
  • Local file
  • Used Columnizer - default
  • Is this version specific or a new problem: Cant tell, having 1.9 installed

Optional questions(depends on the problem):

  • Continous appending log file? -> Yes
  • Size of the file -> 60Kb
  • some specific settings -> nope
  • Screenshot ->

Here is the exception text :

Requested Clipboard operation did not succeed.

ExternalException
   at System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
   at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
   at System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format)
   at LogExpert.Controls.LogWindow.LogWindow.CopyMarkedLinesToClipboard()
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
@Hirogen Hirogen added the bug Pesky little gritter, needs squashing label Aug 12, 2022
@Hirogen Hirogen added this to the Release 1.9.1 milestone Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Pesky little gritter, needs squashing
Projects
None yet
Development

No branches or pull requests

2 participants