Hi.
I've been using Keep Focused (http://keepfocused.codeplex.com/) in Wine and
it was working despite some errors.
But today I updated Wine from the Wine and this is the error I get when I start
it:
Code:
fixme:gdiplus:GdipMeasureString graphics object has no HDC
Unhandled Exception: System.NotImplementedException: The requested feature is
not implemented [GDI+ status: NotImplemented]
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, SizeF layoutArea, System.Drawing.StringFormat
stringFormat) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Graphics:MeasureString
(string,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat)
at System.Windows.Forms.TextRenderer.MeasureString (System.String text,
System.Drawing.Font font, SizeF layoutArea, System.Drawing.StringFormat
stringFormat) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Label.InternalGetPreferredSize (Size proposed)
[0x00000] in <filename unknown>:0
at System.Windows.Forms.Label.CalcAutoSize () [0x00000] in <filename
unknown>:0
at System.Windows.Forms.Label.OnTextChanged (System.EventArgs e) [0x00000] in
<filename unknown>:0
at System.Windows.Forms.Control.set_Text (System.String value) [0x00000] in
<filename unknown>:0
at System.Windows.Forms.Label.set_Text (System.String value) [0x00000] in
<filename unknown>:0
at KeepFocused.KeepFocusedForm.InitializeComponent () [0x00000] in
<filename unknown>:0
at KeepFocused.KeepFocusedForm..ctor () [0x00000] in <filename
unknown>:0
at (wrapper remoting-invoke-with-check) KeepFocused.KeepFocusedForm:.ctor ()
at KeepFocused.Program.Main () [0x00000] in <filename unknown>:0
I similar thing happened to me a few updates ago with PEiD
(http://www.peid.info/), and now I have to run it in VirtualBox.
Is this a regression bug?
Is there any fix/workaround?