Created
March 15, 2017 21:07
-
-
Save wieslawsoltes/f214eab0847e63154287a8fa156e2aa5 to your computer and use it in GitHub Desktop.
Core2D .NET Core error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled Exception: System.TypeLoadException: Could not load type 'System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken' from assembly 'System.Runtime.InteropServices.WindowsRuntime, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. | |
at Avalonia.Xaml.Interactions.Core.EventTriggerBehavior.RegisterEvent(String eventName) | |
at Avalonia.AvaloniaObject.RaisePropertyChanged(AvaloniaProperty property, Object oldValue, Object newValue, BindingPriority priority) | |
at Avalonia.AvaloniaObject.Avalonia.IPriorityValueOwner.Changed(PriorityValue sender, Object oldValue, Object newValue) | |
at Avalonia.PriorityValue.UpdateValue(Object value, Int32 priority) | |
at System.Reactive.AnonymousSafeObserver`1.OnNext(T value) | |
at System.Reactive.ScheduledObserver`1.Run(Object state, Action`1 recurse) | |
at System.Reactive.Concurrency.Scheduler.InvokeRec1[TState](IScheduler scheduler, Pair`2 pair) | |
at Avalonia.Threading.AvaloniaScheduler.Schedule[TState](TState state, TimeSpan dueTime, Func`3 action) | |
at System.Reactive.Concurrency.Scheduler.Schedule[TState](IScheduler scheduler, TState state, Action`2 action) | |
at System.Reactive.ScheduledObserver`1.EnsureActiveSlow() | |
at System.Reactive.ObserveOnObserver`1.OnNextCore(T value) | |
at System.Reactive.SafeObserver`1.OnNext(TSource value) | |
at System.Reactive.Linq.ObservableImpl.Merge`1._.Iter.OnNext(TSource value) | |
at System.Reactive.Linq.ObservableImpl.Select`2._.OnNext(TSource value) | |
at System.Reactive.AutoDetachObserver`1.OnNextCore(T value) | |
at System.Reactive.SafeObserver`1.OnNext(TSource value) | |
at System.Reactive.Linq.ObservableImpl.Select`2._.OnNext(TSource value) | |
at System.Reactive.Subjects.BehaviorSubject`1.OnNext(T value) | |
at System.Reactive.Linq.ObservableImpl.Select`2._.OnNext(TSource value) | |
at System.Reactive.Linq.ObservableImpl.TakeUntil`2._.T.OnNext(TSource value) | |
at System.Reactive.AnonymousSafeObserver`1.OnNext(T value) | |
at System.Reactive.Linq.ObservableImpl.Return`1._.Invoke() | |
at System.Reactive.Concurrency.Scheduler.Invoke(IScheduler scheduler, Action action) | |
at System.Reactive.Producer`1.SubscribeRaw(IObserver`1 observer, Boolean enableSafeguard) | |
at Avalonia.Markup.Data.ExpressionNode.set_Target(WeakReference value) | |
at System.Reactive.SafeObserver`1.OnNext(TSource value) | |
at System.Reactive.Linq.ObservableImpl.Switch`1._.Iter.OnNext(TSource value) | |
at System.Reactive.Linq.ObservableImpl.Merge`1._.Iter.OnNext(TSource value) | |
at System.Reactive.Linq.ObservableImpl.ToObservable`1._.LoopRec(State state, Action`1 recurse) | |
at System.Reactive.Concurrency.Scheduler.InvokeRec1[TState](IScheduler scheduler, Pair`2 pair) | |
at System.Reactive.Concurrency.Scheduler.Schedule[TState](IScheduler scheduler, TState state, Action`2 action) | |
at System.Reactive.Linq.ObservableImpl.ToObservable`1._.Run() | |
at System.Reactive.Producer`1.SubscribeRaw(IObserver`1 observer, Boolean enableSafeguard) | |
at System.Reactive.TailRecursiveSink`1.MoveNext() | |
at System.Reactive.Concurrency.AsyncLock.Wait(Action action) | |
at System.Reactive.Concurrency.Scheduler.InvokeRec1[TState](IScheduler scheduler, Pair`2 pair) | |
at System.Reactive.Concurrency.Scheduler.Schedule[TState](IScheduler scheduler, TState state, Action`2 action) | |
at System.Reactive.TailRecursiveSink`1.Run(IEnumerable`1 sources) | |
at System.Reactive.Producer`1.SubscribeRaw(IObserver`1 observer, Boolean enableSafeguard) | |
at System.Reactive.Linq.ObservableImpl.Merge`1._.OnNext(IObservable`1 value) | |
at System.Reactive.Linq.ObservableImpl.ToObservable`1._.LoopRec(State state, Action`1 recurse) | |
at System.Reactive.Concurrency.Scheduler.InvokeRec1[TState](IScheduler scheduler, Pair`2 pair) | |
at System.Reactive.Concurrency.Scheduler.Schedule[TState](IScheduler scheduler, TState state, Action`2 action) | |
at System.Reactive.Linq.ObservableImpl.ToObservable`1._.Run() | |
at System.Reactive.Producer`1.SubscribeRaw(IObserver`1 observer, Boolean enableSafeguard) | |
at System.Reactive.Linq.ObservableImpl.Merge`1._.Run() | |
at System.Reactive.Producer`1.Run(IScheduler _, State x) | |
at System.Reactive.Concurrency.ScheduledItem`2.InvokeCore() | |
at System.Reactive.Concurrency.CurrentThreadScheduler.Trampoline.Run(SchedulerQueue`1 queue) | |
at System.Reactive.Concurrency.CurrentThreadScheduler.Schedule[TState](TState state, TimeSpan dueTime, Func`3 action) | |
at System.Reactive.Concurrency.LocalScheduler.Schedule[TState](TState state, Func`3 action) | |
at System.Reactive.Producer`1.SubscribeRaw(IObserver`1 observer, Boolean enableSafeguard) | |
at System.Reactive.Linq.ObservableImpl.Switch`1._.OnNext(IObservable`1 value) | |
at System.Reactive.Linq.ObservableImpl.Select`2._.OnNext(TSource value) | |
at System.Reactive.Linq.ObservableImpl.Merge`1._.Iter.OnNext(TSource value) | |
at System.Reactive.Linq.ObservableImpl.Select`2._.OnNext(TSource value) | |
at Avalonia.Controls.TextBlock.OnAttachedToLogicalTree(LogicalTreeAttachmentEventArgs e) | |
at Avalonia.Controls.Control.OnAttachedToLogicalTreeCore(LogicalTreeAttachmentEventArgs e) | |
at Avalonia.Controls.Control.Avalonia.Controls.ISetLogicalParent.SetParent(ILogical parent) | |
at Avalonia.Controls.Presenters.ContentPresenter.UpdateChild() | |
at Avalonia.Controls.Mixins.ContentControlMixin.<>c__DisplayClass1_0`1.<Attach>b__0(Object s, RoutedEventArgs ev) | |
--- End of stack trace from previous location where exception was thrown --- | |
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
at Avalonia.Interactivity.RoutedEvent.<>c__DisplayClass25_0.<AddClassHandler>b__0(Tuple`2 args) | |
at System.Reactive.Observer`1.OnNext(T value) | |
at Avalonia.Interactivity.Interactive.RaiseEventImpl(RoutedEventArgs e) | |
at Avalonia.Interactivity.Interactive.RaiseEvent(RoutedEventArgs e) | |
at Avalonia.Controls.Primitives.TemplatedControl.ApplyTemplate() | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.VirtualizingStackPanel.UpdateAdd(IControl child) | |
at Avalonia.Controls.VirtualizingStackPanel.ChildrenChanged(Object sender, NotifyCollectionChangedEventArgs e) | |
at Avalonia.Collections.AvaloniaList`1.NotifyAdd(IList t, Int32 index) | |
at Avalonia.Controls.Presenters.ItemVirtualizerSimple.CreateAndRemoveContainers() | |
at Avalonia.Controls.Presenters.ItemVirtualizerSimple.UpdateControls() | |
at Avalonia.Controls.VirtualizingStackPanel.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Presenters.ItemVirtualizerSimple.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Presenters.ScrollContentPresenter.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Grid.MeasureOverride(Size constraint) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Border.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Grid.MeasureOverride(Size constraint) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Presenters.ContentPresenter.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Presenters.ItemsPresenterBase.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Border.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.DockPanel.MeasureOverride(Size constraint) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Border.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Border.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Grid.MeasureOverride(Size constraint) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Grid.MeasureOverride(Size constraint) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Presenters.ContentPresenter.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Grid.MeasureOverride(Size constraint) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Presenters.ContentPresenter.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Controls.Presenters.ContentPresenter.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureOverride(Size availableSize) | |
at Avalonia.Layout.Layoutable.MeasureCore(Size availableSize) | |
at Avalonia.Layout.Layoutable.Measure(Size availableSize) | |
at Avalonia.Layout.LayoutManager.Measure(ILayoutable control) | |
at Avalonia.Layout.LayoutManager.ExecuteMeasurePass() | |
at Avalonia.Layout.LayoutManager.ExecuteLayoutPass() | |
at Avalonia.Threading.JobRunner.RunJobs() | |
at Avalonia.Gtk3.Gtk3Platform.<Signal>b__25_0() | |
at Avalonia.Gtk3.Interop.GlibTimeout.Handler(IntPtr data) | |
at Avalonia.Gtk3.Gtk3Platform.RunLoop(CancellationToken cancellationToken) | |
at Avalonia.Threading.Dispatcher.MainLoop(CancellationToken cancellationToken) | |
at Core2D.Avalonia.App.Start(IServiceProvider serviceProvider) in /home/wiso/Projects/Core2D/src/Core2D.Avalonia/App.xaml.cs:line 104 | |
Aborted (core dumped) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment