Rhino 6, problemi dopo l'installazione dell'ultima service release

Dopo l’utlimo aggiornamento viene mostrato un errore, mi è successo sia sulal workstation che sul notebook. Su entrambe ho windows 10 pro. WIndows genera questo report:

System::Windows::Forms::Application::ThreadException event occurred

SENDER: System.Threading.Thread

EXCEPTION: System.Runtime.InteropServices.ExternalException
MESSAGE: Errore generico in GDI+.
SOURCE: “System.Drawing”
CALL STACK
in System.Drawing.Graphics.MeasureString(String text, Font font, SizeF layoutArea, StringFormat stringFormat)
in System.Windows.Forms.Label.GetPreferredSizeCore(Size proposedConstraints)
in System.Windows.Forms.Control.GetPreferredSize(Size proposedSize)
in System.Windows.Forms.Label.GetPreferredSize(Size proposedSize)
in System.Windows.Forms.Layout.TableLayout.InflateColumns(ContainerInfo containerInfo, Size proposedConstraints, Boolean measureOnly)
in System.Windows.Forms.Layout.TableLayout.ApplyStyles(ContainerInfo containerInfo, Size proposedConstraints, Boolean measureOnly)
in System.Windows.Forms.Layout.TableLayout.LayoutCore(IArrangedElement container, LayoutEventArgs args)
in System.Windows.Forms.Layout.LayoutEngine.Layout(Object container, LayoutEventArgs layoutEventArgs)
in System.Windows.Forms.Control.OnLayout(LayoutEventArgs levent)
in System.Windows.Forms.TableLayoutPanel.OnLayout(LayoutEventArgs levent)
in System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
in System.Windows.Forms.Control.PerformLayout()
in System.Windows.Forms.Control.ResumeLayout(Boolean performLayout)
in System.Windows.Forms.Layout.LayoutTransaction.Dispose()
in System.Windows.Forms.Label.OnTextChanged(EventArgs e)
in System.Windows.Forms.Control.set_Text(String value)
in RhinoWindows.WindowsLocalization.LocalizationStringTable.LocalizeControlTree(String formName, String formClassName, Control ctrl, ToolTip tooltips)
in RhinoWindows.WindowsLocalization.LocalizationStringTable.LocalizeControlTree(String formName, String formClassName, Control ctrl, ToolTip tooltips)
in RhinoWindows.WindowsLocalization.LocalizationStringTable.LocalizeControlTree(String formName, String formClassName, Control ctrl, ToolTip tooltips)
in RhinoWindows.WindowsLocalization.LocalizationStringTable.LocalizeControlTree(String formName, String formClassName, Control ctrl, ToolTip tooltips)
in RhinoWindows.WindowsLocalization.LocalizationUtils.LocalizeForm(Assembly assembly, Int32 languageId, Control form)
in RhinoSplash.LicensePanel.Init()
in RhinoSplash.Splash.InitializeLicensePane()
in RhinoSplash.Splash.RefreshLicenseDetailsPane()
in RhinoSplash.Splash.MainBodyPanel_Paint(Object sender, PaintEventArgs e)
in System.Windows.Forms.Control.OnPaint(PaintEventArgs e)
in System.Windows.Forms.Control.PaintTransparentBackground(PaintEventArgs e, Rectangle rectangle, Region transparentRegion)
in System.Windows.Forms.Control.PaintBackground(PaintEventArgs e, Rectangle rectangle, Color backColor, Point scrollOffset)
in System.Windows.Forms.Control.PaintBackground(PaintEventArgs e, Rectangle rectangle)
in System.Windows.Forms.Control.OnPaintBackground(PaintEventArgs pevent)
in System.Windows.Forms.ScrollableControl.OnPaintBackground(PaintEventArgs e)
in System.Windows.Forms.Control.PaintTransparentBackground(PaintEventArgs e, Rectangle rectangle, Region transparentRegion)
in System.Windows.Forms.Control.PaintBackground(PaintEventArgs e, Rectangle rectangle, Color backColor, Point scrollOffset)
in System.Windows.Forms.Control.PaintBackground(PaintEventArgs e, Rectangle rectangle)
in System.Windows.Forms.Control.OnPaintBackground(PaintEventArgs pevent)
in System.Windows.Forms.ScrollableControl.OnPaintBackground(PaintEventArgs e)
in System.Windows.Forms.TableLayoutPanel.OnPaintBackground(PaintEventArgs e)
in System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
in System.Windows.Forms.Control.WmEraseBkgnd(Message& m)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Already reported here (già segnalato qui):

-Michele

I have the same problem : If it helps :
Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché questa finestra
sono riportate in fondo al messaggio.

************** Testo dell’eccezione **************
System.Runtime.InteropServices.ExternalException (0x80004005): Errore generico in GDI+.
in System.Drawing.Graphics.MeasureString(String text, Font font, SizeF layoutArea, StringFormat stringFormat)
in System.Windows.Forms.Label.GetPreferredSizeCore(Size proposedConstraints)
in System.Windows.Forms.Control.GetPreferredSize(Size proposedSize)
in System.Windows.Forms.Label.GetPreferredSize(Size proposedSize)
in System.Windows.Forms.Layout.TableLayout.InflateColumns(ContainerInfo containerInfo, Size proposedConstraints, Boolean measureOnly)
in System.Windows.Forms.Layout.TableLayout.ApplyStyles(ContainerInfo containerInfo, Size proposedConstraints, Boolean measureOnly)
in System.Windows.Forms.Layout.TableLayout.LayoutCore(IArrangedElement container, LayoutEventArgs args)
in System.Windows.Forms.Layout.LayoutEngine.Layout(Object container, LayoutEventArgs layoutEventArgs)
in System.Windows.Forms.Control.OnLayout(LayoutEventArgs levent)
in System.Windows.Forms.TableLayoutPanel.OnLayout(LayoutEventArgs levent)
in System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
in System.Windows.Forms.Control.PerformLayout()
in System.Windows.Forms.Control.ResumeLayout(Boolean performLayout)
in System.Windows.Forms.Layout.LayoutTransaction.Dispose()
in System.Windows.Forms.Label.OnTextChanged(EventArgs e)
in System.Windows.Forms.LinkLabel.OnTextChanged(EventArgs e)
in System.Windows.Forms.Control.set_Text(String value)
in System.Windows.Forms.LinkLabel.set_Text(String value)
in RhinoWindows.WindowsLocalization.LocalizationStringTable.LocalizeControlTree(String formName, String formClassName, Control ctrl, ToolTip[] tooltips)
in RhinoWindows.WindowsLocalization.LocalizationStringTable.LocalizeControlTree(String formName, String formClassName, Control ctrl, ToolTip[] tooltips)
in RhinoWindows.WindowsLocalization.LocalizationStringTable.LocalizeControlTree(String formName, String formClassName, Control ctrl, ToolTip[] tooltips)
in RhinoWindows.WindowsLocalization.LocalizationStringTable.LocalizeControlTree(String formName, String formClassName, Control ctrl, ToolTip[] tooltips)
in RhinoWindows.WindowsLocalization.LocalizationUtils.LocalizeForm(Assembly assembly, Int32 languageId, Control form)
in RhinoSplash.LicensePanel.Init()
in RhinoSplash.Splash.InitializeLicensePane()
in RhinoSplash.Splash.RefreshLicenseDetailsPane()
in RhinoSplash.Splash.MainBodyPanel_Paint(Object sender, PaintEventArgs e)
in System.Windows.Forms.Control.OnPaint(PaintEventArgs e)
in System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
in System.Windows.Forms.Control.WmPaint(Message& m)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Assembly caricati **************
mscorlib
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2650.0 built by: NET471REL1LAST_B
Base di codice: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll

RhinoWindows
Versione assembly: 6.4.18124.12321
Versione Win32: 6.4.18124.12321
Base di codice: file:///C:/Program%20Files/Rhino%206/System/RhinoWindows.DLL

RhinoCommon
Versione assembly: 6.4.18124.12321
Versione Win32: 6.4.18124.12321
Base di codice: file:///C:/Program%20Files/Rhino%206/System/RhinoCommon.DLL

Rhino.UI
Versione assembly: 6.4.18124.12321
Versione Win32: 6.4.18124.12321
Base di codice: file:///C:/Program%20Files/Rhino%206/System/Rhino.UI.DLL

Eto.Wpf
Versione assembly: 2.4.6698.22852
Versione Win32: 2.4.6698.22852
Base di codice: file:///C:/Program%20Files/Rhino%206/System/Eto.Wpf.DLL

Eto
Versione assembly: 2.4.6698.22835
Versione Win32: 2.4.6698.22835
Base di codice: file:///C:/Program%20Files/Rhino%206/System/Eto.DLL

System.Runtime
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.dll

System.Drawing
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

PresentationFramework
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll

WindowsBase
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll

System.Core
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

PresentationCore
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll

System.Xaml
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll

System.Windows.Forms
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System.Configuration
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0 built by: NET471REL1
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

System.Collections
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Collections/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Collections.dll

System.Reflection
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Reflection/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Reflection.dll

Microsoft.WindowsAPICodePack.Shell
Versione assembly: 1.1.0.0
Versione Win32: 2.4.6698.22852
Base di codice: file:///C:/Program%20Files/Rhino%206/System/Eto.Wpf.dll

Microsoft.WindowsAPICodePack
Versione assembly: 1.1.0.0
Versione Win32: 2.4.6698.22852
Base di codice: file:///C:/Program%20Files/Rhino%206/System/Eto.Wpf.dll

System.Reflection.Extensions
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Reflection.Extensions/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Reflection.Extensions.dll

System.Threading.Tasks
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Threading.Tasks/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Threading.Tasks.dll

System.Globalization
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Globalization/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Globalization.dll

Xceed.Wpf.Toolkit
Versione assembly: 3.2.0.0
Versione Win32: 2.4.6698.22852
Base di codice: file:///C:/Program%20Files/Rhino%206/System/Eto.Wpf.dll

System.Linq.Expressions
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Linq.Expressions/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Linq.Expressions.dll

System.ComponentModel
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.ComponentModel.dll

System.Threading
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Threading/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Threading.dll

System.Linq
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Linq/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Linq.dll

WindowsFormsIntegration
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0 built by: NET471REL1
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll

RhinoSplash
Versione assembly: 6.4.18124.12321
Versione Win32: 6.4.18124.12321
Base di codice: file:///C:/Program%20Files/Rhino%206/System/RhinoSplash.DLL

Accessibility
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0 built by: NET471REL1
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll

System.Net.Http
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll

System.ServiceModel
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll

Proxy
Versione assembly: 6.4.18124.12321
Versione Win32: 6.4.18124.12321
Base di codice: file:///C:/Program%20Files/Rhino%206/System/Proxy.DLL

Newtonsoft.Json
Versione assembly: 10.0.0.0
Versione Win32: 10.0.3.21018
Base di codice: file:///C:/Program%20Files/Rhino%206/System/Newtonsoft.Json.DLL

ZooClient
Versione assembly: 6.4.18124.12321
Versione Win32: 6.4.18124.12321
Base di codice: file:///C:/Program%20Files/Rhino%206/System/ZooClient.DLL

ValidationClient
Versione assembly: 6.4.18124.12321
Versione Win32: 6.4.18124.12321
Base di codice: file:///C:/Program%20Files/Rhino%206/System/ValidationClient.DLL

CloudZooClient
Versione assembly: 6.4.18124.12321
Versione Win32: 6.4.18124.12321
Base di codice: file:///C:/Program%20Files/Rhino%206/System/CloudZooClient.DLL

System.Runtime.Serialization
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll

SMDiagnostics
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll

System.ServiceModel.Internals
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll

System.RunTime.Serialization.resources
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0 built by: NET471REL1
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization.resources/v4.0_4.0.0.0_it_b77a5c561934e089/System.Runtime.Serialization.resources.dll

jose-jwt
Versione assembly: 2.4.0.0
Versione Win32: 2.4.0.0
Base di codice: file:///C:/Program%20Files/Rhino%206/System/jose-jwt.DLL

crypto
Versione assembly: 6.4.18124.12321
Versione Win32: 6.4.18124.12321
Base di codice: file:///C:/Program%20Files/Rhino%206/System/crypto.DLL

Newtonsoft.Json.Bson
Versione assembly: 1.0.0.0
Versione Win32: 1.0.1.20722
Base di codice: file:///C:/Program%20Files/Rhino%206/System/Newtonsoft.Json.Bson.DLL

System.Drawing.resources
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0 built by: NET471REL1
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing.resources/v4.0_4.0.0.0_it_b03f5f7f11d50a3a/System.Drawing.resources.dll

mscorlib.resources
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0 built by: NET471REL1
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_it_b77a5c561934e089/mscorlib.resources.dll

Mindscape.Raygun4Net
Versione assembly: 4.2.1.0
Versione Win32: 4.2.1.0
Base di codice: file:///C:/Program%20Files/Rhino%206/System/Mindscape.Raygun4Net.DLL

System.Web
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2634.0 built by: NET471REL1LAST_C
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll

System.Windows.Forms.resources
Versione assembly: 4.0.0.0
Versione Win32: 4.7.2558.0 built by: NET471REL1
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll

************** Debug JIT **************
Per abilitare il debug JIT, è necessario impostare il valore
jitDebugging nella sezione system.windows.forms del file di configurazione
dell’applicazione o del computer (machine.config).
L’applicazione inoltre deve essere compilata con il debug
abilitato.

Ad esempio:

Quando il debug JIT è abilitato, tutte le eccezioni non gestite
vengono inviate al debugger JIT registrato nel computer,
anziché essere gestite da questa finestra di dialogo.

i think there is a problem with this command and with the splashscreen issue

Update to SR6.5 and don’t forget to update 3d connexion drivers if you are using a 3d mouse.
(Aggiornare alla SR 6.5 e, nel caso si utilizzi un 3d connexion, aggiornare i driver all’ultima versione disponibile).
Ciao

This issue is showing only in the Italian version and has been fixed with SR 6.5. Please download it.

Il problema si è manifestato solo con la versione italiana ed è stato risolto conla Service Release 6.5 che invito a installare.

RH-45961 and RH-45962 are fixed in the latest Service Release (6.4.18130.19341)