Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled exceptions #19

Open
solarisfire opened this issue Feb 24, 2023 · 1 comment
Open

Unhandled exceptions #19

solarisfire opened this issue Feb 24, 2023 · 1 comment

Comments

@solarisfire
Copy link

No idea what's causing this... just trying to refresh plugins...

Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at Avalonia.Utilities.WeakHashList1.GetAlive(Func1 ) in //src/Avalonia.Base/Utilities/WeakHashList.cs:line 210
at Avalonia.Utilities.WeakEvent2.Subscription.OnEvent(Object , TEventArgs) in /_/src/Avalonia.Base/Utilities/WeakEvent.cs:line 157 at Avalonia.Utilities.WeakEvents.<>c__DisplayClass5_1.<.cctor>b__7(Object , PropertyChangedEventArgs) in /_/src/Avalonia.Base/Utilities/WeakEvents.cs:line 29 at ReactiveUI.ReactiveObject.ReactiveUI.IReactiveObject.RaisePropertyChanged(PropertyChangedEventArgs) in /_/src/ReactiveUI/ReactiveObject/ReactiveObject.cs:line 96 at System.Reactive.AnonymousSafeObserver1.OnNext(T) in /
/Rx.NET/Source/src/System.Reactive/AnonymousSafeObserver.cs:line 54
at System.Reactive.Linq.ObservableImpl.SelectMany2.EnumerableSelector._.OnNext(TSource) in /_/Rx.NET/Source/src/System.Reactive/Linq/Observable/SelectMany.cs:line 1379 at System.Reactive.Linq.ObservableImpl.Buffer2.Boundaries..BufferClosingObserver.OnNext(TBufferClosing) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Buffer.cs:line 829
at System.Reactive.Linq.ObservableImpl.Merge1.Observables._.InnerObserver.OnNext(TSource) in /_/Rx.NET/Source/src/System.Reactive/Linq/Observable/Merge.cs:line 240 at System.Reactive.Linq.ObservableImpl.Select2.Selector..OnNext(TSource) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Select.cs:line 48
at System.Reactive.Subjects.Subject1.OnNext(T) in /_/Rx.NET/Source/src/System.Reactive/Subjects/Subject.cs:line 141 at ReactiveUI.IReactiveObjectExtensions.ExtensionState1.RaisePropertyChanged(String) in //src/ReactiveUI/ReactiveObject/IReactiveObjectExtensions.cs:line 397
at ReactiveUI.IReactiveObjectExtensions.RaisingPropertyChanged[TSender](TSender, String) in /
/src/ReactiveUI/ReactiveObject/IReactiveObjectExtensions.cs:line 240
at ReactiveUI.OAPHCreationHelperMixin.<>c__DisplayClass14_02.<ObservableToProperty>b__0(TRet) in /_/src/ReactiveUI/ObservableForProperty/OAPHCreationHelperMixin.cs:line 797 at ReactiveUI.ObservableAsPropertyHelper1.<>c__DisplayClass8_0.<.ctor>b__2(T) in //src/ReactiveUI/ObservableForProperty/ObservableAsPropertyHelper.cs:line 161
at System.Reactive.AnonymousSafeObserver1.OnNext(T) in /_/Rx.NET/Source/src/System.Reactive/AnonymousSafeObserver.cs:line 43 at System.Reactive.Sink1.ForwardOnNext(TTarget) in /
/Rx.NET/Source/src/System.Reactive/Internal/Sink.cs:line 49
at System.Reactive.ObserveOnObserverNew1.DrainStep(ConcurrentQueue1) in //Rx.NET/Source/src/System.Reactive/Internal/ScheduledObserver.cs:line 561
at System.Reactive.ObserveOnObserverNew1.DrainShortRunning(IScheduler) in /_/Rx.NET/Source/src/System.Reactive/Internal/ScheduledObserver.cs:line 507 at System.Reactive.ObserveOnObserverNew1.<>c.<.cctor>b__17_0(IScheduler, ObserveOnObserverNew1) in /_/Rx.NET/Source/src/System.Reactive/Internal/ScheduledObserver.cs:line 497 at Avalonia.Threading.AvaloniaScheduler.<>c__DisplayClass4_11.b__1() in /
/src/Avalonia.Base/Threading/AvaloniaScheduler.cs:line 47
at Avalonia.Threading.JobRunner.RunJobs(Nullable1) in /_/src/Avalonia.Base/Threading/JobRunner.cs:line 38 at Avalonia.X11.X11PlatformThreading.CheckSignaled() in /_/src/Avalonia.X11/X11PlatformThreading.cs:line 164 at Avalonia.X11.X11PlatformThreading.RunLoop(CancellationToken) in /_/src/Avalonia.X11/X11PlatformThreading.cs:line 205 at Avalonia.Threading.Dispatcher.MainLoop(CancellationToken) in /_/src/Avalonia.Base/Threading/Dispatcher.cs:line 61 at Avalonia.Controls.ApplicationLifetimes.ClassicDesktopStyleApplicationLifetime.Start(String[]) in /_/src/Avalonia.Controls/ApplicationLifetimes/ClassicDesktopStyleApplicationLifetime.cs:line 120 at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime[T](T, String[], ShutdownMode ) in /_/src/Avalonia.Controls/ApplicationLifetimes/ClassicDesktopStyleApplicationLifetime.cs:line 209 at BeatSaberModManager.Startup.RunAvaloniaApp() at BeatSaberModManager.Startup.RunAsync() at BeatSaberModManager.Program.Container.global::StrongInject.IAsyncContainer<BeatSaberModManager.Startup>.RunAsync[TResult,TParam](Func3, TParam)
at BeatSaberModManager.Program.Main(String[])
at BeatSaberModManager.Program.Main(String[])
at BeatSaberModManager.Program.

(String[] )
Aborted (core dumped)

@affederaffe
Copy link
Owner

Should be fixed with the release of 0.0.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants