1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 | at System.Windows.Forms.Control.SetBoundsCore (Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) [0x00000] in <filename unknown>:0 at System.Windows.Forms.SplitContainer.SetBoundsCore (Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.SetBoundsInternal (Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:SetBoundsInternal (int,int,int,int,System.Windows.Forms.BoundsSpecified) at System.Windows.Forms.Layout.DefaultLayout.LayoutDockedChildren (System.Windows.Forms.Control parent, System.Windows.Forms.Control[] controls) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Layout.DefaultLayout.Layout (System.Object container, System.Windows.Forms.LayoutEventArgs args) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.OnLayout (System.Windows.Forms.LayoutEventArgs levent) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ScrollableControl.OnLayout (System.Windows.Forms.LayoutEventArgs levent) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ContainerControl.OnLayout (System.Windows.Forms.LayoutEventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.OnLayout (System.Windows.Forms.LayoutEventArgs levent) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.PerformLayout (System.Windows.Forms.Control affectedControl, System.String affectedProperty) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:PerformLayout (System.Windows.Forms.Control,string) at System.Windows.Forms.Control.set_Visible (Boolean value) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:set_Visible (bool) at KeePass.Forms.MainForm.UpdateUIState (Boolean bSetModified, System.Windows.Forms.Control cOptFocus) [0x00000] in <filename unknown>:0 at KeePass.Forms.MainForm.UpdateUIState (Boolean bSetModified) [0x00000] in <filename unknown>:0 at KeePass.Forms.MainForm.OnFormLoad (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 X11 Error encountered: Error: BadWindow (invalid Window parameter) Request: 18 (0) Resource ID: 0x2000017 Serial: 1441 Hwnd: Hwnd, Mapped:False ClientWindow:0x2000018, WholeWindow:0x2000017, Zombie=True, Parent:[Hwnd, Mapped:False ClientWindow:0x2000016, WholeWindow:0x2000015, Zombie=True, Parent:[<null>]] Control: <handle 2000018 non-existant> at System.Environment.get_StackTrace() at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event) at System.Drawing.GDIPlus.GdipCreateFromXDrawable_linux(IntPtr , IntPtr , IntPtr ByRef ) at System.Drawing.Graphics.FromXDrawable(IntPtr drawable, IntPtr display) at System.Drawing.Graphics.FromHwnd(IntPtr hwnd) at System.Windows.Forms.XplatUIX11.PaintEventStart(Message ByRef msg, IntPtr handle, Boolean client) at System.Windows.Forms.XplatUI.PaintEventStart(Message ByRef msg, IntPtr handle, Boolean client) at System.Windows.Forms.Control.WmPaint(Message ByRef m) at System.Windows.Forms.Control.WndProc(Message ByRef m) at System.Windows.Forms.ListView+ItemControl.WndProc(Message ByRef m) at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef m) at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m) at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.SendMessage(IntPtr hwnd, Msg message, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.UpdateWindow(IntPtr handle) at System.Windows.Forms.XplatUI.UpdateWindow(IntPtr handle) at System.Windows.Forms.Control.Update() at System.Windows.Forms.Control.Refresh() at System.Windows.Forms.Control.OnEnabledChanged(System.EventArgs e) at System.Windows.Forms.Control.ChangeParent(System.Windows.Forms.Control new_parent) at System.Windows.Forms.Control+ControlCollection.Remove(System.Windows.Forms.Control value) at System.Windows.Forms.Control+ControlCollection.AddImplicit(System.Windows.Forms.Control control) at System.Windows.Forms.ListView.AdjustChildrenZOrder() at System.Windows.Forms.ListView.LayoutDetails() at System.Windows.Forms.ListView.CalculateListView(ListViewAlignment align) at System.Windows.Forms.ListView.Redraw(Boolean recalculate) at System.Windows.Forms.ListView.EndUpdate() at KeePass.Forms.MainForm.UpdateColumnsEx(Boolean bGuiToInternal) at KeePass.Forms.MainForm.OnFormShown(System.Object sender, System.EventArgs e) at System.Windows.Forms.Form.OnShown(System.EventArgs e) at System.Windows.Forms.Form.SetVisibleCore(Boolean value) at KeePass.Forms.MainForm.SetVisibleCore(Boolean value) at System.Windows.Forms.Control.set_Visible(Boolean value) at System.Windows.Forms.Application.RunLoop(Boolean Modal, System.Windows.Forms.ApplicationContext context) at System.Windows.Forms.Application.Run(System.Windows.Forms.ApplicationContext context) at System.Windows.Forms.Application.Run(System.Windows.Forms.Form mainForm) at KeePass.Program.Main(System.String[] args) X11 Error encountered: Error: BadAlloc (insufficient resources for operation) Request: 53 (0) Resource ID: 0x200003C Serial: 1448 Hwnd: Hwnd, Mapped:True ClientWindow:0x200003C, WholeWindow:0x200003B, Zombie=False, Parent:[<null>] Control: System.Windows.Forms.ListView+ItemControl at System.Environment.get_StackTrace() at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event) at System.Drawing.GDIPlus.GdipCreateFromXDrawable_linux(IntPtr , IntPtr , IntPtr ByRef ) at System.Drawing.Graphics.FromXDrawable(IntPtr drawable, IntPtr display) at System.Drawing.Graphics.FromHwnd(IntPtr hwnd) at System.Windows.Forms.XplatUIX11.GetOffscreenGraphics(System.Object offscreen_drawable) at System.Windows.Forms.XplatUI.GetOffscreenGraphics(System.Object offscreen_drawable) at System.Windows.Forms.Control+DoubleBuffer.Start(System.Windows.Forms.PaintEventArgs pe) at System.Windows.Forms.Control.WmPaint(Message ByRef m) at System.Windows.Forms.Control.WndProc(Message ByRef m) at System.Windows.Forms.ListView+ItemControl.WndProc(Message ByRef m) at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef m) at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m) at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.SendMessage(IntPtr hwnd, Msg message, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.UpdateWindow(IntPtr handle) at System.Windows.Forms.XplatUI.UpdateWindow(IntPtr handle) at System.Windows.Forms.Control.Update() at System.Windows.Forms.Control.Refresh() at System.Windows.Forms.Control.OnEnabledChanged(System.EventArgs e) at System.Windows.Forms.Control.ChangeParent(System.Windows.Forms.Control new_parent) at System.Windows.Forms.Control+ControlCollection.Remove(System.Windows.Forms.Control value) at System.Windows.Forms.Control+ControlCollection.AddImplicit(System.Windows.Forms.Control control) at System.Windows.Forms.ListView.AdjustChildrenZOrder() at System.Windows.Forms.ListView.LayoutDetails() at System.Windows.Forms.ListView.CalculateListView(ListViewAlignment align) at System.Windows.Forms.ListView.Redraw(Boolean recalculate) at System.Windows.Forms.ListView.EndUpdate() at KeePass.Forms.MainForm.UpdateColumnsEx(Boolean bGuiToInternal) at KeePass.Forms.MainForm.OnFormShown(System.Object sender, System.EventArgs e) at System.Windows.Forms.Form.OnShown(System.EventArgs e) at System.Windows.Forms.Form.SetVisibleCore(Boolean value) at KeePass.Forms.MainForm.SetVisibleCore(Boolean value) at System.Windows.Forms.Control.set_Visible(Boolean value) at System.Windows.Forms.Application.RunLoop(Boolean Modal, System.Windows.Forms.ApplicationContext context) at System.Windows.Forms.Application.Run(System.Windows.Forms.ApplicationContext context) at System.Windows.Forms.Application.Run(System.Windows.Forms.Form mainForm) at KeePass.Program.Main(System.String[] args) X11 Error encountered: Error: BadDrawable (invalid Pixmap or Window parameter) Request: 14 (0) Resource ID: 0x200004F Serial: 1449 Hwnd: <null> Control: <null> at System.Environment.get_StackTrace() at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event) at System.Drawing.GDIPlus.GdipCreateFromXDrawable_linux(IntPtr , IntPtr , IntPtr ByRef ) at System.Drawing.Graphics.FromXDrawable(IntPtr drawable, IntPtr display) at System.Drawing.Graphics.FromHwnd(IntPtr hwnd) at System.Windows.Forms.XplatUIX11.GetOffscreenGraphics(System.Object offscreen_drawable) at System.Windows.Forms.XplatUI.GetOffscreenGraphics(System.Object offscreen_drawable) at System.Windows.Forms.Control+DoubleBuffer.Start(System.Windows.Forms.PaintEventArgs pe) at System.Windows.Forms.Control.WmPaint(Message ByRef m) at System.Windows.Forms.Control.WndProc(Message ByRef m) at System.Windows.Forms.ListView+ItemControl.WndProc(Message ByRef m) at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef m) at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m) at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.SendMessage(IntPtr hwnd, Msg message, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.UpdateWindow(IntPtr handle) at System.Windows.Forms.XplatUI.UpdateWindow(IntPtr handle) at System.Windows.Forms.Control.Update() at System.Windows.Forms.Control.Refresh() at System.Windows.Forms.Control.OnEnabledChanged(System.EventArgs e) at System.Windows.Forms.Control.ChangeParent(System.Windows.Forms.Control new_parent) at System.Windows.Forms.Control+ControlCollection.Remove(System.Windows.Forms.Control value) at System.Windows.Forms.Control+ControlCollection.AddImplicit(System.Windows.Forms.Control control) at System.Windows.Forms.ListView.AdjustChildrenZOrder() at System.Windows.Forms.ListView.LayoutDetails() at System.Windows.Forms.ListView.CalculateListView(ListViewAlignment align) at System.Windows.Forms.ListView.Redraw(Boolean recalculate) at System.Windows.Forms.ListView.EndUpdate() at KeePass.Forms.MainForm.UpdateColumnsEx(Boolean bGuiToInternal) at KeePass.Forms.MainForm.OnFormShown(System.Object sender, System.EventArgs e) at System.Windows.Forms.Form.OnShown(System.EventArgs e) at System.Windows.Forms.Form.SetVisibleCore(Boolean value) at KeePass.Forms.MainForm.SetVisibleCore(Boolean value) at System.Windows.Forms.Control.set_Visible(Boolean value) at System.Windows.Forms.Application.RunLoop(Boolean Modal, System.Windows.Forms.ApplicationContext context) at System.Windows.Forms.Application.Run(System.Windows.Forms.ApplicationContext context) at System.Windows.Forms.Application.Run(System.Windows.Forms.Form mainForm) at KeePass.Program.Main(System.String[] args) System.Exception: Generic Error [GDI+ status: GenericError] at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename unknown>:0 at System.Drawing.Graphics.FillRectangle (System.Drawing.Brush brush, Int32 x, Int32 y, Int32 width, Int32 height) [0x00000] in <filename unknown>:0 at System.Drawing.Graphics.FillRectangle (System.Drawing.Brush brush, Rectangle rect) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Drawing.Graphics:FillRectangle (System.Drawing.Brush,System.Drawing.Rectangle) at System.Windows.Forms.Control.PaintControlBackground (System.Windows.Forms.PaintEventArgs pevent) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.OnPaintBackground (System.Windows.Forms.PaintEventArgs pevent) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.WmPaint (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ListView+ItemControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0 X11 Error encountered: Error: BadDrawable (invalid Pixmap or Window parameter) Request: 14 (0) Resource ID: 0x200004F Serial: 1458 Hwnd: <null> Control: <null> at System.Environment.get_StackTrace() at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event) at System.Drawing.GDIPlus.GdipCreateFromXDrawable_linux(IntPtr , IntPtr , IntPtr ByRef ) at System.Drawing.Graphics.FromXDrawable(IntPtr drawable, IntPtr display) at System.Drawing.Graphics.FromHwnd(IntPtr hwnd) at System.Windows.Forms.XplatUIX11.GetOffscreenGraphics(System.Object offscreen_drawable) at System.Windows.Forms.XplatUI.GetOffscreenGraphics(System.Object offscreen_drawable) at System.Windows.Forms.Control+DoubleBuffer.Start(System.Windows.Forms.PaintEventArgs pe) at System.Windows.Forms.Control.WmPaint(Message ByRef m) at System.Windows.Forms.Control.WndProc(Message ByRef m) at System.Windows.Forms.ListView+ItemControl.WndProc(Message ByRef m) at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef m) at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m) at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.SendMessage(IntPtr hwnd, Msg message, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.UpdateWindow(IntPtr handle) at System.Windows.Forms.XplatUI.UpdateWindow(IntPtr handle) at System.Windows.Forms.Control.Update() at System.Windows.Forms.Control.Refresh() at System.Windows.Forms.Control.OnEnabledChanged(System.EventArgs e) at System.Windows.Forms.Control.ChangeParent(System.Windows.Forms.Control new_parent) at System.Windows.Forms.Control+ControlCollection.Remove(System.Windows.Forms.Control value) at System.Windows.Forms.Control+ControlCollection.AddImplicit(System.Windows.Forms.Control control) at System.Windows.Forms.ListView.AdjustChildrenZOrder() at System.Windows.Forms.ListView.LayoutDetails() at System.Windows.Forms.ListView.CalculateListView(ListViewAlignment align) at System.Windows.Forms.ListView.Redraw(Boolean recalculate) at System.Windows.Forms.ListView.set_SmallImageList(System.Windows.Forms.ImageList value) at KeePass.Forms.MainForm.UpdateImageLists() at KeePass.Forms.MainForm.UpdateUI(Boolean bRecreateTabBar, KeePass.UI.PwDocument dsSelect, Boolean bUpdateGroupList, KeePassLib.PwGroup pgSelect, Boolean bUpdateEntryList, KeePassLib.PwGroup pgEntrySource, Boolean bSetModified, System.Windows.Forms.Control cOptFocus) at KeePass.Forms.MainForm.UpdateUI(Boolean bRecreateTabBar, KeePass.UI.PwDocument dsSelect, Boolean bUpdateGroupList, KeePassLib.PwGroup pgSelect, Boolean bUpdateEntryList, KeePassLib.PwGroup pgEntrySource, Boolean bSetModified) at KeePass.Forms.MainForm.OnFormShown(System.Object sender, System.EventArgs e) at System.Windows.Forms.Form.OnShown(System.EventArgs e) at System.Windows.Forms.Form.SetVisibleCore(Boolean value) at KeePass.Forms.MainForm.SetVisibleCore(Boolean value) at System.Windows.Forms.Control.set_Visible(Boolean value) at System.Windows.Forms.Application.RunLoop(Boolean Modal, System.Windows.Forms.ApplicationContext context) at System.Windows.Forms.Application.Run(System.Windows.Forms.ApplicationContext context) at System.Windows.Forms.Application.Run(System.Windows.Forms.Form mainForm) at KeePass.Program.Main(System.String[] args) X11 Error encountered: Error: BadDrawable (invalid Pixmap or Window parameter) Request: 62 (0) Resource ID: 0x200004F Serial: 1460 Hwnd: <null> Control: <null> at System.Environment.get_StackTrace() at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event) at System.Drawing.GDIPlus.GdipCreateFromXDrawable_linux(IntPtr , IntPtr , IntPtr ByRef ) at System.Drawing.Graphics.FromXDrawable(IntPtr drawable, IntPtr display) at System.Drawing.Graphics.FromHwnd(IntPtr hwnd) at System.Windows.Forms.XplatUIX11.PaintEventStart(Message ByRef msg, IntPtr handle, Boolean client) at System.Windows.Forms.XplatUI.PaintEventStart(Message ByRef msg, IntPtr handle, Boolean client) at System.Windows.Forms.Control.WmPaint(Message ByRef m) at System.Windows.Forms.Control.WndProc(Message ByRef m) at System.Windows.Forms.ListView+ItemControl.WndProc(Message ByRef m) at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef m) at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m) at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.SendMessage(IntPtr hwnd, Msg message, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.UpdateWindow(IntPtr handle) at System.Windows.Forms.XplatUI.UpdateWindow(IntPtr handle) at System.Windows.Forms.Control.Update() at System.Windows.Forms.Control.Refresh() at System.Windows.Forms.Control.OnEnabledChanged(System.EventArgs e) at System.Windows.Forms.Control.ChangeParent(System.Windows.Forms.Control new_parent) at System.Windows.Forms.Control+ControlCollection.AddImplicit(System.Windows.Forms.Control control) at System.Windows.Forms.ListView.AdjustChildrenZOrder() at System.Windows.Forms.ListView.LayoutDetails() at System.Windows.Forms.ListView.CalculateListView(ListViewAlignment align) at System.Windows.Forms.ListView.Redraw(Boolean recalculate) at System.Windows.Forms.ListView.set_SmallImageList(System.Windows.Forms.ImageList value) at KeePass.Forms.MainForm.UpdateImageLists() at KeePass.Forms.MainForm.UpdateUI(Boolean bRecreateTabBar, KeePass.UI.PwDocument dsSelect, Boolean bUpdateGroupList, KeePassLib.PwGroup pgSelect, Boolean bUpdateEntryList, KeePassLib.PwGroup pgEntrySource, Boolean bSetModified, System.Windows.Forms.Control cOptFocus) at KeePass.Forms.MainForm.UpdateUI(Boolean bRecreateTabBar, KeePass.UI.PwDocument dsSelect, Boolean bUpdateGroupList, KeePassLib.PwGroup pgSelect, Boolean bUpdateEntryList, KeePassLib.PwGroup pgEntrySource, Boolean bSetModified) at KeePass.Forms.MainForm.OnFormShown(System.Object sender, System.EventArgs e) at System.Windows.Forms.Form.OnShown(System.EventArgs e) at System.Windows.Forms.Form.SetVisibleCore(Boolean value) at KeePass.Forms.MainForm.SetVisibleCore(Boolean value) at System.Windows.Forms.Control.set_Visible(Boolean value) at System.Windows.Forms.Application.RunLoop(Boolean Modal, System.Windows.Forms.ApplicationContext context) at System.Windows.Forms.Application.Run(System.Windows.Forms.ApplicationContext context) at System.Windows.Forms.Application.Run(System.Windows.Forms.Form mainForm) at KeePass.Program.Main(System.String[] args) X11 Error encountered: Error: BadDrawable (invalid Pixmap or Window parameter) Request: 14 (0) Resource ID: 0x200004F Serial: 1464 Hwnd: <null> Control: <null> at System.Environment.get_StackTrace() at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event) at System.Drawing.GDIPlus.GdipCreateFromXDrawable_linux(IntPtr , IntPtr , IntPtr ByRef ) at System.Drawing.Graphics.FromXDrawable(IntPtr drawable, IntPtr display) at System.Drawing.Graphics.FromHwnd(IntPtr hwnd) at System.Windows.Forms.XplatUIX11.GetOffscreenGraphics(System.Object offscreen_drawable) at System.Windows.Forms.XplatUI.GetOffscreenGraphics(System.Object offscreen_drawable) at System.Windows.Forms.Control+DoubleBuffer.Start(System.Windows.Forms.PaintEventArgs pe) at System.Windows.Forms.Control.WmPaint(Message ByRef m) at System.Windows.Forms.Control.WndProc(Message ByRef m) at System.Windows.Forms.ListView+ItemControl.WndProc(Message ByRef m) at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef m) at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m) at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.SendMessage(IntPtr hwnd, Msg message, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.XplatUIX11.UpdateWindow(IntPtr handle) at System.Windows.Forms.XplatUI.UpdateWindow(IntPtr handle) at System.Windows.Forms.Control.Update() at System.Windows.Forms.Control.Refresh() at System.Windows.Forms.Control.OnEnabledChanged(System.EventArgs e) at System.Windows.Forms.Control.ChangeParent(System.Windows.Forms.Control new_parent) at System.Windows.Forms.Control+ControlCollection.AddImplicit(System.Windows.Forms.Control control) at System.Windows.Forms.ListView.AdjustChildrenZOrder() at System.Windows.Forms.ListView.LayoutDetails() at System.Windows.Forms.ListView.CalculateListView(ListViewAlignment align) at System.Windows.Forms.ListView.Redraw(Boolean recalculate) at System.Windows.Forms.ListView.set_SmallImageList(System.Windows.Forms.ImageList value) at KeePass.Forms.MainForm.UpdateImageLists() at KeePass.Forms.MainForm.UpdateUI(Boolean bRecreateTabBar, KeePass.UI.PwDocument dsSelect, Boolean bUpdateGroupList, KeePassLib.PwGroup pgSelect, Boolean bUpdateEntryList, KeePassLib.PwGroup pgEntrySource, Boolean bSetModified, System.Windows.Forms.Control cOptFocus) at KeePass.Forms.MainForm.UpdateUI(Boolean bRecreateTabBar, KeePass.UI.PwDocument dsSelect, Boolean bUpdateGroupList, KeePassLib.PwGroup pgSelect, Boolean bUpdateEntryList, KeePassLib.PwGroup pgEntrySource, Boolean bSetModified) at KeePass.Forms.MainForm.OnFormShown(System.Object sender, System.EventArgs e) at System.Windows.Forms.Form.OnShown(System.EventArgs e) at System.Windows.Forms.Form.SetVisibleCore(Boolean value) at KeePass.Forms.MainForm.SetVisibleCore(Boolean value) at System.Windows.Forms.Control.set_Visible(Boolean value) at System.Windows.Forms.Application.RunLoop(Boolean Modal, System.Windows.Forms.ApplicationContext context) at System.Windows.Forms.Application.Run(System.Windows.Forms.ApplicationContext context) at System.Windows.Forms.Application.Run(System.Windows.Forms.Form mainForm) at KeePass.Program.Main(System.String[] args) X11 Error encountered: Error: BadDrawable (invalid Pixmap or Window parameter) Request: 62 (0) Resource ID: 0x200004F Serial: 1466 Hwnd: <null> Control: <null> at System.Environment.get_StackTrace() at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event) at System.Drawing.GDIPlus.GdipCreateFromXDrawable_linux(IntPtr , IntPtr , IntPtr ByRef ) at System.Drawing.Graphics.FromXDrawable(IntPtr drawable, IntPtr display) at System.Drawing.Graphics.FromHwnd(IntPtr hwnd) at System.Windows.Forms.XplatUIX11.GetAutoScaleSize(System.Drawing.Font font) at System.Windows.Forms.XplatUI.GetAutoScaleSize(System.Drawing.Font font) at System.Windows.Forms.Form.GetAutoScaleSize(System.Drawing.Font font) at System.Windows.Forms.Form..ctor() at System.Windows.Forms.MessageBox+MessageBoxForm..ctor(IWin32Window owner, System.String text, System.String caption, MessageBoxButtons buttons, MessageBoxIcon icon, Boolean displayHelpButton) at System.Windows.Forms.MessageBox+MessageBoxForm..ctor(IWin32Window owner, System.String text, System.String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, Boolean displayHelpButton) at System.Windows.Forms.MessageBox.Show(System.String text, System.String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton) at KeePassLib.Utility.MessageService.SafeShowMessageBox(System.String strText, System.String strTitle, MessageBoxButtons mb, MessageBoxIcon mi, MessageBoxDefaultButton mdb) at KeePassLib.Utility.MessageService.ShowFatal(System.Object[] vLines) at KeePass.Program.Main(System.String[] args) Unhandled Exception: System.ArgumentException: A null reference or invalid value was found [GDI+ status: InvalidParameter] at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename unknown>:0 at System.Drawing.Graphics.GdipMeasureString (IntPtr graphics, System.String text, System.Drawing.Font font, System.Drawing.RectangleF& layoutRect, IntPtr stringFormat) [0x00000] in <filename unknown>:0 at System.Drawing.Graphics.MeasureString (System.String text, System.Drawing.Font font, Int32 width, System.Drawing.StringFormat format) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Drawing.Graphics:MeasureString (string,System.Drawing.Font,int,System.Drawing.StringFormat) at System.Windows.Forms.TextRenderer.MeasureTextInternal (IDeviceContext dc, System.String text, System.Drawing.Font font, Size proposedSize, TextFormatFlags flags, Boolean useMeasureString) [0x00000] in <filename unknown>:0 at System.Windows.Forms.TextRenderer.MeasureText (System.String text, System.Drawing.Font font, Size proposedSize, TextFormatFlags flags) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ToolStripItem.OnParentChanged (System.Windows.Forms.ToolStrip oldParent, System.Windows.Forms.ToolStrip newParent) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ToolStripItem.set_Parent (System.Windows.Forms.ToolStrip value) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem:set_Parent (System.Windows.Forms.ToolStrip) at System.Windows.Forms.ToolStripItemCollection.Remove (System.Windows.Forms.ToolStripItem value) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ToolStripItem.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ToolStripDropDownItem.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ToolStripMenuItem.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 at System.ComponentModel.Component.Finalize () [0x00000] in <filename unknown>:0 |