Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Error Initializing in Windows 7

$
0
0

Please, when I initialize SharpDevelop, the error message below is displayed.

What is happening and how can I fix it ?

Thanks.

-----

 

SharpDevelop Version : 5.1.0.5216-0e58df71
.NET Version         : 4.7.02053
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : Portuguese (Brazil) (pt-BR)
Current UI language  : en
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 72604kb
GC Heap Memory       : 10358kb

Unhandled WPF exception
Exception thrown:
System.ArgumentException: Font 'Segoe UI' does not support style 'Regular'.
   at System.Drawing.Font.CreateNativeFont()
   at System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   at System.Drawing.Font.Initialize(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   at System.Drawing.Font..ctor(String familyName, Single emSize, FontStyle style)
   at ICSharpCode.SharpDevelop.Widgets.CustomWindowsFormsHost.SetFont()
   at ICSharpCode.SharpDevelop.Widgets.CustomWindowsFormsHost.OnLoaded(Object sender, RoutedEventArgs e)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
   at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
   at MS.Internal.LoadedOrUnloadedOperation.DoWork()
   at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
   at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
   at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
   at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
   at System.Windows.Media.MediaContext.Resize(ICompositionTarget resizedCompositionTarget)
   at System.Windows.Interop.HwndTarget.OnResize()
   at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

---- Recent log messages:
12:47:58.339 [1] INFO - Loading addin CodeCoverage AddIn
12:47:58.355 [1] INFO - Loading addin XML Editor
12:47:58.370 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Debugging.IDebuggerService
12:47:58.370 [1] INFO - Loading addin Debugger
12:47:58.495 [1] DEBUG - Creating pad ICSharpCode.SharpDevelop.Gui.CompilerMessageView...
12:47:58.511 [1] DEBUG - [AddInManager2] AddInsViewModelBase: Changed package source to Repositório de adicionais do SharpDevelop
12:47:58.511 [1] INFO - Starting workbench...
12:47:58.511 [1] DEBUG - NavigationService -- suspend logging
12:47:58.511 [1] INFO - Loading addin Start Page
12:47:58.542 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.WinForms.IWinFormsService
12:47:58.557 [6] DEBUG - RecentProjectsControl: Looking up path 'C:\Users\usuário\Documents\SharpDevelop Projects\Ex14 v1 -\Ex14 v1 -.sln'
12:47:58.557 [1] DEBUG - NavigationService -- resume logging
12:47:58.635 [1] INFO - Number of screens: 1
12:47:58.635 [1] INFO - Screen {X=0,Y=0,Width=1600,Height=900}: Validating {X=10,Y=10,Width=750,Height=550}; intersection {X=10,Y=10,Width=750,Height=550}
12:47:58.651 [1] INFO - dockingManager_Loaded
12:47:58.651 [1] INFO - Loading layout file: C:\Users\usuário\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Default.xml, hideAllLostPads=False
12:47:58.667 [1] DEBUG - Creating pad ICSharpCode.SharpDevelop.Project.ProjectBrowserPad...
12:47:58.667 [1] DEBUG - Creating pad ICSharpCode.SharpDevelop.Gui.PropertyPad...
12:47:58.682 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.WinForms.IWinFormsMenuService
12:47:58.682 [1] DEBUG - PropertyPad created
12:47:58.682 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.WinForms.IWinFormsToolbarService
12:47:58.682 [1] DEBUG - Creating pad ICSharpCode.SharpDevelop.Dom.ClassBrowser.ClassBrowserPad...
12:47:58.682 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Dom.ClassBrowser.IClassBrowser
12:47:58.698 [1] DEBUG - Creating pad ICSharpCode.SharpDevelop.Gui.ErrorListPad...
12:47:58.729 [1] ERROR - Unhandled WPF exception
--> Exception:
System.ArgumentException: Font 'Segoe UI' does not support style 'Regular'.
   at System.Drawing.Font.CreateNativeFont()
   at System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   at System.Drawing.Font.Initialize(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   at System.Drawing.Font..ctor(String familyName, Single emSize, FontStyle style)
   at ICSharpCode.SharpDevelop.Widgets.CustomWindowsFormsHost.SetFont()
   at ICSharpCode.SharpDevelop.Widgets.CustomWindowsFormsHost.OnLoaded(Object sender, RoutedEventArgs e)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
   at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
   at MS.Internal.LoadedOrUnloadedOperation.DoWork()
   at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
   at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
   at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
   at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
   at System.Windows.Media.MediaContext.Resize(ICompositionTarget resizedCompositionTarget)
   at System.Windows.Interop.HwndTarget.OnResize()
   at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

---- Post-error application state information:
Installed 3rd party AddIns:
ProjectService.CurrentSolution: <null>
ProjectService.CurrentProject: <null>
Workbench.ActiveContent: <null>


Viewing all articles
Browse latest Browse all 1764

Trending Articles