「算術演算でオーバーフローまたはアンダーフローが発生しました。」例外で起動できない

Issue #495 closed
Ito Mitsuhiro repo owner created an issue
ExceptionType:
System.Windows.Markup.XamlParseException
ExceptionMessage:
プロパティ 'System.Windows.FrameworkElement.Height'  Set で例外がスローされました。
ExceptionStackTrace:
場所 System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
場所 System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
場所 System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
場所 System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
場所 NeeView.FolderPanelView.InitializeComponent()
場所 NeeView.FolderPanelView..ctor(FolderPanelModel model, FolderList folderList, PageList pageList)
場所 NeeView.FolderPanel..ctor(FolderPanelModel folderPanel, FolderList folderList, PageList pageList)
場所 NeeView.SidePanel..ctor(Models models)
場所 NeeView.Models..ctor(MainWindow window)
場所 NeeView.MainWindow.Initialize()
場所 NeeView.App.Application_Startup(Object sender, StartupEventArgs e)
場所 System.Windows.Application.OnStartup(StartupEventArgs e)
場所 System.Windows.Application.<.ctor>b__1_0(Object unused)
場所 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
場所 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)


-------- InnerException --------

ExceptionType:
System.ArithmeticException
ExceptionMessage:
算術演算でオーバーフローまたはアンダーフローが発生しました。
ExceptionStackTrace:
場所 System.Double.Equals(Object obj)
場所 System.Object.Equals(Object objA, Object objB)
場所 System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
場所 System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
場所 System.Windows.Baml2006.WpfKnownMemberInvoker.SetValue(Object instance, Object value)
場所 MS.Internal.Xaml.Runtime.ClrObjectRuntime.SetValue(XamlMember member, Object obj, Object value)
場所 MS.Internal.Xaml.Runtime.ClrObjectRuntime.SetValue(Object inst, XamlMember property, Object value)

Comments (4)

  1. Ito Mitsuhiro reporter
    同じ症状かもですがNeeView.exeNeeViewS.exeで
    エラーログが少し違うようなので一応もう一つ貼ります
    
    ExceptionType:
    System.ArithmeticException
    ExceptionMessage:
    算術演算でオーバーフローまたはアンダーフローが発生しました。
    ExceptionStackTrace:
    場所 System.Windows.UIElement.RoundLayoutValue(Double value, Double dpiScale)
    場所 System.Windows.FrameworkElement.MeasureCore(Size availableSize)
    場所 System.Windows.UIElement.Measure(Size availableSize)
    場所 System.Windows.Controls.Border.MeasureOverride(Size constraint)
    場所 System.Windows.FrameworkElement.MeasureCore(Size availableSize)
    場所 System.Windows.UIElement.Measure(Size availableSize)
    場所 MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)
    場所 System.Windows.Controls.ContentPresenter.MeasureOverride(Size constraint)
    場所 System.Windows.FrameworkElement.MeasureCore(Size availableSize)
    場所 System.Windows.UIElement.Measure(Size availableSize)
    場所 System.Windows.Documents.AdornerDecorator.MeasureOverride(Size constraint)
    場所 System.Windows.FrameworkElement.MeasureCore(Size availableSize)
    場所 System.Windows.UIElement.Measure(Size availableSize)
    場所 System.Windows.Controls.Border.MeasureOverride(Size constraint)
    場所 System.Windows.FrameworkElement.MeasureCore(Size availableSize)
    場所 System.Windows.UIElement.Measure(Size availableSize)
    場所 System.Windows.Window.MeasureOverrideHelper(Size constraint)
    場所 System.Windows.Window.MeasureOverride(Size availableSize)
    場所 System.Windows.FrameworkElement.MeasureCore(Size availableSize)
    場所 System.Windows.UIElement.Measure(Size availableSize)
    場所 System.Windows.Interop.HwndSource.SetLayoutSize()
    場所 System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
    場所 System.Windows.Window.SetRootVisual()
    場所 System.Windows.Window.SetRootVisualAndUpdateSTC()
    場所 System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)
    場所 System.Windows.Window.CreateSourceWindow(Boolean duringShow)
    場所 System.Windows.Window.ShowHelper(Object booleanBox)
    場所 NeeView.App.Application_Startup(Object sender, StartupEventArgs e)
    場所 System.Windows.Application.OnStartup(StartupEventArgs e)
    場所 System.Windows.Application.<.ctor>b__1_0(Object unused)
    場所 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
    場所 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
    
  2. Log in to comment